/* roulang page: index */
:root {
            --primary: #B87A3A;
            --primary-light: #D4A574;
            --primary-dark: #8B5E2B;
            --secondary: #3E6B5A;
            --secondary-light: #5A8A77;
            --bg: #FAF6F0;
            --surface: #FFFFFF;
            --text: #2D2A27;
            --text-light: #6B6560;
            --border: rgba(0, 0, 0, 0.06);
            --radius-lg: 22px;
            --radius-md: 14px;
            --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.06);
            --shadow-hover: 0 14px 32px rgba(0, 0, 0, 0.10);
            --gradient-brand: linear-gradient(135deg, #B87A3A 0%, #3E6B5A 100%);
        }
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        body {
            font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
            background: var(--bg);
            color: var(--text);
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: inherit;
            text-decoration: none;
            transition: all .3s ease;
        }
        section {
            padding: 72px 0;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }
        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(184, 122, 58, .10);
            color: #A0652E;
            font-size: .8125rem;
            font-weight: 600;
            padding: 5px 14px;
            border-radius: 999px;
            margin-bottom: 14px;
        }
        .section-title {
            font-size: clamp(1.75rem, 3.2vw, 2.25rem);
            font-weight: 800;
            line-height: 1.25;
            color: var(--text);
            letter-spacing: -0.01em;
        }
        .section-desc {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.7;
            max-width: 660px;
            margin-top: 10px;
        }
        .btn-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: var(--gradient-brand);
            color: #fff;
            font-weight: 600;
            font-size: .9375rem;
            padding: 13px 28px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            box-shadow: 0 6px 16px rgba(184, 122, 58, .25);
            transition: all .3s ease;
        }
        .btn-primary:hover {
            box-shadow: 0 10px 24px rgba(184, 122, 58, .35);
            transform: translateY(-2px);
            filter: brightness(1.05);
        }
        .btn-primary:active {
            transform: translateY(0);
            box-shadow: 0 4px 12px rgba(184, 122, 58, .25);
        }
        .btn-primary:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px rgba(184, 122, 58, .35), 0 6px 16px rgba(184, 122, 58, .2);
        }
        .btn-outline {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: transparent;
            color: #fff;
            font-weight: 600;
            font-size: .9375rem;
            padding: 13px 28px;
            border-radius: 12px;
            border: 1.5px solid rgba(255, 255, 255, .5);
            cursor: pointer;
            transition: all .3s ease;
        }
        .btn-outline:hover {
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 255, 255, .8);
        }
        .btn-outline:active {
            transform: translateY(0);
        }
        .btn-outline:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
        }
        .badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(255, 255, 255, .14);
            color: #fff;
            font-size: .75rem;
            font-weight: 500;
            padding: 4px 14px;
            border-radius: 999px;
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, .18);
        }
        .gradient-text {
            background: linear-gradient(135deg, #B87A3A, #3E6B5A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-bg {
            background-image: url('/assets/images/backpic/back-1.jpg');
            background-size: cover;
            background-position: center;
        }
        .hero-overlay {
            background: linear-gradient(120deg, rgba(43, 33, 20, .92) 0%, rgba(62, 107, 90, .80) 100%);
        }
        .hot-scroll {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-bottom: 4px;
        }
        .hot-scroll::-webkit-scrollbar {
            display: none;
        }
        .hot-item {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 14px;
            padding: 6px 14px 6px 6px;
            backdrop-filter: blur(8px);
            transition: all .3s ease;
        }
        .hot-item:hover {
            background: rgba(255, 255, 255, .20);
            box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
            transform: translateY(-2px);
        }
        .hot-item img {
            width: 56px;
            height: 56px;
            object-fit: cover;
            border-radius: 10px;
        }
        .hot-item span {
            color: #fff;
            font-size: .875rem;
            font-weight: 500;
            white-space: nowrap;
        }
        .whitepaper-card {
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
            overflow: visible;
            position: relative;
        }
        .whitepaper-cover {
            position: relative;
            border-radius: 18px 18px 0 0;
            overflow: hidden;
        }
        .whitepaper-cover img {
            width: 100%;
            height: 190px;
            object-fit: cover;
        }
        .whitepaper-cover .cover-tag {
            position: absolute;
            top: 14px;
            right: 14px;
            background: rgba(62, 107, 90, .9);
            color: #fff;
            font-size: .75rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 999px;
            backdrop-filter: blur(4px);
        }
        .whitepaper-list li {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: .875rem;
            color: #555;
            padding: 4px 0;
        }
        .whitepaper-list li i {
            color: #3E6B5A;
            font-size: .75rem;
        }
        .download-form input {
            width: 100%;
            border: 1px solid #E8E2DA;
            border-radius: 10px;
            padding: 10px 14px;
            font-size: .875rem;
            background: #FAF6F0;
            margin-bottom: 10px;
            transition: border-color .3s, box-shadow .3s;
        }
        .download-form input:focus {
            outline: none;
            border-color: #B87A3A;
            box-shadow: 0 0 0 3px rgba(184, 122, 58, .15);
            background: #fff;
        }
        .download-form button {
            width: 100%;
            background: var(--gradient-brand);
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 12px;
            font-weight: 600;
            font-size: .875rem;
            cursor: pointer;
            transition: all .3s ease;
            box-shadow: 0 4px 12px rgba(184, 122, 58, .25);
        }
        .download-form button:hover {
            box-shadow: 0 8px 20px rgba(184, 122, 58, .35);
            transform: translateY(-1px);
        }
        .download-form button:active {
            transform: translateY(0);
        }
        .metric-card {
            background: var(--surface);
            border-radius: var(--radius-lg);
            padding: 24px;
            box-shadow: var(--shadow-card);
            border: 1px solid var(--border);
            transition: all .3s ease;
            position: relative;
            overflow: hidden;
        }
        .metric-card:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-4px);
        }
        .metric-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            display: inline-block;
            box-shadow: 0 0 0 3px rgba(62, 107, 90, .15);
        }
        .service-card {
            background: var(--surface);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-card);
            border: 1px solid var(--border);
            transition: all .4s ease;
            position: relative;
            display: flex;
            flex-direction: column;
        }
        .service-card:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-6px);
        }
        .service-card .card-img {
            position: relative;
            overflow: hidden;
            height: 220px;
        }
        .service-card .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s ease;
        }
        .service-card:hover .card-img img {
            transform: scale(1.04);
        }
        .service-card .card-no {
            position: absolute;
            top: 16px;
            left: 16px;
            background: rgba(255, 255, 255, .9);
            color: #A0652E;
            font-size: .75rem;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 999px;
            z-index: 2;
            backdrop-filter: blur(4px);
        }
        .service-card .card-status {
            position: absolute;
            top: 16px;
            right: 16px;
            font-size: .75rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 999px;
            z-index: 2;
            backdrop-filter: blur(4px);
        }
        .status-hot {
            background: rgba(232, 82, 82, .9);
            color: #fff;
        }
        .status-new {
            background: rgba(62, 107, 90, .9);
            color: #fff;
        }
        .status-feat {
            background: rgba(184, 122, 58, .9);
            color: #fff;
        }
        .status-limited {
            background: rgba(108, 78, 152, .9);
            color: #fff;
        }
        .tag-chip {
            display: inline-flex;
            align-items: center;
            background: #F5EAD9;
            color: #855225;
            font-size: .75rem;
            font-weight: 500;
            padding: 3px 10px;
            border-radius: 999px;
        }
        .news-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            background: var(--surface);
            border-radius: 14px;
            padding: 16px 20px;
            border: 1px solid var(--border);
            margin-bottom: 12px;
            transition: all .3s ease;
        }
        .news-row:hover {
            box-shadow: var(--shadow-hover);
            border-color: rgba(184, 122, 58, .25);
            transform: translateX(4px);
        }
        .news-row-title {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text);
            line-height: 1.4;
            transition: color .3s;
        }
        .news-row:hover .news-row-title {
            color: #A0652E;
        }
        .news-row-summary {
            font-size: .8125rem;
            color: #888;
            line-height: 1.5;
            margin-top: 4px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-row-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-shrink: 0;
        }
        .news-row-meta time {
            font-size: .8125rem;
            color: #999;
            white-space: nowrap;
        }
        .news-row-meta .arrow {
            color: #B87A3A;
            font-size: .875rem;
            opacity: .5;
            transition: all .3s;
        }
        .news-row:hover .arrow {
            opacity: 1;
            transform: translateX(4px);
        }
        .toast-tag {
            background: rgba(184, 122, 58, .12);
            color: #A0652E;
            font-size: .8125rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 999px;
        }
        .compare-card {
            background: var(--surface);
            border-radius: var(--radius-lg);
            padding: 28px;
            box-shadow: var(--shadow-card);
            border: 1px solid var(--border);
            transition: all .3s ease;
        }
        .compare-card:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-4px);
        }
        .compare-card.traditional {
            border-top: 3px solid #8E8E8E;
        }
        .compare-card.premium {
            border-top: 3px solid transparent;
            border-image: linear-gradient(135deg, #B87A3A, #3E6B5A) 1;
        }
        .progress-track {
            height: 8px;
            background: #F0ECE6;
            border-radius: 999px;
            overflow: hidden;
        }
        .progress-fill {
            height: 100%;
            border-radius: 999px;
            transition: width .8s ease;
        }
        .faq-item {
            background: var(--surface);
            border-radius: 16px;
            border: 1px solid var(--border);
            margin-bottom: 12px;
            overflow: hidden;
            transition: all .3s ease;
        }
        .faq-item:hover {
            border-color: rgba(184, 122, 58, .25);
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
        }
        .faq-item.active {
            border-color: rgba(184, 122, 58, .35);
            box-shadow: 0 8px 24px rgba(184, 122, 58, .08);
        }
        .faq-question {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 18px 20px;
            cursor: pointer;
            user-select: none;
        }
        .faq-q-no {
            width: 28px;
            height: 28px;
            border-radius: 999px;
            background: #F5EAD9;
            color: #A0652E;
            font-size: .75rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .faq-q-text {
            flex: 1;
            font-size: .9375rem;
            font-weight: 600;
            color: var(--text);
        }
        .faq-icon {
            width: 28px;
            height: 28px;
            border-radius: 999px;
            border: 1.5px solid #D8D2CA;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .8125rem;
            color: #999;
            transition: all .3s ease;
            flex-shrink: 0;
        }
        .faq-item.active .faq-icon {
            transform: rotate(45deg);
            border-color: #B87A3A;
            color: #B87A3A;
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height .4s ease;
        }
        .faq-answer-inner {
            padding: 0 20px 18px 62px;
            font-size: .875rem;
            color: #666;
            line-height: 1.75;
        }
        .form-field {
            width: 100%;
            border: 1px solid #E8E2DA;
            border-radius: 12px;
            padding: 12px 16px;
            font-size: .875rem;
            background: rgba(255, 255, 255, .8);
            transition: border-color .3s, box-shadow .3s;
            color: var(--text);
        }
        .form-field:focus {
            outline: none;
            border-color: #B87A3A;
            box-shadow: 0 0 0 3px rgba(184, 122, 58, .15);
            background: #fff;
        }
        .form-label {
            display: block;
            font-size: .875rem;
            font-weight: 600;
            color: #4A4540;
            margin-bottom: 6px;
        }
        .footer-brand {
            font-size: 1.375rem;
            font-weight: 800;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .footer-brand i {
            color: #B87A3A;
            font-size: 1.5rem;
        }
        .footer-title {
            color: #fff;
            font-size: .9375rem;
            font-weight: 600;
            margin-bottom: 14px;
            letter-spacing: .02em;
        }
        .footer-links li {
            margin-bottom: 8px;
        }
        .footer-links a {
            color: #A8A29A;
            font-size: .875rem;
            transition: color .3s;
        }
        .footer-links a:hover {
            color: #D4A574;
        }
        @media (max-width: 1023px) {
            .section {
                padding: 56px 0;
            }
        }
        @media (max-width: 767px) {
            section {
                padding: 48px 0;
            }
            .container {
                padding: 0 16px;
            }
            .hero-title {
                font-size: 2rem !important;
            }
            .section-title {
                font-size: 1.5rem;
            }
            .news-row {
                flex-direction: column;
                align-items: flex-start;
            }
            .news-row-meta {
                width: 100%;
                justify-content: space-between;
            }
        }

/* roulang page: article */
:root {
        --tea-500: #B87A3A;
        --pine-500: #3E6B5A;
        --bg-main: #F8F5F0;
        --text-main: #2D2A26;
        --text-soft: #8A857E;
        --surface: #FFFFFF;
        --radius-lg: 24px;
        --shadow-card: 0 8px 24px rgba(0,0,0,0.06);
        --shadow-hover: 0 14px 32px rgba(0,0,0,0.10);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
        font-family: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', system-ui, sans-serif;
        background-color: var(--bg-main);
        color: var(--text-main);
        line-height: 1.75;
        -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; height: auto; display: block; }
    button { font-family: inherit; cursor: pointer; }

    .container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; }

    .channel-scroll {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: x proximity;
    }
    .channel-scroll::-webkit-scrollbar { display: none; }
    .channel-scroll a { scroll-snap-align: start; white-space: nowrap; }

    .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 文章正文排版 */
    .article-body {
        font-size: 1.0625rem;
        line-height: 1.85;
        color: #33312D;
    }
    .article-body > * + * { margin-top: 1.4em; }
    .article-body h2 {
        font-size: 1.6rem;
        font-weight: 700;
        color: #26221E;
        line-height: 1.4;
        padding-bottom: 0.5em;
        border-bottom: 2px solid #F0E8DA;
        margin-top: 2.2em;
    }
    .article-body h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #3A342C;
        line-height: 1.4;
        margin-top: 1.8em;
    }
    .article-body p { color: #33312D; }
    .article-body a {
        color: #B87A3A;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 0.2s;
    }
    .article-body a:hover { color: #9C632D; }
    .article-body ul {
        list-style: disc;
        padding-left: 1.5em;
    }
    .article-body ol {
        list-style: decimal;
        padding-left: 1.5em;
    }
    .article-body li + li { margin-top: 0.5em; }
    .article-body blockquote {
        border-left: 4px solid #B87A3A;
        background: #FBF6EF;
        padding: 1em 1.4em;
        border-radius: 0 14px 14px 0;
        color: #5B5145;
    }
    .article-body img {
        border-radius: 16px;
        width: 100%;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }
    .article-body figure { margin-top: 1.5em; }
    .article-body figcaption {
        font-size: 0.875rem;
        color: #8A857E;
        text-align: center;
        margin-top: 0.6em;
    }
    .article-body strong { font-weight: 700; color: #26221E; }
    .article-body hr {
        border: none;
        border-top: 1px solid #E8E2D8;
        margin: 2.5em 0;
    }

    /* 页脚 */
    .footer-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1.15rem;
        font-weight: 700;
        color: #F5F0E8;
    }
    .footer-title {
        font-size: 0.95rem;
        font-weight: 600;
        color: #F5F0E8;
        margin-bottom: 1rem;
        letter-spacing: 0.05em;
    }
    .footer-links {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }
    .footer-links a,
    .footer-links li {
        font-size: 0.875rem;
        color: #A8A29A;
        transition: color 0.2s;
    }
    .footer-links a:hover { color: #E8CDA8; }

    /* 移动端菜单过渡 */
    #mobileMenu { transition: opacity 0.25s ease, transform 0.25s ease; }
    #mobileMenu:not(.hidden) { animation: fadeSlideIn 0.28s ease; }
    @keyframes fadeSlideIn {
        from { opacity: 0; transform: translateY(-8px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* 通用焦点状态 */
    a:focus-visible,
    button:focus-visible {
        outline: 3px solid rgba(184, 122, 58, 0.4);
        outline-offset: 2px;
        border-radius: 8px;
    }

    @media (max-width: 767px) {
        .article-body { font-size: 1rem; }
        .article-body h2 { font-size: 1.35rem; }
        .container { padding-left: 1rem; padding-right: 1rem; }
    }

/* roulang page: category1 */
:root {
            --radius-card: 22px;
            --radius-btn: 12px;
            --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.06);
            --shadow-hover: 0 14px 32px rgba(0, 0, 0, 0.10);
            --shadow-btn: 0 6px 16px rgba(184, 122, 58, 0.25);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            background: #F8F5F0;
            color: #292524;
            font-family: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', system-ui, sans-serif;
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
        }

        a,
        button,
        input,
        select,
        textarea {
            transition: all 0.25s ease;
        }

        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        select:focus-visible,
        textarea:focus-visible {
            outline: 3px solid rgba(184, 122, 58, 0.4);
            outline-offset: 2px;
            border-radius: 8px;
        }

        .container {
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
        }

        .channel-scroll {
            scrollbar-width: none;
            -ms-overflow-style: none;
            overflow-x: auto;
        }

        .channel-scroll::-webkit-scrollbar {
            display: none;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            border-radius: var(--radius-btn);
            background: linear-gradient(135deg, #B87A3A 0%, #3E6B5A 100%);
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            box-shadow: var(--shadow-btn);
            border: none;
            cursor: pointer;
        }

        .btn-primary:hover {
            filter: brightness(1.08);
            box-shadow: 0 10px 22px rgba(184, 122, 58, 0.35);
            transform: translateY(-1px);
        }

        .btn-primary:active {
            transform: translateY(0);
            box-shadow: 0 4px 12px rgba(184, 122, 58, 0.3);
        }

        .btn-outline-light {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 28px;
            border-radius: var(--radius-btn);
            border: 1.5px solid rgba(255, 255, 255, 0.6);
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(4px);
            cursor: pointer;
        }

        .btn-outline-light:hover {
            background: rgba(255, 255, 255, 0.16);
            border-color: #fff;
        }

        .btn-outline-light:active {
            transform: translateY(0);
        }

        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 14px;
            border-radius: 999px;
            background: #F6E9D8;
            color: #9C632C;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.02em;
        }

        .section-title {
            font-size: 1.9rem;
            font-weight: 800;
            line-height: 1.3;
            color: #292524;
            margin-top: 10px;
        }

        .section-subtitle {
            margin-top: 8px;
            color: #78716C;
            font-size: 15px;
            max-width: 560px;
        }

        .metric-card {
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.10);
            border-radius: var(--radius-card);
            padding: 26px 22px;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(6px);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .metric-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
            border-color: rgba(184, 122, 58, 0.4);
        }

        .metric-dot {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #34D399;
            box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.15);
        }

        .metric-value {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            background: linear-gradient(135deg, #E0B57E, #8FB8AB);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 8px;
        }

        .metric-label {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            font-weight: 500;
            margin-top: 6px;
        }

        .metric-trend {
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
            margin-top: 10px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .metric-trend i {
            color: #34D399;
        }

        .service-card {
            background: #fff;
            border-radius: var(--radius-card);
            overflow: hidden;
            box-shadow: var(--shadow-card);
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
        }

        .service-card .cover-wrap {
            position: relative;
            overflow: hidden;
            aspect-ratio: 16 / 9;
        }

        .service-card .cover-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .service-card:hover .cover-wrap img {
            transform: scale(1.04);
        }

        .cover-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.34) 100%);
        }

        .card-badge {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 2;
            padding: 5px 14px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            backdrop-filter: blur(6px);
        }

        .card-badge.hot {
            background: linear-gradient(135deg, rgba(184, 122, 58, 0.92), rgba(156, 99, 44, 0.92));
        }

        .card-badge.new {
            background: linear-gradient(135deg, rgba(62, 107, 90, 0.92), rgba(47, 85, 71, 0.92));
        }

        .card-badge.limit {
            background: linear-gradient(135deg, rgba(205, 149, 83, 0.92), rgba(184, 122, 58, 0.92));
        }

        .card-number {
            position: absolute;
            top: 14px;
            left: 14px;
            z-index: 2;
            font-size: 13px;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.9);
            background: rgba(38, 36, 33, 0.45);
            padding: 4px 12px;
            border-radius: 999px;
            backdrop-filter: blur(4px);
            letter-spacing: 0.04em;
        }

        .card-tag {
            display: inline-flex;
            align-items: center;
            padding: 4px 12px;
            border-radius: 999px;
            background: #FBF5EE;
            color: #9C632C;
            font-size: 12px;
            font-weight: 500;
            border: 1px solid rgba(184, 122, 58, 0.12);
        }

        .card-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #9C632C;
            font-weight: 600;
            font-size: 14px;
        }

        .card-link i {
            transition: transform 0.3s ease;
        }

        .card-link:hover i {
            transform: translateX(4px);
        }

        .compare-card {
            background: #fff;
            border-radius: var(--radius-card);
            padding: 34px 30px;
            box-shadow: var(--shadow-card);
            border: 1px solid rgba(0, 0, 0, 0.04);
            position: relative;
            overflow: hidden;
        }

        .compare-card.best {
            border: 1.5px solid transparent;
            background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #E0B57E, #8FB8AB);
            background-origin: border-box;
            background-clip: padding-box, border-box;
        }

        .compare-card h3 {
            font-size: 1.35rem;
            font-weight: 700;
        }

        .compare-list {
            margin-top: 18px;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .compare-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 14px;
            color: #57534E;
            line-height: 1.6;
        }

        .compare-list li i {
            margin-top: 3px;
            font-size: 14px;
            flex-shrink: 0;
        }

        .compare-list li.close i {
            color: #A8A29E;
        }

        .compare-list li.open i {
            color: #3E6B5A;
        }

        .progress-row {
            margin-top: 22px;
            padding-top: 18px;
            border-top: 1px solid rgba(0, 0, 0, 0.06);
        }

        .progress-head {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            color: #78716C;
            margin-bottom: 8px;
        }

        .progress-bar {
            height: 8px;
            border-radius: 999px;
            background: #EEE7E0;
            overflow: hidden;
        }

        .progress-bar span {
            display: block;
            height: 100%;
            border-radius: 999px;
            background: linear-gradient(90deg, #B87A3A, #3E6B5A);
        }

        .step-card {
            background: #fff;
            border-radius: var(--radius-card);
            padding: 30px 24px;
            box-shadow: var(--shadow-card);
            text-align: center;
            position: relative;
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .step-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }

        .step-number {
            width: 52px;
            height: 52px;
            margin: 0 auto;
            border-radius: 16px;
            background: linear-gradient(135deg, #F6E9D8, #BAD5CC);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 800;
            color: #7E4F26;
        }

        .hot-card {
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.10);
            border-radius: var(--radius-card);
            overflow: hidden;
            backdrop-filter: blur(4px);
            transition: transform 0.35s ease, border-color 0.35s ease;
        }

        .hot-card:hover {
            transform: translateY(-6px);
            border-color: rgba(184, 122, 58, 0.45);
        }

        .hot-card .hot-cover {
            position: relative;
            height: 180px;
            overflow: hidden;
        }

        .hot-card .hot-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .hot-card:hover .hot-cover img {
            transform: scale(1.04);
        }

        .hot-score {
            position: absolute;
            bottom: 12px;
            left: 12px;
            background: rgba(38, 36, 33, 0.7);
            color: #E0B57E;
            padding: 4px 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 700;
            backdrop-filter: blur(4px);
        }

        .faq-item {
            background: #fff;
            border-radius: 18px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
            margin-bottom: 14px;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: var(--shadow-card);
        }

        .faq-toggle {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
            background: transparent;
            border: none;
            cursor: pointer;
            text-align: left;
            gap: 16px;
        }

        .faq-toggle .q-num {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            border-radius: 10px;
            background: #F6E9D8;
            color: #9C632C;
            font-size: 13px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .faq-toggle .q-text {
            font-size: 15px;
            font-weight: 600;
            color: #292524;
            flex: 1;
        }

        .faq-chevron {
            flex-shrink: 0;
            width: 30px;
            height: 30px;
            border-radius: 999px;
            background: #F5F0EA;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: #78716C;
            transition: transform 0.35s ease, background 0.3s ease;
        }

        .faq-item.open .faq-chevron {
            transform: rotate(180deg);
            background: #F6E9D8;
            color: #9C632C;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .faq-answer-inner {
            padding: 0 24px 20px 72px;
            font-size: 14px;
            color: #78716C;
            line-height: 1.8;
        }

        .form-card {
            background: linear-gradient(135deg, #FBF5EE, #F0EFE8);
            border-radius: 26px;
            padding: 38px 34px;
            box-shadow: var(--shadow-card);
            border: 1px solid rgba(184, 122, 58, 0.12);
            position: relative;
            overflow: hidden;
        }

        .form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #B87A3A, #3E6B5A, #8FB8AB);
        }

        .form-input {
            width: 100%;
            padding: 13px 16px;
            border-radius: 14px;
            border: 1.5px solid rgba(0, 0, 0, 0.08);
            background: #fff;
            font-size: 14px;
            color: #292524;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }

        .form-input:focus {
            outline: none;
            border-color: #B87A3A;
            box-shadow: 0 0 0 3px rgba(184, 122, 58, 0.18);
        }

        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #57534E;
            margin-bottom: 6px;
        }

        .contact-box {
            background: #262421;
            border-radius: 26px;
            padding: 38px 32px;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .contact-box::after {
            content: '';
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 160px;
            height: 160px;
            border-radius: 999px;
            background: rgba(184, 122, 58, 0.15);
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 14px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .contact-item:last-child {
            border-bottom: none;
        }

        .contact-item i {
            color: #E0B57E;
            margin-top: 2px;
            font-size: 16px;
        }

        .footer-brand {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .footer-brand span:last-child {
            font-size: 20px;
            font-weight: 800;
            color: #F5F5F4;
        }

        .footer-title {
            font-size: 15px;
            font-weight: 700;
            color: #FAF9F8;
            margin-bottom: 16px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 28px;
            height: 3px;
            border-radius: 999px;
            background: linear-gradient(90deg, #B87A3A, #3E6B5A);
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-links a {
            color: #A8A29A;
            font-size: 14px;
            transition: color 0.25s ease, padding-left 0.25s ease;
        }

        .footer-links a:hover {
            color: #E0B57E;
            padding-left: 4px;
        }

        @media (max-width: 767px) {
            .section-title {
                font-size: 1.5rem;
            }
            .faq-answer-inner {
                padding-left: 24px;
                padding-right: 20px;
            }
            .form-card {
                padding: 28px 20px;
            }
            .contact-box {
                padding: 28px 22px;
            }
            .metric-value {
                font-size: 2rem;
            }
        }
