/* roulang page: index */
:root {
            --bs-body-color: #223432;
            --bs-body-bg: #f6f3ed;
            --bs-link-color: #0c5f54;
            --bs-link-hover-color: #ea7820;
            --gem: #0c5f54;
            --gem-deep: #063d37;
            --gem-soft: #e3efe9;
            --amber: #ea7820;
            --coral: #e25745;
            --paper: #f6f3ed;
            --card: #fffdf8;
            --text: #0c2b28;
            --muted: #68756f;
            --line: rgba(12, 95, 84, 0.1);
            --radius-lg: 24px;
            --radius-md: 16px;
            --radius-sm: 10px;
            --shadow: 0 14px 40px rgba(12, 95, 84, 0.08);
            --shadow-hover: 0 18px 42px rgba(12, 95, 84, 0.14);
            --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, -apple-system, "Segoe UI", sans-serif;
            --ease: cubic-bezier(.22, .61, .36, 1);
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: var(--font-sans);
            background: var(--paper);
            color: var(--text);
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
        }

        body,
        button,
        input,
        textarea {
            font-family: var(--font-sans);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            color: inherit;
            text-decoration: none;
            transition: color .2s var(--ease);
        }

        a:hover {
            color: var(--amber);
        }

        button,
        input {
            border: 0;
            outline: none;
            font-size: 1rem;
        }

        .container-xl {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .section {
            padding: 76px 0;
        }

        .section-sm {
            padding: 56px 0;
        }

        .section-head {
            margin-bottom: 34px;
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 24px;
            flex-wrap: wrap;
        }

        .section-head .overline {
            font-size: .9rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: var(--amber);
            font-weight: 700;
            margin-bottom: 8px;
        }

        .section-head h2 {
            font-size: clamp(1.6rem, 3vw, 2.2rem);
            font-weight: 800;
            letter-spacing: -0.02em;
            margin: 0;
            color: var(--text);
            line-height: 1.3;
        }

        .section-head p {
            color: var(--muted);
            max-width: 580px;
            margin: .25rem 0 0;
        }

        .section-more {
            color: var(--gem);
            font-weight: 600;
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .section-more i {
            transition: transform .2s var(--ease);
        }

        .section-more:hover i {
            transform: translateX(4px);
        }

        /* buttons */
        .btn-gem,
        .btn-amber,
        .btn-lightline,
        .btn-ghost {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-weight: 700;
            line-height: 1;
            padding: 15px 28px;
            border-radius: var(--radius-sm);
            transition: all .25s var(--ease);
            border: 1px solid transparent;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-gem {
            background: var(--gem);
            color: #f8fef9;
        }

        .btn-gem:hover {
            background: var(--gem-deep);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(12, 95, 84, .22);
        }

        .btn-amber {
            background: var(--amber);
            color: #23160b;
        }

        .btn-amber:hover {
            background: #d96a12;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(234, 120, 32, .24);
        }

        .btn-lightline {
            border-color: rgba(255, 255, 255, .45);
            color: #fff;
            background: transparent;
        }

        .btn-lightline:hover {
            background: rgba(255, 255, 255, .12);
            color: #fff;
            border-color: #fff;
        }

        .btn-ghost {
            border-color: rgba(12, 95, 84, .2);
            color: var(--gem);
            background: transparent;
        }

        .btn-ghost:hover {
            border-color: var(--gem);
            color: var(--gem);
            background: var(--gem-soft);
            transform: translateY(-1px);
        }

        /* badges */
        .badge-soft,
        .tag-pill,
        .hot-tag,
        .price {
            font-weight: 700;
            letter-spacing: 0;
        }

        .badge-soft {
            background: var(--gem-soft);
            color: var(--gem);
            border-radius: 999px;
            padding: .32em .85em;
            font-size: .8rem;
        }

        .tag-pill {
            background: #f3ede2;
            color: #7a5a3d;
            border-radius: 999px;
            padding: 4px 12px;
            font-size: .78rem;
        }

        .hot-tag {
            background: rgba(226, 87, 69, .1);
            color: var(--coral);
            border-radius: 999px;
            padding: 4px 11px;
            font-size: .78rem;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        /* header */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1050;
            background: rgba(246, 243, 237, .92);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid rgba(12, 95, 84, .06);
            box-shadow: 0 4px 18px rgba(12, 95, 84, .03);
        }

        .header-inner {
            min-height: 72px;
            padding: 10px 24px;
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 22px;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            min-width: fit-content;
        }

        .brand-mark {
            width: 40px;
            height: 40px;
            background: var(--gem);
            color: #fff;
            font-weight: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 13px;
            font-size: 1.15rem;
            letter-spacing: -0.04em;
            box-shadow: 0 6px 14px rgba(12, 95, 84, .24);
        }

        .brand-mark small {
            font-size: .5rem;
            margin-top: 2px;
        }

        .brand-text {
            font-size: 1.05rem;
            font-weight: 800;
            color: var(--gem-deep);
            line-height: 1.05;
            display: flex;
            flex-direction: column;
        }

        .brand-text b {
            font-size: 1.15rem;
            color: var(--gem);
        }

        .brand-text span {
            font-size: .72rem;
            color: var(--muted);
            font-weight: 600;
            letter-spacing: .18em;
            margin-top: 2px;
        }

        .header-search {
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid rgba(12, 95, 84, .1);
            border-radius: 999px;
            padding: 5px 5px 5px 18px;
            max-width: 590px;
            width: 100%;
            justify-self: center;
            box-shadow: 0 6px 18px rgba(12, 95, 84, .04);
            transition: border-color .2s, box-shadow .25s;
        }

        .header-search:focus-within {
            border-color: var(--gem);
            box-shadow: 0 8px 22px rgba(12, 95, 84, .1);
        }

        .header-search .search-icon {
            color: var(--muted);
            font-size: 1.05rem;
            margin-right: 10px;
        }

        .header-search input {
            flex: 1;
            border: 0;
            background: transparent;
            font-size: .95rem;
            color: var(--text);
            min-width: 0;
            padding: 8px 0;
        }

        .header-search input::placeholder {
            color: #9ba7a1;
        }

        .header-search .search-submit {
            background: var(--gem);
            color: #fff;
            border-radius: 999px;
            padding: 9px 22px;
            font-weight: 600;
            font-size: .92rem;
            white-space: nowrap;
            transition: background .2s;
        }

        .header-search .search-submit:hover {
            background: var(--amber);
        }

        .header-tools {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-self: end;
        }

        .nav-channel-links {
            display: flex;
            align-items: center;
            gap: 3px;
            background: #eee9df;
            padding: 4px;
            border-radius: 999px;
        }

        .nav-channel-links a {
            padding: 7px 13px;
            border-radius: 999px;
            font-size: .87rem;
            font-weight: 600;
            color: #52625b;
            white-space: nowrap;
            text-decoration: none;
            transition: all .18s;
        }

        .nav-channel-links a:hover {
            color: var(--gem);
            background: rgba(255, 255, 255, .5);
        }

        .nav-channel-links a.active {
            background: var(--gem);
            color: #fff;
        }

        .nav-toggle {
            display: none;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            border: 1px solid rgba(12, 95, 84, .18);
            background: #fff;
            color: var(--gem);
            font-size: 1.25rem;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 4px 10px rgba(12, 95, 84, .05);
        }

        .mobile-nav {
            background: var(--card);
            border-bottom: 1px solid var(--line);
            padding: 6px 20px 20px;
        }

        .mobile-nav a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 13px 14px;
            border-radius: var(--radius-sm);
            font-weight: 600;
            color: var(--text);
            border-bottom: 1px solid rgba(12, 95, 84, .05);
        }

        .mobile-nav a:last-child {
            border-bottom: 0;
        }

        .mobile-nav a:hover {
            background: var(--gem-soft);
            color: var(--gem);
        }

        .mobile-nav a.active {
            color: var(--gem);
        }

        .mobile-nav i {
            color: var(--amber);
        }

        /* hero */
        .hero {
            padding: 64px 0 20px;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: "";
            position: absolute;
            top: -280px;
            right: -140px;
            width: 780px;
            height: 780px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(12, 95, 84, .08), transparent 68%);
            pointer-events: none;
        }

        .hero-inner {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
            gap: 56px;
            align-items: center;
            min-height: 640px;
        }

        .hero-copy .hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            color: var(--gem);
            background: var(--gem-soft);
            border-radius: 999px;
            padding: 8px 15px;
            font-weight: 700;
            font-size: .86rem;
            margin-bottom: 28px;
        }

        .hero-copy h1 {
            font-size: clamp(2rem, 4.4vw, 3.4rem);
            line-height: 1.28;
            font-weight: 900;
            color: var(--text);
            letter-spacing: -0.035em;
            margin-bottom: 22px;
            max-width: 12.8em;
        }

        .hero-copy h1 span {
            color: var(--gem);
            position: relative;
        }

        .hero-copy .lead {
            font-size: 1.1rem;
            color: var(--muted);
            max-width: 585px;
            line-height: 1.9;
            margin-bottom: 34px;
        }

        .hero-cta {
            display: flex;
            flex-wrap: wrap;
            gap: 13px;
            margin-bottom: 24px;
        }

        .hero-note {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px 22px;
            color: var(--muted);
            font-size: .9rem;
            font-weight: 500;
        }

        .hero-note .dot {
            width: 5px;
            height: 5px;
            background: var(--amber);
            border-radius: 50%;
            display: inline-block;
        }

        .hero-visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0 50px;
        }

        .phone-stage {
            position: relative;
            width: 360px;
            height: 580px;
            border-radius: 36px;
            background: linear-gradient(180deg, #f9f5ed, #e9e0d3);
            background-image: url("/assets/images/backpic/back-1.webp");
            background-size: cover;
            background-position: center;
            box-shadow: 0 34px 72px rgba(12, 95, 84, .2), 0 0 0 1px rgba(255, 255, 255, .75) inset;
            transform: rotate(1.2deg);
            border: 5px solid rgba(6, 61, 55, .12);
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            transition: transform .45s var(--ease);
        }

        .phone-stage::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 65%;
            background: linear-gradient(180deg, rgba(6, 61, 55, .02), transparent);
            pointer-events: none;
        }

        .phone-stage:hover {
            transform: rotate(0) translateY(-4px);
        }

        .phone-screen-info {
            position: relative;
            background: linear-gradient(180deg, transparent, rgba(6, 61, 55, .92));
            color: #fff;
            width: 100%;
            padding: 72px 20px 18px;
            backdrop-filter: blur(2px);
        }

        .phone-screen-info .play-pill {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: rgba(0, 0, 0, .36);
            border-radius: 999px;
            padding: 5px 12px;
            color: #fff;
            font-size: .82rem;
            font-weight: 700;
            margin-left: 5px;
        }

        .phone-screen-info h4 {
            font-weight: 800;
            font-size: 1.25rem;
            margin: 12px 0 6px;
            line-height: 1.45;
        }

        .phone-screen-info p {
            font-size: .82rem;
            opacity: .82;
            margin-bottom: 14px;
        }

        .phone-buyline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .phone-buyline .go-btn {
            background: var(--amber);
            color: #1c1007;
            border-radius: 999px;
            padding: 8px 16px;
            font-weight: 700;
            font-size: .84rem;
            box-shadow: 0 5px 14px rgba(234, 120, 32, .24);
            transition: background .2s, transform .2s;
        }

        .phone-buyline .go-btn:hover {
            background: #ff9a3d;
            color: #1c1007;
            transform: translateY(-2px);
        }

        .phone-comment {
            background: rgba(255, 255, 255, .8);
            color: #083a32;
            border-radius: 14px;
            font-size: .88rem;
            padding: 9px 12px;
            backdrop-filter: blur(8px);
        }

        .floating-chip {
            position: absolute;
            z-index: 3;
            background: var(--card);
            border-radius: 999px;
            box-shadow: var(--shadow);
            padding: 9px 15px;
            font-size: .83rem;
            font-weight: 700;
            color: var(--gem);
            display: flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(12, 95, 84, .08);
        }

        .floating-chip.one {
            top: 74px;
            left: -6px;
        }

        .floating-chip.two {
            bottom: 18px;
            right: -2px;
            color: var(--amber);
        }

        .floating-chip i {
            font-size: 1rem;
        }

        .trend-strip {
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
            background: #fbf8f2;
            margin-top: 42px;
            padding: 24px 0;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
        }

        .metric {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 8px 12px;
        }

        .metric-icon {
            width: 48px;
            height: 48px;
            background: var(--gem-soft);
            color: var(--gem);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            flex-shrink: 0;
        }

        .metric strong {
            display: block;
            font-size: 1.22rem;
            line-height: 1.3;
            letter-spacing: -0.02em;
            color: var(--text);
            font-weight: 800;
        }

        .metric span {
            color: var(--muted);
            font-size: .83rem;
        }

        /* hot video */
        .hot-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            grid-auto-rows: 132px;
            gap: 20px;
        }

        .hot-card {
            background: var(--card);
            border-radius: var(--radius-lg);
            overflow: hidden;
            border: 1px solid rgba(12, 95, 84, .06);
            box-shadow: 0 8px 24px rgba(12, 95, 84, .04);
            grid-row: span 2;
            display: flex;
            flex-direction: column;
            transition: all .3s var(--ease);
            position: relative;
            text-decoration: none;
        }

        .hot-card:nth-child(1) {
            grid-row: span 3;
        }

        .hot-card:nth-child(4) {
            grid-row: span 3;
        }

        .hot-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(12, 95, 84, .14);
        }

        .hot-card .video-thumb {
            flex: 1;
            min-height: 180px;
            background: #dde5e0;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

        .hot-card .video-thumb::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 35%;
            background: linear-gradient(180deg, transparent, rgba(6, 61, 55, .45));
            opacity: .7;
            transition: opacity .3s;
        }

        .hot-card:hover .video-thumb::after {
            opacity: .45;
        }

        .hot-card .thumb-inner {
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: 12px;
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 6px;
            z-index: 2;
        }

        .play-duration {
            background: rgba(6, 22, 20, .72);
            color: #fff;
            border-radius: 99px;
            padding: 5px 11px;
            font-size: .78rem;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            backdrop-filter: blur(4px);
            font-weight: 600;
        }

        .buy-mini {
            width: 34px;
            height: 34px;
            background: var(--amber);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .95rem;
            box-shadow: 0 7px 15px rgba(234, 120, 32, .28);
            transition: transform .2s, background .2s;
            cursor: pointer;
        }

        .buy-mini:hover {
            background: var(--gem);
            transform: scale(1.08);
        }

        .hot-card-body {
            padding: 15px 16px 17px;
            background: var(--card);
        }

        .hot-card-body .hot-card-h {
            font-weight: 800;
            font-size: .98rem;
            line-height: 1.5;
            margin: 0 0 8px;
            color: var(--text);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .hot-card-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }

        .hot-card-meta .category {
            color: var(--gem);
            font-weight: 600;
            font-size: .79rem;
        }

        .hot-card-meta .views {
            font-size: .78rem;
            color: var(--muted);
        }

        /* wishlist */
        .wishlist-section {
            background: #f0ece3;
        }

        .wish-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0;
            border-top: 1px dashed rgba(12, 95, 84, .18);
        }

        .wish-item {
            display: grid;
            grid-template-columns: 108px 1fr auto;
            align-items: center;
            gap: 18px;
            padding: 20px 8px;
            border-bottom: 1px dashed rgba(12, 95, 84, .18);
            transition: background .2s;
            text-decoration: none;
            color: inherit;
        }

        .wish-item:hover {
            background: rgba(255, 255, 255, .42);
            color: inherit;
        }

        .wish-item:nth-child(even) {
            border-left: 0;
        }

        .wish-thumb {
            width: 108px;
            height: 90px;
            background: #dde3dd;
            background-size: cover;
            background-position: center;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }

        .wish-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .wish-content h4 {
            font-size: 1.1rem;
            font-weight: 800;
            margin: 0 0 6px;
            letter-spacing: -0.01em;
            color: var(--text);
            transition: color .2s;
        }

        .wish-item:hover .wish-content h4 {
            color: var(--gem);
        }

        .wish-content p {
            font-size: .9rem;
            color: var(--muted);
            line-height: 1.7;
            max-width: 520px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin: 0 0 7px;
        }

        .wish-content .wish-extra {
            display: flex;
            align-items: center;
            gap: 9px;
            font-size: .8rem;
            color: var(--muted);
            flex-wrap: wrap;
        }

        .wish-price {
            text-align: right;
            padding-left: 6px;
            min-width: 104px;
        }

        .wish-price .now {
            font-size: 1.55rem;
            font-weight: 800;
            color: var(--coral);
            letter-spacing: -0.04em;
            font-variant-numeric: tabular-nums;
        }

        .wish-price .old {
            color: #a4aaa3;
            font-size: .8rem;
            text-decoration: line-through;
            margin-left: 4px;
        }

        .wish-price .buy-now {
            display: inline-flex;
            margin-top: 10px;
            background: var(--gem-soft);
            color: var(--gem);
            border-radius: 999px;
            padding: 6px 16px;
            font-size: .82rem;
            font-weight: 700;
            text-decoration: none;
            transition: all .2s;
        }

        .wish-price .buy-now:hover {
            background: var(--amber);
            color: #fff;
        }

        .wish-cta {
            grid-column: 1 / -1;
            display: flex;
            justify-content: center;
            padding: 30px 0 14px;
        }

        /* reviews wall */
        .review-strip {
            padding-bottom: 30px;
            background: linear-gradient(180deg, #e5efe8 0%, var(--paper) 100%);
        }

        .review-slider {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding: 10px 4px 26px;
            scrollbar-width: thin;
            scrollbar-color: rgba(12, 95, 84, .22) transparent;
        }

        .review-slider::-webkit-scrollbar {
            height: 7px;
        }

        .review-slider::-webkit-scrollbar-thumb {
            background: rgba(12, 95, 84, .22);
            border-radius: 99px;
        }

        .review-card {
            flex: 0 0 360px;
            background: var(--card);
            border: 1px solid rgba(12, 95, 84, .07);
            border-radius: 20px;
            padding: 24px 22px;
            box-shadow: 0 10px 24px rgba(12, 95, 84, .06);
            transition: transform .25s, box-shadow .25s;
            position: relative;
        }

        .review-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }

        .review-card::before {
            content: "\201C";
            position: absolute;
            right: 20px;
            top: 4px;
            font-size: 4.5rem;
            font-weight: 800;
            color: rgba(12, 95, 84, .1);
            font-family: Georgia, serif;
            line-height: 1;
        }

        .review-user {
            display: flex;
            align-items: center;
            gap: 13px;
            margin-bottom: 16px;
        }

        .review-user .avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--gem-soft);
            color: var(--gem);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: .95rem;
            flex-shrink: 0;
        }

        .review-user strong {
            font-size: 1rem;
            display: block;
            line-height: 1.3;
            color: var(--text);
        }

        .review-user .stars {
            color: #f2a930;
            font-size: .72rem;
            letter-spacing: 1px;
            line-height: 1;
            display: inline-flex;
            gap: 2px;
        }

        .review-card blockquote {
            margin: 0 0 17px;
            color: #3d4c46;
            font-size: .95rem;
            line-height: 1.9;
        }

        .review-card .review-tag {
            display: inline-block;
            background: #f3ede2;
            color: #96642b;
            font-weight: 600;
            border-radius: 999px;
            padding: 4px 13px;
            font-size: .8rem;
        }

        .review-card .review-tag i {
            margin-right: 3px;
            color: var(--amber);
        }

        /* news section */
        .news-section {
            background: var(--card);
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .news-layout {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .news-card {
            background: var(--paper);
            border: 1px solid rgba(12, 95, 84, .06);
            border-radius: 18px;
            display: flex;
            gap: 18px;
            padding: 14px 14px 14px 6px;
            text-decoration: none;
            transition: all .25s var(--ease);
            color: inherit;
        }

        .news-card:hover {
            background: #fff;
            border-color: rgba(12, 95, 84, .18);
            box-shadow: var(--shadow-hover);
            color: inherit;
            transform: translateY(-3px);
        }

        .news-card-thumb {
            width: 140px;
            min-height: 96px;
            background: #dce4df;
            background-size: cover;
            background-position: center;
            border-radius: 14px;
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }

        .news-card-body {
            padding: 6px 4px 4px 0;
            min-width: 0;
        }

        .news-card-meta {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            font-size: .8rem;
            color: var(--muted);
        }

        .news-card h4 {
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.5;
            margin: 7px 0 6px;
            color: var(--text);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-card p {
            font-size: .88rem;
            color: var(--muted);
            line-height: 1.7;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-card-more {
            font-size: .82rem;
            font-weight: 700;
            color: var(--gem);
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .news-card-more i {
            transition: transform .2s;
        }

        .news-card:hover .news-card-more i {
            transform: translateX(4px);
        }

        .empty-cms {
            grid-column: 1 / -1;
            padding: 46px;
            text-align: center;
            background: var(--paper);
            border-radius: var(--radius-lg);
            color: var(--muted);
            font-weight: 600;
        }

        /* cta quick buy */
        .quickbuy-wrap {
            position: relative;
            border-radius: 0;
            background-color: var(--gem-deep);
        }

        .quickbuy-bg {
            background-image: url("/assets/images/backpic/back-3.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 72px 0;
            position: relative;
        }

        .quickbuy-bg::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(6, 61, 55, .92), rgba(6, 61, 55, .84) 65%, rgba(6, 61, 55, .72));
        }

        .quickbuy-inner {
            position: relative;
            display: grid;
            grid-template-columns: 1.2fr .8fr;
            gap: 48px;
            align-items: center;
        }

        .quickbuy-copy h2 {
            font-size: clamp(1.85rem, 3.4vw, 2.6rem);
            color: #fff;
            font-weight: 900;
            letter-spacing: -0.02em;
            line-height: 1.3;
            margin-bottom: 16px;
        }

        .quickbuy-copy p {
            color: rgba(255, 255, 255, .82);
            font-size: 1.05rem;
            line-height: 1.9;
            max-width: 560px;
            margin-bottom: 30px;
        }

        .quickbuy-copy .sub-bullets {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 20px;
            color: rgba(255, 255, 255, .9);
            font-size: .88rem;
        }

        .quickbuy-copy .sub-bullets i {
            color: #ffb46e;
        }

        .buy-card {
            background: var(--card);
            border-radius: var(--radius-lg);
            padding: 28px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
        }

        .buy-card h3 {
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--text);
            margin: 0 0 8px;
        }

        .buy-card p {
            font-size: .9rem;
            color: var(--muted);
            margin-bottom: 24px;
        }

        .buy-card .form-label {
            font-size: .9rem;
            font-weight: 600;
            color: var(--text);
            margin-bottom: 7px;
        }

        .buy-card input {
            width: 100%;
            background: #f2eee7;
            border: 1px solid transparent;
            padding: 13px 16px;
            border-radius: 13px;
            transition: all .2s;
            color: var(--text);
        }

        .buy-card input::placeholder {
            color: #a2aaa5;
        }

        .buy-card input:focus {
            border-color: var(--gem);
            background: #fff;
            box-shadow: 0 0 0 4px rgba(12, 95, 84, .1);
        }

        .buy-card .subscribe-btn {
            border: 0;
            background: var(--amber);
            color: #1e1105;
            font-weight: 800;
            border-radius: 13px;
            width: 100%;
            padding: 14px 20px;
            margin-top: 14px;
            font-size: 1rem;
            transition: all .25s;
        }

        .buy-card .subscribe-btn:hover {
            background: #fc8d37;
            transform: translateY(-2px);
            box-shadow: 0 12px 26px rgba(234, 120, 32, .25);
        }

        .buy-card .privacy-note {
            display: block;
            color: var(--muted);
            font-size: .76rem;
            margin-top: 14px;
            text-align: center;
        }

        /* FAQ */
        .accordion {
            max-width: 860px;
            margin: 0 auto;
        }

        .accordion-item {
            background: var(--card);
            border: 1px solid rgba(12, 95, 84, .09);
            border-radius: 16px !important;
            overflow: hidden;
            margin-bottom: 13px;
            box-shadow: 0 5px 16px rgba(12, 95, 84, .035);
        }

        .accordion-button {
            padding: 19px 22px;
            font-weight: 700;
            font-size: 1.03rem;
            color: var(--text);
            background: var(--card);
            border: 0;
            box-shadow: none !important;
            transition: color .2s;
        }

        .accordion-button:not(.collapsed) {
            color: var(--gem);
            background: #fbf7ee;
            box-shadow: none;
        }

        .accordion-button::after {
            background: none;
            content: "\F64D";
            font-family: "bootstrap-icons";
            font-size: 1.2rem;
            color: var(--amber);
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: rgba(234, 120, 32, .1);
            background-image: none;
            transition: transform .3s;
        }

        .accordion-button:not(.collapsed)::after {
            transform: rotate(45deg);
            background-image: none;
            color: var(--gem);
            background-color: var(--gem-soft);
        }

        .accordion-body {
            padding: .5rem 22px 22px;
            color: #53625c;
            line-height: 1.9;
            font-size: .95rem;
        }

        /* footer */
        .site-footer {
            background: var(--gem-deep);
            color: rgba(255, 255, 255, .64);
        }

        .footer-main {
            display: grid;
            grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
            gap: 50px;
            padding: 64px 0 44px;
        }

        .footer-brand .brand-text b,
        .footer-brand .brand-text span {
            color: #fff;
        }

        .footer-brand .brand-mark {
            background: rgba(255, 255, 255, .1);
            color: #fff;
            box-shadow: none;
            border: 1px solid rgba(255, 255, 255, .18);
        }

        .footer-brand p {
            max-width: 340px;
            color: rgba(255, 255, 255, .56);
            font-size: .93rem;
            line-height: 1.9;
            margin: 20px 0 0;
        }

        .footer-col h5 {
            font-size: .95rem;
            font-weight: 800;
            color: #fff;
            margin: 4px 0 18px;
            letter-spacing: .06em;
        }

        .footer-col a {
            display: block;
            padding: 5px 0;
            color: rgba(255, 255, 255, .58);
            font-size: .9rem;
            transition: all .2s;
            text-decoration: none;
        }

        .footer-col a:hover {
            color: var(--amber);
            padding-left: 4px;
        }

        .footer-subscribe p {
            font-size: .86rem;
            color: rgba(255, 255, 255, .58);
        }

        .footer-subscribe form {
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, .08);
            border-radius: 999px;
            padding: 4px;
            margin-top: 18px;
            border: 1px solid rgba(255, 255, 255, .1);
        }

        .footer-subscribe input {
            flex: 1;
            min-width: 0;
            background: transparent;
            color: #fff;
            padding: 9px 15px;
            font-size: .9rem;
        }

        .footer-subscribe input::placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .footer-subscribe button {
            background: var(--amber);
            color: #1b1108;
            border-radius: 999px;
            font-size: .84rem;
            font-weight: 700;
            padding: 9px 18px;
            flex-shrink: 0;
            cursor: pointer;
        }

        .footer-bottom {
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, .1);
            font-size: .82rem;
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            justify-content: space-between;
            color: rgba(255, 255, 255, .4);
        }

        .footer-bottom a {
            color: rgba(255, 255, 255, .4);
        }

        .footer-bottom a:hover {
            color: #fff;
        }

        /* mobile bottom bar */
        .mobile-actionbar {
            display: none;
        }

        @media (max-width: 991.98px) {
            .section {
                padding: 56px 0;
            }

            .header-inner {
                grid-template-columns: auto 1fr auto;
                gap: 12px;
                min-height: 64px;
                padding: 8px 16px;
            }

            .nav-channel-links {
                display: none;
            }

            .nav-toggle {
                display: inline-flex;
            }

            .hero-inner {
                grid-template-columns: 1fr;
                gap: 30px;
                min-height: 0;
                padding-top: 10px;
            }

            .hero-copy {
                text-align: center;
            }

            .hero-copy h1,
            .hero-copy .lead {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-cta,
            .hero-note {
                justify-content: center;
            }

            .hero-visual {
                min-height: 620px;
            }

            .phone-stage {
                width: 360px;
                height: 540px;
            }

            .trend-strip {
                grid-template-columns: repeat(2, 1fr);
            }

            .hot-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-auto-rows: 150px;
            }

            .hot-card,
            .hot-card:nth-child(1),
            .hot-card:nth-child(4) {
                grid-row: span 2;
            }

            .wish-grid {
                grid-template-columns: 1fr;
            }

            .quickbuy-inner,
            .footer-main {
                grid-template-columns: 1fr 1fr;
            }

            .quickbuy-inner {
                gap: 34px;
            }
        }

        @media (max-width: 767.98px) {
            .header-inner {
                grid-template-columns: auto 1fr auto;
            }

            .header-search {
                grid-column: 1 / -1;
                grid-row: 2;
                margin: 0 0 8px;
                max-width: 100%;
                order: 3;
            }

            .brand-text {
                font-size: .98rem;
            }

            .section-head p {
                max-width: 100%;
            }

            .hero-copy h1 {
                font-size: 2.35rem;
            }

            .hot-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
                grid-auto-rows: 132px;
            }

            .hot-card-body {
                padding: 11px 10px;
            }

            .hot-card-body .hot-card-h {
                font-size: .87rem;
            }

            .wish-item {
                grid-template-columns: 84px 1fr;
                gap: 12px;
                padding: 16px 2px;
            }

            .wish-thumb {
                width: 84px;
                height: 92px;
            }

            .wish-price {
                grid-column: 2;
                text-align: left;
                padding-left: 0;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 12px;
                min-width: 0;
            }

            .wish-price .buy-now {
                margin-top: 0;
            }

            .news-layout {
                grid-template-columns: 1fr;
            }

            .news-card {
                flex-direction: row;
            }

            .quickbuy-bg {
                padding: 54px 0;
            }

            .quickbuy-inner,
            .footer-main {
                grid-template-columns: 1fr;
            }

            .mobile-actionbar {
                display: flex;
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 1040;
                background: rgba(6, 61, 55, .95);
                backdrop-filter: blur(12px);
                padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
                box-shadow: 0 -8px 24px rgba(6, 61, 55, .16);
                gap: 10px;
            }

            .mobile-actionbar .actionbar-btn {
                flex: 1;
                background: var(--amber);
                color: #1d1007;
                border-radius: 999px;
                font-weight: 800;
                font-size: .94rem;
                padding: 12px 12px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
            }

            .mobile-actionbar .actionbar-btn.second {
                background: rgba(255, 255, 255, .14);
                color: #fff;
                border: 1px solid rgba(255, 255, 255, .15);
            }

            body {
                padding-bottom: 66px;
            }

            .accordion-button {
                font-size: .95rem;
                padding: 16px 16px;
            }

            .accordion-body {
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        @media (max-width: 480px) {
            .brand-text b {
                font-size: 1.05rem;
            }

            .hot-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
                grid-auto-rows: 110px;
            }

            .hot-card-body {
                padding: 9px 8px;
            }

            .hot-card-body .hot-card-h {
                font-size: .8rem;
                margin-bottom: 4px;
                -webkit-line-clamp: 2;
            }

            .hot-card-meta .views {
                display: none;
            }

            .review-card {
                flex-basis: 300px;
            }

            .news-card {
                flex-direction: column;
            }

            .news-card-thumb {
                width: 100%;
                height: 120px;
            }

            .trend-strip {
                grid-template-columns: 1fr;
            }

            .hero-copy .lead {
                font-size: 1rem;
            }

            .phone-stage {
                width: min(350px, 84vw);
                height: 520px;
            }
        }

/* roulang page: category1 */
:root {
        --j9-green: #0c5f54;
        --j9-green-deep: #063d37;
        --j9-green-dark: #073b35;
        --j9-orange: #ea7820;
        --j9-coral: #e25745;
        --j9-cream: #f6f3ed;
        --j9-cream-light: #fffdf8;
        --j9-text: #23332f;
        --j9-muted: #68756f;
        --j9-line: rgba(12, 95, 84, 0.14);
        --j9-white: #ffffff;
        --j9-radius-sm: 10px;
        --j9-radius-md: 18px;
        --j9-radius-lg: 28px;
        --j9-radius-pill: 999px;
        --j9-shadow-sm: 0 8px 20px rgba(12, 95, 84, 0.06);
        --j9-shadow-md: 0 18px 40px rgba(12, 95, 84, 0.08);
        --bs-link-color: var(--j9-green);
        --bs-link-hover-color: var(--j9-orange);
        --bs-primary: var(--j9-green);
        --bs-primary-rgb: 12, 95, 84;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: 0;
        font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
        font-size: 16.5px;
        line-height: 1.8;
        background: var(--j9-cream);
        color: var(--j9-text);
        -webkit-font-smoothing: antialiased;
    }
    body.modal-open,
    body.nav-open {
        padding-right: 0 !important;
    }
    img {
        max-width: 100%;
        display: block;
        object-fit: cover;
    }
    a {
        color: var(--j9-green);
        text-decoration: none;
        transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    a:hover {
        color: var(--j9-orange);
    }
    p {
        margin-bottom: 0.5rem;
    }
    h1, h2, h3, h4, h5 {
        color: #12312c;
        font-weight: 800;
        letter-spacing: -0.02em;
    }
    .container-xl {
        max-width: 1280px;
    }

    a,
    button,
    input {
        -webkit-tap-highlight-color: transparent;
    }
    button {
        font-family: inherit;
    }
    .btn {
        font-weight: 700;
        border-radius: var(--j9-radius-pill);
        padding: 0.65rem 1.4rem;
        border: 1px solid transparent;
        transition: all 0.25s ease;
    }
    .btn:focus,
    .btn:active:focus,
    .btn-primary:focus,
    .form-control:focus {
        box-shadow: none;
        outline: 3px solid rgba(12, 95, 84, 0.18);
    }
    .btn-action {
        background: var(--j9-orange);
        border-color: var(--j9-orange);
        color: #fff;
    }
    .btn-action:hover,
    .btn-action:active {
        background: #d46813;
        border-color: #d46813;
        color: #fff;
        transform: translateY(-2px);
    }
    .btn-outline-light-soft {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.55);
        color: #fff;
    }
    .btn-outline-light-soft:hover {
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
        border-color: #fff;
    }
    .btn-outline-green {
        border: 1px solid var(--j9-green);
        color: var(--j9-green);
        background: transparent;
    }
    .btn-outline-green:hover {
        background: var(--j9-green);
        color: #fff;
        border-color: var(--j9-green);
    }
    .btn-primary {
        background: var(--j9-green);
        border-color: var(--j9-green);
        color: #fff;
    }
    .btn-primary:hover {
        background: var(--j9-green-deep);
        border-color: var(--j9-green-deep);
        color: #fff;
        transform: translateY(-1px);
    }
    .form-control {
        border: 1px solid var(--j9-line);
        border-radius: var(--j9-radius-pill);
        font-size: 1rem;
        color: var(--j9-text);
        background: #fff;
        padding: 0.7rem 1.1rem;
    }
    .form-control:focus {
        border-color: var(--j9-green);
        color: var(--j9-text);
        background: #fff;
    }

    /* ===== Header ===== */
    .site-header {
        background: var(--j9-cream);
        border-bottom: 1px solid var(--j9-line);
        position: relative;
        z-index: 1040;
        transition: box-shadow .3s ease;
    }
    .site-header.is-sticky {
        box-shadow: 0 10px 24px rgba(12, 95, 84, 0.06);
    }
    .header-main {
        display: grid;
        grid-template-columns: auto minmax(220px, 1fr) auto;
        align-items: center;
        gap: 18px;
        padding-top: 14px;
        padding-bottom: 12px;
    }
    .brand {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        flex-shrink: 0;
    }
    .brand-mark {
        width: 40px;
        height: 40px;
        background: var(--j9-green);
        color: #fff;
        border-radius: 14px;
        display: grid;
        place-items: center;
        font-weight: 900;
        font-size: 1.1rem;
        letter-spacing: -0.04em;
        box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
    }
    .brand-text {
        display: flex;
        flex-direction: column;
        line-height: 1.12;
        color: var(--j9-text);
    }
    .brand-text b {
        font-size: 1.18rem;
        font-weight: 800;
        color: #0d3630;
    }
    .brand-text span {
        font-size: 0.72rem;
        color: var(--j9-muted);
        letter-spacing: 0.14em;
    }
    .header-search {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .search-form {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid var(--j9-line);
        border-radius: var(--j9-radius-pill);
        padding: 4px 4px 4px 18px;
        box-shadow: var(--j9-shadow-sm);
        transition: border-color .25s ease, box-shadow .25s ease;
    }
    .search-form:focus-within {
        border-color: rgba(12, 95, 84, 0.45);
        box-shadow: 0 0 0 4px rgba(12, 95, 84, 0.08);
    }
    .search-form .search-icon {
        color: var(--j9-muted);
        display: inline-flex;
        flex-shrink: 0;
        margin-right: 6px;
    }
    .search-form input {
        border: 0;
        outline: none;
        box-shadow: none;
        flex: 1;
        min-width: 0;
        background: transparent;
        color: var(--j9-text);
        font-size: 0.98rem;
        padding: 0.55rem 0;
    }
    .search-form input::placeholder {
        color: #98a39f;
    }
    .search-submit {
        border: 0;
        background: var(--j9-orange);
        color: #fff;
        font-weight: 700;
        border-radius: var(--j9-radius-pill);
        padding: 0.55rem 1rem;
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease;
    }
    .search-submit:hover {
        background: #d46813;
    }
    .header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        flex-shrink: 0;
    }
    .header-action-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--j9-muted);
        font-size: 0.9rem;
        padding: 0.45rem 0.75rem;
        border-radius: var(--j9-radius-pill);
        background: rgba(255, 255, 255, 0.65);
        border: 1px solid transparent;
    }
    .header-action-link:hover {
        color: var(--j9-green);
        background: #fff;
        border-color: var(--j9-line);
    }
    .nav-toggle {
        display: none;
        border: 0;
        background: transparent;
        padding: 8px;
        cursor: pointer;
        border-radius: 12px;
    }
    .nav-toggle:hover {
        background: rgba(12, 95, 84, 0.06);
    }
    .nav-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--j9-green-deep);
        margin: 5px 0;
        border-radius: 99px;
    }
    .header-nav {
        display: flex;
        gap: 14px;
        align-items: center;
        padding: 0 0 12px;
        min-height: 48px;
    }
    .nav-channel-links {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100%;
        scrollbar-width: none;
    }
    .nav-channel-links::-webkit-scrollbar {
        display: none;
    }
    .nav-channel-links a {
        padding: 0.5rem 1.1rem;
        border-radius: var(--j9-radius-pill);
        font-size: 0.96rem;
        color: var(--j9-text);
        white-space: nowrap;
        border: 1px solid transparent;
        font-weight: 600;
    }
    .nav-channel-links a:hover {
        background: rgba(12, 95, 84, 0.06);
        color: var(--j9-green);
        border-color: rgba(12, 95, 84, 0.08);
    }
    .nav-channel-links a.active {
        background: var(--j9-green);
        color: #fff;
        box-shadow: 0 12px 24px rgba(12, 95, 84, 0.18);
    }

    /* ===== Hero ===== */
    .category-hero {
        position: relative;
        padding: clamp(64px, 8vw, 110px) 0 64px;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(6, 61, 55, 0.85), rgba(6, 61, 55, 0.72)), url("/assets/images/backpic/back-1.webp") center 30% / cover no-repeat;
        color: #fff;
    }
    .category-hero::after {
        content: "";
        position: absolute;
        inset: auto -20% -30% 20%;
        height: 260px;
        background: rgba(255,255,255,.05);
        filter: blur(10px);
        transform: rotate(-10deg);
        border-radius: 50%;
        pointer-events: none;
    }
    .category-hero .container-xl {
        position: relative;
        z-index: 2;
    }
    .hero-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
        gap: 48px;
        align-items: center;
    }
    .hero-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0.42rem 1rem;
        background: rgba(255,255,255,.12);
        border: 1px solid rgba(255,255,255,.2);
        border-radius: var(--j9-radius-pill);
        font-size: 0.84rem;
        color: #f7f2e6;
        margin-bottom: 20px;
        backdrop-filter: blur(4px);
    }
    .hero-chip .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--j9-orange);
        box-shadow: 0 0 0 3px rgba(234,120,32,.28);
    }
    .hero-title {
        font-size: clamp(2.2rem, 5vw, 3.8rem);
        line-height: 1.14;
        color: #fff;
        letter-spacing: -0.04em;
        font-weight: 900;
        margin-bottom: 22px;
    }
    .hero-title .accent {
        color: #f4b27c;
    }
    .hero-sub {
        font-size: 1.06rem;
        line-height: 1.9;
        color: rgba(255,255,255,.8);
        max-width: 620px;
        margin-bottom: 28px;
    }
    .hero-btns {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        margin-bottom: 24px;
    }
    .hero-note {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.88rem;
        color: rgba(255,255,255,.7);
    }
    .hero-note svg {
        opacity: .8;
    }
    .hero-phone {
        position: relative;
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        border-radius: 34px;
        background: rgba(255,255,255,.14);
        border: 1px solid rgba(255,255,255,.24);
        padding: 8px;
        box-shadow: 0 28px 70px rgba(0,0,0,.28);
        backdrop-filter: blur(8px);
    }
    .hero-phone-inner {
        position: relative;
        aspect-ratio: 9 / 15;
        border-radius: 26px;
        overflow: hidden;
        background: #124f48 url("/assets/images/backpic/back-2.png") center/cover;
        min-height: 430px;
    }
    .phone-top-bar {
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 5px;
        background: rgba(255,255,255,.6);
        border-radius: 99px;
        z-index: 3;
    }
    .phone-overlay {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 16px;
        z-index: 2;
        background: rgba(6, 42, 38, 0.74);
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 22px;
        padding: 14px 16px;
        color: #fff;
        backdrop-filter: blur(8px);
    }
    .phone-overlay strong {
        display: block;
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .phone-overlay .rg {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .8rem;
        color: rgba(255,255,255,.72);
    }
    .phone-overlay .badge-pill {
        color: #ffd6ad;
        font-weight: 700;
    }
    .phone-progress {
        margin-top: 12px;
        height: 4px;
        background: rgba(255,255,255,.2);
        border-radius: 99px;
        overflow: hidden;
    }
    .phone-progress span {
        display: block;
        width: 46%;
        height: 100%;
        background: var(--j9-orange);
        border-radius: 99px;
    }
    .hero-action-panel {
        position: absolute;
        right: 0;
        top: 20%;
        z-index: 5;
        background: rgba(255,255,255,.95);
        color: var(--j9-text);
        border-radius: 18px;
        box-shadow: var(--j9-shadow-md);
        padding: 10px 13px;
        font-size: .82rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .hero-action-panel svg {
        color: var(--j9-orange);
    }

    /* hero-trust-strip */
    .category-trust {
        border-top: 1px solid rgba(255,255,255,.18);
        margin-top: 56px;
        padding-top: 24px;
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 20px;
        justify-content: space-between;
    }
    .category-trust span {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: .9rem;
        color: rgba(255,255,255,.86);
    }
    .category-trust svg {
        color: #f4b27c;
        flex-shrink: 0;
    }

    /* ===== Section Common ===== */
    .section {
        padding: clamp(56px, 7vw, 92px) 0;
    }
    .section.tint-bg {
        background: #eeebe4;
    }
    .section-head {
        max-width: 760px;
        margin-bottom: 38px;
    }
    .section-head.centered {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .section-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: .82rem;
        color: var(--j9-green);
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .section-head h2 {
        font-size: clamp(1.9rem, 3.6vw, 2.7rem);
        line-height: 1.3;
    }
    .section-lead {
        color: var(--j9-muted);
        font-size: 1.02rem;
        margin-top: 10px;
    }

    /* ===== Trend Feature Cards ===== */
    .trend-card-list {
        display: grid;
        gap: 28px;
    }
    .trend-card {
        display: grid;
        grid-template-columns: 340px 1fr;
        gap: 0;
        background: #fff;
        border: 1px solid rgba(12,95,84,.08);
        border-radius: var(--j9-radius-lg);
        overflow: hidden;
        box-shadow: var(--j9-shadow-sm);
        transition: transform .3s ease, box-shadow .3s ease;
    }
    .trend-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--j9-shadow-md);
        border-color: rgba(12,95,84,.14);
    }
    .trend-media {
        position: relative;
        min-height: 210px;
        background: var(--j9-cream) center/cover;
        overflow: hidden;
    }
    .trend-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 50%, rgba(6,61,55,.44) 100%);
        opacity: .5;
    }
    .trend-media .img-el {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0;
        transition: transform .5s ease;
    }
    .trend-card:hover .img-el {
        transform: scale(1.03);
    }
    .media-label {
        position: absolute;
        top: 14px;
        left: 14px;
        background: var(--j9-orange);
        color: #fff;
        font-weight: 700;
        font-size: .76rem;
        padding: .28rem .7rem;
        border-radius: 99px;
        z-index: 3;
        box-shadow: 0 4px 12px rgba(234, 120, 32, .28);
        border: 1px solid rgba(255,255,255,.4);
    }
    .media-duration {
        position: absolute;
        bottom: 14px;
        right: 14px;
        background: rgba(6,37,33,.72);
        color: #fff;
        font-size: .76rem;
        font-weight: 700;
        padding: .18rem .58rem;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,.18);
        z-index: 3;
    }
    .trend-body {
        padding: clamp(22px, 3vw, 34px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .trend-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
    }
    .mini-pill {
        background: rgba(12,95,84,.07);
        color: var(--j9-green);
        border-radius: var(--j9-radius-pill);
        font-size: .76rem;
        font-weight: 700;
        padding: .2rem .7rem;
    }
    .mini-pill.hot {
        background: rgba(234,120,32,.13);
        color: #bd5c14;
    }
    .trend-title {
        font-size: 1.28rem;
        font-weight: 800;
        line-height: 1.4;
        margin-bottom: 8px;
        color: #14312c;
    }
    .trend-desc {
        color: var(--j9-muted);
        font-size: .96rem;
        line-height: 1.8;
        margin-bottom: 16px;
    }
    .trend-footer {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        margin-top: 4px;
    }
    .trend-price {
        color: var(--j9-text);
        font-weight: 800;
        font-variant-numeric: tabular-nums;
        font-size: 1.02rem;
        margin-right: auto;
    }
    .trend-price small {
        font-size: .76rem;
        color: var(--j9-muted);
        font-weight: 500;
        margin-right: 4px;
    }

    /* ===== Vision Grid ===== */
    .vision-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 12px;
    }
    .vision-item {
        background: var(--j9-cream-light);
        border: 1px solid rgba(12,95,84,.08);
        border-radius: var(--j9-radius-md);
        padding: 26px 24px;
        transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
    }
    .vision-item:hover {
        transform: translateY(-3px);
        box-shadow: var(--j9-shadow-md);
        border-color: rgba(12,95,84,.16);
    }
    .vision-icon {
        width: 44px;
        height: 44px;
        background: rgba(12,95,84,.1);
        border-radius: 14px;
        display: grid;
        place-items: center;
        color: var(--j9-green);
        margin-bottom: 14px;
    }
    .vision-icon.orange {
        background: rgba(234,120,32,.12);
        color: var(--j9-orange);
    }
    .vision-icon.coral {
        background: rgba(226,87,69,.1);
        color: var(--j9-coral);
    }
    .vision-item h3 {
        font-size: 1.22rem;
        margin-bottom: 8px;
    }
    .vision-item p {
        color: var(--j9-muted);
        font-size: .94rem;
        margin: 0;
    }

    /* ===== Timeline Path ===== */
    .path-wrap {
        background: #0a4b44;
        background-image: linear-gradient(115deg, rgba(6, 61, 55, 1) 0%, rgba(13, 92, 84, 1) 100%);
        border-radius: var(--j9-radius-lg);
        padding: clamp(24px, 4vw, 42px);
        color: #fff;
    }
    .path-steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
        margin: 24px 0 0;
    }
    .path-step {
        position: relative;
        padding-right: 12px;
    }
    .path-step .step-num {
        width: 34px;
        height: 34px;
        background: rgba(255,255,255,.14);
        border-radius: 50%;
        display: grid;
        place-items: center;
        font-weight: 900;
        color: #ffd0a9;
        margin-bottom: 14px;
        border: 1px solid rgba(255,255,255,.18);
    }
    .path-step h3 {
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: 6px;
    }
    .path-step p {
        color: rgba(255,255,255,.72);
        font-size: .88rem;
        line-height: 1.7;
        margin: 0;
    }
    .path-head {
        display: flex;
        align-items: start;
        gap: 16px;
    }
    .path-head h2 {
        color: #fff;
        font-size: clamp(1.6rem, 3vw, 2.2rem);
        margin: 0;
    }
    .path-head p {
        color: rgba(255,255,255,.66);
        max-width: 620px;
        margin-top: 10px;
    }

    /* ===== Cross CTA block ===== */
    .cross-entry {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        background: var(--j9-cream-light);
        border-radius: var(--j9-radius-lg);
        border: 1px solid rgba(12,95,84,.08);
        overflow: hidden;
        box-shadow: var(--j9-shadow-sm);
        align-items: center;
    }
    .cross-entry-content {
        padding: clamp(28px, 4vw, 56px);
    }
    .cross-entry-content .eyebrow {
        color: var(--j9-green);
        font-weight: 700;
        letter-spacing: .06em;
        font-size: .82rem;
        margin-bottom: 10px;
        display: inline-block;
    }
    .cross-entry-content h2 {
        font-size: clamp(1.7rem, 3vw, 2.4rem);
        margin-bottom: 12px;
    }
    .cross-entry-content p {
        color: var(--j9-muted);
        max-width: 560px;
        margin-bottom: 20px;
    }
    .cross-entry-media {
        min-height: 280px;
        background: url("/assets/images/coverpic/cover-2.webp") center/cover;
        position: relative;
    }
    .cross-entry-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(115deg, rgba(6,61,55,.1), rgba(6,61,55,.25));
    }
    .cross-entry-media .media-ctl {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(255,255,255,.9);
        display: grid;
        place-items: center;
        color: var(--j9-green);
        box-shadow: 0 12px 30px rgba(0,0,0,.18);
    }

    /* ===== FAQ ===== */
    .faq-section {
        background: #eeebe4;
    }
    .faq-width {
        max-width: 880px;
        margin: 0 auto;
    }
    .faq-accordion .accordion-item {
        border: 1px solid rgba(12,95,84,.1);
        background: #fff;
        border-radius: 18px;
        margin-bottom: 14px;
        box-shadow: 0 6px 16px rgba(12,95,84,.03);
        overflow: hidden;
    }
    .faq-accordion .accordion-button {
        background: #fff;
        color: var(--j9-text);
        font-size: 1rem;
        font-weight: 700;
        padding: 1.1rem 1.3rem;
        border: 0;
        box-shadow: none;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
        background: var(--j9-cream-light);
        color: var(--j9-green-deep);
    }
    .faq-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(12,95,84,.2);
        outline: none;
    }
    .faq-accordion .accordion-body {
        background: var(--j9-cream-light);
        color: var(--j9-muted);
        padding: 0 1.3rem 1.2rem;
        line-height: 1.9;
        font-size: .96rem;
    }
    .accordion-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        gap: 12px;
    }
    .faq-plus {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(12,95,84,.08);
        color: var(--j9-green);
        display: grid;
        place-items: center;
        flex-shrink: 0;
        transition: background .3s, color .3s;
    }
    .faq-plus::after {
        content: "+";
        font-size: 1.4rem;
        font-weight: 500;
        transition: transform .3s ease;
        color: inherit;
        line-height: 1;
    }
    .accordion-button:not(.collapsed) .faq-plus {
        background: var(--j9-orange);
        color: #fff;
    }
    .accordion-button:not(.collapsed) .faq-plus::after {
        transform: rotate(45deg);
    }

    /* ===== Final CTA ===== */
    .cta-panel {
        position: relative;
        overflow: hidden;
        background: var(--j9-green-deep);
        border-radius: var(--j9-radius-lg);
        padding: clamp(30px, 5vw, 64px);
        color: #fff;
        text-align: center;
    }
    .cta-panel::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        left: -140px;
        top: -180px;
        background: rgba(234,120,32,.18);
        border-radius: 50%;
        filter: blur(20px);
    }
    .cta-panel::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -100px;
        bottom: -120px;
        background: rgba(255,255,255,.1);
        border-radius: 50%;
        filter: blur(4px);
    }
    .cta-panel h2 {
        color: #fff;
        font-size: clamp(1.8rem, 3.6vw, 2.8rem);
        margin-bottom: 16px;
    }
    .cta-panel p {
        color: rgba(255,255,255,.78);
        font-size: 1rem;
        max-width: 600px;
        margin: 0 auto 28px;
    }
    .cta-panel .btn {
        position: relative;
        z-index: 2;
    }

    /* ===== Footer ===== */
    .site-footer {
        background: #073d37;
        color: rgba(255,255,255,.72);
        margin-top: 0;
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1.4fr 0.7fr 0.9fr 1fr;
        gap: 40px;
        padding: 64px 0 44px;
    }
    .site-footer .brand {
        margin-bottom: 16px;
    }
    .site-footer .brand-mark {
        background: #fff;
        color: var(--j9-green-deep);
    }
    .site-footer .brand-text b {
        color: #fff;
    }
    .site-footer .brand-text span {
        color: rgba(255,255,255,.55);
    }
    .footer-brand p,
    .footer-subscribe p {
        font-size: .9rem;
        color: rgba(255,255,255,.62);
        line-height: 1.85;
    }
    .footer-col h5,
    .footer-subscribe h5 {
        color: #fff;
        font-size: 1rem;
        margin-bottom: 16px;
        font-weight: 800;
    }
    .footer-col a {
        display: block;
        color: rgba(255,255,255,.66);
        padding: 4px 0;
        font-size: .9rem;
    }
    .footer-col a:hover {
        color: var(--j9-orange);
    }
    .footer-subscribe form {
        margin-top: 14px;
    }
    .footer-subscribe .form-group {
        display: flex;
        align-items: center;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 999px;
        padding: 4px 4px 4px 16px;
    }
    .footer-subscribe input {
        background: transparent;
        border: 0;
        color: #fff;
        flex: 1;
        min-width: 0;
        font-size: .88rem;
        padding: .38rem 0;
        outline: none;
    }
    .footer-subscribe input::placeholder {
        color: rgba(255,255,255,.4);
    }
    .footer-subscribe button {
        background: var(--j9-orange);
        color: #fff;
        border: 0;
        border-radius: 999px;
        font-weight: 700;
        padding: 0.5rem 1rem;
        cursor: pointer;
        transition: background .2s ease;
    }
    .footer-subscribe button:hover {
        background: #d46813;
    }
    .footer-bottom {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px 24px;
        padding: 20px 0;
        border-top: 1px solid rgba(255,255,255,.1);
        font-size: .82rem;
        color: rgba(255,255,255,.5);
    }
    .footer-bottom a {
        color: rgba(255,255,255,.66);
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    .footer-bottom a:hover {
        color: var(--j9-orange);
    }
    .site-footer .container-xl {
        max-width: 1280px;
    }

    /* ===== Responsive ===== */
    @media (min-width: 992px) {
        .header-nav.collapse {
            display: block !important;
        }
    }
    @media (max-width: 991.98px) {
        .header-nav.collapse {
            position: fixed;
            top: 76px;
            left: 0;
            width: 100%;
            background: var(--j9-cream);
            padding: 18px 20px 20px;
            border-bottom: 1px solid var(--j9-line);
            box-shadow: var(--j9-shadow-md);
            z-index: 1045;
            display: none;
            max-height: calc(100vh - 80px);
            overflow-y: auto;
        }
        .header-nav.collapse.show {
            display: block;
        }
        .nav-channel-links {
            flex-direction: column;
            align-items: stretch;
            gap: 4px;
        }
        .nav-channel-links a {
            display: block;
            padding: .65rem 1rem;
            text-align: left;
            font-size: 1rem;
        }
        .nav-toggle {
            display: inline-block;
        }
        .header-main {
            grid-template-columns: auto 1fr auto;
            gap: 10px;
        }
        .header-search {
            grid-column: 1 / -1;
            grid-row: 2;
            max-width: none;
            order: 4;
            margin-top: 4px;
        }
        .category-hero {
            padding-top: 70px;
        }
        .hero-layout {
            grid-template-columns: 1fr;
            gap: 36px;
        }
        .hero-layout .hero-phone {
            margin-left: 0;
            max-width: 320px;
        }
        .category-trust {
            grid-template-columns: repeat(2, 1fr);
        }
        .vision-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }
        .path-steps {
            grid-template-columns: 1fr 1fr;
        }
        .cross-entry {
            grid-template-columns: 1fr;
        }
        .cross-entry-media {
            min-height: 240px;
        }
        .footer-main {
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            padding: 48px 0 30px;
        }
        .footer-brands {
            grid-column: 1/-1;
        }
        .footer-subscribe {
            grid-column: 1 / -1;
        }
    }
    @media (max-width: 767.98px) {
        .trend-card {
            grid-template-columns: 1fr;
        }
        .trend-media {
            min-height: 220px;
        }
        .section {
            padding: 48px 0;
        }
        .path-steps {
            grid-template-columns: 1fr;
        }
        .category-trust {
            grid-template-columns: 1fr;
            gap: 12px;
        }
        .footer-main {
            grid-template-columns: 1fr;
            gap: 26px;
        }
        .cta-panel {
            border-radius: 20px;
        }
        .trend-footer {
            align-items: flex-start;
        }
        .trend-price {
            margin-right: 0;
        }
        .hero-note {
            font-size: .82rem;
        }
    }
    @media (max-width: 520px) {
        .header-main {
            grid-template-columns: 1fr auto;
        }
        .nav-toggle {
            grid-column: 2;
        }
        .header-search {
            grid-column: 1 / -1;
            grid-row: auto;
        }
        .header-search .search-submit span {
            display: none;
        }
        .search-submit svg {
            margin: 0;
        }
        .brand-text b {
            font-size: 1.04rem;
        }
        .hero-title {
            font-size: 2.1rem;
        }
        .hero-phone-inner {
            min-height: 380px;
        }
        .trend-card {
            border-radius: 20px;
        }
        .trend-title {
            font-size: 1.08rem;
        }
        .section-head h2 {
            font-size: 1.8rem;
        }
        .cta-panel {
            padding: 30px 18px;
        }
    }

/* roulang page: article */
:root {
            --paper: #f6f3ed;
            --paper-soft: #fffdf8;
            --card: #ffffff;
            --brand: #0c5f54;
            --brand-dark: #063d37;
            --brand-deep: #0a3e38;
            --brand-soft: rgba(12, 95, 84, .08);
            --brand-soft-2: rgba(12, 95, 84, .14);
            --action: #ea7820;
            --action-dark: #d46612;
            --coral: #e25745;
            --ink: #1a2b27;
            --heading: #0c2b28;
            --muted: #68756f;
            --line: rgba(12, 95, 84, .12);
            --white-line: rgba(255, 255, 255, .16);
            --radius-xl: 28px;
            --radius-md: 18px;
            --radius-sm: 10px;
            --shadow: 0 12px 32px rgba(12, 95, 84, .08);
            --shadow-hover: 0 18px 40px rgba(12, 95, 84, .12);
            --font: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
            font-family: var(--font);
            font-size: 16px;
            line-height: 1.75;
            color: var(--ink);
            background: var(--paper);
            -webkit-font-smoothing: antialiased;
        }
        body.page-article {
            background: var(--paper);
        }
        img {
            max-width: 100%;
            display: block;
        }
        a {
            color: var(--brand);
            text-decoration: none;
            transition: color .2s ease;
        }
        a:hover {
            color: var(--action);
        }
        button,
        input {
            font-family: inherit;
        }
        :focus-visible {
            outline: 3px solid rgba(234, 120, 32, .45);
            outline-offset: 3px;
            border-radius: 6px;
        }
        ::selection {
            background: rgba(12, 95, 84, .14);
            color: var(--brand-dark);
        }
        .container-xl {
            width: 100%;
            max-width: 1280px;
            margin-inline: auto;
            padding-inline: 24px;
        }
        .container-article {
            max-width: 860px;
            margin-inline: auto;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: var(--radius-sm);
            font-weight: 600;
            border: 1px solid transparent;
            padding: 10px 20px;
            line-height: 1.5;
            transition: all .2s ease;
            cursor: pointer;
            white-space: nowrap;
        }
        .btn-brand {
            background: var(--brand);
            color: #fff !important;
        }
        .btn-brand:hover {
            background: var(--brand-dark);
            transform: translateY(-2px);
            box-shadow: var(--shadow);
            color: #fff !important;
        }
        .btn-subtle {
            background: var(--brand-soft);
            color: var(--brand-dark)!important;
        }
        .btn-subtle:hover {
            background: rgba(12, 95, 84, .18);
            color: var(--brand-dark)!important;
        }
        .btn-light {
            background: rgba(255,255,255,.1);
            border-color: rgba(255,255,255,.2);
            color: #fff !important;
        }
        .btn-light:hover {
            background: rgba(255,255,255,.18);
            color: #fff !important;
        }

        .section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 28px;
        }
        .section-head h2 {
            margin: 0;
            font-size: clamp(24px, 3vw, 32px);
            font-weight: 800;
            color: var(--heading);
            letter-spacing: -0.02em;
        }
        .section-head p {
            margin: 4px 0 0;
            color: var(--muted);
            font-size: 14px;
        }
        .section-link {
            color: var(--brand);
            font-weight: 600;
            font-size: 14px;
        }

        /* Header */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1030;
            background: rgba(246, 243, 237, .92);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(12, 95, 84, .08);
        }
        .site-header .header-inner {
            display: grid;
            grid-template-columns: auto minmax(220px, 480px) auto;
            align-items: center;
            gap: 20px;
            min-height: 76px;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
        .brand .brand-mark {
            display: inline-flex;
            width: 42px;
            height: 42px;
            border-radius: 14px;
            background: var(--brand-dark);
            color: #fff;
            font-weight: 900;
            font-size: 18px;
            letter-spacing: -0.04em;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 16px rgba(12, 95, 84, .22);
        }
        .brand .brand-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }
        .brand-text b {
            color: var(--heading);
            font-size: 17px;
            font-weight: 800;
            letter-spacing: .01em;
        }
        .brand-text span {
            color: var(--muted);
            font-size: 12px;
            margin-top: 3px;
        }
        .brand:hover .brand-text b {
            color: var(--brand);
        }

        .header-search {
            display: flex;
            align-items: center;
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: 999px;
            padding: 5px 6px 5px 18px;
            box-shadow: 0 4px 12px rgba(12, 95, 84, .04);
            transition: border .2s ease, box-shadow .2s ease;
            width: 100%;
        }
        .header-search:focus-within {
            border-color: var(--brand);
            box-shadow: 0 0 0 4px rgba(12, 95, 84, .1);
        }
        .header-search .search-icon {
            color: var(--muted);
            flex-shrink: 0;
        }
        .header-search input {
            flex: 1;
            min-width: 0;
            border: 0;
            padding: 6px 10px;
            background: transparent;
            font-size: 14px;
            color: var(--ink);
        }
        .header-search input::placeholder {
            color: #9aa39e;
        }
        .header-search input:focus {
            outline: none;
        }
        .header-search button {
            border: 0;
            background: var(--action);
            color: #fff;
            border-radius: 999px;
            padding: 8px 22px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: background .2s ease, transform .2s ease;
        }
        .header-search button:hover {
            background: var(--action-dark);
        }

        .header-right {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
        }
        .nav-channel-links {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .nav-channel-links a {
            display: inline-flex;
            align-items: center;
            padding: 8px 14px;
            border-radius: 999px;
            font-size: 14px;
            color: #35453f;
            font-weight: 500;
            transition: all .2s ease;
            border: 1px solid transparent;
        }
        .nav-channel-links a:hover {
            background: var(--brand-soft);
            color: var(--brand-dark);
        }
        .nav-channel-links a.active {
            background: var(--brand-dark);
            color: #fff;
            font-weight: 700;
            box-shadow: 0 8px 18px rgba(6, 61, 55, .18);
        }
        .nav-burger {
            display: none;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            border: 1px solid var(--line);
            background: var(--card);
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: var(--heading);
        }
        .nav-burger svg {
            width: 20px;
            height: 20px;
        }

        /* Breadcrumb */
        .crumb-panel {
            padding: 24px 0 6px;
        }
        .breadcrumb-nav {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            font-size: 13px;
            color: var(--muted);
        }
        .breadcrumb-nav a {
            color: var(--muted);
            font-weight: 500;
        }
        .breadcrumb-nav a:hover {
            color: var(--brand);
        }
        .breadcrumb-nav .crumb-sep {
            color: #c1c7c0;
        }
        .breadcrumb-nav .crumb-title {
            color: var(--ink);
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-width: 460px;
        }

        /* Article top */
        .article-top {
            position: relative;
            margin-top: 14px;
            padding: clamp(30px, 5vw, 58px) 0 42px;
            overflow: hidden;
        }
        .article-top::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(100deg, rgba(6, 61, 55, .94), rgba(12, 95, 84, .78)),
                url('/assets/images/backpic/back-2.png') center / cover no-repeat;
            border-radius: 32px;
            transform: rotate(0);
        }
        .article-top .container-xl {
            position: relative;
            max-width: 1040px;
        }
        .article-top-card {
            text-align: center;
            color: #fff;
        }
        .article-cat-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 7px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .14);
            border: 1px solid rgba(255, 255, 255, .22);
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            backdrop-filter: blur(6px);
        }
        .article-top-card h1 {
            margin: 18px auto 16px;
            max-width: 920px;
            font-size: clamp(28px, 4.8vw, 46px);
            font-weight: 900;
            line-height: 1.3;
            letter-spacing: -.02em;
            color: #fff;
            text-shadow: 0 2px 22px rgba(0,0,0,.12);
        }
        .article-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px 22px;
            font-size: 13px;
            color: rgba(255,255,255,.86);
        }
        .article-meta .divider {
            width: 1px;
            height: 14px;
            background: rgba(255,255,255,.4);
        }
        .article-meta span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .article-meta svg {
            width: 15px;
            height: 15px;
            opacity: .75;
        }

        /* Article body */
        .article-body-wrap {
            padding: 30px 0 10px;
        }
        .article-core {
            max-width: 860px;
            margin-inline: auto;
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow);
            padding: clamp(28px, 5vw, 64px);
        }
        .article-core p {
            margin: 0 0 1.4em;
            color: #22312c;
            font-size: 16px;
            line-height: 1.95;
        }
        .article-core h2 {
            font-size: 27px;
            font-weight: 800;
            color: var(--heading);
            margin: 2em 0 .7em;
            letter-spacing: -.01em;
            line-height: 1.45;
            padding-bottom: 14px;
            border-bottom: 1px solid var(--line);
        }
        .article-core h3 {
            font-size: 22px;
            font-weight: 750;
            color: var(--heading);
            margin: 1.8em 0 .7em;
            line-height: 1.5;
        }
        .article-core h4 {
            font-size: 18px;
            font-weight: 700;
            color: var(--heading);
            margin: 1.6em 0 .5em;
        }
        .article-core a {
            color: var(--brand);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .article-core blockquote {
            margin: 1.8em 0;
            padding: 22px 26px;
            border-left: 4px solid var(--brand);
            background: var(--paper);
            border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
            color: #243a34;
            font-style: normal;
        }
        .article-core blockquote p:last-child {
            margin-bottom: 0;
        }
        .article-core ul,
        .article-core ol {
            padding-left: 1.4em;
            margin: 0 0 1.4em;
        }
        .article-core li {
            margin-bottom: .55em;
            padding-left: .2em;
        }
        .article-core ul li::marker {
            color: var(--brand);
        }
        .article-core ol li::marker {
            color: var(--action);
            font-weight: 700;
        }
        .article-core img {
            border-radius: var(--radius-md);
            margin: 1.8em auto;
            box-shadow: 0 8px 24px rgba(12, 95, 84, .08);
        }
        .article-core table {
            width: 100%;
            margin: 1.8em 0;
            border-collapse: separate;
            border-spacing: 0;
            border: 1px solid var(--line);
            border-radius: 12px;
            overflow: hidden;
            font-size: 14px;
        }
        .article-core table th,
        .article-core table td {
            padding: 12px 16px;
            border-bottom: 1px solid var(--line);
        }
        .article-core table th {
            background: var(--brand-dark);
            color: #fff;
            font-weight: 600;
            text-align: left;
        }
        .article-core table tr:last-child td {
            border-bottom: 0;
        }
        .article-core pre {
            background: #0d1f1b;
            color: #e8fff6;
            padding: 18px 20px;
            border-radius: 12px;
            overflow-x: auto;
            margin: 1.8em 0;
            line-height: 1.7;
            font-size: 14px;
        }
        .article-core code {
            font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
            background: rgba(12, 95, 84, .1);
            color: var(--brand-dark);
            padding: 2px 7px;
            border-radius: 6px;
            font-size: .9em;
        }
        .article-core pre code {
            background: transparent;
            color: inherit;
            padding: 0;
        }
        .article-core hr {
            border: 0;
            border-top: 1px dashed var(--line);
            margin: 2.4em 0;
        }

        /* Missing content */
        .missing-panel {
            max-width: 860px;
            margin-inline: auto;
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow);
            padding: 80px 30px;
            text-align: center;
        }
        .missing-panel .missing-emoji {
            display: inline-flex;
            width: 82px;
            height: 82px;
            border-radius: 28px;
            background: var(--brand-soft);
            color: var(--brand-dark);
            font-size: 42px;
            font-weight: 800;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        .missing-panel h2 {
            font-size: 26px;
            font-weight: 750;
            color: var(--heading);
            margin-bottom: 8px;
        }
        .missing-panel p {
            color: var(--muted);
            margin-bottom: 26px;
        }

        /* Related */
        .related-section {
            padding: 56px 0 26px;
        }
        .related-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }
        .related-card {
            display: flex;
            flex-direction: column;
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: var(--radius-md);
            overflow: hidden;
            transition: all .25s ease;
            box-shadow: 0 4px 16px rgba(12, 95, 84, .04);
            height: 100%;
        }
        .related-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(12, 95, 84, .24);
        }
        .related-card .thumb {
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: #dce3df;
            position: relative;
        }
        .related-card .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .45s ease;
        }
        .related-card:hover .thumb img {
            transform: scale(1.04);
        }
        .related-card .thumb-badge {
            position: absolute;
            left: 12px;
            bottom: 12px;
            background: rgba(255,255,255,.92);
            backdrop-filter: blur(6px);
            border-radius: 999px;
            color: var(--brand-dark);
            font-size: 12px;
            font-weight: 700;
            padding: 4px 10px;
            display: inline-flex;
            gap: 5px;
            align-items: center;
        }
        .related-card .card-body {
            padding: 18px 20px 22px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
        }
        .related-card h3 {
            margin: 0;
            font-size: 17px;
            line-height: 1.5;
            font-weight: 700;
            color: var(--heading);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .related-card p {
            margin: 0;
            color: var(--muted);
            font-size: 14px;
            line-height: 1.7;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .related-card .card-foot {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            font-size: 13px;
            color: var(--muted);
        }
        .related-card .read-link {
            color: var(--brand);
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .related-card .read-link svg {
            width: 14px;
            height: 14px;
        }

        /* Return zone */
        .return-zone {
            padding: 24px 0 64px;
        }
        .return-zone .return-inner {
            max-width: 860px;
            margin-inline: auto;
            background: var(--paper-soft);
            border: 1px solid var(--line);
            border-radius: var(--radius-md);
            padding: 22px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 14px;
        }
        .return-zone .return-note {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            color: var(--heading);
            font-size: 15px;
        }
        .return-zone .return-note svg {
            width: 20px;
            height: 20px;
            color: var(--brand);
        }
        .return-zone .return-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        /* Footer */
        .site-footer {
            background: var(--brand-dark);
            color: rgba(255, 255, 255, .78);
            padding: 64px 0 28px;
            margin-top: 30px;
        }
        .site-footer .container-xl {
            max-width: 1280px;
        }
        .footer-main {
            display: grid;
            grid-template-columns: 1.6fr 1fr 1fr 1.5fr;
            gap: 40px;
            padding-bottom: 42px;
            border-bottom: 1px solid var(--white-line);
        }
        .footer-brand .brand {
            margin-bottom: 18px;
        }
        .footer-brand .brand .brand-mark {
            background: rgba(255,255,255,.1);
            color: #fff;
            box-shadow: none;
        }
        .footer-brand .brand-text b {
            color: #fff;
        }
        .footer-brand .brand-text span {
            color: rgba(255,255,255,.62);
        }
        .footer-brand p {
            font-size: 14px;
            line-height: 1.9;
            margin-bottom: 0;
            max-width: 360px;
            color: rgba(255,255,255,.66);
        }
        .footer-col h5,
        .footer-subscribe h5 {
            font-size: 16px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 18px;
        }
        .footer-col {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        .footer-col a {
            color: rgba(255,255,255,.7);
            font-size: 14px;
            transition: color .2s ease;
        }
        .footer-col a:hover {
            color: var(--action);
        }
        .footer-subscribe p {
            font-size: 14px;
            line-height: 1.8;
            color: rgba(255,255,255,.6);
            margin-bottom: 16px;
        }
        .footer-subscribe form {
            display: flex;
            gap: 8px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 999px;
            padding: 5px;
            max-width: 340px;
        }
        .footer-subscribe input {
            flex: 1;
            min-width: 0;
            border: 0;
            background: transparent;
            padding: 8px 6px 8px 16px;
            color: #fff;
            font-size: 14px;
        }
        .footer-subscribe input::placeholder {
            color: rgba(255,255,255,.48);
        }
        .footer-subscribe input:focus {
            outline: none;
        }
        .footer-subscribe button {
            background: var(--action);
            border: 0;
            color: #fff;
            border-radius: 999px;
            font-weight: 600;
            padding: 8px 18px;
            font-size: 14px;
            cursor: pointer;
            transition: background .2s ease;
        }
        .footer-subscribe button:hover {
            background: #c95f0c;
        }
        .footer-bottom {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 10px 24px;
            padding-top: 26px;
            font-size: 13px;
            color: rgba(255,255,255,.46);
        }
        .footer-bottom a {
            color: rgba(255,255,255,.5);
        }
        .footer-bottom a:hover {
            color: #fff;
        }

        /* Responsive */
        @media (max-width: 1100px) and (min-width: 768px) {
            .header-inner {
                grid-template-columns: auto minmax(180px, 420px) minmax(auto, 250px);
                gap: 12px;
            }
            .nav-channel-links a {
                padding: 7px 12px;
                font-size: 13px;
            }
            .brand-text span {
                display: none;
            }
            .article-core {
                padding: 40px;
            }
        }

        @media (max-width: 890px) and (min-width: 768px) {
            .header-inner {
                grid-template-columns: auto 1fr;
                grid-template-areas:
                    "brand search"
                    "nav nav";
                padding: 12px 0;
                gap: 10px 14px;
            }
            .brand { grid-area: brand; }
            .header-search-host { grid-area: search; }
            .header-right { grid-area: nav; justify-content: flex-start; }
            .header-search { min-width: 0; }
            .nav-channel-links { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
            .article-top-card h1 {
                font-size: 34px;
            }
        }

        @media (max-width: 767px) {
            .container-xl {
                padding-inline: 16px;
            }
            .site-header .header-inner {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 8px 12px;
                padding: 10px 0;
                min-height: 64px;
                position: relative;
            }
            .brand {
                margin-right: auto;
            }
            .brand-text b {
                font-size: 16px;
            }
            .brand-text span {
                display: none;
            }
            .nav-burger {
                display: inline-flex;
                flex-shrink: 0;
            }
            .header-search-host {
                order: 3;
                width: 100%;
                min-width: 0;
            }
            .header-search {
                width: 100%;
            }
            .header-right {
                position: static;
                order: 2;
            }
            .nav-channel-links {
                position: absolute;
                left: 16px;
                right: 16px;
                top: calc(100% + 8px);
                flex-direction: column;
                align-items: stretch;
                background: var(--card);
                border: 1px solid var(--line);
                border-radius: 18px;
                box-shadow: var(--shadow);
                padding: 12px;
                transform-origin: top center;
                transform: translateY(-8px) scale(.98);
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transition: all .24s ease;
                z-index: 120;
            }
            .site-header.nav-open .nav-channel-links {
                transform: translateY(0) scale(1);
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
            }
            .nav-channel-links a {
                width: 100%;
                justify-content: center;
                padding: 12px 16px;
            }

            .crumb-panel {
                padding-top: 14px;
            }
            .breadcrumb-nav .crumb-title {
                max-width: 240px;
            }

            .article-top {
                padding: 24px 0 30px;
                margin-top: 8px;
            }
            .article-top::before {
                border-radius: 24px;
            }
            .article-top-card h1 {
                font-size: 27px;
                line-height: 1.3;
            }
            .article-meta {
                gap: 8px 14px;
                font-size: 12px;
            }

            .article-core {
                padding: 24px 20px;
                border-radius: 20px;
            }
            .article-core p {
                font-size: 15.5px;
            }
            .article-core h2 {
                font-size: 21px;
            }
            .article-core h3 {
                font-size: 18px;
            }
            .article-core blockquote {
                padding: 16px 18px;
            }
            .article-core table {
                display: block;
                overflow-x: auto;
            }

            .related-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .section-head {
                align-items: flex-start;
                flex-direction: column;
                gap: 8px;
                margin-bottom: 20px;
            }

            .return-zone {
                padding-bottom: 40px;
            }
            .return-inner {
                flex-direction: column;
                align-items: flex-start;
            }
            .return-zone .return-links .btn {
                width: auto;
            }

            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
                padding-bottom: 34px;
            }
            .footer-brand {
                grid-column: 1 / -1;
            }
            .footer-subscribe {
                grid-column: 1 / -1;
            }
            .footer-bottom {
                flex-direction: column;
                align-items: flex-start;
                gap: 6px;
            }
        }

        @media (max-width: 420px) {
            .brand .brand-mark {
                width: 38px;
                height: 38px;
                font-size: 16px;
            }
            .header-search {
                padding-left: 14px;
            }
            .header-search button {
                padding: 8px 16px;
                font-size: 13px;
            }
            .footer-main {
                grid-template-columns: 1fr;
            }
            .footer-brand,
            .footer-subscribe {
                grid-column: auto;
            }
        }

/* roulang page: category2 */
:root {
            --deep: #0c5f54;
            --deep-dark: #063d37;
            --headline: #0c2b28;
            --accent: #ea7820;
            --coral: #e25745;
            --paper: #f6f3ed;
            --paper-warm: #fffdf8;
            --card-bg: #ffffff;
            --muted: #68756f;
            --line: rgba(12, 95, 84, 0.08);
            --line-strong: rgba(12, 95, 84, 0.18);
            --radius-lg: 26px;
            --radius-md: 16px;
            --radius-sm: 10px;
            --shadow: 0 14px 38px rgba(12, 95, 84, 0.08);
            --shadow-hover: 0 24px 48px rgba(12, 95, 84, 0.13);
            --transition: 0.25s ease;
            --font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

        html {
            scroll-behavior: smooth;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: var(--font-family);
            background: var(--paper);
            color: #23332f;
            font-size: 16px;
            line-height: 1.8;
            -webkit-font-smoothing: antialiased;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            color: var(--deep);
            text-decoration: none;
            transition: color var(--transition);
        }

        a:hover {
            color: var(--accent);
        }

        button,
        input {
            font-family: inherit;
        }

        .container-xl {
            width: 100%;
            max-width: 1280px;
            margin-inline: auto;
            padding-inline: 24px;
        }

        @media (max-width: 520px) {
            .container-xl {
                padding-inline: 16px;
            }
        }

        /* ========== header / nav ========== */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1050;
            background: rgba(246, 243, 237, 0.96);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(12, 95, 84, 0.06);
            transition: box-shadow var(--transition);
        }

        .site-header.is-stuck {
            box-shadow: 0 10px 28px rgba(12, 95, 84, 0.08);
        }

        .header-main-row {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 13px 0 11px;
            flex-wrap: nowrap;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 11px;
            flex-shrink: 0;
            color: var(--headline);
        }

        .brand:hover {
            color: var(--headline);
        }

        .brand-mark {
            display: grid;
            place-items: center;
            width: 46px;
            height: 46px;
            background: var(--deep);
            color: #fff;
            font-weight: 800;
            font-size: 22px;
            border-radius: 16px 5px 16px 5px;
            letter-spacing: -1px;
            line-height: 1;
            box-shadow: 0 8px 18px rgba(12, 95, 84, 0.22);
        }

        .brand-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .brand-text b {
            font-size: 19px;
            font-weight: 800;
            color: var(--headline);
            letter-spacing: 0.2px;
        }

        .brand-text span {
            font-size: 12.5px;
            color: var(--muted);
            letter-spacing: 0.5px;
            margin-top: 4px;
        }

        .header-search {
            flex: 1;
            max-width: 650px;
            margin-inline: auto;
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid rgba(12, 95, 84, 0.14);
            border-radius: 999px;
            padding: 5px 5px 5px 18px;
            box-shadow: 0 6px 18px rgba(12, 95, 84, 0.05);
            transition: border-color var(--transition), box-shadow var(--transition);
        }

        .header-search:focus-within {
            border-color: var(--deep);
            box-shadow: 0 0 0 4px rgba(12, 95, 84, 0.1);
        }

        .header-search svg {
            width: 20px;
            height: 20px;
            stroke: var(--deep);
            flex-shrink: 0;
            margin-right: 10px;
        }

        .header-search input {
            flex: 1;
            min-width: 0;
            border: 0;
            outline: none;
            background: transparent;
            font-size: 15px;
            color: var(--headline);
            padding: 9px 0;
        }

        .header-search input::placeholder {
            color: #98a29d;
        }

        .header-search button {
            border: 0;
            background: var(--accent);
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            padding: 10px 24px;
            border-radius: 999px;
            cursor: pointer;
            transition: background var(--transition), transform var(--transition);
            white-space: nowrap;
        }

        .header-search button:hover {
            background: #d96b13;
            transform: translateY(-1px);
        }

        .header-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }

        .header-cart {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 16px;
            border-radius: 999px;
            background: var(--deep);
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            border: 0;
            cursor: pointer;
            transition: background var(--transition), transform var(--transition);
            white-space: nowrap;
        }

        .header-cart:hover {
            background: var(--deep-dark);
            transform: translateY(-1px);
        }

        .header-cart svg {
            width: 17px;
            height: 17px;
            fill: none;
            stroke: #fff;
            stroke-width: 2;
        }

        .nav-toggle {
            display: none;
            background: transparent;
            border: 1px solid rgba(12, 95, 84, 0.18);
            border-radius: 10px;
            width: 42px;
            height: 42px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 4px;
            cursor: pointer;
        }

        .nav-toggle span {
            width: 19px;
            height: 2px;
            background: var(--headline);
            border-radius: 3px;
            transition: transform 0.25s ease;
        }

        .nav-channel-links {
            display: flex;
            align-items: center;
            gap: 8px;
            border-top: 1px solid rgba(12, 95, 84, 0.05);
            padding: 9px 0 10px;
            overflow-x: auto;
            flex-wrap: nowrap;
            scrollbar-width: none;
        }

        .nav-channel-links::-webkit-scrollbar {
            display: none;
        }

        .nav-channel-links a {
            display: inline-block;
            padding: 7px 19px;
            border-radius: 999px;
            font-size: 14px;
            color: #53625c;
            background: transparent;
            transition: color var(--transition), background var(--transition);
            white-space: nowrap;
        }

        .nav-channel-links a:hover {
            color: var(--deep);
            background: rgba(12, 95, 84, 0.06);
        }

        .nav-channel-links a.active {
            background: var(--deep);
            color: #fff;
            font-weight: 600;
        }

        @media (max-width: 991px) {
            .header-main-row {
                gap: 12px;
            }

            .brand-text span {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .site-header .container-xl {
                padding: 0 16px;
            }

            .header-main-row {
                flex-wrap: wrap;
                padding-top: 10px;
            }

            .brand {
                margin-right: auto;
            }

            .header-search {
                order: 3;
                max-width: 100%;
                flex-basis: 100%;
                margin-top: 4px;
            }

            .nav-toggle {
                display: inline-flex;
            }

            .header-actions .header-cart {
                display: none;
            }

            .site-header.nav-open .nav-channel-links {
                display: flex;
            }

            .nav-channel-links {
                display: none;
                flex-direction: column;
                align-items: stretch;
                border-top: 1px solid var(--line);
                padding-bottom: 14px;
            }

            .nav-channel-links a {
                padding: 11px 14px;
                border-radius: 14px;
            }

            .nav-channel-links a.active {
                background: var(--deep);
            }
        }

        @media (max-width: 360px) {
            .header-search {
                padding-left: 14px;
            }

            .header-search input {
                font-size: 14px;
            }

            .header-search button {
                padding: 9px 16px;
            }
        }

        /* ========== category hero ========== */
        .category-hero {
            position: relative;
            min-height: 360px;
            display: flex;
            align-items: center;
            background-size: cover;
            background-position: center 28%;
            isolation: isolate;
            color: #fff;
            overflow: hidden;
        }

        .category-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(105deg, rgba(6, 61, 55, 0.94) 20%, rgba(6, 61, 55, 0.72) 45%, rgba(6, 61, 55, 0.42) 80%);
            z-index: -1;
        }

        .category-hero-content {
            padding: 80px 0;
            max-width: 780px;
        }

        .crumb {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            font-size: 13.5px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 22px;
        }

        .crumb a {
            color: rgba(255, 255, 255, 0.92);
        }

        .crumb a:hover {
            color: var(--accent);
        }

        .crumb .sep {
            opacity: 0.6;
        }

        .body-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.22);
            padding: 6px 15px;
            border-radius: 999px;
            font-size: 12.5px;
            letter-spacing: 0.4px;
            margin-bottom: 20px;
            backdrop-filter: blur(4px);
        }

        .category-hero h1 {
            font-size: clamp(36px, 6vw, 58px);
            font-weight: 800;
            color: #fff;
            margin: 0 0 16px;
            line-height: 1.16;
            letter-spacing: 1px;
        }

        .category-hero h1 span {
            color: #f4b27d;
        }

        .category-hero .lead {
            font-size: clamp(16px, 2vw, 20px);
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.85;
            margin-bottom: 28px;
            max-width: 620px;
        }

        .hero-cat-buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn-round {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            border-radius: 999px;
            font-weight: 600;
            font-size: 15px;
            border: 0;
            cursor: pointer;
            transition: all 0.25s ease;
            text-decoration: none;
            line-height: 1.2;
            padding: 13px 28px;
            background: #fff;
            color: var(--deep-dark);
        }

        .btn-round:hover {
            color: var(--deep-dark);
            transform: translateY(-2px);
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
        }

        .btn-round.primary {
            background: var(--accent);
            color: #fff;
        }

        .btn-round.primary:hover {
            color: #fff;
            background: #d96b13;
        }

        .btn-round.ghost {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.42);
            color: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(6px);
        }

        .btn-round.ghost:hover {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

        @media (max-width: 768px) {
            .category-hero {
                min-height: 320px;
            }

            .category-hero-content {
                padding: 55px 0;
            }

            .btn-round {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

        /* ========== sections ========== */
        .section {
            padding-block: 70px;
        }

        .section-alt {
            background: var(--paper-warm);
            border-block: 1px solid var(--line);
        }

        .section-kicker {
            display: inline-block;
            font-size: 13px;
            letter-spacing: 1.2px;
            font-weight: 700;
            color: var(--accent);
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .section-title {
            font-size: clamp(25px, 3.6vw, 36px);
            font-weight: 800;
            color: var(--headline);
            line-height: 1.3;
            margin-bottom: 12px;
            letter-spacing: -0.2px;
        }

        .section-sub {
            color: var(--muted);
            font-size: 16px;
            max-width: 680px;
            line-height: 1.9;
        }

        .section-head {
            margin-bottom: 46px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            gap: 26px;
            justify-content: space-between;
        }

        .section-more {
            font-weight: 600;
            font-size: 14px;
            white-space: nowrap;
            padding-bottom: 4px;
            border-bottom: 1.5px solid var(--accent);
        }

        /* ========== intro split ========== */
        .cat-intro-box {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 44px;
            align-items: center;
            background: #fff;
            border-radius: var(--radius-lg);
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
            padding: 42px;
            margin-top: -46px;
            position: relative;
            z-index: 3;
        }

        .intro-copy h2 {
            font-size: 28px;
            font-weight: 800;
            color: var(--headline);
            margin: 0 0 16px;
            line-height: 1.3;
        }

        .intro-copy p {
            color: #51625c;
            margin-bottom: 18px;
            line-height: 1.9;
        }

        .intro-icon-list {
            list-style: none;
            margin: 20px 0 0;
            padding: 0;
        }

        .intro-icon-list li {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            padding: 9px 0;
            color: #394942;
            font-size: 15px;
        }

        .intro-icon-list li svg {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            margin-top: 4px;
            stroke: var(--deep);
            fill: none;
            stroke-width: 2;
        }

        .intro-media {
            position: relative;
            height: 420px;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 24px 52px rgba(6, 61, 55, 0.16);
            background-size: cover;
            background-position: center;
            min-height: 280px;
        }

        .intro-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

        .media-note {
            position: absolute;
            left: 16px;
            bottom: 16px;
            right: 16px;
            background: rgba(255, 253, 248, 0.94);
            backdrop-filter: blur(8px);
            border-radius: 16px;
            padding: 14px 17px;
            font-size: 14px;
            color: var(--headline);
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
            line-height: 1.6;
        }

        .media-note b {
            display: inline-block;
            padding: 2px 8px;
            background: rgba(226, 87, 69, 0.12);
            color: var(--coral);
            border-radius: 6px;
            font-size: 12px;
            margin-right: 8px;
        }

        @media (max-width: 900px) {
            .cat-intro-box {
                grid-template-columns: 1fr;
                padding: 26px;
                margin-top: -30px;
                gap: 30px;
            }

            .intro-media {
                height: 330px;
            }
        }

        /* ========== read map section ========== */
        .read-grid {
            display: grid;
            grid-template-columns: 1fr 1.08fr;
            gap: 54px;
            align-items: start;
        }

        .read-desc {
            position: sticky;
            top: 100px;
        }

        .step-list {
            list-style: none;
            margin: 34px 0 0;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .step-list li {
            display: flex;
            gap: 16px;
            padding: 18px 18px 18px 14px;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 18px;
            align-items: flex-start;
            transition: transform var(--transition), box-shadow var(--transition);
        }

        .step-list li:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow);
        }

        .step-num {
            font-size: 13px;
            width: 34px;
            height: 34px;
            border-radius: 12px;
            display: grid;
            place-items: center;
            background: rgba(12, 95, 84, 0.1);
            color: var(--deep);
            font-weight: 700;
            flex-shrink: 0;
        }

        .step-list h4 {
            margin: 0 0 4px;
            font-size: 16.5px;
            font-weight: 700;
            color: var(--headline);
        }

        .step-list p {
            margin: 0;
            font-size: 14px;
            color: var(--muted);
            line-height: 1.7;
        }

        .quick-notice {
            margin-top: 28px;
            border-radius: 15px;
            background: rgba(12, 95, 84, 0.71);
            color: #fff;
            padding: 20px 24px;
            font-size: 14px;
        }

        .quick-notice span {
            color: #f4e1b6;
        }

        .rec-accordion {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 24px;
            padding: 18px 24px;
            box-shadow: var(--shadow);
        }

        .rec-accordion h3 {
            font-size: 20px;
            font-weight: 800;
            color: var(--headline);
            margin: 6px 0 6px;
        }

        .rec-accordion .accordion-item {
            border: 0;
            background: transparent;
        }

        .rec-accordion .accordion-header {
            border-bottom: 1px solid rgba(12, 95, 84, 0.1);
            background: transparent;
        }

        .rec-accordion .accordion-button {
            background: #fff;
            color: #243c37;
            font-weight: 600;
            font-size: 16px;
            padding: 19px 3px;
            box-shadow: none !important;
            border: 0;
        }

        .rec-accordion .accordion-button:not(.collapsed) {
            color: var(--deep);
        }

        .rec-accordion .accordion-button:focus {
            box-shadow: none;
        }

        .rec-accordion .accordion-button:after {
            background-image: none;
            content: "+";
            font-size: 22px;
            font-weight: 300;
            color: var(--deep);
            display: grid;
            place-items: center;
            transform: translateY(-2px);
            width: 30px;
            height: 30px;
            background: rgba(12, 95, 84, 0.08);
            border-radius: 50%;
            line-height: 1;
            transition: transform var(--transition), background var(--transition);
        }

        .rec-accordion .accordion-button:not(.collapsed):after {
            transform: rotate(45deg);
            background: var(--deep);
            color: #fff;
        }

        .rec-accordion .accordion-body {
            padding: 6px 30px 20px 3px;
            color: #5a6761;
            font-size: 15px;
            line-height: 1.85;
        }

        @media (max-width: 991px) {
            .read-grid {
                grid-template-columns: 1fr;
                gap: 38px;
            }

            .read-desc {
                position: static;
            }
        }

        /* ========== voice cards ========== */
        .voice-strip {
            display: flex;
            gap: 22px;
            overflow-x: auto;
            padding: 4px 4px 18px;
            scroll-snap-type: x mandatory;
            scrollbar-width: thin;
            scrollbar-color: rgba(12, 95, 84, 0.3) transparent;
        }

        .voice-card {
            flex: 0 0 360px;
            scroll-snap-align: start;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 22px;
            padding: 24px;
            box-shadow: 0 8px 22px rgba(12, 95, 84, 0.04);
            transition: transform var(--transition), box-shadow var(--transition);
            display: flex;
            flex-direction: column;
            gap: 13px;
        }

        .voice-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow);
        }

        .voice-top {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            align-items: center;
        }

        .voice-person {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
            background: var(--deep);
        }

        .avatar.coral {
            background: #e9896f;
        }

        .avatar.gold {
            background: #d6a96a;
        }

        .avatar.navy {
            background: #557c74;
        }

        .avatar-name {
            font-size: 15px;
            font-weight: 600;
            color: var(--headline);
        }

        .avatar-tag {
            font-size: 12px;
            color: var(--muted);
        }

        .mini-tag {
            font-size: 12px;
            color: var(--accent);
            background: rgba(234, 120, 32, 0.1);
            padding: 3px 10px;
            border-radius: 999px;
            white-space: nowrap;
        }

        .stars {
            color: #f0a24a;
            font-size: 14px;
            letter-spacing: 2px;
        }

        .voice-card p {
            font-size: 15px;
            line-height: 1.8;
            color: #40514b;
            margin: 0;
        }

        .voice-product {
            font-size: 13px;
            color: var(--deep);
            display: inline-block;
            background: rgba(12, 95, 84, 0.06);
            border-radius: 999px;
            padding: 4px 12px;
            width: fit-content;
        }

        @media (max-width: 520px) {
            .voice-card {
                flex-basis: 300px;
            }
        }

        /* ========== insight cards ========== */
        .picks-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 26px;
        }

        .picks-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius-lg);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
        }

        .picks-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(12, 95, 84, 0.18);
        }

        .picks-cover {
            position: relative;
            aspect-ratio: 4 / 3;
            background-size: cover;
            background-position: center;
            overflow: hidden;
        }

        .picks-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .picks-card:hover .picks-cover img {
            transform: scale(1.04);
        }

        .picks-face {
            position: absolute;
            top: 14px;
            left: 14px;
            background: rgba(6, 61, 55, 0.88);
            color: #fff;
            padding: 5px 12px;
            border-radius: 999px;
            font-size: 12px;
            backdrop-filter: blur(4px);
        }

        .picks-body {
            padding: 20px;
            display: flex;
            flex: 1;
            flex-direction: column;
            gap: 12px;
        }

        .picks-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 13px;
            color: var(--muted);
        }

        .picks-body h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--headline);
            line-height: 1.45;
            margin: 0;
        }

        .picks-body p {
            font-size: 14.5px;
            color: #5d6a65;
            line-height: 1.75;
            margin: 0;
        }

        .picks-foot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: auto;
            padding-top: 8px;
            border-top: 1px dashed rgba(12, 95, 84, 0.14);
        }

        .price {
            font-weight: 700;
            color: var(--headline);
            font-size: 17px;
        }

        .price small {
            font-size: 12px;
            font-weight: 400;
            color: var(--muted);
            margin-left: 4px;
        }

        .go-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: var(--accent);
            color: #fff;
            border: 0;
            padding: 10px 22px;
            border-radius: 999px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: background var(--transition), transform var(--transition);
        }

        .go-btn:hover {
            background: #d96b13;
            transform: translateY(-2px);
            color: #fff;
        }

        .go-btn svg {
            width: 15px;
            height: 15px;
            fill: none;
            stroke: #fff;
            stroke-width: 2.2;
        }

        @media (max-width: 991px) {
            .picks-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .picks-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ========== faq ========== */
        .faq-large {
            max-width: 860px;
            margin-inline: auto;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 26px;
            padding: 20px 28px 8px;
            box-shadow: var(--shadow);
        }

        .faq-large .accordion-item {
            background: transparent;
            border: 0;
        }

        .faq-large .accordion-button {
            background: #fff;
            color: var(--headline);
            font-weight: 600;
            font-size: 16px;
            padding: 20px 0;
            border: 0;
            box-shadow: none !important;
        }

        .faq-large .accordion-header {
            border-bottom: 1px solid rgba(12, 95, 84, 0.08);
        }

        .faq-large .accordion-button:not(.collapsed) {
            color: var(--deep);
        }

        .faq-large .accordion-button:after {
            background-image: none;
            content: "+";
            position: relative;
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            margin-left: auto;
            font-size: 22px;
            font-weight: 400;
            color: var(--deep);
            background: rgba(12, 95, 84, 0.08);
            border-radius: 50%;
            line-height: 1;
            transform: none;
            transition: transform var(--transition), background var(--transition), color var(--transition);
        }

        .faq-large .accordion-button:not(.collapsed):after {
            transform: rotate(45deg);
            background: var(--deep);
            color: #fff;
        }

        .faq-large .accordion-body {
            padding: 4px 45px 24px 0;
            color: #56655f;
            font-size: 15px;
            line-height: 1.85;
        }

        @media (max-width: 520px) {
            .faq-large {
                padding-inline: 16px;
            }
        }

        /* ========== bottom CTA ========== */
        .cta-end {
            background-color: var(--deep-dark);
            background-image: url('/assets/images/backpic/back-3.webp');
            background-size: cover;
            background-position: center 70%;
            color: #fff;
            border-radius: 30px;
            position: relative;
            overflow: hidden;
        }

        .cta-end::before {
            content: "";
            background: rgba(6, 61, 55, 0.9);
            position: absolute;
            inset: 0;
        }

        .cta-end .container-xl {
            position: relative;
            z-index: 2;
            padding-block: 56px 62px;
            text-align: center;
        }

        .cta-end h2 {
            font-size: clamp(24px, 4vw, 36px);
            font-weight: 800;
            margin: 10px 0 14px;
        }

        .cta-end p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 15px;
            max-width: 660px;
            margin: 0 auto 28px;
            line-height: 1.8;
        }

        .cta-buttons {
            display: flex;
            gap: 14px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* ========== footer ========== */
        .site-footer {
            background: var(--deep-dark);
            color: #dce9e2;
            padding: 68px 0 0;
            margin-top: 90px;
            font-size: 15px;
        }

        .footer-main {
            display: grid;
            grid-template-columns: 1.5fr 0.8fr 1fr 1.2fr;
            gap: 38px;
            padding-bottom: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-brand .brand {
            color: #fff;
            margin-bottom: 16px;
        }

        .footer-brand .brand-text b {
            color: #fff;
        }

        .footer-brand .brand-text span {
            color: rgba(255, 255, 255, 0.72);
        }

        .footer-brand p {
            margin: 18px 0 0;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.9;
            max-width: 230px;
            font-size: 14px;
        }

        .footer-col {
            display: flex;
            flex-direction: column;
            gap: 13px;
        }

        .footer-col h5 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin: 0 0 8px;
        }

        .footer-col a {
            color: rgba(255, 255, 255, 0.75);
            font-size: 14.5px;
            line-height: 1.6;
            text-decoration: none;
            transition: color var(--transition), padding-left var(--transition);
        }

        .footer-col a:hover {
            color: var(--accent);
            padding-left: 4px;
        }

        .footer-subscribe p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            line-height: 1.85;
            margin: 0 0 16px;
        }

        .footer-subscribe form {
            display: flex;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 999px;
            padding: 4px;
        }

        .footer-subscribe input {
            flex: 1;
            min-width: 0;
            background: transparent;
            border: 0;
            outline: none;
            padding: 10px 15px;
            color: #fff;
            font-size: 14px;
        }

        .footer-subscribe input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .footer-subscribe button {
            border: 0;
            background: var(--accent);
            color: #fff;
            font-weight: 600;
            border-radius: 999px;
            padding: 10px 22px;
            cursor: pointer;
            transition: background 0.25s ease;
        }

        .footer-subscribe button:hover {
            background: #d96b13;
        }

        .footer-bottom {
            display: flex;
            gap: 18px;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            padding: 22px 0 28px;
            color: rgba(255, 255, 255, 0.62);
            font-size: 13px;
        }

        .footer-bottom a {
            color: rgba(255, 255, 255, 0.7);
        }

        .footer-bottom a:hover {
            color: var(--accent);
        }

        @media (max-width: 992px) {
            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 36px;
            }
        }

        @media (max-width: 560px) {
            .footer-main {
                grid-template-columns: 1fr;
            }

            .site-footer {
                margin-top: 60px;
            }
        }

        @media (max-width: 768px) {
            .section {
                padding-block: 52px;
            }

            .section-head {
                flex-direction: column;
                align-items: flex-start;
                gap: 14px;
                margin-bottom: 32px;
            }

            .cta-end {
                border-radius: 20px;
            }
        }
