/* roulang page: index */
:root{
      --ink:#111111;
      --ink-soft:#181818;
      --text:#222222;
      --muted:#706b64;
      --paper:#f7f4ef;
      --paper-2:#f2eee8;
      --line:#e9e2d8;
      --red:#e83423;
      --red-dark:#c92217;
      --orange:#ff7a1a;
      --price:#ff3d00;
      --gold:#c99a2e;
      --white:#ffffff;
      --radius:8px;
      --pill:999px;
      --shadow:0 8px 24px rgba(0,0,0,.08);
      --shadow-strong:0 16px 42px rgba(17,17,17,.16);
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:var(--paper);
      line-height:1.65;
      letter-spacing:0;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--red);text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    .site-wrap{min-height:100vh;background:linear-gradient(180deg,#111 0,#181818 410px,var(--paper) 411px)}
    .container-xl{max-width:var(--container)}
    .section{padding:72px 0}
    .section-tight{padding:46px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:26px;
    }
    .section-title{
      margin:0;
      font-size:30px;
      font-weight:800;
      color:var(--text);
      line-height:1.25;
    }
    .section-desc{
      margin:10px 0 0;
      max-width:680px;
      color:var(--muted);
      font-size:15px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 11px;
      border-radius:var(--pill);
      background:#fff0e8;
      color:var(--red);
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
    }
    .tag.dark{background:rgba(255,255,255,.1);color:#ffe2d5;border:1px solid rgba(255,255,255,.16)}
    .badge-hot{background:var(--red);color:#fff;border-radius:var(--pill);padding:4px 9px;font-size:12px;font-weight:700}
    .btn-main,.btn-ghost,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:11px 20px;
      border-radius:var(--pill);
      font-weight:800;
      border:1px solid transparent;
      transition:.22s ease;
      box-shadow:none;
    }
    .btn-main{
      background:linear-gradient(135deg,var(--red),var(--orange));
      color:#fff;
      box-shadow:0 10px 22px rgba(232,52,35,.22);
    }
    .btn-main:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 30px rgba(232,52,35,.28)}
    .btn-main:active,.btn-ghost:active,.btn-darkline:active{transform:translateY(0)}
    .btn-ghost{background:#fff7f2;color:var(--red);border-color:#ffd6c4}
    .btn-ghost:hover{background:#fff0e5;color:var(--red-dark);transform:translateY(-2px)}
    .btn-darkline{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.18)}
    .btn-darkline:hover{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-2px)}
    .btn:focus,.btn-main:focus,.btn-ghost:focus,.btn-darkline:focus,.nav-link:focus,.navbar-toggler:focus{
      outline:3px solid rgba(255,122,26,.28);
      outline-offset:2px;
      box-shadow:none;
    }
    .site-header{
      position:sticky;
      top:14px;
      z-index:1000;
      padding:14px 0 0;
    }
    .pill-nav{
      max-width:var(--container);
      margin:0 auto;
      padding:10px 14px;
      border-radius:var(--pill);
      background:rgba(17,17,17,.88);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 16px 40px rgba(0,0,0,.22);
      backdrop-filter:blur(14px);
    }
    .navbar-brand{
      color:#fff;
      font-weight:900;
      font-size:18px;
      display:flex;
      align-items:center;
      gap:10px;
      max-width:360px;
      white-space:normal;
      line-height:1.2;
    }
    .brand-mark{
      width:34px;
      height:34px;
      flex:0 0 34px;
      border-radius:50%;
      display:inline-grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--red),var(--orange));
      font-weight:900;
    }
    .navbar-brand:hover{color:#fff}
    .navbar-nav{gap:8px}
    .navbar .nav-link{
      color:rgba(255,255,255,.78);
      font-size:14px;
      font-weight:700;
      padding:8px 14px;
      border-radius:var(--pill);
    }
    .navbar .nav-link:hover{color:#fff;background:rgba(255,255,255,.08)}
    .navbar .nav-link.active{color:#fff;background:linear-gradient(135deg,rgba(232,52,35,.9),rgba(255,122,26,.9))}
    .navbar-toggler{
      border:1px solid rgba(255,255,255,.2);
      color:#fff;
      border-radius:var(--pill);
      padding:7px 12px;
    }
    .navbar-toggler-icon{filter:invert(1)}
    .age-alert{
      margin-top:22px;
      border-radius:var(--pill);
      background:#fff8ed;
      border:1px solid #ffe0bd;
      color:#5c3a17;
      padding:10px 18px;
      font-size:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      box-shadow:var(--shadow);
    }
    .hero{
      position:relative;
      padding:52px 0 58px;
      color:#fff;
    }
    .hero-stage{
      min-height:520px;
      border-radius:8px;
      overflow:hidden;
      background:
        linear-gradient(90deg,rgba(17,17,17,.95) 0%,rgba(17,17,17,.82) 42%,rgba(17,17,17,.25) 100%),
        radial-gradient(circle at 78% 35%,rgba(255,122,26,.36),transparent 28%),
        linear-gradient(135deg,#2a1410,#111 50%,#3b1a12);
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow-strong);
      position:relative;
      padding:56px;
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      right:38px;
      top:46px;
      width:42%;
      height:78%;
      border-radius:8px;
      background:
        linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.02)),
        repeating-linear-gradient(0deg,rgba(255,255,255,.12) 0 1px,transparent 1px 48px);
      border:1px solid rgba(255,255,255,.12);
      opacity:.9;
    }
    .hero-copy{position:relative;z-index:2;max-width:640px}
    .hero h1{
      margin:18px 0 18px;
      font-size:48px;
      line-height:1.12;
      font-weight:900;
      letter-spacing:0;
    }
    .hero p{
      margin:0;
      color:#f5e7dc;
      font-size:17px;
      max-width:610px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
    .hero-kpis{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      max-width:600px;
      margin-top:32px;
    }
    .kpi{
      min-height:98px;
      padding:16px;
      border-radius:8px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
    }
    .kpi strong{display:block;font-size:24px;line-height:1;color:#ffdbb7}
    .kpi span{display:block;margin-top:9px;color:#ead8cc;font-size:13px}
    .quick-stack{
      position:absolute;
      z-index:3;
      right:64px;
      bottom:54px;
      width:310px;
      display:grid;
      gap:10px;
    }
    .quick-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      border-radius:8px;
      background:rgba(255,255,255,.92);
      color:var(--text);
      box-shadow:0 10px 28px rgba(0,0,0,.18);
    }
    .quick-item b{font-size:15px}
    .quick-item small{color:var(--muted)}
    .quick-item .price{color:var(--price);font-weight:900}
    .ticker{
      margin-top:-20px;
      position:relative;
      z-index:5;
    }
    .ticker-inner{
      display:flex;
      align-items:center;
      gap:18px;
      overflow:hidden;
      border-radius:8px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:14px 18px;
    }
    .ticker-label{flex:0 0 auto;color:#fff;background:var(--ink);border-radius:var(--pill);padding:5px 10px;font-size:13px;font-weight:800}
    .ticker-list{
      display:flex;
      gap:26px;
      color:var(--muted);
      font-size:14px;
      white-space:nowrap;
      overflow:auto;
      scrollbar-width:none;
    }
    .ticker-list::-webkit-scrollbar{display:none}
    .progress-panel{
      background:#fff;
      border:1px solid var(--line);
      border-radius:8px;
      box-shadow:var(--shadow);
      padding:28px;
    }
    .goal-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center}
    .progress{
      height:14px;
      background:#f1e8dd;
      border-radius:var(--pill);
      overflow:hidden;
    }
    .progress-bar{background:linear-gradient(90deg,var(--red),var(--orange))}
    .goal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
    .goal-stat{
      background:var(--paper-2);
      border-radius:8px;
      padding:14px;
      border:1px solid var(--line);
    }
    .goal-stat strong{display:block;color:var(--price);font-size:22px;line-height:1.2}
    .goal-stat span{font-size:13px;color:var(--muted)}
    .mini-steps{display:grid;gap:10px}
    .mini-step{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:13px;
      border-radius:8px;
      background:#fff8f1;
      border:1px solid #ffe0c6;
    }
    .mini-step i{
      width:26px;height:26px;flex:0 0 26px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--red);color:#fff;font-style:normal;font-weight:800;font-size:13px;
    }
    .tier-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
    }
    .tier-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:8px;
      box-shadow:var(--shadow);
      padding:22px;
      position:relative;
      overflow:hidden;
      transition:.22s ease;
    }
    .tier-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-strong)}
    .tier-card.featured{border-color:#ffb38a}
    .tier-card.featured:before{
      content:"推荐";
      position:absolute;
      right:16px;
      top:16px;
      color:#fff;
      background:var(--red);
      border-radius:var(--pill);
      padding:4px 10px;
      font-size:12px;
      font-weight:800;
    }
    .tier-title{font-weight:900;font-size:19px;margin:12px 0 8px}
    .tier-price{display:flex;align-items:flex-end;gap:5px;margin:14px 0;color:var(--price)}
    .tier-price strong{font-size:34px;line-height:1;font-weight:900}
    .tier-price span{font-size:13px;color:var(--muted);padding-bottom:4px}
    .check-list{list-style:none;padding:0;margin:16px 0 20px;display:grid;gap:9px}
    .check-list li{display:flex;gap:8px;color:#514c46;font-size:14px}
    .check-list li:before{content:"✓";color:var(--gold);font-weight:900}
    .hot-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .hot-card{
      min-height:210px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:8px;
      padding:18px;
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      transition:.22s ease;
    }
    .hot-card:hover{transform:translateY(-3px);border-color:#ffc3a7}
    .hot-card h3{font-size:17px;font-weight:900;margin:14px 0 8px}
    .hot-card p{font-size:14px;color:var(--muted);margin:0}
    .hot-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:18px}
    .hot-meta strong{color:var(--price);font-size:18px}
    .safe-strip{
      background:var(--ink);
      color:#fff;
    }
    .safe-grid{
      display:grid;
      grid-template-columns:repeat(6,minmax(0,1fr));
      gap:12px;
    }
    .safe-item{
      padding:18px 14px;
      border-radius:8px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.12);
      min-height:126px;
    }
    .safe-icon{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(201,154,46,.18);
      color:#ffd27a;
      font-weight:900;
      margin-bottom:12px;
    }
    .safe-item b{display:block;font-size:15px;margin-bottom:5px}
    .safe-item span{font-size:13px;color:#d8cfc7}
    .wall{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .bubble{
      background:#fff;
      border:1px solid var(--line);
      border-radius:8px;
      padding:18px;
      box-shadow:var(--shadow);
    }
    .bubble-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
    .avatar{
      width:38px;height:38px;border-radius:50%;
      background:linear-gradient(135deg,#2b2b2b,var(--red));
      color:#fff;display:grid;place-items:center;font-weight:900;
      flex:0 0 38px;
    }
    .bubble b{font-size:15px}
    .bubble small{display:block;color:var(--muted)}
    .bubble p{margin:0;color:#514c46;font-size:14px}
    .news-layout{
      display:grid;
      grid-template-columns:1.45fr .75fr;
      gap:22px;
      align-items:start;
    }
    .news-list,.side-rank{
      background:#fff;
      border:1px solid var(--line);
      border-radius:8px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .news-row{
      display:grid;
      grid-template-columns:92px 1fr auto;
      gap:16px;
      align-items:center;
      padding:16px 18px;
      border-bottom:1px solid var(--line);
    }
    .news-row:last-child{border-bottom:0}
    .date-chip{
      border-radius:8px;
      background:var(--paper-2);
      border:1px solid var(--line);
      padding:8px;
      text-align:center;
      color:var(--red);
      font-weight:900;
      line-height:1.1;
    }
    .date-chip span{display:block;font-size:12px;color:var(--muted);font-weight:700;margin-top:4px}
    .news-row a{font-weight:900;color:var(--text)}
    .news-row a:hover{color:var(--red);text-decoration:underline;text-underline-offset:3px}
    .news-row p{margin:5px 0 0;font-size:14px;color:var(--muted)}
    .status{font-size:13px;color:var(--gold);font-weight:800;white-space:nowrap}
    .side-rank{padding:18px}
    .rank-item{
      display:flex;
      gap:12px;
      padding:13px 0;
      border-bottom:1px solid var(--line);
    }
    .rank-item:last-child{border-bottom:0}
    .rank-num{
      width:28px;height:28px;border-radius:50%;
      background:#fff0e8;color:var(--red);
      display:grid;place-items:center;
      font-weight:900;
      flex:0 0 28px;
    }
    .rank-item b{font-size:14px}
    .rank-item span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion-item{
      border:1px solid var(--line);
      border-radius:8px!important;
      overflow:hidden;
      margin-bottom:12px;
      background:#fff;
      box-shadow:0 6px 16px rgba(0,0,0,.04);
    }
    .accordion-button{
      font-weight:900;
      color:var(--text);
      background:#fff;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--red);
      background:#fff6ef;
    }
    .accordion-button:focus{box-shadow:none;border-color:transparent}
    .accordion-body{color:#5a554f;font-size:15px;padding:0 20px 20px}
    .support-cta{
      background:
        linear-gradient(135deg,rgba(232,52,35,.96),rgba(255,122,26,.94)),
        linear-gradient(90deg,#e83423,#ff7a1a);
      color:#fff;
      border-radius:8px;
      padding:34px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      box-shadow:var(--shadow-strong);
    }
    .support-cta h2{margin:0 0 8px;font-weight:900;font-size:28px}
    .support-cta p{margin:0;color:#fff4eb;max-width:720px}
    .support-price{
      min-width:230px;
      border-radius:8px;
      background:rgba(17,17,17,.18);
      border:1px solid rgba(255,255,255,.22);
      padding:18px;
      text-align:center;
    }
    .support-price strong{font-size:36px;line-height:1;font-weight:900}
    .support-price span{display:block;font-size:13px;margin-top:6px;color:#ffe7d6}
    .site-footer{
      background:#111;
      color:#eee;
      padding:48px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr .7fr;
      gap:28px;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand{font-size:20px;font-weight:900;margin-bottom:10px}
    .footer-text{color:#c9c1ba;font-size:14px;margin:0;max-width:620px}
    .footer-title{font-weight:900;margin-bottom:12px;color:#fff}
    .footer-links{display:grid;gap:8px}
    .footer-links a{color:#c9c1ba;font-size:14px}
    .footer-links a:hover{color:#ffb088}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:#aaa19a;
      font-size:13px;
      padding-top:22px;
    }
    .offcanvas{
      background:#151515;
      color:#fff;
    }
    .offcanvas .nav-link{
      color:#fff;
      border-radius:8px;
      padding:12px 14px;
      font-weight:800;
    }
    .offcanvas .nav-link.active{background:linear-gradient(135deg,var(--red),var(--orange))}
    .offcanvas .nav-link:hover{background:rgba(255,255,255,.08)}
    @media (max-width:1024px){
      .hero-stage{padding:42px;min-height:560px}
      .hero-stage:after{width:36%;right:28px}
      .quick-stack{position:relative;right:auto;bottom:auto;width:100%;max-width:520px;margin-top:28px}
      .tier-grid,.wall{grid-template-columns:repeat(2,minmax(0,1fr))}
      .hot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .safe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .goal-grid,.news-layout{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .site-wrap{background:linear-gradient(180deg,#111 0,#181818 520px,var(--paper) 521px)}
      .site-header{top:8px;padding:8px 10px 0}
      .pill-nav{border-radius:24px}
      .navbar-brand{font-size:16px;max-width:260px}
      .age-alert{border-radius:8px;align-items:flex-start;text-align:left}
      .section{padding:52px 0}
      .section-head{display:block}
      .section-title{font-size:25px}
      .hero{padding-top:34px}
      .hero-stage{padding:28px 20px;min-height:auto}
      .hero-stage:after{display:none}
      .hero h1{font-size:32px}
      .hero p{font-size:15px}
      .hero-kpis{grid-template-columns:1fr}
      .quick-stack{max-width:none}
      .ticker-inner{align-items:flex-start;border-radius:8px}
      .goal-stats,.tier-grid,.hot-grid,.safe-grid,.wall,.footer-grid{grid-template-columns:1fr}
      .news-row{grid-template-columns:1fr;gap:10px}
      .status{white-space:normal}
      .support-cta{grid-template-columns:1fr;padding:24px}
      .support-price{min-width:0}
      .copyright{display:block}
      .copyright span{display:block;margin-top:6px}
    }
    @media (max-width:520px){
      .container-xl{padding-left:16px;padding-right:16px}
      .btn-main,.btn-ghost,.btn-darkline{width:100%;padding-left:14px;padding-right:14px}
      .hero-actions{width:100%}
      .kpi{min-height:auto}
      .tier-price strong,.support-price strong{font-size:30px}
      .safe-item{min-height:auto}
    }

/* roulang page: category2 */
:root {
      --bg-ink: #111111;
      --bg-charcoal: #181818;
      --bg-paper: #f7f4ef;
      --bg-soft: #f2eee8;
      --text-main: #222222;
      --text-muted: #756f68;
      --line: #e9e2d8;
      --red: #e83423;
      --red-dark: #c92317;
      --orange: #ff7a1a;
      --price: #ff3d00;
      --gold: #c99a2e;
      --white: #ffffff;
      --radius-sm: 6px;
      --radius: 8px;
      --radius-pill: 999px;
      --shadow: 0 8px 24px rgba(0, 0, 0, .08);
      --shadow-strong: 0 14px 34px rgba(20, 14, 8, .14);
      --container: 1200px;
      --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font);
      color: var(--text-main);
      background:
        radial-gradient(circle at 8% 0%, rgba(232, 52, 35, .08), transparent 30%),
        linear-gradient(180deg, #161616 0, #161616 310px, var(--bg-paper) 310px, var(--bg-paper) 100%);
      line-height: 1.65;
      letter-spacing: 0;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    a:hover {
      color: var(--red);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    .container-xl {
      max-width: var(--container);
    }

    .site-header {
      position: sticky;
      top: 16px;
      z-index: 1030;
      width: min(var(--container), calc(100% - 32px));
      margin: 16px auto 0;
    }

    .pill-nav {
      padding: 10px 14px;
      border-radius: var(--radius-pill);
      background: rgba(17, 17, 17, .9);
      border: 1px solid rgba(255, 255, 255, .13);
      box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
      backdrop-filter: blur(12px);
    }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--white);
      font-size: 18px;
      font-weight: 800;
      white-space: normal;
      line-height: 1.2;
    }

    .navbar-brand:hover {
      color: var(--white);
    }

    .brand-mark {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: var(--white);
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 8px 18px rgba(232, 52, 35, .35);
      flex: 0 0 auto;
    }

    .navbar-nav {
      gap: 8px;
    }

    .nav-link {
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
      font-weight: 700;
      padding: 9px 15px !important;
      border-radius: var(--radius-pill);
      position: relative;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--white);
      background: rgba(255, 122, 26, .14);
      outline: none;
    }

    .nav-link.active {
      color: var(--white) !important;
      background: linear-gradient(135deg, rgba(232, 52, 35, .9), rgba(255, 122, 26, .9));
      box-shadow: 0 8px 18px rgba(232, 52, 35, .2);
    }

    .navbar-toggler {
      border: 0;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .1);
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 3px rgba(255, 122, 26, .28);
    }

    .navbar-toggler-icon {
      filter: invert(1);
    }

    .offcanvas {
      background: var(--bg-ink);
      color: var(--white);
    }

    .offcanvas .nav-link {
      margin-bottom: 8px;
      color: rgba(255, 255, 255, .82);
    }

    .age-strip {
      width: min(var(--container), calc(100% - 32px));
      margin: 18px auto 0;
      padding: 10px 14px;
      border-radius: var(--radius-pill);
      background: rgba(255, 255, 255, .08);
      color: rgba(255, 255, 255, .82);
      border: 1px solid rgba(255, 255, 255, .12);
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .age-strip i {
      color: var(--orange);
      font-size: 16px;
      flex: 0 0 auto;
    }

    .hero {
      padding: 56px 0 44px;
      color: var(--white);
    }

    .breadcrumb-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin-bottom: 18px;
      font-size: 13px;
      color: rgba(255, 255, 255, .62);
    }

    .breadcrumb-wrap a:hover {
      color: var(--orange);
      text-decoration: underline;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 430px;
      gap: 34px;
      align-items: stretch;
    }

    .hero-copy {
      min-width: 0;
      padding: 12px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: var(--radius-pill);
      color: #ffe5d5;
      background: rgba(255, 122, 26, .12);
      border: 1px solid rgba(255, 122, 26, .28);
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 18px;
    }

    h1 {
      margin: 0;
      font-size: 44px;
      line-height: 1.16;
      font-weight: 800;
      letter-spacing: 0;
      max-width: 850px;
    }

    .hero-lead {
      margin: 18px 0 0;
      max-width: 790px;
      color: rgba(255, 255, 255, .76);
      font-size: 16px;
    }

    .hero-actions {
      margin-top: 26px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .btn-main,
    .btn-soft,
    .btn-darkline {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px 18px;
      border-radius: var(--radius-pill);
      border: 1px solid transparent;
      font-weight: 800;
      font-size: 14px;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    }

    .btn-main {
      color: var(--white);
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 12px 26px rgba(232, 52, 35, .28);
    }

    .btn-main:hover,
    .btn-main:focus {
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(232, 52, 35, .34);
      outline: none;
    }

    .btn-main:active,
    .btn-soft:active,
    .btn-darkline:active {
      transform: translateY(0);
    }

    .btn-soft {
      color: #ffe4d6;
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .18);
    }

    .btn-soft:hover,
    .btn-soft:focus {
      color: var(--white);
      background: rgba(255, 122, 26, .15);
      border-color: rgba(255, 122, 26, .45);
      outline: none;
    }

    .btn-darkline {
      color: var(--red);
      background: #fff8f3;
      border-color: rgba(232, 52, 35, .22);
    }

    .btn-darkline:hover,
    .btn-darkline:focus {
      color: var(--white);
      background: var(--red);
      box-shadow: 0 10px 22px rgba(232, 52, 35, .18);
      outline: none;
    }

    .hero-panel {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      background:
        linear-gradient(160deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)),
        linear-gradient(180deg, #241512, #151515);
      border: 1px solid rgba(255, 255, 255, .14);
      box-shadow: 0 20px 46px rgba(0, 0, 0, .35);
      padding: 22px;
      min-height: 420px;
    }

    .hero-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255, 122, 26, .12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 122, 26, .08) 1px, transparent 1px);
      background-size: 34px 34px;
      opacity: .5;
      pointer-events: none;
    }

    .deal-card {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, .94);
      color: var(--text-main);
      border-radius: var(--radius);
      padding: 18px;
      box-shadow: var(--shadow-strong);
    }

    .deal-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 14px;
    }

    .deal-title {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.35;
    }

    .hot-badge,
    .tag,
    .mini-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      border-radius: var(--radius-pill);
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .hot-badge {
      padding: 6px 10px;
      color: var(--white);
      background: var(--price);
    }

    .tag {
      padding: 5px 9px;
      color: var(--red-dark);
      background: #fff1ea;
      border: 1px solid rgba(232, 52, 35, .16);
    }

    .mini-badge {
      padding: 4px 8px;
      color: #7a5411;
      background: #fff6da;
      border: 1px solid rgba(201, 154, 46, .18);
    }

    .price-row {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin: 12px 0;
    }

    .price {
      color: var(--price);
      font-size: 38px;
      line-height: 1;
      font-weight: 800;
    }

    .price small {
      font-size: 16px;
      font-weight: 800;
    }

    .price-note {
      color: var(--text-muted);
      font-size: 13px;
    }

    .deal-list {
      margin: 14px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .deal-list li {
      display: flex;
      gap: 9px;
      align-items: flex-start;
      color: #4c4741;
      font-size: 14px;
    }

    .deal-list i {
      color: var(--gold);
      margin-top: 2px;
    }

    .floating-note {
      position: relative;
      z-index: 1;
      margin-top: 16px;
      padding: 14px;
      border-radius: var(--radius);
      background: rgba(17, 17, 17, .68);
      border: 1px solid rgba(255, 255, 255, .12);
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
    }

    main {
      background: var(--bg-paper);
    }

    .section {
      padding: 58px 0;
    }

    .section-tight {
      padding: 42px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: end;
      margin-bottom: 22px;
    }

    .section-kicker {
      color: var(--red);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 6px;
    }

    .section-title {
      margin: 0;
      font-size: 30px;
      line-height: 1.25;
      font-weight: 800;
      letter-spacing: 0;
    }

    .section-desc {
      margin: 8px 0 0;
      color: var(--text-muted);
      max-width: 760px;
      font-size: 15px;
    }

    .notice-line {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      color: #514a43;
      font-size: 14px;
    }

    .notice-line i {
      color: var(--orange);
      font-size: 18px;
    }

    .benefit-board {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .benefit-header,
    .benefit-row {
      display: grid;
      grid-template-columns: 1.1fr .9fr .9fr .9fr 190px;
      align-items: stretch;
    }

    .benefit-header {
      background: #201715;
      color: var(--white);
      font-weight: 800;
      font-size: 14px;
    }

    .benefit-header div,
    .benefit-row div {
      padding: 16px;
      border-right: 1px solid rgba(233, 226, 216, .8);
    }

    .benefit-header div:last-child,
    .benefit-row div:last-child {
      border-right: 0;
    }

    .benefit-row {
      border-top: 1px solid var(--line);
      background: #fff;
    }

    .benefit-row:nth-child(odd) {
      background: #fffcf8;
    }

    .benefit-name {
      font-weight: 800;
      color: var(--text-main);
    }

    .benefit-sub {
      margin-top: 3px;
      color: var(--text-muted);
      font-size: 13px;
    }

    .check-text {
      display: flex;
      gap: 7px;
      align-items: center;
      font-weight: 700;
      color: #48413a;
      font-size: 14px;
    }

    .check-text i {
      color: var(--gold);
    }

    .table-price {
      color: var(--price);
      font-size: 24px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    .table-price small {
      font-size: 12px;
      color: var(--text-muted);
      font-weight: 700;
    }

    .safe-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }

    .safe-item {
      min-height: 132px;
      padding: 18px 14px;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .safe-item:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-strong);
      border-color: rgba(232, 52, 35, .24);
    }

    .safe-icon {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      background: #fff6da;
      margin-bottom: 12px;
      font-size: 20px;
    }

    .safe-title {
      font-weight: 800;
      margin-bottom: 3px;
    }

    .safe-text {
      color: var(--text-muted);
      font-size: 13px;
      margin: 0;
      line-height: 1.55;
    }

    .content-split {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) 360px;
      gap: 22px;
      align-items: start;
    }

    .flow-list {
      display: grid;
      gap: 14px;
    }

    .flow-item {
      display: grid;
      grid-template-columns: 62px minmax(0, 1fr) 128px;
      gap: 14px;
      align-items: center;
      padding: 16px;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      min-height: 112px;
    }

    .flow-num {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      background: linear-gradient(135deg, var(--red), var(--orange));
      font-weight: 800;
      box-shadow: 0 8px 18px rgba(232, 52, 35, .2);
    }

    .flow-title {
      font-weight: 800;
      margin-bottom: 4px;
      font-size: 17px;
    }

    .flow-text {
      color: var(--text-muted);
      margin: 0;
      font-size: 14px;
    }

    .flow-meta {
      text-align: right;
    }

    .side-panel {
      border-radius: var(--radius);
      background: #181818;
      color: var(--white);
      border: 1px solid rgba(255, 255, 255, .1);
      box-shadow: var(--shadow-strong);
      overflow: hidden;
    }

    .side-panel-head {
      padding: 18px;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      background: linear-gradient(135deg, rgba(232, 52, 35, .22), rgba(255, 122, 26, .12));
    }

    .side-panel-title {
      font-weight: 800;
      font-size: 18px;
    }

    .side-panel-body {
      padding: 18px;
    }

    .rank-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .rank-list li {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .rank-list li:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .rank-no {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      background: var(--red);
      font-size: 12px;
      font-weight: 800;
    }

    .rank-title {
      color: var(--white);
      font-weight: 800;
      line-height: 1.35;
    }

    .rank-desc {
      color: rgba(255, 255, 255, .58);
      margin-top: 3px;
      font-size: 13px;
    }

    .review-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .review-item {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: var(--shadow);
      min-height: 152px;
    }

    .review-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
    }

    .review-name {
      font-weight: 800;
    }

    .stars {
      color: var(--gold);
      font-size: 13px;
      white-space: nowrap;
    }

    .review-text {
      color: #514a43;
      font-size: 14px;
      margin: 0;
    }

    .review-date {
      color: var(--text-muted);
      font-size: 12px;
      margin-top: 12px;
    }

    .promo {
      padding: 26px;
      border-radius: var(--radius);
      background:
        linear-gradient(120deg, #231512, #111 58%),
        var(--bg-ink);
      color: var(--white);
      box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
      overflow: hidden;
      position: relative;
    }

    .promo::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -110px;
      width: 260px;
      height: 260px;
      border: 42px solid rgba(255, 122, 26, .13);
      border-radius: 50%;
    }

    .promo-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
    }

    .promo-title {
      font-size: 28px;
      font-weight: 800;
      line-height: 1.25;
      margin: 0 0 8px;
    }

    .promo-text {
      color: rgba(255, 255, 255, .72);
      margin: 0;
      max-width: 720px;
      font-size: 15px;
    }

    .promo-price {
      text-align: right;
      min-width: 220px;
    }

    .promo-price .num {
      color: var(--orange);
      font-size: 46px;
      line-height: 1;
      font-weight: 800;
    }

    .promo-price .label {
      color: rgba(255, 255, 255, .62);
      font-size: 13px;
      margin-top: 4px;
    }

    .faq-wrap {
      max-width: 900px;
      margin: 0 auto;
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      border: 1px solid var(--line);
      border-radius: var(--radius) !important;
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .accordion-button {
      font-weight: 800;
      color: var(--text-main);
      background: var(--white);
      padding: 17px 18px;
      letter-spacing: 0;
    }

    .accordion-button:not(.collapsed) {
      color: var(--red-dark);
      background: #fff7f2;
      box-shadow: none;
    }

    .accordion-button:focus {
      border-color: rgba(232, 52, 35, .34);
      box-shadow: 0 0 0 3px rgba(232, 52, 35, .12);
    }

    .accordion-body {
      color: var(--text-muted);
      padding: 0 18px 18px;
      font-size: 14px;
    }

    .site-footer {
      background: #101010;
      color: var(--white);
      padding: 46px 0 24px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.5fr) .8fr .8fr;
      gap: 34px;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer-brand {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 10px;
    }

    .footer-text {
      color: rgba(255, 255, 255, .62);
      margin: 0;
      max-width: 560px;
      font-size: 14px;
    }

    .footer-title {
      font-weight: 800;
      margin-bottom: 12px;
      color: #fff2e9;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .64);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--orange);
      text-decoration: underline;
    }

    .copyright {
      padding-top: 18px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, .5);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      body {
        background: linear-gradient(180deg, #161616 0, #161616 420px, var(--bg-paper) 420px, var(--bg-paper) 100%);
      }

      .hero-grid,
      .content-split {
        grid-template-columns: 1fr;
      }

      .hero-panel {
        min-height: auto;
      }

      .benefit-board {
        overflow-x: auto;
      }

      .benefit-header,
      .benefit-row {
        min-width: 920px;
      }

      .safe-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .review-strip {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-header {
        width: min(100% - 20px, var(--container));
        top: 10px;
        margin-top: 10px;
      }

      .pill-nav {
        border-radius: 24px;
      }

      .navbar-brand {
        font-size: 15px;
        max-width: calc(100% - 56px);
      }

      .brand-mark {
        width: 32px;
        height: 32px;
      }

      .age-strip {
        width: min(100% - 20px, var(--container));
        border-radius: var(--radius);
        align-items: flex-start;
      }

      .hero {
        padding: 36px 0 34px;
      }

      h1 {
        font-size: 31px;
      }

      .hero-lead {
        font-size: 15px;
      }

      .hero-actions,
      .promo-inner {
        display: grid;
        grid-template-columns: 1fr;
      }

      .btn-main,
      .btn-soft,
      .btn-darkline {
        width: 100%;
      }

      .section {
        padding: 42px 0;
      }

      .section-head {
        grid-template-columns: 1fr;
      }

      .section-title {
        font-size: 25px;
      }

      .safe-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .flow-item {
        grid-template-columns: 46px minmax(0, 1fr);
      }

      .flow-meta {
        grid-column: 1 / -1;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .promo {
        padding: 22px;
      }

      .promo-price {
        text-align: left;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
    }

    @media (max-width: 520px) {
      body {
        background: linear-gradient(180deg, #161616 0, #161616 500px, var(--bg-paper) 500px, var(--bg-paper) 100%);
      }

      h1 {
        font-size: 28px;
      }

      .hero-panel {
        padding: 16px;
      }

      .deal-card {
        padding: 15px;
      }

      .deal-top,
      .review-top {
        align-items: flex-start;
        flex-direction: column;
      }

      .price {
        font-size: 32px;
      }

      .safe-grid {
        grid-template-columns: 1fr;
      }

      .notice-line {
        align-items: flex-start;
      }

      .promo-title {
        font-size: 24px;
      }

      .promo-price .num {
        font-size: 38px;
      }

      .copyright {
        display: grid;
      }
    }

/* roulang page: category1 */
:root {
      --bg-dark: #111111;
      --bg-ink: #181818;
      --bg-soft: #f7f4ef;
      --bg-card: #fffaf3;
      --text: #222222;
      --muted: #6d6258;
      --line: #e9e2d8;
      --red: #e83423;
      --red-deep: #c91f14;
      --orange: #ff7a1a;
      --price: #ff3d00;
      --gold: #c99a2e;
      --radius: 8px;
      --pill: 999px;
      --shadow: 0 8px 24px rgba(0, 0, 0, .08);
      --shadow-strong: 0 18px 42px rgba(17, 17, 17, .16);
      --container: 1240px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      background: linear-gradient(180deg, #121212 0, #181818 330px, var(--bg-soft) 331px);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.65;
      letter-spacing: 0;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    a:hover {
      color: var(--red);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    .btn {
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    textarea:focus-visible {
      outline: 3px solid rgba(255, 122, 26, .35);
      outline-offset: 3px;
    }

    .container-xl {
      max-width: var(--container);
    }

    .site-header {
      position: sticky;
      top: 16px;
      z-index: 50;
      width: min(calc(100% - 32px), var(--container));
      margin: 16px auto 0;
    }

    .pill-nav {
      padding: 10px 14px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--pill);
      background: rgba(17, 17, 17, .9);
      box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
      backdrop-filter: blur(14px);
    }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      font-weight: 800;
      font-size: 18px;
      min-width: 0;
    }

    .navbar-brand:hover {
      color: #fff;
    }

    .brand-mark {
      display: inline-grid;
      width: 34px;
      height: 34px;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 8px 20px rgba(232, 52, 35, .35);
      font-weight: 800;
    }

    .navbar-nav {
      gap: 8px;
    }

    .nav-link {
      color: rgba(255, 255, 255, .78);
      border-radius: var(--pill);
      padding: 9px 16px !important;
      font-size: 15px;
      font-weight: 700;
      white-space: nowrap;
    }

    .nav-link:hover {
      color: #fff;
      background: rgba(255, 122, 26, .16);
    }

    .nav-link.active {
      color: #fff !important;
      background: linear-gradient(135deg, rgba(232, 52, 35, .95), rgba(255, 122, 26, .9));
      box-shadow: 0 8px 18px rgba(232, 52, 35, .28);
    }

    .navbar-toggler {
      border: 1px solid rgba(255, 255, 255, .2);
      border-radius: var(--pill);
      padding: 8px 10px;
      background: rgba(255, 255, 255, .06);
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 3px rgba(255, 122, 26, .25);
    }

    .navbar-toggler-icon {
      filter: invert(1);
    }

    .offcanvas {
      background: #151515;
      color: #fff;
    }

    .offcanvas .nav-link {
      color: rgba(255, 255, 255, .82);
      margin-bottom: 8px;
    }

    .age-strip {
      width: min(calc(100% - 32px), var(--container));
      margin: 18px auto 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 10px 16px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--pill);
      color: rgba(255, 255, 255, .82);
      background: rgba(255, 255, 255, .06);
      font-size: 14px;
    }

    .age-strip strong {
      color: #fff;
    }

    .age-strip .badge {
      border-radius: var(--pill);
      background: rgba(255, 122, 26, .18) !important;
      color: #ffd4b6;
      font-weight: 700;
    }

    .breadcrumb-wrap {
      padding: 34px 0 8px;
      color: rgba(255, 255, 255, .72);
    }

    .breadcrumb {
      margin: 0;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
      color: rgba(255, 255, 255, .72);
      font-size: 14px;
    }

    .breadcrumb-item.active {
      color: #fff;
      font-weight: 700;
    }

    .breadcrumb-item + .breadcrumb-item::before {
      color: rgba(255, 255, 255, .42);
    }

    .category-hero {
      padding: 20px 0 56px;
      color: #fff;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
      gap: 28px;
      align-items: stretch;
    }

    .hero-copy {
      padding: 18px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      padding: 8px 12px;
      border: 1px solid rgba(255, 122, 26, .32);
      border-radius: var(--pill);
      color: #ffd7bd;
      background: rgba(255, 122, 26, .12);
      font-size: 14px;
      font-weight: 700;
    }

    h1 {
      margin: 0;
      max-width: 760px;
      font-size: 44px;
      line-height: 1.14;
      font-weight: 800;
      letter-spacing: 0;
    }

    .hero-lead {
      max-width: 720px;
      margin: 18px 0 0;
      color: rgba(255, 255, 255, .78);
      font-size: 17px;
      line-height: 1.8;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .btn-main {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 12px 22px;
      border: 0;
      border-radius: var(--pill);
      color: #fff !important;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 12px 26px rgba(232, 52, 35, .28);
      font-weight: 800;
    }

    .btn-main:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 32px rgba(232, 52, 35, .36);
      background: linear-gradient(135deg, var(--red-deep), #f56f12);
    }

    .btn-sub {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 11px 20px;
      border: 1px solid rgba(255, 255, 255, .22);
      border-radius: var(--pill);
      color: #fff !important;
      background: rgba(255, 255, 255, .08);
      font-weight: 800;
    }

    .btn-sub:hover {
      transform: translateY(-2px);
      background: rgba(255, 255, 255, .14);
      box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    }

    .schedule-panel {
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: #f7f4ef;
      color: var(--text);
      box-shadow: var(--shadow-strong);
      overflow: hidden;
    }

    .panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 18px;
      background: #fffaf3;
      border-bottom: 1px solid var(--line);
    }

    .panel-title {
      margin: 0;
      font-size: 18px;
      font-weight: 800;
    }

    .hot-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: var(--pill);
      padding: 6px 10px;
      color: #fff;
      background: var(--red);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }

    .time-list {
      display: grid;
      gap: 10px;
      padding: 16px;
    }

    .time-item {
      display: grid;
      grid-template-columns: 78px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      min-height: 76px;
      padding: 13px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    .time-item.featured {
      border-color: rgba(232, 52, 35, .35);
      box-shadow: 0 8px 20px rgba(232, 52, 35, .1);
    }

    .time {
      color: var(--red);
      font-size: 20px;
      line-height: 1;
      font-weight: 800;
    }

    .time small {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }

    .time-name {
      margin: 0;
      font-size: 16px;
      font-weight: 800;
    }

    .time-desc {
      margin: 3px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .price-pill {
      min-width: 76px;
      padding: 7px 10px;
      border-radius: var(--pill);
      color: #fff;
      text-align: center;
      background: var(--price);
      font-weight: 800;
      white-space: nowrap;
    }

    .panel-note {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      padding: 14px 18px 18px;
      color: var(--muted);
      font-size: 13px;
    }

    .main-content {
      background: var(--bg-soft);
    }

    .section {
      padding: 68px 0;
    }

    .section.compact {
      padding: 46px 0;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: end;
      margin-bottom: 24px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--red);
      font-size: 14px;
      font-weight: 800;
    }

    .section-title {
      margin: 6px 0 0;
      font-size: 30px;
      line-height: 1.25;
      font-weight: 800;
    }

    .section-desc {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow);
    }

    .filter-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 38px;
      padding: 8px 13px;
      border: 1px solid #f1d3c2;
      border-radius: var(--pill);
      color: #6b2a16;
      background: #fff7ef;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
    }

    .filter-chip.active,
    .filter-chip:hover {
      color: #fff;
      border-color: var(--red);
      background: var(--red);
    }

    .topic-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 22px;
      align-items: start;
    }

    .entry-list {
      display: grid;
      gap: 14px;
    }

    .entry-card {
      display: grid;
      grid-template-columns: 74px minmax(0, 1fr) 176px;
      gap: 18px;
      align-items: center;
      min-height: 142px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .entry-card:hover {
      transform: translateY(-2px);
      border-color: rgba(232, 52, 35, .28);
      box-shadow: var(--shadow);
    }

    .rank {
      display: grid;
      place-items: center;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--bg-ink), var(--red));
      font-size: 20px;
      font-weight: 800;
    }

    .entry-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 8px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 3px 8px;
      border-radius: var(--pill);
      background: #f2eee8;
      color: #6c5545;
      font-size: 12px;
      font-weight: 800;
    }

    .tag.hot {
      background: rgba(232, 52, 35, .12);
      color: var(--red);
    }

    .entry-title {
      margin: 0;
      font-size: 19px;
      font-weight: 800;
      line-height: 1.35;
    }

    .entry-desc {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .entry-deal {
      display: grid;
      gap: 9px;
      justify-items: stretch;
      text-align: right;
    }

    .deal-label {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }

    .deal-price {
      color: var(--price);
      font-size: 26px;
      line-height: 1;
      font-weight: 800;
    }

    .deal-price small {
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }

    .btn-mini {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 38px;
      padding: 8px 14px;
      border-radius: var(--pill);
      color: #fff !important;
      background: var(--red);
      font-size: 14px;
      font-weight: 800;
    }

    .btn-mini:hover {
      transform: translateY(-1px);
      background: var(--red-deep);
      box-shadow: 0 10px 18px rgba(232, 52, 35, .22);
    }

    .side-panel {
      position: sticky;
      top: 112px;
      display: grid;
      gap: 14px;
    }

    .side-card {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow);
    }

    .side-card.dark {
      color: #fff;
      border-color: rgba(255, 255, 255, .12);
      background: #171717;
    }

    .side-title {
      margin: 0 0 12px;
      font-size: 18px;
      font-weight: 800;
    }

    .quick-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .quick-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--muted);
      font-size: 14px;
    }

    .dark .quick-list li {
      color: rgba(255, 255, 255, .76);
    }

    .quick-list i {
      color: var(--gold);
      margin-top: 3px;
    }

    .promo-box {
      display: grid;
      gap: 10px;
      padding: 16px;
      border-radius: var(--radius);
      background: linear-gradient(135deg, #fff6eb, #ffe9dd);
      border: 1px solid #ffd2b4;
    }

    .promo-num {
      color: var(--price);
      font-size: 34px;
      line-height: 1;
      font-weight: 800;
    }

    .portal-band {
      background: #151515;
      color: #fff;
    }

    .security-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
    }

    .security-item {
      min-height: 132px;
      padding: 18px 14px;
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .06);
    }

    .security-icon {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      margin-bottom: 12px;
      border-radius: 50%;
      color: #5b3900;
      background: #f7d992;
      font-size: 20px;
    }

    .security-title {
      margin: 0 0 4px;
      font-size: 15px;
      font-weight: 800;
    }

    .security-text {
      margin: 0;
      color: rgba(255, 255, 255, .68);
      font-size: 13px;
      line-height: 1.5;
    }

    .steps-wrap {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 22px;
      align-items: stretch;
    }

    .step-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .step-list li {
      display: grid;
      grid-template-columns: 48px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    .step-num {
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      color: #fff;
      background: var(--bg-ink);
      font-weight: 800;
    }

    .step-list h3 {
      margin: 0 0 4px;
      font-size: 17px;
      font-weight: 800;
    }

    .step-list p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .compare-card {
      padding: 22px;
      border-radius: var(--radius);
      color: #fff;
      background: linear-gradient(150deg, #191919, #2a1712);
      box-shadow: var(--shadow);
    }

    .compare-row {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 13px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .12);
      color: rgba(255, 255, 255, .76);
    }

    .compare-row strong {
      color: #fff;
    }

    .review-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .review-card {
      min-height: 150px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    }

    .review-top {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 800;
    }

    .stars {
      color: var(--gold);
      white-space: nowrap;
    }

    .review-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .cta-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 24px;
      align-items: center;
      padding: 28px;
      border-radius: var(--radius);
      color: #fff;
      background: radial-gradient(circle at 20% 20%, rgba(255, 122, 26, .18), transparent 34%), #141414;
      box-shadow: var(--shadow-strong);
    }

    .cta-panel h2 {
      margin: 0 0 10px;
      font-size: 30px;
      font-weight: 800;
    }

    .cta-panel p {
      margin: 0;
      color: rgba(255, 255, 255, .74);
    }

    .price-board {
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .07);
    }

    .price-board .label {
      color: rgba(255, 255, 255, .66);
      font-size: 13px;
      font-weight: 800;
    }

    .price-board .big {
      color: #ffcc9f;
      font-size: 40px;
      line-height: 1.1;
      font-weight: 800;
    }

    .faq-wrap {
      max-width: 920px;
      margin: 0 auto;
    }

    .accordion {
      display: grid;
      gap: 10px;
    }

    .accordion-item {
      border: 1px solid var(--line);
      border-radius: var(--radius) !important;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    }

    .accordion-button {
      padding: 17px 18px;
      color: var(--text);
      background: #fff;
      font-weight: 800;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--red);
      background: #fff7ef;
    }

    .accordion-button::after {
      filter: sepia(1) saturate(2);
    }

    .accordion-body {
      color: var(--muted);
      padding: 0 18px 18px;
      font-size: 15px;
      line-height: 1.8;
    }

    .pagination {
      gap: 8px;
      margin: 24px 0 0;
    }

    .page-link {
      min-width: 40px;
      border: 1px solid var(--line);
      border-radius: var(--pill) !important;
      color: var(--text);
      background: #fff;
      text-align: center;
      font-weight: 800;
    }

    .page-link:hover,
    .page-item.active .page-link {
      color: #fff;
      border-color: var(--red);
      background: var(--red);
    }

    .site-footer {
      padding: 52px 0 26px;
      color: rgba(255, 255, 255, .74);
      background: #111111;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) .7fr .7fr;
      gap: 36px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .footer-brand {
      margin-bottom: 10px;
      color: #fff;
      font-size: 22px;
      font-weight: 800;
    }

    .footer-text {
      max-width: 560px;
      margin: 0;
      color: rgba(255, 255, 255, .64);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-title {
      margin-bottom: 12px;
      color: #fff;
      font-weight: 800;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .66);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: #ffb27a;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding-top: 20px;
      color: rgba(255, 255, 255, .5);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .topic-layout,
      .steps-wrap,
      .cta-panel {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
        grid-template-columns: repeat(2, 1fr);
      }

      .security-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .review-strip {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
      body {
        background: linear-gradient(180deg, #121212 0, #181818 460px, var(--bg-soft) 461px);
      }

      .site-header {
        top: 10px;
        width: min(calc(100% - 20px), var(--container));
        margin-top: 10px;
      }

      .pill-nav {
        border-radius: 24px;
      }

      .navbar-brand {
        font-size: 15px;
      }

      .brand-mark {
        width: 32px;
        height: 32px;
      }

      .age-strip {
        width: min(calc(100% - 20px), var(--container));
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
      }

      .breadcrumb-wrap {
        padding-top: 24px;
      }

      .category-hero {
        padding-bottom: 42px;
      }

      h1 {
        font-size: 32px;
      }

      .hero-lead {
        font-size: 15px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .btn-main,
      .btn-sub {
        width: 100%;
      }

      .time-item {
        grid-template-columns: 1fr;
        align-items: start;
      }

      .entry-card {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .entry-deal {
        text-align: left;
      }

      .section {
        padding: 48px 0;
      }

      .section-head {
        display: block;
      }

      .section-desc {
        margin-top: 10px;
      }

      .section-title {
        font-size: 25px;
      }

      .side-panel,
      .review-strip,
      .footer-grid,
      .security-grid {
        grid-template-columns: 1fr;
      }

      .cta-panel {
        padding: 22px;
      }

      .cta-panel h2 {
        font-size: 24px;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      .filter-bar {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
      }

      .filter-bar::-webkit-scrollbar {
        display: none;
      }

      .filter-chip {
        flex: 0 0 auto;
      }

      .rank {
        width: 48px;
        height: 48px;
        font-size: 17px;
      }

      .deal-price,
      .promo-num,
      .price-board .big {
        font-size: 30px;
      }
    }
