/* roulang page: index */
:root{
      --bg:#0b0710;
      --bg-2:#120b19;
      --bg-3:#1b1026;
      --panel:#17101e;
      --panel-2:#21142e;
      --gold:#e8c477;
      --gold-2:#b88a3a;
      --purple:#8f4dff;
      --purple-2:#c13d74;
      --red-purple:#681d43;
      --text:#f4efe5;
      --muted:#b8ad9e;
      --soft:#8f8496;
      --line:rgba(232,196,119,.22);
      --line-2:rgba(143,77,255,.24);
      --success:#77dfb7;
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:28px;
      --shadow:0 22px 70px rgba(0,0,0,.42);
      --shadow-gold:0 16px 38px rgba(232,196,119,.16);
      --container:1220px;
      --speed:.22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 8%, rgba(143,77,255,.28), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(232,196,119,.16), transparent 28%),
        radial-gradient(circle at 50% 68%, rgba(193,61,116,.18), transparent 34%),
        linear-gradient(180deg,var(--bg),#100817 48%,#08060b);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(232,196,119,.12) 1px,transparent 1px),
        linear-gradient(90deg,rgba(232,196,119,.10) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 82%);
      z-index:-2;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),border var(--speed),background var(--speed),transform var(--speed),box-shadow var(--speed)}
    a:hover,a:focus{color:var(--gold)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea,select{font:inherit}
    button,.button{cursor:pointer}
    :focus-visible{outline:2px solid var(--gold);outline-offset:3px}
    .site-container{width:min(var(--container),calc(100% - 36px));margin:0 auto}
    .section{padding:78px 0;position:relative}
    .section-tight{padding:54px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--gold);
      background:rgba(232,196,119,.08);
      font-size:13px;
      font-weight:700;
      letter-spacing:.04em;
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      box-shadow:0 0 16px rgba(232,196,119,.7);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,58px);
      line-height:1.12;
      letter-spacing:-.04em;
      font-weight:850;
      margin-bottom:20px;
    }
    h2{
      font-size:clamp(28px,3.4vw,40px);
      line-height:1.18;
      font-weight:820;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    h3{font-size:21px;line-height:1.35;font-weight:780;margin-bottom:10px}
    p{color:var(--muted);font-size:16px}
    .lead{font-size:18px;color:#ddd5c9;max-width:780px}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:26px;
      margin-bottom:32px;
    }
    .section-head p{max-width:620px;margin-bottom:0}
    .text-gradient{
      background:linear-gradient(100deg,#fff5df 0%,var(--gold) 42%,#d6a7ff 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(10,6,14,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(232,196,119,.16);
      box-shadow:0 10px 30px rgba(0,0,0,.18);
    }
    .nav-wrap{
      min-height:82px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:850;
      color:var(--text);
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      background:
        linear-gradient(145deg,rgba(232,196,119,.95),rgba(143,77,255,.72)),
        radial-gradient(circle at 30% 20%,#fff,transparent 38%);
      color:#130b16;
      box-shadow:0 0 0 1px rgba(255,255,255,.16) inset,0 14px 28px rgba(232,196,119,.18);
      font-weight:900;
    }
    .brand span:last-child{font-size:18px}
    .segment-nav{
      display:flex;
      gap:8px;
      align-items:center;
      padding:7px;
      border-radius:999px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(232,196,119,.13);
      overflow-x:auto;
      scrollbar-width:none;
    }
    .segment-nav::-webkit-scrollbar{display:none}
    .nav-chip{
      white-space:nowrap;
      padding:9px 15px;
      border:1px solid rgba(232,196,119,.16);
      border-radius:999px;
      color:#d5ccbd;
      font-size:14px;
      font-weight:700;
      background:rgba(22,14,29,.72);
    }
    .nav-chip:hover{transform:translateY(-1px);border-color:rgba(232,196,119,.45);background:rgba(232,196,119,.08)}
    .nav-chip.active{
      color:#170f16;
      border-color:transparent;
      background:linear-gradient(135deg,var(--gold),#d99f46 50%,#a976ff);
      box-shadow:var(--shadow-gold);
    }
    .header-cta{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
    }
    .mobile-toggle{
      display:none;
      width:44px;height:44px;
      border-radius:14px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.04);
      color:var(--gold);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 19px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      letter-spacing:-.01em;
    }
    .btn-primary{
      color:#17100d;
      background:linear-gradient(135deg,#ffe3a2 0%,var(--gold) 46%,#b4772d 100%);
      box-shadow:0 16px 34px rgba(232,196,119,.2);
    }
    .btn-primary:hover{color:#120c08;transform:translateY(-2px);box-shadow:0 18px 42px rgba(232,196,119,.32)}
    .btn-secondary{
      color:#f2e8d8;
      background:rgba(255,255,255,.045);
      border-color:rgba(232,196,119,.26);
    }
    .btn-secondary:hover{color:var(--gold);transform:translateY(-2px);background:rgba(232,196,119,.08);border-color:rgba(232,196,119,.55)}
    .btn-mini{
      min-height:38px;
      padding:8px 13px;
      font-size:13px;
    }

    .hero{
      padding:88px 0 70px;
    }
    .hero-bento{
      display:grid;
      grid-template-columns:1.18fr .82fr;
      grid-template-rows:auto auto;
      gap:18px;
      align-items:stretch;
    }
    .hero-main,.hero-side,.hero-strip{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(145deg,rgba(35,21,48,.94),rgba(13,8,18,.94)),
        radial-gradient(circle at 15% 15%,rgba(232,196,119,.2),transparent 36%);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-main:after{
      content:"";
      position:absolute;
      width:420px;height:420px;
      right:-180px;top:-190px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(232,196,119,.28),transparent 66%);
      pointer-events:none;
    }
    .hero-main{padding:46px;min-height:440px;display:flex;flex-direction:column;justify-content:space-between}
    .hero-copy{position:relative;z-index:2}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
    .trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
    .trust-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 11px;
      border-radius:999px;
      color:#e9dfcf;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(232,196,119,.14);
      font-size:13px;
      font-weight:700;
    }
    .trust-tag i{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 12px rgba(119,223,183,.65)}
    .hero-side{
      padding:22px;
      display:grid;
      gap:16px;
      grid-template-columns:1fr 1fr;
    }
    .matrix-card{
      min-height:132px;
      border-radius:20px;
      border:1px solid rgba(232,196,119,.18);
      background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .matrix-card:hover{transform:translateY(-3px);border-color:rgba(232,196,119,.48);box-shadow:0 14px 34px rgba(143,77,255,.16)}
    .matrix-card.wide{grid-column:span 2}
    .matrix-kicker{font-size:12px;color:var(--gold);font-weight:800;margin-bottom:7px}
    .matrix-title{font-size:18px;color:var(--text);font-weight:820;line-height:1.25;margin-bottom:8px}
    .matrix-card p{font-size:13px;line-height:1.55;margin:0}
    .matrix-no{
      position:absolute;right:14px;bottom:8px;
      color:rgba(232,196,119,.18);
      font-size:42px;
      font-weight:900;
      line-height:1;
    }
    .hero-strip{
      grid-column:1 / -1;
      padding:18px 22px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      background:linear-gradient(90deg,rgba(104,29,67,.82),rgba(28,14,37,.94) 48%,rgba(232,196,119,.11));
    }
    .strip-points{display:flex;flex-wrap:wrap;gap:12px}
    .strip-point{
      display:flex;align-items:center;gap:8px;
      color:#eee4d6;
      font-weight:750;
      font-size:14px;
    }
    .strip-point:before{
      content:"";
      width:18px;height:18px;border-radius:7px;
      border:1px solid rgba(232,196,119,.42);
      background:linear-gradient(135deg,rgba(232,196,119,.26),rgba(143,77,255,.12));
    }

    .highlight-grid{
      display:grid;
      grid-template-columns:1.1fr repeat(3,1fr);
      gap:18px;
    }
    .entry-card{
      border:1px solid rgba(232,196,119,.18);
      border-radius:var(--radius);
      background:linear-gradient(155deg,rgba(27,16,38,.92),rgba(14,9,18,.96));
      padding:22px;
      min-height:218px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      box-shadow:0 18px 45px rgba(0,0,0,.22);
      position:relative;
      overflow:hidden;
    }
    .entry-card.featured{
      grid-row:span 2;
      min-height:454px;
      background:
        radial-gradient(circle at 28% 12%,rgba(232,196,119,.2),transparent 38%),
        linear-gradient(155deg,rgba(42,23,57,.96),rgba(12,8,16,.97));
    }
    .entry-card:hover{transform:translateY(-4px);border-color:rgba(232,196,119,.55);box-shadow:0 24px 56px rgba(143,77,255,.18)}
    .badge{
      display:inline-flex;
      width:max-content;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      color:var(--gold);
      border:1px solid rgba(232,196,119,.22);
      background:rgba(232,196,119,.08);
      margin-bottom:16px;
    }
    .status{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:16px 0;
    }
    .status span{
      padding:5px 8px;
      border-radius:9px;
      color:#d8cfbf;
      font-size:12px;
      font-weight:700;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
    }
    .entry-card p{font-size:14px;margin-bottom:16px}
    .card-link{font-weight:850;color:var(--gold);font-size:14px}
    .card-link:hover{letter-spacing:.02em}

    .time-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .time-card{
      padding:22px;
      border-radius:var(--radius);
      border:1px solid rgba(143,77,255,.24);
      background:linear-gradient(180deg,rgba(31,18,44,.85),rgba(13,8,17,.94));
    }
    .time-card strong{display:block;font-size:24px;color:#fff2d5;margin-bottom:8px}
    .time-card span{color:var(--gold);font-weight:800;font-size:13px}
    .time-card p{font-size:14px;margin:10px 0 0}

    .story-band{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(120deg,rgba(232,196,119,.12),transparent 28%),
        linear-gradient(145deg,rgba(25,15,34,.94),rgba(9,6,12,.96));
      padding:34px;
      overflow:hidden;
      position:relative;
    }
    .story-band:after{
      content:"99";
      position:absolute;
      right:22px;
      bottom:-26px;
      font-size:150px;
      font-weight:900;
      color:rgba(232,196,119,.055);
      line-height:1;
    }
    .topic-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
    .topic-cloud a{
      padding:9px 13px;
      border-radius:999px;
      border:1px solid rgba(232,196,119,.18);
      color:#e5d8c5;
      background:rgba(255,255,255,.04);
      font-weight:750;
      font-size:14px;
    }
    .topic-cloud a:hover{background:rgba(232,196,119,.1);border-color:rgba(232,196,119,.48);transform:translateY(-2px)}

    .info-board{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:20px;
    }
    .news-panel,.recommend-panel{
      border:1px solid rgba(232,196,119,.18);
      border-radius:var(--radius);
      background:rgba(18,11,25,.8);
      padding:24px;
    }
    .news-list{list-style:none;margin:0;padding:0}
    .news-list li{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:15px 0;
      border-bottom:1px solid rgba(232,196,119,.11);
    }
    .news-list li:last-child{border-bottom:0}
    .news-date{color:var(--gold);font-size:13px;font-weight:850}
    .news-list a{font-weight:780;color:#efe6d8}
    .news-list a:hover{color:var(--gold)}
    .news-desc{color:var(--soft);font-size:13px}
    .recommend-panel .callout{
      margin:0 0 12px;
      border-radius:15px;
      border:1px solid rgba(143,77,255,.22);
      background:rgba(143,77,255,.08);
      color:var(--text);
    }
    .recommend-panel .callout p{font-size:14px;margin:0}

    .orbit{
      border-radius:var(--radius-lg);
      border:1px solid rgba(232,196,119,.2);
      background:rgba(16,9,22,.78);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .review-slide{
      padding:28px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .review-card{
      border:1px solid rgba(232,196,119,.16);
      border-radius:var(--radius);
      background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
      padding:22px;
    }
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      color:#130b16;
      font-weight:900;
      margin-bottom:14px;
    }
    .review-card p{font-size:14px}
    .orbit-bullets button{background:rgba(232,196,119,.28)}
    .orbit-bullets button.is-active{background:var(--gold)}
    .orbit-previous,.orbit-next{background:rgba(0,0,0,.3);border-radius:999px}

    .guarantee-bar{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      border:1px solid rgba(232,196,119,.18);
      border-radius:var(--radius-lg);
      background:linear-gradient(90deg,rgba(25,15,35,.95),rgba(12,8,16,.96));
      overflow:hidden;
    }
    .guarantee-item{
      padding:24px;
      border-right:1px solid rgba(232,196,119,.12);
      min-height:154px;
    }
    .guarantee-item:last-child{border-right:0}
    .icon-line{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      margin-bottom:14px;
      color:#180f13;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold),#b98dff);
      box-shadow:0 12px 28px rgba(232,196,119,.16);
    }
    .guarantee-item h3{font-size:18px;margin-bottom:6px}
    .guarantee-item p{font-size:14px;margin:0}

    .compare-wrap{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      align-items:stretch;
    }
    .plan-card{
      position:relative;
      padding:26px;
      border-radius:var(--radius);
      border:1px solid rgba(232,196,119,.18);
      background:linear-gradient(160deg,rgba(28,17,39,.92),rgba(12,8,17,.96));
      overflow:hidden;
    }
    .plan-card.recommended{
      border-color:rgba(232,196,119,.62);
      box-shadow:0 24px 62px rgba(232,196,119,.16);
      transform:translateY(-8px);
    }
    .plan-card.recommended:before{
      content:"推荐";
      position:absolute;
      top:18px;
      right:-34px;
      width:126px;
      text-align:center;
      padding:4px 0;
      transform:rotate(35deg);
      color:#160f0a;
      background:linear-gradient(135deg,var(--gold),#f6dca1);
      font-size:12px;
      font-weight:900;
    }
    .plan-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
    .plan-title h3{margin:0}
    .plan-price{
      font-size:30px;
      font-weight:900;
      color:#fff2d5;
      margin-bottom:12px;
    }
    .plan-card ul{list-style:none;margin:18px 0 22px;padding:0}
    .plan-card li{
      display:flex;
      gap:10px;
      padding:9px 0;
      color:#ddd3c5;
      border-bottom:1px solid rgba(255,255,255,.07);
      font-size:14px;
    }
    .plan-card li:before{content:"✓";color:var(--gold);font-weight:900}
    .plan-card:hover{transform:translateY(-4px);border-color:rgba(232,196,119,.5)}
    .plan-card.recommended:hover{transform:translateY(-10px)}

    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:0;
      border:1px solid rgba(232,196,119,.18);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:rgba(17,10,23,.82);
    }
    .step{
      padding:26px;
      position:relative;
      border-right:1px solid rgba(232,196,119,.12);
    }
    .step:last-child{border-right:0}
    .step-no{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      color:#160d12;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      font-weight:900;
      margin-bottom:16px;
    }
    .step p{font-size:14px;margin:0}

    .form-panel{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      border-radius:var(--radius-lg);
      border:1px solid rgba(232,196,119,.22);
      background:
        radial-gradient(circle at 15% 15%,rgba(232,196,119,.14),transparent 36%),
        linear-gradient(135deg,rgba(42,19,46,.94),rgba(10,7,14,.98));
      padding:34px;
      box-shadow:var(--shadow);
    }
    .form-card{
      border:1px solid rgba(232,196,119,.16);
      border-radius:var(--radius);
      background:rgba(255,255,255,.045);
      padding:24px;
    }
    .form-card label{
      color:#f0e6d8;
      font-weight:800;
      margin-bottom:7px;
    }
    .form-card input,.form-card select,.form-card textarea{
      height:48px;
      border-radius:14px;
      border:1px solid rgba(232,196,119,.18);
      background:rgba(8,5,12,.75);
      color:var(--text);
      box-shadow:none;
    }
    .form-card textarea{height:96px;resize:vertical}
    .form-card input:focus,.form-card select:focus,.form-card textarea:focus{
      border-color:var(--gold);
      background:rgba(12,7,17,.9);
      box-shadow:0 0 0 3px rgba(232,196,119,.12);
    }
    .form-note{
      color:var(--soft);
      font-size:13px;
      margin:10px 0 0;
    }
    .badge-stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}

    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:var(--radius);
      overflow:hidden;
      border:1px solid rgba(232,196,119,.16);
      background:rgba(18,11,25,.8);
    }
    .accordion-title{
      color:#f4eadb;
      font-weight:850;
      font-size:16px;
      border:0;
      background:rgba(255,255,255,.025);
      padding:19px 48px 19px 20px;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:var(--gold);
      background:rgba(232,196,119,.07);
    }
    .is-active>.accordion-title{
      color:var(--gold);
      border-bottom:1px solid rgba(232,196,119,.18);
    }
    .accordion-content{
      border:0;
      background:rgba(9,6,13,.68);
      color:var(--muted);
      padding:20px;
    }
    .accordion-content p{margin:0;font-size:15px}

    .final-cta{
      border-radius:var(--radius-lg);
      border:1px solid rgba(232,196,119,.34);
      background:
        linear-gradient(120deg,rgba(232,196,119,.16),rgba(143,77,255,.13) 42%,rgba(9,6,13,.98)),
        linear-gradient(180deg,rgba(35,18,44,.95),rgba(10,6,14,.98));
      padding:36px;
      display:grid;
      grid-template-columns:1fr auto;
      align-items:center;
      gap:28px;
      box-shadow:var(--shadow);
    }
    .final-cta p{margin-bottom:0}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .site-footer{
      border-top:1px solid rgba(232,196,119,.16);
      background:#07050a;
      padding:48px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .8fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:900}
    .footer-links,.footer-chips{display:flex;flex-wrap:wrap;gap:10px}
    .footer-links a,.footer-chips a{
      color:#cfc3b3;
      border:1px solid rgba(232,196,119,.14);
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:750;
      background:rgba(255,255,255,.03);
    }
    .footer-links a:hover,.footer-chips a:hover{color:var(--gold);border-color:rgba(232,196,119,.45)}
    .copyright{
      margin-top:34px;
      padding-top:18px;
      border-top:1px solid rgba(232,196,119,.1);
      color:#8f8496;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }

    @media screen and (max-width:1024px){
      .nav-wrap{flex-wrap:wrap;padding:14px 0}
      .segment-nav{order:3;width:100%}
      .hero-bento,.info-board,.form-panel{grid-template-columns:1fr}
      .highlight-grid{grid-template-columns:repeat(2,1fr)}
      .entry-card.featured{grid-row:auto;min-height:300px}
      .time-grid,.guarantee-bar,.steps{grid-template-columns:repeat(2,1fr)}
      .guarantee-item:nth-child(2){border-right:0}
      .guarantee-item:nth-child(1),.guarantee-item:nth-child(2){border-bottom:1px solid rgba(232,196,119,.12)}
      .review-slide,.compare-wrap{grid-template-columns:1fr}
      .plan-card.recommended{transform:none}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media screen and (max-width:720px){
      .site-container{width:min(100% - 24px,var(--container))}
      .section{padding:52px 0}
      .hero{padding:56px 0 44px}
      .brand span:last-child{font-size:15px}
      .header-cta .btn{display:none}
      .mobile-toggle{display:grid}
      .segment-nav{
        display:none;
        border-radius:20px;
        padding:10px;
      }
      .segment-nav.open{display:flex}
      .nav-chip{font-size:13px;padding:8px 12px}
      .hero-main{padding:28px;min-height:auto}
      .hero-side{grid-template-columns:1fr;padding:16px}
      .matrix-card.wide{grid-column:auto}
      .hero-strip{grid-template-columns:1fr}
      .strip-points{display:grid;grid-template-columns:1fr}
      .section-head{display:block}
      .highlight-grid,.time-grid,.guarantee-bar,.steps,.footer-grid{grid-template-columns:1fr}
      .guarantee-item,.step{border-right:0;border-bottom:1px solid rgba(232,196,119,.12)}
      .guarantee-item:last-child,.step:last-child{border-bottom:0}
      .review-slide{padding:18px}
      .story-band,.form-panel,.final-cta{padding:24px}
      .final-cta{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
      .news-list li{grid-template-columns:1fr}
      .copyright{display:block}
    }
    @media screen and (max-width:520px){
      h1{letter-spacing:-.02em}
      .hero-actions,.cta-actions{display:grid;grid-template-columns:1fr}
      .btn{width:100%}
      .trust-row{display:grid;grid-template-columns:1fr}
      .topic-cloud a{font-size:13px}
      .form-card{padding:18px}
    }

/* roulang page: category1 */
:root {
      --bg: #08060d;
      --bg-deep: #040307;
      --panel: #121019;
      --panel-2: #191420;
      --panel-soft: rgba(25, 20, 32, .78);
      --text: #eee9df;
      --muted: #b8afa3;
      --faint: #81786d;
      --gold: #f0c978;
      --gold-2: #a87932;
      --purple: #8d4cff;
      --plum: #5a1738;
      --red-plum: #7c1f42;
      --border: rgba(240, 201, 120, .22);
      --border-strong: rgba(240, 201, 120, .48);
      --purple-border: rgba(141, 76, 255, .34);
      --radius-sm: 10px;
      --radius: 18px;
      --radius-lg: 26px;
      --shadow: 0 24px 80px rgba(0, 0, 0, .42);
      --gold-shadow: 0 0 0 1px rgba(240, 201, 120, .16), 0 18px 50px rgba(168, 121, 50, .16);
      --container: 1220px;
      --section: 78px;
      --ease: all .22s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--text);
      line-height: 1.75;
      background:
        radial-gradient(circle at 18% 8%, rgba(124, 31, 66, .42), transparent 34%),
        radial-gradient(circle at 78% 12%, rgba(141, 76, 255, .22), transparent 32%),
        linear-gradient(180deg, #0b0711 0%, #08060d 44%, #050408 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      opacity: .32;
      background-image:
        linear-gradient(rgba(240, 201, 120, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(240, 201, 120, .06) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent 85%);
      pointer-events: none;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    .button {
      font-family: inherit;
    }

    a:focus-visible,
    button:focus-visible,
    .accordion-title:focus-visible {
      outline: 3px solid rgba(240, 201, 120, .72);
      outline-offset: 3px;
    }

    .site-container {
      width: min(calc(100% - 36px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid rgba(240, 201, 120, .16);
      background: rgba(7, 5, 12, .88);
      backdrop-filter: blur(18px);
    }

    .header-shell {
      min-height: 84px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding: 14px 0;
    }

    .brand-link {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
      font-weight: 800;
      letter-spacing: 0;
      color: var(--text);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      color: #151009;
      font-weight: 900;
      line-height: 1;
      background: linear-gradient(135deg, #ffe6a7 0%, #d29b43 48%, #8d4cff 100%);
      box-shadow: 0 0 28px rgba(240, 201, 120, .28);
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.25;
      font-size: 17px;
    }

    .brand-text small {
      color: var(--muted);
      font-size: 12px;
      font-weight: 600;
    }

    .segment-wrap {
      position: relative;
      flex: 1;
      display: flex;
      justify-content: center;
      overflow: hidden;
    }

    .segment-wrap::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 34px;
      background: linear-gradient(90deg, transparent, rgba(7, 5, 12, .9));
      pointer-events: none;
      opacity: 0;
    }

    .segment-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 7px;
      border: 1px solid rgba(240, 201, 120, .14);
      border-radius: 999px;
      background: rgba(18, 16, 25, .82);
      box-shadow: inset 0 0 0 1px rgba(141, 76, 255, .08);
      overflow-x: auto;
      scrollbar-width: none;
      max-width: 100%;
    }

    .segment-nav::-webkit-scrollbar {
      display: none;
    }

    .nav-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 8px 16px;
      border: 1px solid rgba(240, 201, 120, .16);
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
      background: rgba(8, 6, 13, .72);
    }

    .nav-chip:hover {
      color: var(--text);
      border-color: var(--border-strong);
      transform: translateY(-1px);
      box-shadow: 0 8px 24px rgba(240, 201, 120, .1);
    }

    .nav-chip.active {
      color: #120d08;
      border-color: transparent;
      background: linear-gradient(135deg, #ffe7a6 0%, #e1b75d 55%, #b76cff 100%);
      box-shadow: 0 10px 30px rgba(240, 201, 120, .2);
    }

    .header-cta {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      color: #151009;
      background: linear-gradient(135deg, #ffe7a6, #d49d43);
      box-shadow: 0 12px 28px rgba(212, 157, 67, .18);
      white-space: nowrap;
    }

    .header-cta:hover {
      color: #151009;
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(212, 157, 67, .28);
    }

    .mobile-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: rgba(18, 16, 25, .9);
      color: var(--gold);
      cursor: pointer;
    }

    .mobile-toggle span {
      display: block;
      width: 18px;
      height: 2px;
      margin: 4px auto;
      background: currentColor;
      border-radius: 2px;
    }

    .button,
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.2;
      cursor: pointer;
      transition: var(--ease);
    }

    .btn-primary,
    .button.btn-primary {
      color: #130f09;
      background: linear-gradient(135deg, #ffe8aa 0%, #dfad50 55%, #ac6bff 100%);
      box-shadow: 0 16px 38px rgba(240, 201, 120, .22);
    }

    .btn-primary:hover {
      color: #130f09;
      transform: translateY(-2px);
      box-shadow: 0 20px 48px rgba(240, 201, 120, .32);
    }

    .btn-secondary,
    .button.btn-secondary {
      color: var(--text);
      border-color: rgba(240, 201, 120, .34);
      background: rgba(18, 16, 25, .72);
    }

    .btn-secondary:hover {
      color: var(--gold);
      border-color: var(--border-strong);
      background: rgba(25, 20, 32, .95);
      transform: translateY(-2px);
    }

    .section {
      padding: var(--section) 0;
    }

    .section-tight {
      padding: 56px 0;
    }

    .eyebrow,
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      width: fit-content;
      min-height: 30px;
      padding: 5px 11px;
      border: 1px solid rgba(240, 201, 120, .28);
      border-radius: 999px;
      color: var(--gold);
      background: rgba(240, 201, 120, .08);
      font-size: 13px;
      font-weight: 800;
    }

    .badge.purple {
      color: #d9c7ff;
      border-color: rgba(141, 76, 255, .38);
      background: rgba(141, 76, 255, .12);
    }

    .badge.muted {
      color: var(--muted);
      border-color: rgba(255, 255, 255, .12);
      background: rgba(255, 255, 255, .04);
    }

    .page-hero {
      position: relative;
      padding: 84px 0 54px;
      overflow: hidden;
    }

    .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, rgba(124, 31, 66, .22), transparent 40%),
        radial-gradient(circle at 74% 40%, rgba(240, 201, 120, .14), transparent 32%);
      pointer-events: none;
    }

    .page-hero .site-container {
      position: relative;
      z-index: 1;
    }

    .hero-copy {
      max-width: 760px;
    }

    .hero-copy h1 {
      margin: 18px 0 16px;
      font-size: clamp(32px, 5vw, 54px);
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: 0;
      color: #fff7e8;
    }

    .hero-copy p {
      max-width: 720px;
      margin: 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .hero-panel {
      position: relative;
      padding: 24px;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background:
        linear-gradient(145deg, rgba(25, 20, 32, .94), rgba(12, 9, 18, .96)),
        linear-gradient(90deg, rgba(240, 201, 120, .13), rgba(141, 76, 255, .12));
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      left: 22px;
      right: 22px;
      top: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(240, 201, 120, .7), transparent);
    }

    .panel-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }

    .panel-title h2 {
      margin: 0;
      font-size: 20px;
      font-weight: 850;
      color: #fff2d2;
    }

    .status-dot {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 999px;
      background: #55e6aa;
      box-shadow: 0 0 18px rgba(85, 230, 170, .65);
    }

    .signal-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .signal-card {
      min-height: 112px;
      padding: 15px;
      border: 1px solid rgba(240, 201, 120, .16);
      border-radius: 16px;
      background: rgba(8, 6, 13, .7);
      transition: var(--ease);
    }

    .signal-card:hover {
      border-color: var(--border-strong);
      transform: translateY(-2px);
      box-shadow: var(--gold-shadow);
    }

    .signal-card strong {
      display: block;
      margin: 7px 0 4px;
      color: var(--text);
      font-size: 16px;
    }

    .signal-card span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .stats-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }

    .stat-tile {
      padding: 16px;
      border: 1px solid rgba(240, 201, 120, .14);
      border-radius: 18px;
      background: rgba(18, 16, 25, .7);
    }

    .stat-tile strong {
      display: block;
      color: var(--gold);
      font-size: 24px;
      line-height: 1.2;
    }

    .stat-tile span {
      color: var(--muted);
      font-size: 13px;
    }

    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 26px;
    }

    .section-head h2 {
      margin: 10px 0 0;
      font-size: clamp(28px, 4vw, 38px);
      line-height: 1.25;
      font-weight: 850;
      color: #fff3d6;
    }

    .section-head p {
      max-width: 560px;
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .filter-panel,
    .content-card,
    .step-card,
    .assurance-bar,
    .cta-panel,
    .faq-wrap {
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background: linear-gradient(145deg, rgba(18, 16, 25, .94), rgba(9, 7, 14, .96));
      box-shadow: var(--shadow);
    }

    .filter-panel {
      position: sticky;
      top: 112px;
      padding: 20px;
    }

    .filter-panel h2,
    .filter-panel h3 {
      margin: 0 0 14px;
      color: #fff2d2;
      font-size: 20px;
      font-weight: 850;
    }

    .filter-panel p {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 14px;
    }

    .filter-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-bottom: 22px;
    }

    .filter-chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 6px 12px;
      border: 1px solid rgba(240, 201, 120, .16);
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255, 255, 255, .04);
      font-size: 13px;
      font-weight: 750;
    }

    .filter-chip.active,
    .filter-chip:hover {
      color: #170f08;
      border-color: transparent;
      background: linear-gradient(135deg, #ffe7a6, #d9a147);
    }

    .mini-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .mini-list li {
      display: flex;
      gap: 10px;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 14px;
      background: rgba(255, 255, 255, .035);
      color: var(--muted);
      font-size: 14px;
    }

    .mini-list b {
      color: var(--gold);
    }

    .index-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .content-card {
      position: relative;
      padding: 20px;
      overflow: hidden;
      transition: var(--ease);
    }

    .content-card.featured {
      grid-column: span 2;
      display: grid;
      grid-template-columns: 1.35fr .65fr;
      gap: 22px;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(124, 31, 66, .4), rgba(18, 16, 25, .96) 56%),
        linear-gradient(145deg, rgba(18, 16, 25, .94), rgba(9, 7, 14, .96));
    }

    .content-card:hover {
      transform: translateY(-3px);
      border-color: var(--border-strong);
      box-shadow: 0 24px 70px rgba(0, 0, 0, .42), 0 0 34px rgba(141, 76, 255, .12);
    }

    .card-icon {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      border: 1px solid rgba(240, 201, 120, .28);
      border-radius: 14px;
      color: var(--gold);
      background: rgba(240, 201, 120, .08);
      font-weight: 900;
    }

    .content-card h3 {
      margin: 10px 0 8px;
      color: #fff4db;
      font-size: 21px;
      font-weight: 850;
      line-height: 1.35;
    }

    .content-card p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 15px;
    }

    .card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 16px 0;
    }

    .small-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--gold);
      font-size: 14px;
      font-weight: 850;
    }

    .small-link:hover {
      color: #ffe7a6;
      transform: translateX(3px);
    }

    .feature-meter {
      display: grid;
      gap: 12px;
      padding: 18px;
      border: 1px solid rgba(240, 201, 120, .15);
      border-radius: 20px;
      background: rgba(8, 6, 13, .5);
    }

    .meter-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      color: var(--muted);
      font-size: 14px;
    }

    .meter-line i {
      flex: 1;
      height: 7px;
      border-radius: 99px;
      background: linear-gradient(90deg, #f0c978, #8d4cff);
      opacity: .86;
    }

    .steps-wrap {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .step-card {
      position: relative;
      padding: 20px;
      min-height: 182px;
      transition: var(--ease);
    }

    .step-card:hover {
      transform: translateY(-2px);
      border-color: var(--border-strong);
    }

    .step-num {
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      border-radius: 50%;
      color: #120d08;
      background: linear-gradient(135deg, #ffe7a6, #bb7aff);
      font-weight: 900;
    }

    .step-card h3 {
      margin: 0 0 8px;
      color: #fff4db;
      font-size: 18px;
      font-weight: 850;
    }

    .step-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .assurance-bar {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      padding: 0;
      overflow: hidden;
    }

    .assurance-item {
      padding: 22px;
      border-right: 1px solid rgba(240, 201, 120, .12);
    }

    .assurance-item:last-child {
      border-right: 0;
    }

    .assurance-icon {
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
      border-radius: 12px;
      color: var(--gold);
      background: rgba(141, 76, 255, .12);
      border: 1px solid rgba(141, 76, 255, .22);
      font-weight: 900;
    }

    .assurance-item h3 {
      margin: 0 0 6px;
      color: #fff4db;
      font-size: 17px;
      font-weight: 850;
    }

    .assurance-item p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .news-strip {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .news-card {
      padding: 20px;
      border: 1px solid rgba(240, 201, 120, .18);
      border-radius: 22px;
      background: rgba(18, 16, 25, .72);
      transition: var(--ease);
    }

    .news-card:hover {
      border-color: var(--border-strong);
      transform: translateY(-2px);
    }

    .news-card h3 {
      margin: 10px 0 8px;
      color: #fff4db;
      font-size: 19px;
      font-weight: 850;
    }

    .news-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .cta-panel {
      position: relative;
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 24px;
      align-items: center;
      padding: 30px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(124, 31, 66, .42), rgba(18, 16, 25, .94) 58%),
        radial-gradient(circle at 88% 20%, rgba(240, 201, 120, .16), transparent 28%);
    }

    .cta-panel h2 {
      margin: 12px 0 10px;
      color: #fff2d2;
      font-size: clamp(26px, 4vw, 38px);
      line-height: 1.25;
      font-weight: 900;
    }

    .cta-panel p {
      margin: 0 0 22px;
      color: var(--muted);
      font-size: 16px;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .badge-stack {
      display: grid;
      gap: 12px;
    }

    .badge-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      min-height: 58px;
      padding: 13px 15px;
      border: 1px solid rgba(240, 201, 120, .18);
      border-radius: 16px;
      background: rgba(8, 6, 13, .5);
      color: var(--muted);
      font-size: 14px;
    }

    .badge-row strong {
      color: var(--text);
    }

    .faq-wrap {
      padding: 10px;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 10px;
      border: 1px solid rgba(240, 201, 120, .14);
      border-radius: 16px;
      overflow: hidden;
      background: rgba(8, 6, 13, .45);
    }

    .accordion-item:last-child {
      margin-bottom: 0;
    }

    .accordion-title {
      padding: 18px 52px 18px 18px;
      border: 0;
      color: #fff3d6;
      font-size: 16px;
      font-weight: 850;
      line-height: 1.5;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--gold);
      background: rgba(240, 201, 120, .06);
    }

    .accordion-title::before {
      right: 20px;
      color: var(--gold);
      font-size: 22px;
      margin-top: -12px;
    }

    .is-active > .accordion-title {
      border-bottom: 1px solid rgba(240, 201, 120, .16);
      color: var(--gold);
    }

    .accordion-content {
      padding: 18px;
      border: 0;
      color: var(--muted);
      background: rgba(18, 16, 25, .76);
      font-size: 15px;
      line-height: 1.8;
    }

    .site-footer {
      padding: 54px 0 26px;
      border-top: 1px solid rgba(240, 201, 120, .16);
      background: #040307;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.25fr .85fr .7fr;
      gap: 34px;
      margin-bottom: 32px;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
      color: #fff3d6;
      font-size: 18px;
      font-weight: 900;
    }

    .site-footer p {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .site-footer h3 {
      margin: 0 0 14px;
      color: #fff3d6;
      font-size: 16px;
      font-weight: 850;
    }

    .footer-chips,
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer-chips a,
    .footer-links a {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 6px 11px;
      border: 1px solid rgba(240, 201, 120, .14);
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255, 255, 255, .035);
      font-size: 13px;
      font-weight: 700;
    }

    .footer-chips a:hover,
    .footer-links a:hover {
      color: var(--gold);
      border-color: var(--border-strong);
      transform: translateY(-1px);
    }

    .copyright {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-top: 20px;
      border-top: 1px solid rgba(240, 201, 120, .12);
      color: var(--faint);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      :root {
        --section: 62px;
      }

      .header-shell {
        flex-wrap: wrap;
      }

      .segment-wrap {
        order: 3;
        width: 100%;
        justify-content: flex-start;
      }

      .segment-wrap::after {
        opacity: 1;
      }

      .segment-nav {
        width: 100%;
      }

      .filter-panel {
        position: static;
      }

      .steps-wrap,
      .assurance-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .assurance-item:nth-child(2) {
        border-right: 0;
      }

      .assurance-item:nth-child(1),
      .assurance-item:nth-child(2) {
        border-bottom: 1px solid rgba(240, 201, 120, .12);
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(calc(100% - 28px), var(--container));
      }

      .header-shell {
        min-height: 72px;
        gap: 12px;
      }

      .brand-text {
        font-size: 15px;
      }

      .brand-text small {
        display: none;
      }

      .header-cta {
        display: none;
      }

      .mobile-toggle {
        display: inline-block;
      }

      .segment-wrap {
        display: none;
      }

      .site-header.menu-open .segment-wrap {
        display: flex;
      }

      .page-hero {
        padding: 56px 0 34px;
      }

      .hero-panel {
        margin-top: 28px;
      }

      .signal-grid,
      .stats-row,
      .index-grid,
      .content-card.featured,
      .steps-wrap,
      .assurance-bar,
      .news-strip,
      .cta-panel,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .content-card.featured {
        grid-column: span 1;
      }

      .section-head {
        display: block;
      }

      .section-head p {
        margin-top: 12px;
      }

      .assurance-item,
      .assurance-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(240, 201, 120, .12);
      }

      .assurance-item:last-child {
        border-bottom: 0;
      }

      .cta-panel {
        padding: 24px;
      }

      .copyright {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 520px) {
      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
      }

      .hero-copy h1 {
        font-size: 31px;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
      }

      .btn,
      .button {
        width: 100%;
      }

      .nav-chip {
        padding: 8px 13px;
      }

      .content-card,
      .filter-panel,
      .step-card,
      .news-card {
        padding: 17px;
      }
    }

/* roulang page: category2 */
:root {
      --bg: #08060b;
      --bg-soft: #110c18;
      --panel: #17101f;
      --panel-2: #201327;
      --panel-3: #2b1428;
      --text: #f3eadb;
      --muted: #b9ad9d;
      --weak: #8f8578;
      --gold: #e9c879;
      --gold-2: #b98936;
      --purple: #9b5cff;
      --wine: #7d1638;
      --rose: #c23c67;
      --line: rgba(233, 200, 121, .22);
      --line-strong: rgba(233, 200, 121, .46);
      --shadow: 0 24px 80px rgba(0, 0, 0, .38);
      --glow: 0 0 0 1px rgba(233, 200, 121, .28), 0 20px 60px rgba(155, 92, 255, .14);
      --radius: 20px;
      --radius-sm: 14px;
      --container: 1220px;
      --ease: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 16% 8%, rgba(155, 92, 255, .18), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(194, 60, 103, .16), transparent 28%),
        linear-gradient(180deg, #08060b 0%, #100a15 45%, #070508 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .34;
      background-image:
        linear-gradient(rgba(233, 200, 121, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(233, 200, 121, .05) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 82%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), border-color var(--ease), background var(--ease), transform var(--ease), box-shadow var(--ease);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    button,
    .button {
      min-height: 44px;
    }

    :focus-visible {
      outline: 3px solid rgba(233, 200, 121, .68);
      outline-offset: 3px;
    }

    .site-container {
      width: min(100% - 32px, var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(8, 6, 11, .84);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(233, 200, 121, .18);
    }

    .topbar {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding: 14px 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      font-size: 18px;
      color: var(--text);
      white-space: nowrap;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      color: #120b10;
      font-weight: 900;
      letter-spacing: 0;
      background: linear-gradient(135deg, var(--gold), #fff0b6 42%, var(--gold-2));
      box-shadow: 0 10px 34px rgba(233, 200, 121, .22);
    }

    .nav-wrap {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .segment-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px;
      border: 1px solid rgba(233, 200, 121, .18);
      border-radius: 999px;
      background: rgba(23, 16, 31, .74);
      overflow-x: auto;
      scrollbar-width: none;
      max-width: 100%;
    }

    .segment-nav::-webkit-scrollbar {
      display: none;
    }

    .nav-chip {
      flex: 0 0 auto;
      padding: 10px 16px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      border: 1px solid transparent;
      line-height: 1.2;
    }

    .nav-chip:hover {
      color: var(--text);
      border-color: rgba(233, 200, 121, .38);
      transform: translateY(-1px);
    }

    .nav-chip.active {
      color: #170f09;
      background: linear-gradient(135deg, var(--gold), #f8e7aa 48%, var(--gold-2));
      box-shadow: 0 12px 30px rgba(233, 200, 121, .18);
    }

    .header-cta {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 10px 18px;
      border-radius: 999px;
      color: var(--gold);
      border: 1px solid rgba(233, 200, 121, .46);
      background: rgba(233, 200, 121, .08);
      font-weight: 800;
      font-size: 14px;
    }

    .header-cta:hover {
      background: rgba(233, 200, 121, .14);
      box-shadow: 0 0 28px rgba(233, 200, 121, .14);
      transform: translateY(-1px);
    }

    .menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(233, 200, 121, .28);
      border-radius: 14px;
      background: rgba(23, 16, 31, .8);
      color: var(--gold);
      cursor: pointer;
    }

    .menu-toggle span {
      display: block;
      width: 18px;
      height: 2px;
      margin: 4px auto;
      background: currentColor;
      border-radius: 2px;
    }

    .hero {
      padding: 78px 0 46px;
    }

    .hero-shell {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      border: 1px solid var(--line);
      background:
        linear-gradient(135deg, rgba(43, 20, 40, .92), rgba(16, 10, 21, .94) 54%, rgba(74, 18, 45, .78)),
        radial-gradient(circle at 80% 10%, rgba(233, 200, 121, .2), transparent 34%);
      box-shadow: var(--shadow);
    }

    .hero-shell::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      border-radius: inherit;
      background:
        linear-gradient(90deg, transparent, rgba(233, 200, 121, .08), transparent),
        repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 80px);
      opacity: .72;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      padding: 42px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid rgba(233, 200, 121, .34);
      background: rgba(233, 200, 121, .09);
      color: var(--gold);
      font-size: 13px;
      font-weight: 800;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--rose);
      box-shadow: 0 0 0 5px rgba(194, 60, 103, .14);
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin: 18px 0 16px;
      max-width: 760px;
      font-size: clamp(32px, 4.8vw, 56px);
      line-height: 1.14;
      font-weight: 900;
      letter-spacing: 0;
      color: var(--text);
    }

    .hero-lead {
      max-width: 760px;
      margin-bottom: 24px;
      color: #dfd3c3;
      font-size: 17px;
    }

    .hero-actions,
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .btn-primary,
    .btn-secondary,
    .button.btn-primary,
    .button.btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 20px;
      border-radius: 999px;
      font-weight: 850;
      line-height: 1.2;
      border: 1px solid transparent;
      margin: 0;
    }

    .btn-primary,
    .button.btn-primary {
      color: #140d08;
      background: linear-gradient(135deg, var(--gold), #fff0b6 48%, var(--gold-2));
      box-shadow: 0 16px 42px rgba(233, 200, 121, .2);
    }

    .btn-primary:hover,
    .button.btn-primary:hover {
      color: #140d08;
      transform: translateY(-2px);
      box-shadow: 0 18px 50px rgba(233, 200, 121, .28);
    }

    .btn-secondary,
    .button.btn-secondary {
      color: var(--text);
      background: rgba(17, 12, 24, .74);
      border-color: rgba(233, 200, 121, .34);
    }

    .btn-secondary:hover,
    .button.btn-secondary:hover {
      color: var(--gold);
      background: rgba(233, 200, 121, .09);
      transform: translateY(-2px);
    }

    .cover-card {
      height: 100%;
      min-height: 420px;
      border-radius: 24px;
      padding: 24px;
      border: 1px solid rgba(233, 200, 121, .3);
      background:
        linear-gradient(180deg, rgba(233, 200, 121, .1), rgba(155, 92, 255, .06)),
        rgba(12, 8, 16, .72);
      box-shadow: var(--glow);
    }

    .cover-top {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 22px;
    }

    .cover-title {
      font-size: 22px;
      line-height: 1.32;
      font-weight: 900;
    }

    .cover-no {
      padding: 6px 10px;
      border-radius: 999px;
      color: #160d08;
      background: var(--gold);
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .catalog-list {
      margin: 0 0 20px;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .catalog-list li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid rgba(233, 200, 121, .16);
      background: rgba(255, 255, 255, .035);
      color: var(--muted);
      font-size: 14px;
    }

    .catalog-list strong {
      color: var(--text);
      font-weight: 800;
    }

    .lead-form {
      padding: 16px;
      border-radius: 18px;
      background: rgba(8, 6, 11, .72);
      border: 1px solid rgba(233, 200, 121, .2);
    }

    .lead-form label {
      color: var(--text);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .lead-form input {
      height: 48px;
      margin: 0 0 12px;
      border-radius: 14px;
      border: 1px solid rgba(233, 200, 121, .22);
      background: rgba(255, 255, 255, .06);
      color: var(--text);
      box-shadow: none;
    }

    .lead-form input::placeholder {
      color: var(--weak);
    }

    .lead-form input:focus {
      border-color: rgba(233, 200, 121, .7);
      background: rgba(255, 255, 255, .08);
      box-shadow: 0 0 0 4px rgba(233, 200, 121, .1);
    }

    .form-note {
      margin: 10px 0 0;
      color: var(--weak);
      font-size: 12px;
      line-height: 1.6;
    }

    .quick-chips {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 22px 0 2px;
      scrollbar-width: none;
    }

    .quick-chips::-webkit-scrollbar {
      display: none;
    }

    .quick-chips a {
      flex: 0 0 auto;
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid rgba(233, 200, 121, .22);
      background: rgba(23, 16, 31, .8);
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .quick-chips a:hover,
    .quick-chips a.active {
      color: #160d08;
      background: linear-gradient(135deg, var(--gold), #f6df9b);
      border-color: transparent;
    }

    .section {
      padding: 66px 0;
    }

    .section.compact {
      padding-top: 36px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 28px;
    }

    .section-kicker {
      color: var(--gold);
      font-weight: 900;
      font-size: 13px;
      margin-bottom: 8px;
    }

    h2 {
      margin-bottom: 0;
      font-size: clamp(28px, 3.2vw, 40px);
      line-height: 1.22;
      font-weight: 900;
      letter-spacing: 0;
    }

    .section-desc {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .topic-band {
      border-radius: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(135deg, rgba(32, 19, 39, .88), rgba(15, 10, 19, .9));
      box-shadow: var(--shadow);
      overflow: hidden;
      margin-bottom: 22px;
    }

    .topic-titlebar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 20px 22px;
      background: linear-gradient(90deg, rgba(125, 22, 56, .72), rgba(155, 92, 255, .2), rgba(233, 200, 121, .1));
      border-bottom: 1px solid rgba(233, 200, 121, .18);
    }

    .topic-titlebar h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 900;
    }

    .topic-label {
      flex: 0 0 auto;
      color: var(--gold);
      border: 1px solid rgba(233, 200, 121, .34);
      padding: 7px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
    }

    .horizontal-cards {
      padding: 22px;
    }

    .entry-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      height: 100%;
      padding: 18px;
      border-radius: 18px;
      border: 1px solid rgba(233, 200, 121, .18);
      background: rgba(255, 255, 255, .035);
      transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease), background var(--ease);
    }

    .entry-card:hover {
      transform: translateY(-3px);
      border-color: rgba(233, 200, 121, .48);
      background: rgba(233, 200, 121, .06);
      box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    }

    .entry-icon {
      flex: 0 0 auto;
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      color: var(--gold);
      background: linear-gradient(135deg, rgba(233, 200, 121, .15), rgba(155, 92, 255, .12));
      border: 1px solid rgba(233, 200, 121, .24);
      font-weight: 900;
    }

    .entry-main {
      min-width: 0;
      flex: 1 1 auto;
    }

    .entry-main h4 {
      margin: 0 0 5px;
      color: var(--text);
      font-size: 17px;
      font-weight: 900;
    }

    .entry-main p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .entry-link {
      flex: 0 0 auto;
      color: var(--gold);
      font-weight: 900;
      font-size: 13px;
      white-space: nowrap;
    }

    .compare-panel {
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(17, 12, 24, .78);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .compare-row {
      display: grid;
      grid-template-columns: 1.05fr 1.4fr .8fr;
      gap: 18px;
      align-items: center;
      padding: 18px 22px;
      border-bottom: 1px solid rgba(233, 200, 121, .13);
    }

    .compare-row:last-child {
      border-bottom: 0;
    }

    .compare-row.head {
      color: var(--gold);
      font-size: 13px;
      font-weight: 900;
      background: rgba(233, 200, 121, .07);
    }

    .compare-name {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
      color: var(--text);
    }

    .status-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 0 5px rgba(233, 200, 121, .12);
    }

    .compare-row p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .tag {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      justify-content: center;
      padding: 7px 10px;
      border-radius: 999px;
      color: var(--gold);
      border: 1px solid rgba(233, 200, 121, .26);
      background: rgba(233, 200, 121, .08);
      font-size: 12px;
      font-weight: 900;
    }

    .steps-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(233, 200, 121, .16);
      box-shadow: var(--shadow);
    }

    .step-item {
      padding: 24px;
      background: rgba(17, 12, 24, .92);
    }

    .step-no {
      width: 42px;
      height: 42px;
      margin-bottom: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #150e09;
      background: linear-gradient(135deg, var(--gold), #f8e7aa);
      font-weight: 950;
    }

    .step-item h3 {
      margin-bottom: 8px;
      font-size: 18px;
      font-weight: 900;
    }

    .step-item p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .news-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 22px;
      align-items: stretch;
    }

    .notice-card,
    .badge-panel {
      height: 100%;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(23, 16, 31, .8);
      padding: 24px;
      box-shadow: var(--shadow);
    }

    .notice-card h3,
    .badge-panel h3 {
      margin-bottom: 12px;
      font-size: 22px;
      font-weight: 900;
    }

    .notice-card p {
      color: var(--muted);
      margin-bottom: 16px;
    }

    .notice-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .notice-list li {
      display: flex;
      gap: 12px;
      padding: 13px 14px;
      border-radius: 16px;
      background: rgba(255, 255, 255, .035);
      border: 1px solid rgba(233, 200, 121, .13);
      color: var(--muted);
      font-size: 14px;
    }

    .notice-list strong {
      color: var(--text);
    }

    .badge-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .badge-cloud span {
      padding: 10px 12px;
      border-radius: 999px;
      color: var(--text);
      border: 1px solid rgba(233, 200, 121, .2);
      background: linear-gradient(135deg, rgba(233, 200, 121, .08), rgba(155, 92, 255, .08));
      font-size: 13px;
      font-weight: 800;
    }

    .cta-banner {
      position: relative;
      overflow: hidden;
      border-radius: 26px;
      border: 1px solid rgba(233, 200, 121, .34);
      background:
        linear-gradient(120deg, rgba(125, 22, 56, .78), rgba(17, 12, 24, .94) 52%, rgba(233, 200, 121, .12)),
        rgba(17, 12, 24, .86);
      padding: 30px;
      box-shadow: var(--shadow);
    }

    .cta-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: repeating-linear-gradient(90deg, rgba(233, 200, 121, .06) 0 1px, transparent 1px 74px);
      opacity: .7;
    }

    .cta-banner > .grid-x {
      position: relative;
      z-index: 1;
    }

    .cta-banner h2 {
      margin-bottom: 12px;
    }

    .cta-banner p {
      max-width: 680px;
      margin-bottom: 20px;
      color: #ddd0bf;
    }

    .mini-badges {
      display: grid;
      gap: 10px;
    }

    .mini-badge {
      padding: 13px 14px;
      border-radius: 16px;
      border: 1px solid rgba(233, 200, 121, .22);
      background: rgba(8, 6, 11, .45);
      color: var(--muted);
      font-size: 14px;
    }

    .mini-badge strong {
      display: block;
      color: var(--gold);
      margin-bottom: 2px;
    }

    .faq-wrap {
      max-width: 920px;
      margin: 0 auto;
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid rgba(233, 200, 121, .18);
      border-radius: 18px;
      overflow: hidden;
      background: rgba(23, 16, 31, .82);
    }

    .accordion-title {
      border: 0;
      padding: 18px 22px;
      color: var(--text);
      font-size: 16px;
      font-weight: 900;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--gold);
      background: rgba(233, 200, 121, .07);
    }

    .is-active > .accordion-title {
      color: var(--gold);
      border-bottom: 1px solid rgba(233, 200, 121, .18);
      background: rgba(233, 200, 121, .07);
    }

    .accordion-content {
      border: 0;
      padding: 18px 22px 22px;
      color: var(--muted);
      background: rgba(8, 6, 11, .2);
      line-height: 1.8;
    }

    .site-footer {
      margin-top: 46px;
      padding: 54px 0 28px;
      background: #050407;
      border-top: 1px solid rgba(233, 200, 121, .18);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .9fr .7fr;
      gap: 34px;
      align-items: start;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
      color: var(--text);
      font-size: 18px;
      font-weight: 900;
    }

    .site-footer p {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .site-footer h3 {
      margin: 0 0 14px;
      color: var(--gold);
      font-size: 15px;
      font-weight: 900;
    }

    .footer-chips,
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .footer-chips a,
    .footer-links a {
      padding: 8px 11px;
      border-radius: 999px;
      border: 1px solid rgba(233, 200, 121, .17);
      color: var(--muted);
      background: rgba(255, 255, 255, .03);
      font-size: 13px;
      font-weight: 750;
    }

    .footer-chips a:hover,
    .footer-links a:hover {
      color: var(--gold);
      border-color: rgba(233, 200, 121, .4);
      transform: translateY(-1px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid rgba(233, 200, 121, .12);
      color: var(--weak);
      font-size: 13px;
    }

    @media screen and (max-width: 1024px) {
      .topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .nav-wrap {
        width: 100%;
        justify-content: space-between;
      }

      .segment-nav {
        flex: 1 1 auto;
      }

      .hero-content {
        padding: 32px;
      }

      .cover-card {
        min-height: auto;
        margin-top: 24px;
      }

      .steps-strip {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-grid,
      .news-grid {
        grid-template-columns: 1fr;
      }
    }

    @media screen and (max-width: 768px) {
      .site-container {
        width: min(100% - 24px, var(--container));
      }

      .topbar {
        min-height: 66px;
      }

      .menu-toggle {
        display: inline-block;
      }

      .nav-wrap {
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 14px;
      }

      .site-header.is-open .nav-wrap {
        display: flex;
      }

      .segment-nav {
        width: 100%;
        border-radius: 18px;
        padding: 8px;
      }

      .header-cta {
        width: 100%;
      }

      .brand {
        max-width: calc(100% - 60px);
        white-space: normal;
        line-height: 1.25;
      }

      .hero {
        padding: 42px 0 28px;
      }

      .hero-content {
        padding: 24px;
      }

      .section {
        padding: 46px 0;
      }

      .section-head {
        display: block;
      }

      .section-desc {
        margin-top: 12px;
      }

      .topic-titlebar {
        align-items: flex-start;
        flex-direction: column;
      }

      .entry-card {
        align-items: flex-start;
        flex-direction: column;
      }

      .entry-link {
        white-space: normal;
      }

      .compare-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .compare-row.head {
        display: none;
      }

      .steps-strip {
        grid-template-columns: 1fr;
      }

      .cta-banner {
        padding: 24px;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media screen and (max-width: 520px) {
      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .btn-primary,
      .btn-secondary,
      .button.btn-primary,
      .button.btn-secondary {
        width: 100%;
      }

      .catalog-list li {
        flex-direction: column;
        gap: 3px;
      }

      .horizontal-cards {
        padding: 16px;
      }

      .notice-card,
      .badge-panel {
        padding: 20px;
      }

      h1 {
        font-size: 32px;
      }
    }
