/* roulang page: index */
:root {
            --primary: #1E4D40;
            --accent: #C98F4E;
            --bg-warm: #FAF7F2;
            --cta-orange: #F26A45;
            --text-main: #1D2A26;
            --text-sub: #5A6B65;
            --text-light: #A8B5B0;
            --star-color: #E6B94A;
            --success-green: #2E8B6F;
            --dark-bg: #0F2620;
            --radius: 18px;
            --radius-lg: 24px;
            --radius-pill: 999px;
            --shadow-default: 0 8px 30px rgba(30, 77, 64, 0.08);
            --shadow-hover: 0 14px 40px rgba(30, 77, 64, 0.16);
            --border-light: 1px solid rgba(30, 77, 64, 0.1);
            --spacing-section: clamp(4rem, 8vw, 7rem);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
            background: var(--bg-warm);
            color: var(--text-main);
            line-height: 1.75;
            font-size: 1rem;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        a {
            color: var(--primary);
            text-decoration: none;
            transition: all .3s;
        }
        a:hover {
            color: var(--accent);
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        button {
            border: none;
            cursor: pointer;
            background: none;
        }
        input:focus,
        button:focus,
        a:focus {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }

        .container {
            max-width: 1200px;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        /* ===== 悬浮胶囊导航 ===== */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 12px 20px;
            display: flex;
            justify-content: center;
            pointer-events: none;
        }
        .nav-capsule {
            width: 100%;
            max-width: 760px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(250, 247, 242, 0.85);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-radius: var(--radius-pill);
            padding: 10px 24px;
            border: 1px solid rgba(30, 77, 64, 0.08);
            box-shadow: 0 4px 20px rgba(30, 77, 64, 0.06);
            transition: background .3s, box-shadow .3s;
            pointer-events: auto;
            flex-wrap: wrap;
        }
        .site-header.scrolled .nav-capsule {
            background: rgba(250, 247, 242, 0.97);
            box-shadow: 0 8px 32px rgba(30, 77, 64, 0.12);
            border-color: rgba(30, 77, 64, 0.14);
        }
        .brand {
            display: flex;
            align-items: center;
            gap: 9px;
            flex-shrink: 0;
        }
        .brand-mark {
            width: 34px;
            height: 34px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.85rem;
            box-shadow: 0 4px 12px rgba(30, 77, 64, 0.3);
        }
        .brand-text {
            font-weight: 800;
            color: var(--primary);
            font-size: 1.15rem;
            letter-spacing: 0.02em;
            white-space: nowrap;
        }
        .custom-toggler {
            display: none;
            flex-direction: column;
            gap: 4px;
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: rgba(30, 77, 64, 0.06);
            transition: background .3s;
        }
        .custom-toggler:hover {
            background: rgba(30, 77, 64, 0.12);
        }
        .toggler-bar {
            display: block;
            width: 20px;
            height: 2px;
            background: var(--primary);
            border-radius: 2px;
            transition: all .3s;
        }
        .nav-links {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            gap: 2px;
        }
        .nav-links li a {
            display: block;
            padding: 8px 18px;
            border-radius: var(--radius-pill);
            font-weight: 500;
            color: var(--text-sub);
            font-size: 0.875rem;
            transition: all .25s;
            position: relative;
        }
        .nav-links li a:hover {
            color: var(--primary);
            background: rgba(30, 77, 64, 0.06);
        }
        .nav-links li a::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: var(--accent);
            border-radius: 2px;
            transition: width .3s;
        }
        .nav-links li a:hover::after {
            width: 40%;
        }
        .nav-links li.active a {
            color: var(--primary);
            background: rgba(30, 77, 64, 0.08);
            font-weight: 600;
        }
        .nav-links li.active a::after {
            width: 40%;
        }

        /* ===== Hero 区块 ===== */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 140px 0 100px;
            position: relative;
            background:
                radial-gradient(ellipse at 20% 20%, rgba(201, 143, 78, 0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 80%, rgba(30, 77, 64, 0.06) 0%, transparent 50%),
                var(--bg-warm);
        }
        .hero .container {
            position: relative;
            z-index: 2;
        }
        .hero-text {
            padding-right: 20px;
        }
        .hero-text .h1,
        .hero-text h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.01em;
            color: var(--text-main);
            margin-bottom: 22px;
        }
        .hero-text .h1 .dot,
        .hero-text h1 .dot {
            color: var(--accent);
        }
        .hero-text .lead {
            font-size: 1.05rem;
            color: var(--text-sub);
            max-width: 400px;
            line-height: 1.8;
            margin-bottom: 32px;
        }
        .hero-cta {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-bottom: 36px;
        }
        .hero-trust {
            display: flex;
            gap: 24px;
            align-items: center;
            flex-wrap: wrap;
        }
        .trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
            color: var(--text-sub);
        }
        .trust-item i {
            color: var(--success-green);
            font-size: 1rem;
        }

        /*  Hero 竖屏媒体 */
        .hero-media {
            position: relative;
            display: flex;
            justify-content: center;
            gap: 16px;
            align-items: center;
        }
        .phone-frame {
            position: relative;
            width: 280px;
            height: 460px;
            border-radius: 30px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 20px 60px rgba(30, 77, 64, 0.18);
            border: 3px solid #fff;
            padding: 6px;
            flex-shrink: 0;
        }
        .phone-screen {
            width: 100%;
            height: 100%;
            border-radius: 24px;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .phone-screen::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, transparent 30%, transparent 60%, rgba(0, 0, 0, 0.55) 100%);
            border-radius: 24px;
        }
        .phone-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 64px;
            height: 64px;
            background: rgba(255, 255, 255, 0.92);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
            transition: all .3s;
        }
        .phone-play:hover {
            transform: translate(-50%, -50%) scale(1.1);
            background: var(--cta-orange);
            color: #fff;
        }
        .phone-play i {
            font-size: 1.1rem;
            color: var(--primary);
            margin-left: 3px;
            transition: color .3s;
        }
        .phone-play:hover i {
            color: #fff;
        }
        .phone-hot {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--cta-orange);
            color: #fff;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: var(--radius-pill);
            z-index: 3;
            box-shadow: 0 4px 12px rgba(242, 106, 69, 0.4);
        }
        .phone-label {
            position: absolute;
            bottom: 24px;
            left: 24px;
            right: 24px;
            z-index: 3;
            color: #fff;
            font-size: 0.95rem;
            font-weight: 600;
            line-height: 1.4;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
        }
        .phone-label small {
            display: block;
            font-size: 0.78rem;
            font-weight: 400;
            opacity: 0.85;
            margin-top: 4px;
        }
        .interact-bar {
            display: flex;
            flex-direction: column;
            gap: 18px;
            align-items: center;
        }
        .interact-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            font-size: 0.75rem;
            color: var(--text-sub);
        }
        .interact-item .icon-circle {
            width: 42px;
            height: 42px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 16px rgba(30, 77, 64, 0.08);
            transition: all .3s;
        }
        .interact-item .icon-circle i {
            font-size: 0.9rem;
            color: var(--text-sub);
        }
        .interact-item .icon-circle.liked i {
            color: var(--cta-orange);
        }
        .interact-item:hover .icon-circle {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(30, 77, 64, 0.15);
        }
        .interact-item span {
            font-weight: 600;
        }
        .scroll-indicator {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            color: var(--text-light);
            font-size: 0.75rem;
            z-index: 3;
            animation: floatDown 2s ease-in-out infinite;
        }
        .scroll-indicator i {
            font-size: 1rem;
        }
        @keyframes floatDown {
            0% {
                transform: translate(-50%, 0);
            }
            50% {
                transform: translate(-50%, 6px);
            }
            100% {
                transform: translate(-50%, 0);
            }
        }

        /* ===== 通用区块标题 ===== */
        .section-head {
            text-align: center;
            margin-bottom: 48px;
        }
        .section-head h2 {
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            font-weight: 700;
            line-height: 1.3;
            color: var(--text-main);
            margin-bottom: 12px;
        }
        .section-head p {
            color: var(--text-sub);
            max-width: 480px;
            margin: 0 auto;
            font-size: 0.95rem;
        }
        .section-head .head-line {
            width: 48px;
            height: 3px;
            background: var(--accent);
            border-radius: 3px;
            margin: 16px auto 0;
        }

        /* ===== 按钮 ===== */
        .btn-primary-custom {
            background: var(--primary);
            color: #fff;
            border-radius: var(--radius-pill);
            padding: 0.9em 2.2em;
            font-weight: 600;
            font-size: 0.95rem;
            border: 2px solid var(--primary);
            box-shadow: 0 4px 16px rgba(30, 77, 64, 0.2);
            transition: all .3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-primary-custom:hover {
            background: var(--cta-orange);
            border-color: var(--cta-orange);
            color: #fff;
            box-shadow: 0 8px 24px rgba(242, 106, 69, 0.3);
            transform: translateY(-2px);
        }
        .btn-outline-custom {
            background: transparent;
            color: var(--primary);
            border-radius: var(--radius-pill);
            padding: 0.9em 2.2em;
            font-weight: 600;
            font-size: 0.95rem;
            border: 1.5px solid var(--primary);
            transition: all .3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-outline-custom:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(30, 77, 64, 0.18);
        }
        .btn-orange {
            background: var(--cta-orange);
            color: #fff;
            border-radius: var(--radius-pill);
            padding: 1em 2.6em;
            font-weight: 600;
            font-size: 1rem;
            border: 2px solid var(--cta-orange);
            box-shadow: 0 8px 24px rgba(242, 106, 69, 0.35);
            transition: all .3s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .btn-orange:hover {
            background: #ff7d57;
            border-color: #ff7d57;
            color: #fff;
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 12px 32px rgba(242, 106, 69, 0.4);
        }
        .btn-outline-light-custom {
            background: transparent;
            color: #fff;
            border-radius: var(--radius-pill);
            padding: 0.9em 2.2em;
            font-weight: 600;
            font-size: 0.95rem;
            border: 1.5px solid rgba(255, 255, 255, 0.7);
            transition: all .3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-outline-light-custom:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
            border-color: #fff;
        }

        /* ===== 爆款片段 ===== */
        .clips-section {
            padding: var(--spacing-section) 0;
            background: #fff;
        }
        .clips-scroll {
            display: flex;
            gap: 22px;
            overflow-x: auto;
            padding: 20px 4px 30px;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
            scrollbar-color: var(--accent) transparent;
        }
        .clips-scroll::-webkit-scrollbar {
            height: 6px;
        }
        .clips-scroll::-webkit-scrollbar-track {
            background: rgba(30, 77, 64, 0.04);
            border-radius: 6px;
        }
        .clips-scroll::-webkit-scrollbar-thumb {
            background: rgba(201, 143, 78, 0.5);
            border-radius: 6px;
        }
        .clip-card {
            flex: 0 0 220px;
            scroll-snap-align: start;
            border-radius: var(--radius-lg);
            overflow: hidden;
            position: relative;
            height: 340px;
            box-shadow: var(--shadow-default);
            transition: all .35s ease;
            background: #fff;
        }
        .clip-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
        }
        .clip-cover {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }
        .clip-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s;
        }
        .clip-card:hover .clip-cover img {
            transform: scale(1.05);
        }
        .clip-cover::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.6) 100%);
        }
        .clip-duration {
            position: absolute;
            top: 14px;
            left: 14px;
            background: rgba(0, 0, 0, 0.55);
            color: #fff;
            font-size: 0.75rem;
            padding: 3px 10px;
            border-radius: 8px;
            z-index: 2;
            backdrop-filter: blur(4px);
        }
        .clip-hot {
            position: absolute;
            top: 14px;
            right: 14px;
            background: var(--cta-orange);
            color: #fff;
            font-size: 0.72rem;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: var(--radius-pill);
            z-index: 2;
            box-shadow: 0 4px 12px rgba(242, 106, 69, 0.35);
        }
        .clip-bottom {
            position: absolute;
            bottom: 14px;
            left: 14px;
            right: 14px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            z-index: 2;
        }
        .clip-title {
            color: #fff;
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }
        .clip-buy {
            flex-shrink: 0;
            background: var(--cta-orange);
            color: #fff;
            border-radius: var(--radius-pill);
            padding: 5px 16px;
            font-size: 0.75rem;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(242, 106, 69, 0.3);
            transition: all .3s;
        }
        .clip-buy:hover {
            transform: scale(1.06);
            background: #ff7d57;
            color: #fff;
        }

        /* ===== 种草清单 ===== */
        .picks-section {
            padding: var(--spacing-section) 0;
        }
        .pick-card {
            background: #fff;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-default);
            border: var(--border-light);
            transition: all .35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .pick-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(30, 77, 64, 0.2);
        }
        .pick-cover {
            position: relative;
            aspect-ratio: 16/10;
            overflow: hidden;
        }
        .pick-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s;
        }
        .pick-card:hover .pick-cover img {
            transform: scale(1.05);
        }
        .pick-cat {
            position: absolute;
            top: 14px;
            left: 14px;
            background: rgba(255, 255, 255, 0.9);
            color: var(--primary);
            font-size: 0.75rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: var(--radius-pill);
            border: 1px solid var(--accent);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }
        .pick-body {
            padding: 22px 24px 24px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }
        .pick-body h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 8px;
            line-height: 1.4;
        }
        .pick-body p {
            font-size: 0.875rem;
            color: var(--text-sub);
            line-height: 1.7;
            margin-bottom: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .pick-score {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
        }
        .score-bar {
            flex: 1;
            height: 6px;
            background: rgba(30, 77, 64, 0.1);
            border-radius: 6px;
            overflow: hidden;
        }
        .score-bar span {
            display: block;
            height: 100%;
            background: linear-gradient(90deg, var(--accent), #dba35a);
            border-radius: 6px;
            transition: width .6s ease;
        }
        .score-num {
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--primary);
            font-family: "DIN Alternate", sans-serif;
        }
        .pick-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 16px;
        }
        .pick-tags span {
            background: rgba(30, 77, 64, 0.06);
            color: var(--text-sub);
            font-size: 0.75rem;
            padding: 3px 10px;
            border-radius: 6px;
            transition: all .3s;
        }
        .pick-tags span:hover {
            background: rgba(30, 77, 64, 0.1);
            color: var(--primary);
        }
        .pick-more {
            margin-top: auto;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--primary);
            transition: all .3s;
        }
        .pick-more i {
            transition: transform .3s;
        }
        .pick-more:hover {
            color: var(--accent);
        }
        .pick-more:hover i {
            transform: translateX(4px);
        }

        /* ===== 评论口碑条 ===== */
        .testimonials-section {
            padding: var(--spacing-section) 0;
            background: #fff;
        }
        .testimonial-scroll {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding: 20px 4px 30px;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }
        .testimonial-card {
            flex: 0 0 300px;
            scroll-snap-align: start;
            background: var(--bg-warm);
            border-radius: 24px;
            padding: 24px;
            position: relative;
            border: var(--border-light);
            box-shadow: var(--shadow-default);
            transition: all .35s;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .testimonial-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }
        .testimonial-card::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 32px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 12px solid var(--bg-warm);
        }
        .testimonial-head {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .testimonial-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            flex-shrink: 0;
        }
        .avatar-1 {
            background: #6C8E7A;
        }
        .avatar-2 {
            background: #C98F4E;
        }
        .avatar-3 {
            background: #7D9DB2;
        }
        .avatar-4 {
            background: #A87CA0;
        }
        .avatar-5 {
            background: #5D9C84;
        }
        .avatar-6 {
            background: #C26D63;
        }
        .testimonial-name {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-main);
        }
        .verified {
            margin-left: auto;
            font-size: 0.72rem;
            color: var(--success-green);
            font-weight: 500;
            background: rgba(46, 139, 111, 0.1);
            padding: 3px 10px;
            border-radius: var(--radius-pill);
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .testimonial-stars {
            color: var(--star-color);
            font-size: 0.85rem;
            gap: 2px;
            display: flex;
        }
        .testimonial-text {
            font-size: 0.875rem;
            color: var(--text-sub);
            line-height: 1.7;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* ===== CTA 区块 ===== */
        .cta-section {
            background: var(--dark-bg);
            position: relative;
            overflow: hidden;
            padding: var(--spacing-section) 0;
            color: #fff;
        }
        .cta-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
            opacity: 0.15;
        }
        .cta-section .container {
            position: relative;
            z-index: 2;
            text-align: center;
        }
        .cta-section h2 {
            font-size: clamp(1.6rem, 3.5vw, 2.4rem);
            font-weight: 700;
            margin-bottom: 16px;
            color: #fff;
        }
        .cta-section .cta-sub {
            color: rgba(255, 255, 255, 0.8);
            max-width: 520px;
            margin: 0 auto 36px;
            font-size: 0.95rem;
        }
        .cta-buttons {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 52px;
        }
        .cta-stats {
            display: flex;
            gap: 60px;
            justify-content: center;
            flex-wrap: wrap;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            padding-top: 40px;
        }
        .stat-item {
            text-align: center;
        }
        .stat-num {
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            font-weight: 700;
            display: block;
            font-family: "DIN Alternate", sans-serif;
            background: linear-gradient(135deg, #fff, var(--accent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 4px;
        }

        /* ===== 最新资讯 ===== */
        .news-section {
            padding: var(--spacing-section) 0;
        }
        .news-main {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        .news-item {
            display: flex;
            gap: 20px;
            background: #fff;
            border-radius: var(--radius);
            padding: 22px 26px;
            box-shadow: var(--shadow-default);
            border: var(--border-light);
            transition: all .35s;
        }
        .news-item:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(30, 77, 64, 0.2);
        }
        .news-date {
            flex-shrink: 0;
            width: 64px;
            height: 72px;
            background: var(--bg-warm);
            border-radius: 14px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(30, 77, 64, 0.08);
        }
        .news-date .day {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1.1;
        }
        .news-date .month {
            font-size: 0.7rem;
            color: var(--text-light);
            text-transform: uppercase;
        }
        .news-body {
            flex: 1;
        }
        .news-meta {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 6px;
        }
        .news-cat {
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--accent);
            background: rgba(201, 143, 78, 0.1);
            border: 1px solid rgba(201, 143, 78, 0.3);
            padding: 2px 10px;
            border-radius: 20px;
        }
        .news-time {
            font-size: 0.78rem;
            color: var(--text-light);
        }
        .news-body h4 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-main);
            margin-bottom: 4px;
            line-height: 1.4;
            transition: color .3s;
        }
        .news-item:hover .news-body h4 {
            color: var(--primary);
        }
        .news-body p {
            font-size: 0.85rem;
            color: var(--text-sub);
            line-height: 1.6;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-read {
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .news-read i {
            transition: transform .3s;
        }
        .news-item:hover .news-read i {
            transform: translateX(4px);
        }

        /* 右侧栏 */
        .news-side {
            background: #fff;
            border-radius: var(--radius);
            padding: 28px;
            box-shadow: var(--shadow-default);
            border: var(--border-light);
            height: 100%;
        }
        .cat-tabs {
            display: flex;
            gap: 8px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }
        .cat-tabs button {
            padding: 6px 16px;
            border-radius: var(--radius-pill);
            font-size: 0.82rem;
            background: rgba(30, 77, 64, 0.05);
            color: var(--text-sub);
            transition: all .3s;
            font-weight: 500;
        }
        .cat-tabs button:hover {
            background: rgba(30, 77, 64, 0.1);
            color: var(--primary);
        }
        .cat-tabs button.active {
            background: var(--primary);
            color: #fff;
        }
        .hot-list {
            display: flex;
            flex-direction: column;
        }
        .hot-item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 0;
            border-bottom: 1px solid rgba(30, 77, 64, 0.06);
            transition: all .3s;
            cursor: pointer;
        }
        .hot-item:last-child {
            border-bottom: none;
        }
        .hot-item:hover {
            padding-left: 6px;
        }
        .hot-num {
            font-size: 1.4rem;
            font-weight: 800;
            color: rgba(30, 77, 64, 0.25);
            font-family: "DIN Alternate", sans-serif;
            width: 32px;
        }
        .hot-item:nth-child(1) .hot-num {
            color: var(--cta-orange);
        }
        .hot-item:nth-child(2) .hot-num {
            color: var(--accent);
        }
        .hot-item:nth-child(3) .hot-num {
            color: var(--success-green);
        }
        .hot-title {
            font-size: 0.875rem;
            color: var(--text-main);
            font-weight: 500;
            line-height: 1.4;
        }

        /* 空态 */
        .empty-state {
            text-align: center;
            padding: 60px 20px;
            background: #fff;
            border-radius: var(--radius);
            border: 1px dashed rgba(30, 77, 64, 0.2);
            color: var(--text-light);
        }
        .empty-icon {
            font-size: 3rem;
            margin-bottom: 16px;
            color: rgba(30, 77, 64, 0.15);
        }
        .empty-state p {
            font-size: 0.9rem;
        }

        /* ===== FAQ ===== */
        .faq-section {
            padding: var(--spacing-section) 0;
            background: #fff;
        }
        .faq-wrap {
            max-width: 780px;
            margin: 0 auto;
        }
        .faq-card {
            background: var(--bg-warm);
            border-radius: var(--radius);
            margin-bottom: 14px;
            border: var(--border-light);
            overflow: hidden;
            transition: all .3s;
        }
        .faq-card:hover {
            border-color: rgba(30, 77, 64, 0.2);
        }
        .faq-card-header {
            width: 100%;
            text-align: left;
            padding: 20px 24px;
            display: flex;
            align-items: center;
            gap: 14px;
            background: transparent;
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--text-main);
            transition: all .3s;
            position: relative;
        }
        .faq-card-header:hover {
            color: var(--primary);
        }
        .faq-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(30, 77, 64, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            color: var(--primary);
            flex-shrink: 0;
            transition: all .3s;
        }
        .faq-card-header:hover .faq-icon {
            background: var(--primary);
            color: #fff;
        }
        .faq-toggle {
            margin-left: auto;
            font-size: 1rem;
            color: var(--text-light);
            transition: transform .3s;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .faq-card.open .faq-toggle {
            transform: rotate(45deg);
            color: var(--accent);
        }
        .faq-card-body {
            padding: 0 24px 20px 70px;
            font-size: 0.875rem;
            color: var(--text-sub);
            line-height: 1.75;
            display: none;
            background: rgba(250, 247, 242, 0.8);
        }
        .faq-card.open .faq-card-body {
            display: block;
        }
        .faq-card-body p {
            margin-bottom: 0;
        }

        /* ===== 页脚 ===== */
        .site-footer {
            background: var(--dark-bg);
            color: rgba(255, 255, 255, 0.7);
            padding: 60px 0 0;
        }
        .site-footer .container {
            padding-bottom: 30px;
        }
        .footer-brand {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 18px;
        }
        .footer-brand .brand-mark {
            background: var(--accent);
        }
        .footer-brand .brand-text {
            color: #fff;
        }
        .footer-desc {
            font-size: 0.85rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.55);
            max-width: 300px;
            margin-bottom: 20px;
        }
        .footer-title {
            font-size: 0.9rem;
            font-weight: 600;
            color: #fff;
            margin-bottom: 18px;
            position: relative;
            padding-bottom: 10px;
        }
        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 24px;
            height: 2px;
            background: var(--accent);
            border-radius: 2px;
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li {
            margin-bottom: 10px;
        }
        .footer-links a {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.85rem;
            transition: all .3s;
        }
        .footer-links a:hover {
            color: var(--accent);
            padding-left: 4px;
        }
        .footer-contact {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-contact li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 12px;
        }
        .footer-contact i {
            color: var(--accent);
            width: 18px;
            text-align: center;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 20px 0;
            text-align: center;
            font-size: 0.78rem;
            color: rgba(255, 255, 255, 0.35);
        }
        .footer-bottom a {
            color: rgba(255, 255, 255, 0.45);
        }
        .footer-bottom a:hover {
            color: var(--accent);
        }

        /* ===== 按钮通用 focus-visible ===== */
        .btn-primary-custom:focus-visible,
        .btn-outline-custom:focus-visible,
        .btn-orange:focus-visible,
        .btn-outline-light-custom:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }

        /* ===== 响应式 ===== */
        @media (max-width: 991.98px) {
            .custom-toggler {
                display: flex;
            }
            .nav-capsule {
                border-radius: 24px;
                padding: 12px 20px;
            }
            .nav-collapse {
                width: 100%;
                flex-basis: 100%;
            }
            .nav-links {
                flex-direction: column;
                align-items: center;
                padding: 14px 0 6px;
                gap: 2px;
                width: 100%;
            }
            .nav-links li {
                width: 100%;
            }
            .nav-links li a {
                text-align: center;
                width: 100%;
                padding: 10px 20px;
            }
            .hero {
                padding: 120px 0 80px;
            }
            .hero .row {
                flex-direction: column-reverse;
            }
            .hero-text {
                text-align: center;
                padding-right: 0;
                padding-top: 36px;
            }
            .hero-text .lead {
                margin-left: auto;
                margin-right: auto;
            }
            .hero-cta {
                justify-content: center;
            }
            .hero-trust {
                justify-content: center;
            }
            .hero-media {
                margin-bottom: 10px;
            }
            .phone-frame {
                width: 240px;
                height: 400px;
            }
            .news-main {
                margin-bottom: 20px;
            }
            .cat-tabs {
                justify-content: center;
            }
        }

        @media (max-width: 767.98px) {
            .site-header {
                padding: 8px 12px;
            }
            .nav-capsule {
                max-width: 96%;
                border-radius: 20px;
                padding: 10px 16px;
            }
            .brand-text {
                font-size: 1rem;
            }
            .naw-capsule {
                border-radius: 18px;
            }
            .hero {
                padding: 110px 0 90px;
            }
            .phone-frame {
                width: 200px;
                height: 340px;
                border-radius: 22px;
            }
            .phone-play {
                width: 52px;
                height: 52px;
            }
            .interact-bar {
                gap: 12px;
            }
            .interact-item .icon-circle {
                width: 36px;
                height: 36px;
            }
            .cta-stats {
                gap: 30px;
            }
            .news-item {
                flex-direction: column;
                padding: 18px;
            }
            .news-date {
                width: 56px;
                height: 64px;
                align-self: flex-start;
            }
            .faq-card-body {
                padding-left: 24px;
                padding-right: 20px;
            }
            .footer-title {
                margin-top: 24px;
            }
            .clips-card {
                flex-basis: 180px;
            }
        }

        @media (max-width: 575.98px) {
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            .cta-buttons .btn-orange,
            .cta-buttons .btn-outline-light-custom {
                width: 100%;
                max-width: 280px;
                justify-content: center;
            }
            .hero-trust {
                gap: 14px;
            }
            .stat-item {
                flex: 0 0 100px;
            }
            .section-head h2 {
                font-size: 1.4rem;
            }
        }

/* roulang page: category1 */
:root {
            --primary: #1E4D40;
            --primary-dark: #0F2620;
            --secondary: #C98F4E;
            --accent: #F26A45;
            --bg: #FAF7F2;
            --text: #1D2A26;
            --text-secondary: #5A6B65;
            --text-light: #A8B5B0;
            --border: rgba(30, 77, 64, 0.1);
            --radius: 18px;
            --radius-lg: 24px;
            --shadow: 0 8px 30px rgba(30, 77, 64, 0.08);
            --shadow-hover: 0 14px 40px rgba(30, 77, 64, 0.16);
            --space-section: clamp(4rem, 8vw, 7rem);
            --font-stack: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
            --font-number: "DIN Alternate", "Bahnschrift", "Arial Narrow", sans-serif;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: var(--font-stack);
            background: var(--bg);
            color: var(--text);
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            color: var(--primary);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        a:hover {
            color: var(--accent);
        }

        p {
            margin-bottom: 1.25rem;
        }

        .container {
            max-width: 1200px;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .section {
            padding: var(--space-section) 0;
        }

        .section-head {
            text-align: center;
            max-width: 680px;
            margin: 0 auto 3rem;
        }

        .section-head .eyebrow {
            display: inline-block;
            font-size: 0.8125rem;
            font-weight: 600;
            letter-spacing: 0.06em;
            color: var(--secondary);
            background: rgba(201, 143, 78, 0.1);
            padding: 0.35em 1.2em;
            border-radius: 999px;
            margin-bottom: 0.75rem;
        }

        .section-head h2 {
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            font-weight: 700;
            line-height: 1.3;
            color: var(--text);
            margin-bottom: 0.75rem;
            letter-spacing: -0.01em;
        }

        .section-head p {
            color: var(--text-secondary);
            font-size: 1rem;
            margin-bottom: 0;
        }

        .btn {
            border-radius: 999px;
            font-weight: 600;
            padding: 0.9em 2.2em;
            font-size: 0.9375rem;
            transition: all 0.25s ease;
            border: 1.5px solid transparent;
        }

        .btn-primary {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }

        .btn-primary:hover {
            background: var(--accent);
            border-color: var(--accent);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 10px 28px rgba(242, 106, 69, 0.3);
        }

        .btn-outline {
            background: transparent;
            color: var(--primary);
            border-color: var(--primary);
        }

        .btn-outline:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            transform: translateY(-2px);
        }

        .btn-accent {
            background: var(--accent);
            color: #fff;
            border-color: var(--accent);
            box-shadow: 0 8px 24px rgba(242, 106, 69, 0.3);
        }

        .btn-accent:hover {
            background: #ff7d58;
            border-color: #ff7d58;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(242, 106, 69, 0.4);
        }

        .btn:focus-visible,
        .navbar .nav-links a:focus-visible,
        .faq-item .faq-question:focus-visible,
        a:focus-visible {
            outline: 2px solid var(--secondary);
            outline-offset: 3px;
        }

        /* Header / Nav */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1050;
            display: flex;
            justify-content: center;
            padding: 12px 16px 0;
            pointer-events: none;
        }

        .nav-capsule {
            pointer-events: auto;
            width: 100%;
            max-width: 720px;
            background: rgba(250, 247, 242, 0.85);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border);
            border-radius: 999px;
            padding: 0.5rem 1rem 0.5rem 0.75rem;
            box-shadow: 0 4px 20px rgba(30, 77, 64, 0.06);
            transition: background 0.3s ease, box-shadow 0.3s ease;
        }

        .site-header.scrolled .nav-capsule {
            background: rgba(250, 247, 242, 0.95);
            box-shadow: 0 8px 30px rgba(30, 77, 64, 0.1);
        }

        .nav-capsule .brand {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 800;
            color: var(--primary);
            font-size: 1.125rem;
            padding: 0.25rem 0.5rem;
        }

        .brand .brand-mark {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--primary);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
        }

        .brand .brand-text {
            letter-spacing: 0.02em;
            white-space: nowrap;
        }

        .nav-capsule .nav-links {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .nav-capsule .nav-links li {
            margin: 0;
        }

        .nav-capsule .nav-links a {
            display: inline-block;
            padding: 0.45rem 1rem;
            font-size: 0.875rem;
            font-weight: 500;
            color: var(--text-secondary);
            border-radius: 999px;
            transition: all 0.25s ease;
            position: relative;
        }

        .nav-capsule .nav-links a::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 4px;
            width: 0;
            height: 2px;
            background: var(--secondary);
            border-radius: 2px;
            transform: translateX(-50%);
            transition: width 0.3s ease;
        }

        .nav-capsule .nav-links a:hover {
            color: var(--primary);
            transform: scale(1.02);
        }

        .nav-capsule .nav-links a:hover::after {
            width: 40%;
        }

        .nav-capsule .nav-links li.active a {
            background: var(--primary);
            color: #fff;
            font-weight: 600;
        }

        .nav-capsule .nav-links li.active a::after {
            display: none;
        }

        .custom-toggler {
            display: none;
            border: none;
            background: transparent;
            padding: 0.4rem;
            border-radius: 8px;
            cursor: pointer;
            flex-direction: column;
            gap: 4px;
        }

        .custom-toggler .toggler-bar {
            display: block;
            width: 22px;
            height: 2px;
            background: var(--primary);
            border-radius: 2px;
        }

        /* Page Hero */
        .category-hero {
            position: relative;
            min-height: 65vh;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, rgba(15, 38, 32, 0.92), rgba(30, 77, 64, 0.78)), url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
            padding: 8rem 0 4rem;
            margin-bottom: var(--space-section);
            color: #fff;
        }

        .category-hero .hero-inner {
            max-width: 760px;
            margin: 0 auto;
            text-align: center;
        }

        .category-hero .hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #E9F1EE;
            font-size: 0.8125rem;
            font-weight: 500;
            padding: 0.4em 1.4em;
            border-radius: 999px;
            margin-bottom: 1.25rem;
            letter-spacing: 0.04em;
        }

        .category-hero h1 {
            font-size: clamp(2rem, 5vw, 3.4rem);
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.01em;
            margin-bottom: 1rem;
            color: #fff;
        }

        .category-hero h1 .accent {
            color: var(--secondary);
        }

        .category-hero .hero-sub {
            font-size: clamp(1rem, 1.6vw, 1.2rem);
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .category-hero .hero-desc {
            font-size: 0.9375rem;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.8;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .category-hero .hero-actions {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .category-hero .btn-outline-light {
            background: transparent;
            border: 1.5px solid rgba(255, 255, 255, 0.6);
            color: #fff;
        }

        .category-hero .btn-outline-light:hover {
            background: #fff;
            color: var(--primary);
            border-color: #fff;
        }

        /* Feature Block */
        .feature-block {
            padding: 0 0 var(--space-section);
        }

        .feature-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(2rem, 4vw, 4rem);
            align-items: center;
            margin-bottom: var(--space-section);
        }

        .feature-row:last-child {
            margin-bottom: 0;
        }

        .feature-media {
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow);
            position: relative;
            aspect-ratio: 4/3;
        }

        .feature-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .feature-media:hover img {
            transform: scale(1.03);
        }

        .feature-media .media-flag {
            position: absolute;
            bottom: 12px;
            left: 12px;
            background: rgba(15, 38, 32, 0.75);
            backdrop-filter: blur(6px);
            color: #fff;
            font-size: 0.75rem;
            padding: 0.35em 1em;
            border-radius: 999px;
            letter-spacing: 0.03em;
        }

        .feature-content .feature-tag {
            display: inline-block;
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--secondary);
            background: rgba(201, 143, 78, 0.1);
            border: 1px solid rgba(201, 143, 78, 0.25);
            padding: 0.3em 1.2em;
            border-radius: 999px;
            margin-bottom: 1rem;
            letter-spacing: 0.05em;
        }

        .feature-content h2 {
            font-size: clamp(1.5rem, 2.6vw, 2.1rem);
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 1.25rem;
            letter-spacing: -0.01em;
            color: var(--text);
        }

        .feature-content p {
            color: var(--text-secondary);
            font-size: 0.9375rem;
            line-height: 1.8;
        }

        .feature-content .feature-points {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0 0;
        }

        .feature-content .feature-points li {
            position: relative;
            padding-left: 1.75rem;
            margin-bottom: 0.6rem;
            font-size: 0.9375rem;
            color: var(--text);
        }

        .feature-content .feature-points li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--secondary);
            font-size: 0.75rem;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: rgba(201, 143, 78, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Picks Grid */
        .picks-section {
            background: #F4EFE7;
            padding: var(--space-section) 0;
        }

        .picks-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .pick-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            border: 1px solid transparent;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .pick-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(201, 143, 78, 0.35);
        }

        .pick-card .card-media {
            position: relative;
            overflow: hidden;
            aspect-ratio: 16/10;
        }

        .pick-card .card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .pick-card:hover .card-media img {
            transform: scale(1.04);
        }

        .pick-card .card-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(255, 255, 255, 0.92);
            color: var(--primary);
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.3em 1em;
            border-radius: 999px;
            backdrop-filter: blur(4px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        .pick-card .card-body {
            padding: 1.25rem 1.25rem 1.5rem;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .pick-card .card-cat {
            font-size: 0.75rem;
            color: var(--secondary);
            font-weight: 600;
            letter-spacing: 0.04em;
            margin-bottom: 0.4rem;
        }

        .pick-card h3 {
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 0.6rem;
            color: var(--text);
        }

        .pick-card .card-desc {
            font-size: 0.875rem;
            color: var(--text-secondary);
            line-height: 1.7;
            margin-bottom: 1rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            flex: 1;
        }

        .pick-card .score-row {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            margin-bottom: 0.9rem;
        }

        .pick-card .score-track {
            flex: 1;
            height: 5px;
            background: rgba(30, 77, 64, 0.08);
            border-radius: 999px;
            overflow: hidden;
        }

        .pick-card .score-fill {
            height: 100%;
            background: linear-gradient(90deg, var(--secondary), #E0B677);
            border-radius: 999px;
        }

        .pick-card .score-num {
            font-family: var(--font-number);
            font-size: 0.8125rem;
            font-weight: 700;
            color: var(--primary);
            white-space: nowrap;
        }

        .pick-card .card-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            margin-bottom: 1rem;
        }

        .pick-card .card-tags span {
            font-size: 0.6875rem;
            color: var(--text-secondary);
            background: var(--bg);
            padding: 0.25em 0.9em;
            border-radius: 999px;
            border: 1px solid rgba(30, 77, 64, 0.06);
        }

        .pick-card .card-link {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            transition: all 0.25s ease;
        }

        .pick-card .card-link i {
            transition: transform 0.25s ease;
        }

        .pick-card:hover .card-link i {
            transform: translateX(4px);
        }

        /* CTA */
        .cta-block {
            background: var(--primary-dark);
            color: #fff;
            padding: var(--space-section) 0;
            position: relative;
            overflow: hidden;
        }

        .cta-block::before {
            content: "";
            position: absolute;
            top: -50%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(201, 143, 78, 0.12) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-block .cta-inner {
            text-align: center;
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .cta-block h2 {
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            font-weight: 800;
            margin-bottom: 0.75rem;
            color: #fff;
        }

        .cta-block .cta-sub {
            color: rgba(255, 255, 255, 0.75);
            font-size: 1rem;
            margin-bottom: 2rem;
        }

        .cta-block .cta-actions {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 2.5rem;
        }

        .cta-block .btn-outline {
            border-color: rgba(255, 255, 255, 0.6);
            color: #fff;
            background: transparent;
        }

        .cta-block .btn-outline:hover {
            background: #fff;
            color: var(--primary-dark);
            border-color: #fff;
        }

        .cta-stats {
            display: flex;
            justify-content: center;
            gap: clamp(2rem, 6vw, 5rem);
            flex-wrap: wrap;
        }

        .cta-stats .stat-num {
            font-family: var(--font-number);
            font-size: clamp(1.8rem, 4vw, 2.6rem);
            font-weight: 700;
            color: var(--secondary);
            line-height: 1.2;
        }

        .cta-stats .stat-label {
            font-size: 0.8125rem;
            color: rgba(255, 255, 255, 0.6);
            margin-top: 0.25rem;
        }

        /* FAQ */
        .faq-section {
            padding: var(--space-section) 0;
        }

        .faq-wrap {
            max-width: 760px;
            margin: 0 auto;
        }

        .faq-item {
            background: #fff;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            box-shadow: 0 2px 10px rgba(30, 77, 64, 0.04);
            margin-bottom: 1rem;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: var(--shadow);
        }

        .faq-question {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            padding: 1.1rem 1.4rem;
            cursor: pointer;
            font-size: 0.975rem;
            font-weight: 600;
            color: var(--text);
            background: transparent;
            border: none;
            width: 100%;
            text-align: left;
            transition: background 0.2s ease;
        }

        .faq-question .q-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(30, 77, 64, 0.08);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .faq-question .q-toggle {
            margin-left: auto;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(30, 77, 64, 0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            color: var(--primary);
            transition: transform 0.3s ease, background 0.3s ease;
            flex-shrink: 0;
        }

        .faq-item.active .faq-question .q-toggle {
            transform: rotate(45deg);
            background: var(--primary);
            color: #fff;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
        }

        .faq-answer-inner {
            padding: 0 1.4rem 1.2rem 3.4rem;
            font-size: 0.9rem;
            color: var(--text-secondary);
            line-height: 1.8;
        }

        /* Footer */
        .site-footer {
            background: var(--primary-dark);
            color: rgba(255, 255, 255, 0.72);
            padding-top: 4rem;
        }

        .site-footer .footer-brand {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            margin-bottom: 1rem;
        }

        .site-footer .footer-brand .brand-mark {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: var(--secondary);
            color: var(--primary-dark);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
        }

        .site-footer .footer-brand .brand-text {
            font-size: 1.2rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: 0.02em;
        }

        .site-footer .footer-desc {
            font-size: 0.875rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.55);
            max-width: 320px;
        }

        .site-footer .footer-title {
            font-size: 0.8125rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 1.1rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .site-footer .footer-links,
        .site-footer .footer-contact {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .site-footer .footer-links li {
            margin-bottom: 0.55rem;
        }

        .site-footer .footer-links a {
            color: rgba(255, 255, 255, 0.55);
            font-size: 0.875rem;
            transition: all 0.25s ease;
            padding-left: 0;
        }

        .site-footer .footer-links a:hover {
            color: var(--secondary);
            padding-left: 4px;
        }

        .site-footer .footer-contact li {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            color: rgba(255, 255, 255, 0.55);
            font-size: 0.875rem;
            margin-bottom: 0.7rem;
        }

        .site-footer .footer-contact i {
            color: var(--secondary);
            font-size: 0.8125rem;
            width: 18px;
            text-align: center;
        }

        .site-footer .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            margin-top: 3rem;
            padding: 1.2rem 0;
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.35);
            text-align: center;
        }

        .site-footer .footer-bottom .container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.4rem;
        }

        /* Responsive */
        @media (max-width: 991.98px) {
            .feature-row {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .features-row + .features-row {
                margin-top: 0;
            }

            .picks-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .nav-capsule {
                max-width: 94%;
                padding: 0.5rem 0.75rem;
                flex-wrap: wrap;
            }

            .custom-toggler {
                display: flex;
                margin-left: auto;
            }

            .nav-collapse {
                width: 100%;
                padding-top: 0.6rem;
            }

            .nav-capsule .nav-links {
                flex-direction: column;
                align-items: stretch;
                gap: 0.2rem;
                width: 100%;
                padding-bottom: 0.4rem;
            }

            .nav-capsule .nav-links a {
                display: block;
                padding: 0.6rem 1rem;
            }
        }

        @media (max-width: 767.98px) {
            .picks-grid {
                grid-template-columns: 1fr;
            }

            .category-hero {
                min-height: auto;
                padding: 6.5rem 0 3rem;
            }

            .category-hero .hero-actions .btn {
                width: 100%;
            }

            .cta-stats {
                gap: 1.5rem;
            }

            .custom-toggler {
                display: flex;
            }

            .footer-bottom .container {
                flex-direction: column;
            }
        }

        @media (max-width: 575.98px) {
            .site-header {
                padding: 10px 10px 0;
            }

            .nav-capsule {
                max-width: 100%;
                border-radius: 20px;
            }

            .section-head h2 {
                font-size: 1.5rem;
            }

            .feature-content h2 {
                font-size: 1.4rem;
            }

            .picks-grid {
                gap: 1.25rem;
            }

            .pick-card .card-body {
                padding: 1rem;
            }
        }

/* roulang page: article */
:root {
            --primary: #1E4D40;
            --primary-dark: #0F2620;
            --accent: #C98F4E;
            --accent-light: #E6B94A;
            --coral: #F26A45;
            --bg: #FAF7F2;
            --text: #1D2A26;
            --text-secondary: #5A6B65;
            --text-light: #A8B5B0;
            --success: #2E8B6F;
            --radius: 18px;
            --radius-media: 24px;
            --radius-pill: 999px;
            --shadow: 0 8px 30px rgba(30, 77, 64, .08);
            --shadow-hover: 0 14px 40px rgba(30, 77, 64, .16);
            --border: 1px solid rgba(30, 77, 64, .1);
            --gap: clamp(4rem, 8vw, 7rem);
            --font-sans: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: var(--font-sans);
            background: var(--bg);
            color: var(--text);
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        a {
            color: var(--primary);
            text-decoration: none;
            transition: color .25s ease, transform .25s ease, box-shadow .25s ease;
        }
        a:hover {
            color: var(--coral);
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: var(--radius);
        }

        .container {
            max-width: 1200px;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        h1, h2, h3, h4, h5, h6 {
            color: var(--text);
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.01em;
            margin-top: 0;
        }
        h1 { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; }
        h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
        h3 { font-size: clamp(1.125rem, 1.4vw, 1.375rem); }

        p {
            margin-bottom: 1.5em;
        }

        .btn {
            border-radius: var(--radius-pill);
            font-weight: 600;
            padding: .75em 1.9em;
            border: none;
            transition: all .3s ease;
            font-size: .95rem;
            display: inline-flex;
            align-items: center;
            gap: .45em;
            justify-content: center;
        }
        .btn:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }
        .btn-primary {
            background: var(--primary);
            color: #fff;
        }
        .btn-primary:hover {
            background: var(--coral);
            color: #fff;
            box-shadow: 0 10px 28px rgba(242, 106, 69, .35);
            transform: translateY(-2px);
        }
        .btn-outline {
            background: transparent;
            border: 1.5px solid var(--primary);
            color: var(--primary);
        }
        .btn-outline:hover {
            background: var(--primary);
            color: #fff;
            box-shadow: 0 8px 24px rgba(30, 77, 64, .22);
        }
        .btn-coral {
            background: var(--coral);
            color: #fff;
            box-shadow: 0 10px 30px rgba(242, 106, 69, .3);
        }
        .btn-coral:hover {
            background: #ff7d58;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 14px 36px rgba(242, 106, 69, .4);
        }
        .btn-light-outline {
            background: transparent;
            border: 1.5px solid rgba(255, 255, 255, .7);
            color: #fff;
        }
        .btn-light-outline:hover {
            background: rgba(255, 255, 255, .14);
            color: #fff;
            border-color: #fff;
        }

        .section {
            padding: var(--gap) 0;
            position: relative;
        }

        .section-head {
            text-align: center;
            max-width: 640px;
            margin: 0 auto clamp(2.5rem, 5vw, 4rem);
        }
        .section-head .section-sub {
            color: var(--accent);
            font-size: .875rem;
            letter-spacing: .08em;
            font-weight: 600;
            margin-bottom: .6rem;
            display: inline-block;
        }
        .section-head p {
            color: var(--text-secondary);
            margin-bottom: 0;
        }

        /* ===== 导航 ===== */
        .site-header {
            position: fixed;
            top: 12px;
            left: 0;
            right: 0;
            z-index: 1050;
            display: flex;
            justify-content: center;
            pointer-events: none;
        }
        .nav-capsule {
            width: min(720px, 92%);
            background: rgba(250, 247, 242, .85);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-radius: var(--radius-pill);
            padding: .55rem 1.4rem;
            box-shadow: var(--shadow);
            border: var(--border);
            display: flex;
            align-items: center;
            justify-content: space-between;
            pointer-events: auto;
            transition: box-shadow .3s ease, background .3s ease;
        }
        .site-header.scrolled .nav-capsule {
            background: rgba(250, 247, 242, .95);
            box-shadow: var(--shadow-hover);
        }
        .brand {
            display: flex;
            align-items: center;
            gap: .5rem;
            flex-shrink: 0;
        }
        .brand-mark {
            width: 36px;
            height: 36px;
            background: var(--primary);
            color: #fff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            flex-shrink: 0;
        }
        .brand-text {
            font-weight: 800;
            color: var(--primary);
            font-size: 1.05rem;
            letter-spacing: .02em;
        }
        .nav-collapse {
            flex-shrink: 0;
        }
        .nav-links {
            list-style: none;
            display: flex;
            align-items: center;
            gap: .35rem;
            margin: 0;
            padding: 0;
        }
        .nav-links a {
            padding: .38rem .65rem;
            color: var(--text-secondary);
            font-weight: 500;
            border-radius: var(--radius-pill);
            position: relative;
            font-size: .88rem;
            display: inline-block;
            transition: color .25s ease, background .25s ease, transform .25s ease;
        }
        .nav-links a::after {
            content: "";
            position: absolute;
            left: .6rem;
            right: .6rem;
            bottom: .1rem;
            height: 2px;
            border-radius: 2px;
            background: var(--accent);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform .3s ease;
        }
        .nav-links a:hover {
            color: var(--primary);
            transform: scale(1.02);
        }
        .nav-links a:hover::after {
            transform: scaleX(1);
        }
        .nav-links li.active a {
            color: var(--primary);
            font-weight: 700;
            background: rgba(30, 77, 64, .08);
        }
        .nav-links li.active a::after {
            transform: scaleX(1);
        }
        .custom-toggler {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: transparent;
            border: none;
            padding: .4rem .5rem;
            border-radius: 12px;
            cursor: pointer;
        }
        .toggler-bar {
            width: 24px;
            height: 2px;
            background: var(--primary);
            border-radius: 2px;
            display: block;
            transition: all .3s ease;
        }
        .custom-toggler:hover .toggler-bar {
            background: var(--coral);
        }

        @media (max-width: 991.98px) {
            .site-header {
                top: 8px;
            }
            .nav-capsule {
                width: 92%;
                padding: .5rem 1rem;
            }
            .custom-toggler {
                display: flex;
            }
            .nav-collapse {
                position: absolute;
                top: calc(100% + 8px);
                left: 0;
                right: 0;
                background: rgba(250, 247, 242, .98);
                border-radius: 18px;
                box-shadow: var(--shadow-hover);
                padding: 1rem;
                border: var(--border);
            }
            .nav-links {
                flex-direction: column;
                gap: .4rem;
                align-items: stretch;
                text-align: center;
            }
            .nav-links a {
                display: block;
                padding: .65rem;
                font-size: .95rem;
            }
        }

        /* ===== 文章头部区 ===== */
        .article-hero {
            position: relative;
            background: linear-gradient(135deg, rgba(30, 77, 64, .92), rgba(15, 38, 32, .88)), url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
            padding: clamp(7rem, 12vw, 10rem) 0 clamp(3.5rem, 6vw, 5rem);
            color: #fff;
            text-align: center;
            border-radius: 0;
        }
        .article-hero .breadcrumb-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: .4rem;
            font-size: .82rem;
            color: rgba(255, 255, 255, .7);
            margin-bottom: 1.2rem;
        }
        .article-hero .breadcrumb-bar a {
            color: rgba(255, 255, 255, .82);
            text-decoration: none;
        }
        .article-hero .breadcrumb-bar a:hover {
            color: var(--accent-light);
        }
        .article-hero .breadcrumb-bar i {
            font-size: .7rem;
            opacity: .7;
        }
        .article-hero h1 {
            color: #fff;
            max-width: 820px;
            margin: 0 auto 1rem;
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            line-height: 1.3;
            font-weight: 800;
        }
        .article-meta {
            display: flex;
            flex-wrap: wrap;
            gap: .6rem 1rem;
            justify-content: center;
            margin-top: 1rem;
        }
        .meta-tag {
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .18);
            color: rgba(255, 255, 255, .92);
            padding: .25rem .85rem;
            border-radius: var(--radius-pill);
            font-size: .8rem;
            display: inline-flex;
            align-items: center;
            gap: .4rem;
            backdrop-filter: blur(6px);
        }
        .meta-tag i {
            color: var(--accent-light);
        }

        /* ===== 正文区 ===== */
        .article-main {
            background: var(--bg);
            padding: clamp(3rem, 6vw, 5.5rem) 0;
        }
        .article-body-wrap {
            max-width: 760px;
            margin: 0 auto;
            background: #fff;
            border: var(--border);
            border-radius: 24px;
            box-shadow: var(--shadow);
            padding: clamp(1.5rem, 4vw, 3.5rem);
            position: relative;
        }
        .article-body {
            font-size: 1rem;
            line-height: 1.9;
            color: var(--text);
        }
        .article-body > p:first-of-type {
            font-size: 1.125rem;
            color: #2a3a35;
        }
        .article-body h1,
        .article-body h2,
        .article-body h3 {
            margin-top: 2.2em;
            margin-bottom: .8em;
        }
        .article-body p {
            margin-bottom: 1.5em;
        }
        .article-body blockquote {
            border-left: 4px solid var(--accent);
            background: rgba(201, 143, 78, .08);
            padding: 1.2rem 1.5rem;
            border-radius: 0 14px 14px 0;
            margin: 1.8em 0;
            color: var(--text-secondary);
        }
        .article-body img {
            border-radius: 18px;
            margin: 1.8em 0;
            box-shadow: var(--shadow);
            width: 100%;
            object-fit: cover;
        }
        .article-body ul,
        .article-body ol {
            padding-left: 1.5rem;
            margin: 1.2em 0;
        }
        .article-body li {
            margin-bottom: .5em;
        }
        .article-body table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8em 0;
            font-size: .93rem;
        }
        .article-body th {
            background: rgba(30, 77, 64, .06);
            font-weight: 700;
        }
        .article-body th,
        .article-body td {
            padding: .75rem 1rem;
            border: 1px solid rgba(30, 77, 64, .1);
        }
        .article-body code {
            background: rgba(30, 77, 64, .08);
            border-radius: 6px;
            padding: .1em .4em;
            font-size: .9em;
            font-family: "DIN Alternate", "SF Mono", Consolas, monospace;
        }
        .article-body a {
            color: var(--primary);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .article-body a:hover {
            color: var(--coral);
        }

        .article-empty {
            text-align: center;
            padding: 3.5rem 1.5rem;
            color: var(--text-secondary);
        }
        .article-empty i {
            font-size: 3.2rem;
            color: var(--accent);
            margin-bottom: 1.2rem;
            display: inline-block;
            opacity: .7;
        }
        .article-empty h3 {
            color: var(--primary);
            margin-bottom: .8rem;
        }

        /* 文末区 */
        .article-footer-bar {
            max-width: 760px;
            margin: 2.5rem auto 0;
            display: flex;
            flex-wrap: wrap;
            gap: .6rem;
            justify-content: center;
        }
        .tag-pill {
            background: rgba(30, 77, 64, .07);
            border: 1px solid rgba(30, 77, 64, .1);
            color: var(--primary);
            border-radius: var(--radius-pill);
            padding: .35rem 1rem;
            font-size: .8rem;
            font-weight: 500;
            transition: all .3s ease;
        }
        .tag-pill:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }
        .article-pager {
            max-width: 760px;
            margin: 2rem auto 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        .pager-link {
            background: #fff;
            border: var(--border);
            border-radius: var(--radius);
            padding: 1.1rem 1.4rem;
            display: flex;
            flex-direction: column;
            gap: .2rem;
            transition: all .3s ease;
            color: var(--text);
        }
        .pager-link:hover {
            box-shadow: var(--shadow);
            transform: translateY(-4px);
            border-color: rgba(30, 77, 64, .2);
            color: var(--primary);
        }
        .pager-link span {
            font-size: .78rem;
            color: var(--text-light);
            letter-spacing: .04em;
        }
        .pager-link strong {
            font-size: .95rem;
            font-weight: 600;
            color: var(--primary);
        }
        .pager-link.text-end {
            text-align: right;
        }

        /* ===== 相关推荐 ===== */
        .related-section {
            background: #F4F0E9;
            padding: var(--gap) 0;
        }
        .related-card {
            background: #fff;
            border: var(--border);
            border-radius: var(--radius);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
            transition: all .35s ease;
        }
        .related-card:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-6px);
            border-color: rgba(30, 77, 64, .18);
        }
        .related-card .card-img {
            position: relative;
            aspect-ratio: 16/10;
            overflow: hidden;
        }
        .related-card .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0;
            transition: transform .5s ease;
        }
        .related-card:hover .card-img img {
            transform: scale(1.04);
        }
        .related-card .card-body {
            padding: 1.2rem 1.3rem 1.3rem;
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }
        .related-card .card-badge {
            align-self: flex-start;
            font-size: .72rem;
            color: var(--accent);
            border: 1px solid var(--accent);
            background: transparent;
            border-radius: var(--radius-pill);
            padding: .12rem .7rem;
            font-weight: 600;
            letter-spacing: .04em;
        }
        .related-card h3 {
            margin-bottom: .3rem;
            font-size: 1.05rem;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .related-card p {
            color: var(--text-secondary);
            font-size: .85rem;
            line-height: 1.65;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .related-card .card-link {
            margin-top: auto;
            font-size: .82rem;
            font-weight: 600;
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            gap: .3rem;
        }
        .related-card .card-link i {
            transition: transform .3s ease;
        }
        .related-card:hover .card-link i {
            transform: translateX(4px);
        }

        /* ===== FAQ ===== */
        .faq-section {
            background: var(--bg);
            padding: var(--gap) 0;
        }
        .accordion-item {
            background: #fff;
            border: var(--border) !important;
            border-radius: var(--radius) !important;
            margin-bottom: 1rem;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(30, 77, 64, .04);
        }
        .accordion-button {
            background: #fff;
            color: var(--text);
            font-weight: 600;
            font-size: .98rem;
            padding: 1.1rem 1.4rem;
            border: none;
            box-shadow: none !important;
            border-radius: var(--radius) !important;
            display: flex;
            align-items: center;
            gap: .8rem;
        }
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231E4D40'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
            transition: transform .35s ease;
        }
        .accordion-button:not(.collapsed) {
            background: rgba(30, 77, 64, .04);
            color: var(--primary);
        }
        .accordion-button:not(.collapsed)::after {
            transform: rotate(45deg);
        }
        .faq-icon {
            width: 34px;
            height: 34px;
            background: rgba(30, 77, 64, .08);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: .85rem;
            flex-shrink: 0;
        }
        .accordion-body {
            padding: 1rem 1.4rem 1.3rem 3.2rem;
            background: rgba(250, 247, 242, .5);
            color: var(--text-secondary);
            font-size: .92rem;
            line-height: 1.7;
        }

        /* ===== CTA 区 ===== */
        .cta-section {
            background: linear-gradient(135deg, #0F2620, #1E4D40);
            padding: var(--gap) 0;
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .cta-section::before {
            content: "";
            position: absolute;
            right: -100px;
            top: -100px;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            background: rgba(201, 143, 78, .15);
        }
        .cta-section::after {
            content: "";
            position: absolute;
            left: -60px;
            bottom: -80px;
            width: 220px;
            height: 220px;
            border-radius: 50%;
            background: rgba(242, 106, 69, .1);
        }
        .cta-inner {
            position: relative;
            z-index: 1;
            text-align: center;
            max-width: 720px;
            margin: 0 auto;
        }
        .cta-inner h2 {
            color: #fff;
            font-size: clamp(1.7rem, 3.5vw, 2.6rem);
            margin-bottom: .8rem;
        }
        .cta-inner p {
            color: rgba(255, 255, 255, .8);
            margin-bottom: 2rem;
        }
        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .cta-stats {
            display: flex;
            justify-content: center;
            gap: clamp(2rem, 6vw, 5rem);
            margin-top: 3rem;
            flex-wrap: wrap;
        }
        .stat-num {
            font-family: "DIN Alternate", "Arial Narrow", sans-serif;
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 700;
            color: var(--accent-light);
            line-height: 1.2;
        }
        .stat-label {
            color: rgba(255, 255, 255, .65);
            font-size: .8rem;
            letter-spacing: .06em;
            margin-top: .3rem;
        }

        /* 表单 */
        .contact-form {
            background: #fff;
            border-radius: 24px;
            padding: 2rem;
            margin-top: 3rem;
            text-align: left;
            box-shadow: 0 16px 50px rgba(0, 0, 0, .25);
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }
        .contact-form .form-label {
            font-weight: 600;
            font-size: .85rem;
            color: var(--text);
            margin-bottom: .35rem;
        }
        .contact-form .form-control,
        .contact-form .form-select {
            background: #F8F6F2;
            border: 1.5px solid rgba(30, 77, 64, .1);
            border-radius: 14px;
            padding: .75rem 1rem;
            font-size: .92rem;
            transition: all .3s ease;
        }
        .contact-form .form-control:focus,
        .contact-form .form-select:focus {
            background: #fff;
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(30, 77, 64, .12);
            outline: none;
        }
        .privacy-note {
            font-size: .75rem;
            color: var(--text-light);
            margin-top: .8rem;
            text-align: center;
        }

        /* ===== 页脚 ===== */
        .site-footer {
            background: var(--primary-dark);
            color: rgba(255, 255, 255, .8);
            padding: 4rem 0 0;
        }
        .site-footer .footer-brand {
            display: flex;
            align-items: center;
            gap: .6rem;
            margin-bottom: 1rem;
        }
        .site-footer .brand-mark {
            background: rgba(255, 255, 255, .12);
            color: var(--accent-light);
        }
        .site-footer .brand-text {
            color: #fff;
        }
        .footer-desc {
            color: rgba(255, 255, 255, .6);
            font-size: .875rem;
            line-height: 1.7;
            max-width: 320px;
        }
        .footer-title {
            color: #fff;
            font-size: .95rem;
            font-weight: 700;
            margin-bottom: 1.1rem;
            letter-spacing: .02em;
        }
        .footer-links,
        .footer-contact {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li,
        .footer-contact li {
            margin-bottom: .55rem;
        }
        .footer-links a {
            color: rgba(255, 255, 255, .6);
            font-size: .85rem;
            transition: color .25s ease, padding-left .25s ease;
        }
        .footer-links a:hover {
            color: var(--accent-light);
            padding-left: 4px;
        }
        .footer-contact li {
            color: rgba(255, 255, 255, .6);
            font-size: .85rem;
            display: flex;
            align-items: center;
            gap: .5rem;
        }
        .footer-contact i {
            color: var(--accent);
            width: 18px;
            text-align: center;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, .1);
            margin-top: 3rem;
            padding: 1.2rem 0;
            text-align: center;
            color: rgba(255, 255, 255, .4);
            font-size: .78rem;
            letter-spacing: .03em;
        }

        /* ===== 响应式 ===== */
        @media (max-width: 991.98px) {
            .article-pager {
                grid-template-columns: 1fr;
            }
            .pager-link.text-end {
                text-align: left;
            }
        }
        @media (max-width: 767.98px) {
            .section {
                padding: 3.5rem 0;
            }
            .article-hero {
                padding: 7rem 1rem 3rem;
            }
            .article-meta {
                gap: .4rem .6rem;
            }
            .article-body-wrap {
                padding: 1.5rem 1.25rem;
                border-radius: 18px;
            }
            .contact-form {
                padding: 1.5rem;
            }
            .cta-stats {
                gap: 2rem;
            }
        }
        @media (max-width: 575.98px) {
            .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }
            .article-hero h1 {
                font-size: 1.6rem;
            }
            .article-pager {
                grid-template-columns: 1fr;
            }
        }

        /* 滚动条 */
        ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }
        ::-webkit-scrollbar-track {
            background: var(--bg);
        }
        ::-webkit-scrollbar-thumb {
            background: rgba(30, 77, 64, .3);
            border-radius: 20px;
            border: 2px solid var(--bg);
        }
        ::-webkit-scrollbar-thumb:hover {
            background: rgba(30, 77, 64, .5);
        }

/* roulang page: category2 */
/* ========== 设计变量 ========== */
        :root {
            --primary: #1E4D40;
            --primary-dark: #0F2620;
            --primary-light: rgba(30, 77, 64, 0.08);
            --accent: #C98F4E;
            --accent-light: rgba(201, 143, 78, 0.16);
            --orange: #F26A45;
            --orange-light: rgba(242, 106, 69, 0.18);
            --bg: #FAF7F2;
            --text: #1D2A26;
            --text-sub: #5A6B65;
            --text-light: #A8B5B0;
            --border: rgba(30, 77, 64, 0.1);
            --star: #E6B94A;
            --success: #2E8B6F;
            --radius: 18px;
            --radius-lg: 24px;
            --radius-full: 999px;
            --shadow: 0 8px 30px rgba(30, 77, 64, 0.08);
            --shadow-hover: 0 14px 40px rgba(30, 77, 64, 0.16);
            --section-gap: clamp(4rem, 8vw, 7rem);
            --font-stack: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
            --font-num: "DIN Alternate", "Roboto Mono", monospace;
        }

        /* ========== Reset / Base ========== */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-stack);
            font-size: 0.9375rem;
            line-height: 1.75;
            color: var(--text);
            background: var(--bg);
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: var(--radius);
        }

        a {
            color: var(--primary);
            text-decoration: none;
            transition: color 0.25s ease;
        }

        a:hover {
            color: var(--orange);
        }

        button,
        input,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
        }

        .container-custom {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .section {
            padding: var(--section-gap) 0;
        }

        .section-tight {
            padding: 3rem 0;
        }

        .text-brand {
            color: var(--primary);
        }

        .text-accent {
            color: var(--accent);
        }

        /* ========== 导航胶囊 ========== */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1080;
            display: flex;
            justify-content: center;
            padding: 12px 1rem 0;
            pointer-events: none;
        }

        .site-header .nav-capsule {
            pointer-events: auto;
            width: 100%;
            max-width: 760px;
            background: rgba(250, 247, 242, 0.85);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-radius: var(--radius-full);
            padding: 0.35rem 1rem;
            border: 1px solid rgba(30, 77, 64, 0.08);
            box-shadow: 0 6px 24px rgba(30, 77, 64, 0.06);
            transition: background 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .site-header.scrolled .nav-capsule {
            background: rgba(250, 247, 242, 0.95);
            box-shadow: 0 10px 30px rgba(30, 77, 64, 0.12);
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            flex-shrink: 0;
        }

        .brand-mark {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: var(--primary);
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            box-shadow: 0 4px 12px rgba(30, 77, 64, 0.25);
        }

        .brand-text {
            font-size: 1.2rem;
            font-weight: 800;
            color: var(--primary);
            letter-spacing: -0.01em;
            line-height: 1;
        }

        .nav-collapse {
            flex-grow: 0;
        }

        .nav-links {
            list-style: none;
            display: flex;
            align-items: center;
            gap: 1.2rem;
            margin: 0;
            padding: 0;
        }

        .nav-links li a {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-sub);
            padding: 0.55rem 0.35rem;
            position: relative;
            display: inline-block;
            border-radius: 6px;
            transition: all 0.25s ease;
        }

        .nav-links li a::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2px;
            background: var(--accent);
            border-radius: 2px;
            transform: translateX(-50%);
            transition: width 0.3s ease;
        }

        .nav-links li a:hover {
            color: var(--primary);
            transform: scale(1.02);
        }

        .nav-links li a:hover::after {
            width: 70%;
        }

        .nav-links li.active a {
            color: var(--primary);
            font-weight: 700;
        }

        .nav-links li.active a::after {
            width: 70%;
        }

        .custom-toggler {
            background: transparent;
            border: 0;
            outline: none;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            display: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            transition: background 0.2s;
        }

        .custom-toggler:hover {
            background: var(--primary-light);
        }

        .custom-toggler .toggler-bar {
            display: block;
            width: 20px;
            height: 2px;
            border-radius: 2px;
            background: var(--primary);
            transition: all 0.3s ease;
        }

        /* ========== 按钮 ========== */
        .btn-custom {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            border-radius: var(--radius-full);
            padding: 0.85em 2.2em;
            font-weight: 600;
            font-size: 0.95rem;
            line-height: 1.4;
            border: 0;
            cursor: pointer;
            transition: all 0.3s ease;
            outline: none;
            text-decoration: none;
        }

        .btn-primary-custom {
            background: var(--primary);
            color: #fff;
            box-shadow: 0 8px 20px rgba(30, 77, 64, 0.22);
        }

        .btn-primary-custom:hover {
            background: var(--orange);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(242, 106, 69, 0.3);
        }

        .btn-outline-custom {
            background: transparent;
            border: 1.5px solid var(--primary);
            color: var(--primary);
        }

        .btn-outline-custom:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgba(30, 77, 64, 0.2);
        }

        .btn-convert {
            background: var(--orange);
            color: #fff;
            box-shadow: 0 10px 26px rgba(242, 106, 69, 0.32);
        }

        .btn-convert:hover {
            background: #ff7b58;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 14px 32px rgba(242, 106, 69, 0.4);
        }

        .btn-white-outline {
            background: transparent;
            border: 1.5px solid rgba(255, 255, 255, 0.7);
            color: #fff;
        }

        .btn-white-outline:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
            transform: translateY(-2px);
            border-color: #fff;
        }

        .btn:focus-visible,
        .btn-custom:focus-visible,
        .btn-convert:focus-visible,
        .btn-primary-custom:focus-visible,
        .btn-outline-custom:focus-visible,
        .btn-white-outline:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }

        /* ========== 徽章 / 标签 ========== */
        .badge-custom {
            display: inline-block;
            border: 1px solid var(--accent);
            background: transparent;
            color: var(--accent);
            border-radius: var(--radius-full);
            padding: 0.3em 1em;
            font-size: 0.75rem;
            font-weight: 600;
            line-height: 1.4;
        }

        .badge-solid {
            display: inline-block;
            background: var(--primary);
            color: #fff;
            border-radius: var(--radius-full);
            padding: 0.3em 1em;
            font-size: 0.75rem;
            font-weight: 600;
            line-height: 1.4;
        }

        .badge-orange {
            display: inline-block;
            background: var(--orange);
            color: #fff;
            border-radius: var(--radius-full);
            padding: 0.3em 1em;
            font-size: 0.75rem;
            font-weight: 600;
            line-height: 1.4;
        }

        .badge-green {
            display: inline-block;
            background: var(--success);
            color: #fff;
            border-radius: var(--radius-full);
            padding: 0.3em 1em;
            font-size: 0.75rem;
            font-weight: 600;
            line-height: 1.4;
        }

        .tag-pill {
            display: inline-block;
            background: var(--primary-light);
            color: var(--primary);
            border-radius: var(--radius-full);
            padding: 0.2em 0.85em;
            font-size: 0.75rem;
            font-weight: 500;
            line-height: 1.5;
            margin-right: 0.4rem;
            transition: background 0.2s;
        }

        .tag-pill:hover {
            background: var(--accent-light);
            color: var(--accent);
        }

        /* ========== 页面 Hero ========== */
        .cat-hero {
            position: relative;
            min-height: 60vh;
            display: flex;
            align-items: center;
            padding: calc(120px + 4rem) 0 4rem;
            background:
                linear-gradient(180deg, rgba(15, 38, 32, 0.7), rgba(15, 38, 32, 0.55)),
                url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
            color: #fff;
            overflow: hidden;
            border-radius: 0 0 32px 32px;
        }

        .cat-hero .container {
            position: relative;
            z-index: 2;
        }

        .cat-hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--radius-full);
            padding: 0.4rem 1.2rem;
            font-size: 0.85rem;
            font-weight: 500;
            letter-spacing: 0.02em;
            backdrop-filter: blur(8px);
            margin-bottom: 1.5rem;
        }

        .cat-hero h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.01em;
            margin-bottom: 1.2rem;
            max-width: 720px;
        }

        .cat-hero h1 span {
            color: var(--accent);
        }

        .cat-hero .lead {
            font-size: 1.05rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
            max-width: 640px;
            margin-bottom: 2rem;
        }

        .cat-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }

        .cat-hero-scroll {
            position: absolute;
            bottom: 24px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.75rem;
            letter-spacing: 0.1em;
            z-index: 2;
            gap: 4px;
            animation: floatDown 2s ease-in-out infinite;
        }

        .cat-hero-scroll i {
            font-size: 1rem;
        }

        @keyframes floatDown {
            0%,
            100% {
                transform: translate(-50%, 0);
            }
            50% {
                transform: translate(-50%, 8px);
            }
        }

        /* ========== 图文内容段落 ========== */
        .content-block {
            padding: var(--section-gap) 0;
        }

        .content-block-wrap {
            display: flex;
            align-items: center;
            gap: clamp(2rem, 5vw, 4rem);
        }

        .content-block.reverse .content-block-wrap {
            flex-direction: row-reverse;
        }

        .content-visual {
            flex: 1 1 50%;
            position: relative;
        }

        .content-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow);
            aspect-ratio: 4/3;
        }

        .content-visual::after {
            content: "";
            position: absolute;
            inset: auto -16px -16px auto;
            width: 60%;
            height: 60%;
            background: var(--accent-light);
            border-radius: var(--radius-lg);
            z-index: -1;
        }

        .content-block.reverse .content-visual::after {
            inset: -16px auto auto -16px;
        }

        .content-text {
            flex: 1 1 50%;
        }

        .content-text .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--accent);
            letter-spacing: 0.04em;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .content-text h2 {
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            font-weight: 700;
            line-height: 1.3;
            color: var(--text);
            margin-bottom: 1rem;
            letter-spacing: -0.01em;
        }

        .content-text p {
            color: var(--text-sub);
            font-size: 0.95rem;
            line-height: 1.85;
            margin-bottom: 1rem;
        }

        .content-text .btn-custom {
            margin-top: 0.5rem;
        }

        /* ========== 精选列表 ========== */
        .spotlight-section {
            padding: var(--section-gap) 0;
            background: #fff;
        }

        .section-head {
            text-align: center;
            max-width: 640px;
            margin: 0 auto 3rem;
        }

        .section-head .section-tag {
            display: inline-block;
            background: var(--accent-light);
            color: var(--accent);
            border-radius: var(--radius-full);
            padding: 0.35rem 1.2rem;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            margin-bottom: 1rem;
        }

        .section-head h2 {
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            font-weight: 700;
            line-height: 1.3;
            color: var(--text);
            letter-spacing: -0.01em;
            margin-bottom: 0.75rem;
        }

        .section-head .section-desc {
            color: var(--text-sub);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .spotlight-grid {
            margin-top: 1rem;
        }

        .spotlight-card {
            background: var(--bg);
            border-radius: var(--radius-lg);
            border: 1px solid var(--border);
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: var(--shadow);
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .spotlight-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(30, 77, 64, 0.2);
        }

        .spotlight-cover {
            position: relative;
            overflow: hidden;
            aspect-ratio: 16 / 10;
        }

        .spotlight-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
            border-radius: 0;
        }

        .spotlight-card:hover .spotlight-cover img {
            transform: scale(1.05);
        }

        .spotlight-cover .badge-custom {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(250, 247, 242, 0.92);
            border-color: transparent;
            backdrop-filter: blur(4px);
        }

        .spotlight-body {
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .spotlight-body h3 {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }

        .spotlight-body .desc {
            font-size: 0.875rem;
            color: var(--text-sub);
            line-height: 1.7;
            margin-bottom: 1rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .spotlight-score {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            margin-bottom: 0.75rem;
        }

        .spotlight-score .score-track {
            flex: 1;
            height: 6px;
            border-radius: 999px;
            background: var(--primary-light);
            overflow: hidden;
        }

        .spotlight-score .score-fill {
            height: 100%;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--accent), #e3a968);
        }

        .spotlight-score .score-num {
            font-family: var(--font-num);
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--primary);
        }

        .spotlight-tags {
            margin-bottom: 1rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.35rem;
        }

        .spotlight-link {
            margin-top: auto;
            font-weight: 600;
            font-size: 0.875rem;
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            transition: gap 0.3s ease, color 0.3s ease;
        }

        .spotlight-link:hover {
            color: var(--orange);
            gap: 0.7rem;
        }

        /* ========== FAQ ========== */
        .faq-section {
            padding: var(--section-gap) 0;
            background: var(--bg);
        }

        .faq-section .section-head {
            margin-bottom: 2.5rem;
        }

        .faq-accordion {
            max-width: 860px;
            margin: 0 auto;
        }

        .faq-item {
            background: #fff;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            box-shadow: 0 4px 16px rgba(30, 77, 64, 0.04);
            margin-bottom: 1rem;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: var(--shadow);
        }

        .faq-item-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.2rem 1.5rem;
            cursor: pointer;
            background: #fff;
            border: 0;
            width: 100%;
            text-align: left;
            font-size: 1rem;
            font-weight: 600;
            color: var(--text);
            transition: background 0.2s;
            outline: none;
        }

        .faq-item-header:hover {
            background: rgba(30, 77, 64, 0.02);
        }

        .faq-item-header .faq-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--primary-light);
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.9rem;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .faq-item-header .faq-toggle {
            margin-left: auto;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1.5px solid var(--primary);
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 700;
            flex-shrink: 0;
            transition: all 0.35s ease;
        }

        .faq-item.active .faq-toggle {
            background: var(--primary);
            color: #fff;
            transform: rotate(45deg);
        }

        .faq-item.active .faq-icon {
            background: var(--accent-light);
            color: var(--accent);
        }

        .faq-item-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
        }

        .faq-item-body .faq-content {
            padding: 0 1.5rem 1.5rem 4.5rem;
            color: var(--text-sub);
            font-size: 0.9rem;
            line-height: 1.8;
        }

        /* ========== CTA ========== */
        .cta-section {
            position: relative;
            padding: var(--section-gap) 0;
            background: var(--primary-dark);
            color: #fff;
            overflow: hidden;
        }

        .cta-section::before {
            content: "";
            position: absolute;
            top: -80px;
            right: -80px;
            width: 220px;
            height: 220px;
            border-radius: 50%;
            background: rgba(201, 143, 78, 0.12);
        }

        .cta-section::after {
            content: "";
            position: absolute;
            bottom: -60px;
            left: -60px;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background: rgba(242, 106, 69, 0.1);
        }

        .cta-inner {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .cta-inner h2 {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 800;
            line-height: 1.3;
            letter-spacing: -0.01em;
            margin-bottom: 1rem;
        }

        .cta-inner .cta-desc {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            max-width: 600px;
            margin: 0 auto 2rem;
            line-height: 1.7;
        }

        .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin-bottom: 2.5rem;
        }

        .cta-stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: clamp(2rem, 6vw, 4rem);
        }

        .cta-stat {
            text-align: center;
        }

        .cta-stat .num {
            font-family: var(--font-num);
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 700;
            color: var(--accent);
            line-height: 1.2;
        }

        .cta-stat .label {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 0.25rem;
        }

        /* ========== 页脚 ========== */
        .site-footer {
            background: var(--primary-dark);
            color: rgba(255, 255, 255, 0.65);
            padding: 4rem 0 0;
            font-size: 0.875rem;
        }

        .site-footer .row {
            margin-bottom: 3rem;
        }

        .footer-brand {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            margin-bottom: 1rem;
        }

        .footer-brand .brand-mark {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.12);
            color: var(--accent);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .footer-brand .brand-text {
            font-size: 1.3rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.01em;
        }

        .footer-desc {
            color: rgba(255, 255, 255, 0.55);
            line-height: 1.7;
            font-size: 0.9rem;
            max-width: 300px;
            margin-bottom: 0;
        }

        .footer-title {
            font-size: 0.95rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 1rem;
            letter-spacing: 0.02em;
        }

        .footer-links,
        .footer-contact {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 0.5rem;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.55);
            text-decoration: none;
            transition: color 0.2s ease, padding-left 0.2s ease;
            font-size: 0.875rem;
        }

        .footer-links a:hover {
            color: var(--accent);
            padding-left: 4px;
        }

        .footer-contact li {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            margin-bottom: 0.6rem;
            color: rgba(255, 255, 255, 0.55);
            font-size: 0.875rem;
        }

        .footer-contact i {
            width: 20px;
            color: var(--accent);
            text-align: center;
            font-size: 0.9rem;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 1.5rem 0;
            text-align: center;
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.4);
        }

        .footer-bottom .container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.4rem;
            flex-wrap: wrap;
        }

        /* ========== 响应式断点 ========== */
        @media (max-width: 991.98px) {
            .nav-capsule {
                padding: 0.35rem 0.75rem;
            }

            .custom-toggler {
                display: inline-flex;
            }

            .nav-collapse {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: rgba(250, 247, 242, 0.96);
                backdrop-filter: blur(16px);
                border-radius: 20px;
                margin-top: 8px;
                padding: 1rem 1.25rem;
                box-shadow: 0 14px 40px rgba(30, 77, 64, 0.12);
            }

            .nav-links {
                flex-direction: column;
                align-items: stretch;
                gap: 0.25rem;
            }

            .nav-links li a {
                display: block;
                padding: 0.6rem 0.75rem;
                border-radius: 12px;
                font-size: 1rem;
            }

            .nav-links li a:hover {
                background: var(--primary-light);
            }

            .nav-links li a::after {
                display: none;
            }

            .content-block-wrap,
            .content-block.reverse .content-block-wrap {
                flex-direction: column;
                align-items: stretch;
            }

            .content-visual {
                margin-bottom: 1.5rem;
            }

            .content-visual img {
                aspect-ratio: 16 / 10;
            }
        }

        @media (max-width: 767.98px) {
            .site-header {
                padding: 8px 0.75rem 0;
            }

            .cat-hero {
                min-height: auto;
                padding: calc(110px + 4rem) 1rem 3.5rem;
                border-radius: 0 0 24px 24px;
            }

            .cat-hero h1 {
                font-size: 2rem;
            }

            .cat-hero .lead {
                font-size: 0.95rem;
            }

            .cat-hero-actions .btn-custom {
                width: 100%;
            }

            .spotlight-card {
                margin-bottom: 1rem;
            }

            .cta-actions .btn-custom {
                width: 100%;
            }

            .cta-stats {
                gap: 1.5rem;
            }
        }

        @media (max-width: 575.98px) {
            .container-custom {
                padding: 0 1rem;
            }

            .cat-hero {
                padding: calc(100px + 3rem) 1rem 2.5rem;
            }

            .cat-hero h1 {
                font-size: 1.8rem;
            }

            .brand-text {
                font-size: 1.05rem;
            }

            .brand-mark {
                width: 32px;
                height: 32px;
                font-size: 0.85rem;
            }

            .content-text h2 {
                font-size: 1.4rem;
            }

            .section-head h2 {
                font-size: 1.5rem;
            }

            .faq-item-header {
                padding: 1rem;
                font-size: 0.9rem;
            }

            .faq-item-body .faq-content {
                padding: 0 1rem 1.2rem 3.5rem;
            }

            .footer-bottom .container {
                flex-direction: column;
                gap: 0.25rem;
            }
        }
