/* ============================================================
   安醛家除甲醛官网 - 全局样式
   主色: #1a8c5e   辅色: #e8f5ef   深色: #137a4f   文字: #2c3e50
   ============================================================ */

/* ========== 全局 ========== */
body.site-page {
    padding-top: 60px;
    background: #fff;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

main.site-content {
    width: 100%;
    overflow: auto;
    padding: 0;
    min-height: auto;
}

::selection {
    background: #1a8c5e;
    color: #fff;
}

/* ========== 导航栏 ========== */
.navbar-white {
    background-color: #fff !important;
    border: none !important;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 0;
}

.navbar-brand {
    color: #1a8c5e !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 0.5px;
}

.navbar-brand .fa-leaf {
    color: #1a8c5e;
    margin-right: 8px;
    font-size: 22px;
}

.navbar-white .navbar-nav > li > a {
    color: #2c3e50 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: color 0.3s !important;
    height: 60px !important;
    line-height: 30px !important;
}

.navbar-white .navbar-nav > li.active > a,
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
    color: #1a8c5e !important;
    background: transparent !important;
}

/* ========== 登录注册按钮 ========== */
.nav-auth-btns {
    display: flex !important;
    align-items: center !important;
    height: 60px;
    padding: 0 5px !important;
}

.navbar-white .navbar-nav > li.nav-auth-btns > a {
    height: auto !important;
    line-height: 1 !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 18px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    float: none !important;
    cursor: pointer;
    height: 36px !important;
}

.navbar-white .navbar-nav > li.nav-auth-btns > a.btn-nav-login {
    border: 1.5px solid #1a8c5e !important;
    color: #1a8c5e !important;
    background: #fff !important;
    background-color: #fff !important;
}

.navbar-white .navbar-nav > li.nav-auth-btns > a.btn-nav-login:hover,
.navbar-white .navbar-nav > li.nav-auth-btns > a.btn-nav-login:focus {
    background: #1a8c5e !important;
    background-color: #1a8c5e !important;
    color: #fff !important;
}

.navbar-white .navbar-nav > li.nav-auth-btns > a.btn-nav-register {
    background: #1a8c5e !important;
    background-color: #1a8c5e !important;
    color: #fff !important;
    border: 1.5px solid #1a8c5e !important;
}

.navbar-white .navbar-nav > li.nav-auth-btns > a.btn-nav-register:hover,
.navbar-white .navbar-nav > li.nav-auth-btns > a.btn-nav-register:focus {
    background: #137a4f !important;
    background-color: #137a4f !important;
    border-color: #137a4f !important;
    color: #fff !important;
}

/* ========== 轮播图 ========== */
#site-banner {
    margin-top: -1px;
    overflow: hidden;
}

#site-banner .carousel-inner {
    height: 520px;
    overflow: hidden;
}

#site-banner .carousel-inner .item {
    position: relative;
    height: 520px;
    overflow: hidden;
    background: #1a8c5e;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#site-banner .carousel-inner .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#site-banner .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 50, 35, 0.45) 0%, rgba(15, 50, 35, 0.65) 100%);
    z-index: 1;
}

#site-banner .carousel-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 720px;
    padding: 0 30px;
    text-align: center;
}

#site-banner .carousel-caption h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    letter-spacing: 2px;
}

#site-banner .carousel-caption p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.9;
    margin-bottom: 35px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#site-banner .carousel-caption .btn-banner {
    display: inline-block;
    background: #fff !important;
    color: #1a8c5e !important;
    border: none !important;
    padding: 14px 48px !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#site-banner .carousel-caption .btn-banner:hover {
    background: #1a8c5e !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

#site-banner .carousel-control {
    width: 50px;
    z-index: 3;
}

#site-banner .carousel-control:hover {
    opacity: 0.9;
}

#site-banner .carousel-indicators {
    z-index: 3;
}

#site-banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
}

#site-banner .carousel-indicators .active {
    background: #fff;
}

/* ========== 通用区块 ========== */
.section {
    padding: 90px 0;
}

.section-header {
    margin-bottom: 55px;
}

.section-header h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #1a8c5e;
    border-radius: 2px;
}

.section-header .subtitle {
    font-size: 16px;
    color: #8a97a0;
    margin-top: 18px;
}

/* ========== 服务项目 ========== */
.services-section {
    background: #f6faf8;
}

.service-card {
    text-align: center;
    padding: 45px 30px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    margin-bottom: 20px;
    border: 1px solid #eef3f0;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(26, 140, 94, 0.12);
    border-color: transparent;
}

.service-card .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1a8c5e 0%, #27c48a 100%);
    color: #fff;
    font-size: 32px;
    margin: 0 auto 25px;
    box-shadow: 0 8px 20px rgba(26, 140, 94, 0.2);
}

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 12px;
}

.service-card p {
    color: #7a8a95;
    font-size: 14px;
    line-height: 1.85;
    margin: 0;
}

/* ========== 治理流程 ========== */
.process-section {
    background: #fff;
}

.step-card {
    text-align: center;
    padding: 35px 20px;
    position: relative;
}

.step-card .step-number {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background: #e8f5ef;
    color: #1a8c5e;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 20px;
    border: 2px solid #c8e6d8;
    transition: all 0.3s;
}

.step-card:hover .step-number {
    background: linear-gradient(135deg, #1a8c5e 0%, #27c48a 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(26, 140, 94, 0.25);
}

.step-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 14px;
    color: #7a8a95;
    line-height: 1.7;
    margin: 0;
}

/* ========== 优势特色 ========== */
.advantage-section {
    background: #f6faf8;
}

.advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantage-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eef3f0;
    transition: all 0.3s;
}

.advantage-list li:hover {
    box-shadow: 0 5px 20px rgba(26, 140, 94, 0.08);
    border-color: #c8e6d8;
}

.advantage-list li i {
    font-size: 22px;
    color: #1a8c5e;
    margin-right: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.advantage-list li strong {
    display: block;
    font-size: 16px;
    color: #1e2d3d;
    margin-bottom: 5px;
    font-weight: 600;
}

.advantage-list li p {
    font-size: 14px;
    color: #7a8a95;
    margin: 0;
    line-height: 1.6;
}

/* ========== 案例展示 ========== */
.cases-section {
    background: #fff;
}

.case-grid {
    margin: 0 -10px;
}

.case-card {
    margin-bottom: 20px;
    padding: 0 10px;
}

.case-card .case-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 240px;
}

.case-card .case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.case-card:hover .case-img img {
    transform: scale(1.05);
}

.case-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px 15px;
    background: linear-gradient(to top, rgba(15, 50, 35, 0.75) 0%, transparent 100%);
    transition: all 0.3s;
}

.case-card:hover .case-img-overlay {
    padding-bottom: 20px;
    background: linear-gradient(to top, rgba(26, 140, 94, 0.8) 0%, transparent 100%);
}

.case-img-overlay span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* ========== 客户评价 ========== */
.review-section {
    background: #f6faf8;
}

.review-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    border: 1px solid #eef3f0;
    transition: all 0.3s;
}

.review-card:hover {
    box-shadow: 0 10px 30px rgba(26, 140, 94, 0.08);
}

.review-stars {
    margin-bottom: 18px;
}

.review-stars .fa-star {
    color: #f5a623;
    font-size: 15px;
    margin-right: 2px;
}

.review-text {
    font-size: 15px;
    color: #4a5a65;
    line-height: 1.85;
    font-style: italic;
    margin-bottom: 0;
}

.review-author {
    color: #8a97a0;
    font-size: 13px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eef3f0;
    font-weight: 500;
}

/* ========== CTA区域 ========== */
.cta-section {
    background: linear-gradient(135deg, #1a8c5e 0%, #27c48a 100%);
    color: #fff;
    padding: 80px 0;
}

.cta-section h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.88);
}

.cta-section .btn-cta {
    display: inline-block;
    background: #fff !important;
    color: #1a8c5e !important;
    border: none !important;
    padding: 14px 48px !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.cta-section .btn-cta:hover {
    background: #1e2d3d !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* ========== 页面Banner ========== */
.page-banner {
    padding: 90px 0 80px;
    text-align: center;
    color: #fff;
}

.page-banner h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    letter-spacing: 1px;
}

.page-banner p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.88);
}

.page-content {
    padding: 70px 0;
}

.page-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1a8c5e;
    display: inline-block;
}

.page-content p {
    font-size: 15px;
    color: #5a6a75;
    line-height: 1.95;
    margin-bottom: 15px;
}

/* ========== 关于我们 - 特色列表 ========== */
.about-features {
    padding-left: 10px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 18px 20px;
    background: #f6faf8;
    border-radius: 10px;
    transition: all 0.3s;
}

.about-feature-item:hover {
    background: #e8f5ef;
}

.about-feature-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a8c5e 0%, #27c48a 100%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.about-feature-text strong {
    display: block;
    font-size: 16px;
    color: #1e2d3d;
    margin-bottom: 4px;
    font-weight: 600;
}

.about-feature-text p {
    font-size: 13px !important;
    color: #7a8a95 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* ========== 团队 ========== */
.team-section {
    background: #f6faf8;
}

.team-card {
    text-align: center;
    padding: 35px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef3f0;
    transition: all 0.3s;
}

.team-card:hover {
    box-shadow: 0 10px 30px rgba(26, 140, 94, 0.1);
}

.team-avatar {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    margin: 0 auto 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 5px;
}

.team-card span {
    font-size: 13px;
    color: #8a97a0;
}

/* ========== 联系我们（首页区块） ========== */
.contact-section {
    padding: 70px 0;
}

.contact-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 45px;
}

.contact-item {
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    background: #f6faf8;
    transition: all 0.3s;
}

.contact-item:hover {
    background: #e8f5ef;
}

.contact-item i {
    font-size: 30px;
    color: #1a8c5e;
    margin-bottom: 12px;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 8px;
}

.contact-item p {
    font-size: 14px;
    color: #5a6a75;
    margin: 0;
    line-height: 1.7;
}

/* ========== 联系我们页面 - 侧边栏 ========== */
.contact-sidebar {
    background: #f6faf8;
    border-radius: 12px;
    padding: 35px 28px;
}

.contact-sidebar h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e2d3d;
    margin-bottom: 28px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1a8c5e;
    display: inline-block;
}

.contact-sidebar-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

.contact-sidebar-item i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a8c5e 0%, #27c48a 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-right: 14px;
    flex-shrink: 0;
}

.contact-sidebar-item strong {
    display: block;
    font-size: 15px;
    color: #1e2d3d;
    margin-bottom: 3px;
    font-weight: 600;
}

.contact-sidebar-item p {
    font-size: 13px;
    color: #7a8a95;
    margin: 0;
    line-height: 1.6;
}

/* ========== 底部 ========== */
.site-footer {
    background: #1e2d3d;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 55px;
}

.site-footer h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
}

.site-footer p {
    font-size: 14px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.6);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    transition: all 0.3s;
}

.footer-links li a:hover {
    color: #27c48a;
    padding-left: 5px;
    text-decoration: none;
}

.site-footer .copyright {
    margin-top: 40px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.site-footer .copyright a {
    color: rgba(255, 255, 255, 0.35);
}

.site-footer .copyright a:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* ========== 登录注册页面 ========== */
.site-page main.site-content {
    min-height: calc(100vh - 400px);
    padding: 40px 0;
    background: #f6faf8;
}

.site-page .login-section {
    margin: 0 auto;
    width: 440px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border-radius: 16px !important;
    overflow: hidden;
    border: none !important;
}

.site-page .login-section .logon-tab {
    margin: 0 !important;
    background: linear-gradient(135deg, #1a8c5e 0%, #27c48a 100%);
}

.site-page .login-section .logon-tab > a {
    padding: 16px 20px !important;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.site-page .login-section .logon-tab > a.active {
    background: #fff !important;
    color: #1a8c5e !important;
    font-weight: 600;
    border-bottom: 2px solid #1a8c5e;
}

/* .site-page .login-section .logon-tab > a:hover {
    color: #fff !important;
} */

.site-page .login-section .login-main {
    padding: 35px 40px 25px !important;
}

.site-page .login-section .form-group {
    margin-bottom: 18px;
}

.site-page .login-section .control-label {
    font-size: 13px;
    font-weight: 600;
    color: #3a6b55;
    margin-bottom: 6px;
}

.site-page .login-section .form-control {
    height: 42px;
    border: 1px solid #c8e6d8;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #2c3e50;
    background: #f6faf8;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

.site-page .login-section .form-control:focus {
    border-color: #1a8c5e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(26, 140, 94, 0.1);
}

.site-page .login-section .form-control::placeholder {
    color: #a0b8ac;
}

.btn-site-submit {
    display: block;
    width: 100%;
    height: 42px;
    background: #1a8c5e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-site-submit:hover {
    background: #137a4f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 140, 94, 0.3);
}

.link-register {
    color: #1a8c5e;
    font-weight: 600;
    transition: color 0.3s;
}

.link-register:hover {
    color: #137a4f;
    text-decoration: none;
}

.site-page .login-section .checkbox label {
    color: #5a7a6a;
}

.site-page .login-section .btn-forgot {
    color: #1a8c5e;
}

.site-page .login-section .btn-forgot:hover {
    color: #137a4f;
}

.site-page .login-section .text-muted {
    color: #7a9a8a !important;
}

.btn-captcha-register {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    background: #1a8c5e;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-captcha-register:hover {
    background: #137a4f;
    color: #fff;
    text-decoration: none;
}

.site-page .login-section .btn-primary {
    background-color: #1a8c5e !important;
    border-color: #1a8c5e !important;
    color: #fff !important;
}

.site-page .login-section .btn-primary:hover {
    background-color: #137a4f !important;
    border-color: #137a4f !important;
    color: #fff !important;
}

/* ========== 响应式 ========== */
@media (max-width: 767px) {
    #site-banner .carousel-inner {
        height: 320px;
    }

    #site-banner .carousel-inner .item {
        height: 320px;
    }

    #site-banner .carousel-caption h1 {
        font-size: 30px;
    }

    #site-banner .carousel-caption p {
        font-size: 15px;
    }

    .section {
        padding: 55px 0;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .nav-auth-btns {
        height: auto !important;
        display: block !important;
        padding: 10px 15px !important;
    }

    .nav-auth-btns > a {
        display: inline-flex !important;
        margin: 5px 4px !important;
    }

    .page-banner {
        padding: 55px 0 50px;
    }

    .page-banner h1 {
        font-size: 28px;
    }

    .about-features {
        padding-left: 0;
        margin-top: 30px;
    }

    .site-page main.site-content {
        padding: 20px 0;
    }

    .site-footer .col-md-4 {
        margin-bottom: 30px;
    }

    .cta-section h2 {
        font-size: 26px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .site-page .login-section {
        width: 100%;
        border-radius: 12px !important;
    }

    .site-page .login-section .login-main {
        padding: 25px 20px 20px !important;
    }
}

/* ========== 积分商城 ========== */
.shop-tips {
    background: #e8f5ef;
    border: 1px solid #c8e6d8;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 30px;
    color: #1a8c5e;
    font-size: 14px;
}

.shop-tips .fa-info-circle {
    margin-right: 6px;
}

.shop-grid {
    margin: 0 -10px;
}

.shop-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef3f0;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(26, 140, 94, 0.12);
    border-color: transparent;
}

.shop-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f6faf8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.shop-card:hover .shop-img img {
    transform: scale(1.06);
}

.shop-body {
    padding: 18px 16px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.shop-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e2d3d;
    margin-bottom: 6px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-desc {
    font-size: 12px;
    color: #8a99a8;
    line-height: 1.5;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.shop-meta {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-points {
    font-size: 18px;
    font-weight: 700;
    color: #1a8c5e;
}

.shop-points .fa-gift {
    font-size: 14px;
    margin-right: 3px;
}

.shop-stock {
    font-size: 12px;
    color: #999;
}

.btn-exchange {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #1a8c5e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-exchange:hover {
    background: #137a4f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 140, 94, 0.3);
}

/* ========== 首页积分商城轮播 ========== */
.shop-carousel-section {
    background: #fff;
}

.shop-carousel {
    padding: 0 40px;
}

.shop-cards-row {
    display: flex;
    flex-wrap: wrap;
}

.shop-mini-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef3f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shop-mini-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(26, 140, 94, 0.1);
    border-color: transparent;
}

.shop-mini-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #f6faf8;
}

.shop-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.shop-mini-card:hover .shop-mini-img img {
    transform: scale(1.06);
}

.shop-mini-body {
    padding: 14px;
    text-align: center;
}

.shop-mini-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e2d3d;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-mini-points {
    font-size: 16px;
    font-weight: 700;
    color: #1a8c5e;
}

.shop-mini-points .fa-gift {
    font-size: 13px;
    margin-right: 2px;
}

.btn-mini-exchange {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #1a8c5e;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s;
}

.btn-mini-exchange:hover {
    background: #137a4f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.shop-carousel .carousel-control {
    width: 36px;
    background: none;
    opacity: 1;
}

.shop-carousel .carousel-control .glyphicon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #1a8c5e;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.shop-carousel .carousel-control:hover .glyphicon {
    background: #fff;
}

.shop-carousel .carousel-control.left {
    left: 0;
}

.shop-carousel .carousel-control.right {
    right: 0;
}
