/* roulang page: index */
:root{
      --bg:#070707;
      --bg-2:#101015;
      --panel:#151318;
      --panel-2:#1b1718;
      --panel-3:#0f1620;
      --gold:#f3c76a;
      --gold-2:#b9852d;
      --gold-3:#ffe4a0;
      --bronze:#9a6330;
      --wine:#7d1f2a;
      --orange:#ff9e3d;
      --text:#f7efe1;
      --muted:#b9ad99;
      --soft:#7f7668;
      --line:rgba(243,199,106,.25);
      --line-2:rgba(255,255,255,.08);
      --shadow:0 24px 80px rgba(0,0,0,.42);
      --shadow-soft:0 12px 38px rgba(0,0,0,.26);
      --radius:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1240px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 6%,rgba(243,199,106,.14),transparent 26%),
        radial-gradient(circle at 88% 18%,rgba(125,31,42,.26),transparent 29%),
        linear-gradient(135deg,#050505 0%,#101014 47%,#090d14 100%);
      line-height:1.65;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.35));
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer;border:0}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .skip{position:absolute;left:-999px;top:12px;background:var(--gold);color:#111;padding:10px 14px;border-radius:10px;z-index:30}
    .skip:focus{left:16px}
    .site-header{
      position:sticky;
      top:0;
      z-index:20;
      padding:18px 0 10px;
      backdrop-filter:blur(14px);
    }
    .dock{
      width:min(1180px,calc(100% - 32px));
      margin:0 auto;
      display:flex;
      align-items:center;
      gap:14px;
      padding:10px;
      border:1px solid var(--line);
      border-radius:999px;
      background:linear-gradient(135deg,rgba(20,18,18,.88),rgba(12,14,18,.76));
      box-shadow:0 18px 50px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08);
    }
    .logo{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
      padding:9px 14px;
      border-radius:999px;
      background:rgba(243,199,106,.09);
      border:1px solid rgba(243,199,106,.18);
      font-weight:900;
      letter-spacing:.02em;
    }
    .logo-mark{
      width:30px;height:30px;border-radius:50%;
      display:grid;place-items:center;
      color:#17100a;
      background:linear-gradient(135deg,var(--gold-3),var(--gold-2));
      box-shadow:0 0 24px rgba(243,199,106,.28);
      font-size:14px;
      font-weight:950;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      flex:1;
      min-width:0;
    }
    .nav-links a{
      padding:10px 13px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      white-space:nowrap;
      transition:var(--ease);
    }
    .nav-links a:hover,.nav-links a.active{
      color:var(--text);
      background:rgba(255,255,255,.07);
      box-shadow:inset 0 0 0 1px rgba(243,199,106,.12);
    }
    .dock-search{
      display:flex;align-items:center;gap:8px;
      width:210px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid var(--line-2);
      background:rgba(0,0,0,.28);
    }
    .dock-search span{color:var(--gold);font-size:13px}
    .dock-search input{
      width:100%;
      min-width:0;
      color:var(--text);
      background:transparent;
      border:0;
      outline:0;
      font-size:13px;
    }
    .dock-search input::placeholder{color:#8c8375}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:850;
      letter-spacing:.01em;
      transition:var(--ease);
      border:1px solid transparent;
      user-select:none;
    }
    .btn-primary{
      color:#130f08;
      background:linear-gradient(135deg,var(--gold-3),var(--gold) 42%,var(--gold-2));
      box-shadow:0 16px 36px rgba(243,199,106,.22), inset 0 1px 0 rgba(255,255,255,.45);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 46px rgba(243,199,106,.3)}
    .btn-secondary{
      color:var(--text);
      border-color:rgba(243,199,106,.36);
      background:rgba(18,18,18,.65);
    }
    .btn-secondary:hover{transform:translateY(-2px);border-color:rgba(243,199,106,.68);background:rgba(243,199,106,.08)}
    .btn-ghost{
      color:var(--gold-3);
      padding-inline:8px;
      background:transparent;
    }
    .btn-ghost:hover{color:#fff;text-shadow:0 0 18px rgba(243,199,106,.45)}
    .badge,.tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      border:1px solid rgba(243,199,106,.28);
      background:rgba(243,199,106,.08);
      color:var(--gold-3);
      font-size:12px;
      font-weight:800;
      padding:7px 10px;
      line-height:1;
    }
    .tag{color:var(--muted);background:rgba(255,255,255,.045);border-color:var(--line-2)}
    .section{
      padding:74px 0;
      position:relative;
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:30px;
      margin-bottom:28px;
    }
    .eyebrow{
      color:var(--gold);
      font-size:13px;
      font-weight:900;
      letter-spacing:.16em;
      text-transform:uppercase;
      margin-bottom:8px;
    }
    h1,h2,h3{line-height:1.12;letter-spacing:-.04em}
    h1{
      font-size:clamp(42px,6vw,72px);
      max-width:980px;
      font-weight:950;
    }
    h2{font-size:clamp(28px,3.5vw,42px);font-weight:950}
    h3{font-size:21px;font-weight:900}
    .lead{color:var(--muted);font-size:17px;max-width:760px}
    .hero{
      padding:46px 0 38px;
    }
    .promo-stage{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      min-height:580px;
      padding:44px;
      border:1px solid rgba(243,199,106,.32);
      background:
        linear-gradient(125deg,rgba(0,0,0,.2),rgba(0,0,0,.75)),
        radial-gradient(circle at 78% 22%,rgba(243,199,106,.3),transparent 22%),
        linear-gradient(135deg,#191111 0%,#10151d 58%,#080808 100%);
      box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
    }
    .promo-stage:before{
      content:"";
      position:absolute;
      inset:-50% -20%;
      background:linear-gradient(90deg,transparent,rgba(243,199,106,.09),transparent);
      transform:rotate(-18deg);
      pointer-events:none;
    }
    .burst{
      position:absolute;
      right:38px;
      top:36px;
      width:132px;
      height:132px;
      display:grid;
      place-items:center;
      text-align:center;
      color:#130c05;
      font-weight:950;
      line-height:1.12;
      transform:rotate(9deg);
      background:conic-gradient(from 0deg,var(--gold),var(--gold-3),var(--orange),var(--gold));
      clip-path:polygon(50% 0%,60% 20%,82% 12%,78% 36%,100% 50%,78% 62%,86% 86%,62% 78%,50% 100%,38% 78%,14% 86%,22% 62%,0% 50%,22% 36%,18% 12%,40% 20%);
      box-shadow:0 16px 48px rgba(243,199,106,.28);
      z-index:2;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:34px;
      align-items:end;
      min-height:490px;
    }
    .hero-copy{
      align-self:center;
      max-width:760px;
    }
    .hero-copy p{
      margin-top:20px;
      max-width:720px;
      color:#d7cbb8;
      font-size:18px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:28px;
    }
    .stage-board{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .board-card{
      min-height:150px;
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(243,199,106,.22);
      background:linear-gradient(145deg,rgba(22,20,20,.88),rgba(10,13,17,.78));
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .board-card:hover{transform:translateY(-4px);border-color:rgba(243,199,106,.48)}
    .board-card.wide{grid-column:span 2;min-height:174px}
    .board-card:after{
      content:"";
      position:absolute;
      right:-40px;bottom:-60px;
      width:150px;height:150px;border-radius:50%;
      background:rgba(243,199,106,.08);
    }
    .board-kicker{font-size:12px;color:var(--gold);font-weight:900;letter-spacing:.12em}
    .board-title{margin-top:10px;font-size:26px;font-weight:950;letter-spacing:-.05em}
    .board-desc{margin-top:8px;color:var(--muted);font-size:14px}
    .mini-bars{display:grid;gap:8px;margin-top:16px}
    .mini-bars i{display:block;height:8px;border-radius:99px;background:linear-gradient(90deg,var(--gold),rgba(243,199,106,.12))}
    .directory{
      padding-top:36px;
    }
    .directory-wrap{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:22px;
      align-items:stretch;
    }
    .directory-panel,.card{
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(22,20,20,.86),rgba(12,13,17,.86));
      border-radius:var(--radius);
      box-shadow:var(--shadow-soft);
    }
    .directory-panel{padding:28px}
    .directory-panel p{color:var(--muted);margin-top:12px}
    .chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
    .directory-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .entry-card{
      padding:22px;
      border-radius:22px;
      border:1px solid var(--line-2);
      background:rgba(255,255,255,.045);
      transition:var(--ease);
      min-height:168px;
    }
    .entry-card:hover{transform:translateY(-3px);border-color:rgba(243,199,106,.45);background:rgba(243,199,106,.055)}
    .entry-card h3{margin-top:14px}
    .entry-card p{color:var(--muted);margin-top:9px;font-size:14px}
    .value-layout{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:18px;
    }
    .value-card{
      padding:26px;
      min-height:248px;
      border-radius:24px;
      border:1px solid var(--line);
      background:
        linear-gradient(180deg,rgba(243,199,106,.06),transparent 42%),
        rgba(18,18,20,.82);
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .value-card:nth-child(2){transform:translateY(26px);background:linear-gradient(180deg,rgba(125,31,42,.2),transparent 48%),rgba(18,18,20,.88)}
    .value-card:hover{transform:translateY(-4px);border-color:rgba(243,199,106,.58)}
    .value-card:nth-child(2):hover{transform:translateY(20px)}
    .value-num{
      width:48px;height:48px;border-radius:16px;
      display:grid;place-items:center;
      color:#140f08;
      font-weight:950;
      background:linear-gradient(135deg,var(--gold-3),var(--gold-2));
      margin-bottom:18px;
    }
    .value-card p{color:var(--muted);margin-top:12px}
    .showcase{
      overflow:hidden;
    }
    .carousel-shell{
      border:1px solid rgba(243,199,106,.28);
      border-radius:30px;
      padding:18px;
      background:linear-gradient(135deg,rgba(20,18,18,.86),rgba(8,11,15,.86));
      box-shadow:var(--shadow);
    }
    .carousel-track{
      display:flex;
      gap:18px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      padding-bottom:10px;
      scrollbar-color:var(--gold-2) rgba(255,255,255,.06);
    }
    .screen-card{
      flex:0 0 min(720px,82vw);
      aspect-ratio:16/9;
      scroll-snap-align:start;
      border-radius:24px;
      border:1px solid rgba(243,199,106,.26);
      background:
        linear-gradient(135deg,rgba(243,199,106,.08),transparent 42%),
        #101115;
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .screen-card:before{
      content:"";
      position:absolute;inset:16px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:18px;
      pointer-events:none;
    }
    .screen-top{display:flex;justify-content:space-between;gap:12px;align-items:center}
    .screen-lines{display:grid;gap:12px;margin-top:24px}
    .screen-line{
      height:42px;border-radius:14px;
      background:linear-gradient(90deg,rgba(243,199,106,.18),rgba(255,255,255,.05));
      border:1px solid rgba(255,255,255,.06);
      display:flex;align-items:center;justify-content:space-between;
      padding:0 14px;
      color:var(--muted);
      font-size:13px;
    }
    .screen-meta{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:22px;
    }
    .screen-meta span{
      padding:12px;
      border-radius:14px;
      background:rgba(0,0,0,.24);
      color:var(--gold-3);
      font-weight:850;
      text-align:center;
      border:1px solid rgba(243,199,106,.16);
    }
    .spec-grid{
      display:grid;
      grid-template-columns:1.05fr 1fr;
      gap:20px;
    }
    .spec-hero{
      padding:30px;
      border-radius:28px;
      border:1px solid var(--line);
      background:linear-gradient(140deg,rgba(125,31,42,.22),rgba(18,18,20,.86));
    }
    .spec-hero p{color:var(--muted);margin-top:14px}
    .spec-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .spec-item{
      padding:22px;
      border-radius:20px;
      border:1px solid var(--line-2);
      background:rgba(255,255,255,.045);
    }
    .spec-icon{
      font-size:24px;
      color:var(--gold);
      margin-bottom:12px;
    }
    .spec-item p{color:var(--muted);font-size:14px;margin-top:8px}
    .social-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-bottom:18px;
    }
    .metric{
      padding:20px;
      border-radius:22px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
    }
    .metric strong{display:block;font-size:30px;line-height:1;color:var(--gold-3)}
    .metric span{display:block;margin-top:8px;color:var(--muted);font-size:13px}
    .review-wall{
      display:grid;
      grid-template-columns:1.15fr .85fr 1fr;
      gap:16px;
      align-items:start;
    }
    .review{
      padding:22px;
      border-radius:24px;
      border:1px solid var(--line-2);
      background:linear-gradient(150deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
      transition:var(--ease);
    }
    .review.large{min-height:236px;border-color:rgba(243,199,106,.28)}
    .review:hover{transform:translateY(-3px);border-color:rgba(243,199,106,.42)}
    .stars{color:var(--gold);letter-spacing:2px;margin:12px 0}
    .review p{color:#d6cab8}
    .rating-bar{
      height:9px;border-radius:999px;background:rgba(255,255,255,.08);
      overflow:hidden;margin-top:14px;
    }
    .rating-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--orange))}
    .news-wrap{
      display:grid;
      grid-template-columns:1.4fr .6fr;
      gap:20px;
    }
    .news-list{
      border-radius:28px;
      border:1px solid var(--line);
      overflow:hidden;
      background:rgba(18,18,20,.78);
    }
    .news-item{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px 22px;
      border-bottom:1px solid var(--line-2);
      transition:var(--ease);
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:rgba(243,199,106,.06)}
    .news-date{
      color:var(--gold);
      font-weight:900;
      font-size:13px;
    }
    .news-item a{font-weight:900}
    .news-item p{color:var(--muted);font-size:14px;margin-top:4px}
    .news-arrow{color:var(--gold)}
    .recommend{
      padding:24px;
      border-radius:28px;
      border:1px solid rgba(243,199,106,.26);
      background:linear-gradient(150deg,rgba(125,31,42,.22),rgba(255,255,255,.035));
    }
    .recommend p{color:var(--muted);margin-top:12px}
    .recommend .btn{margin-top:20px;width:100%}
    .lead-download{
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .download-panel{
      padding:34px;
      border-radius:32px;
      border:1px solid rgba(243,199,106,.34);
      background:
        radial-gradient(circle at 90% 20%,rgba(243,199,106,.22),transparent 30%),
        linear-gradient(135deg,#211610,#101318);
      box-shadow:var(--shadow);
    }
    .download-panel p{color:var(--muted);margin-top:14px}
    .download-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
    .note-line{
      display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;
      color:var(--soft);
      font-size:13px;
    }
    .lead-form{
      padding:28px;
      border-radius:30px;
      border:1px solid var(--line);
      background:rgba(18,18,20,.82);
    }
    .form-row{display:grid;gap:8px;margin-bottom:14px}
    .form-row label{font-weight:850;color:var(--gold-3);font-size:13px}
    .form-row input{
      width:100%;
      border:1px solid var(--line-2);
      background:rgba(0,0,0,.26);
      color:var(--text);
      border-radius:14px;
      padding:13px 14px;
      outline:0;
      transition:var(--ease);
    }
    .form-row input:focus{
      border-color:rgba(243,199,106,.62);
      box-shadow:0 0 0 4px rgba(243,199,106,.12);
    }
    .form-hint{color:var(--soft);font-size:13px;margin-top:12px}
    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .faq-item{
      border:1px solid var(--line-2);
      border-radius:20px;
      background:rgba(255,255,255,.045);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      display:flex;justify-content:space-between;gap:16px;align-items:center;
      padding:18px 20px;
      color:var(--text);
      background:transparent;
      text-align:left;
      font-weight:900;
    }
    .faq-q span:last-child{color:var(--gold);font-size:20px}
    .faq-a{
      display:none;
      padding:0 20px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .faq-item.open .faq-a{display:block}
    .faq-item.open{border-color:rgba(243,199,106,.38)}
    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:18;
      width:min(760px,calc(100% - 32px));
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:10px 12px 10px 18px;
      border:1px solid rgba(243,199,106,.28);
      border-radius:999px;
      background:rgba(12,12,14,.82);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 50px rgba(0,0,0,.45);
    }
    .floating-cta p{color:var(--muted);font-size:14px}
    .site-footer{
      padding:56px 0 96px;
      border-top:1px solid var(--line-2);
      background:rgba(0,0,0,.22);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:30px;
    }
    .footer-brand strong{font-size:20px}
    .footer-brand p,.footer-col p{color:var(--muted);margin-top:12px}
    .footer-col h3{font-size:16px;margin-bottom:12px}
    .footer-col a{
      display:block;
      color:var(--muted);
      margin:8px 0;
      transition:var(--ease);
    }
    .footer-col a:hover{color:var(--gold)}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid var(--line-2);
      color:var(--soft);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    @media (max-width:1280px){
      .promo-stage{padding:36px}
      .burst{right:24px;top:24px}
    }
    @media (max-width:1024px){
      .dock{border-radius:28px;flex-wrap:wrap;justify-content:center}
      .nav-links{order:3;flex-basis:100%;justify-content:center;overflow-x:auto;padding-bottom:2px}
      .dock-search{width:190px}
      .hero-grid,.directory-wrap,.spec-grid,.news-wrap,.lead-download{grid-template-columns:1fr}
      .stage-board{max-width:720px}
      .value-layout{grid-template-columns:1fr}
      .value-card:nth-child(2){transform:none}
      .value-card:nth-child(2):hover{transform:translateY(-4px)}
      .review-wall{grid-template-columns:1fr 1fr}
      .social-strip{grid-template-columns:repeat(2,1fr)}
      .burst{width:104px;height:104px;font-size:13px}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .site-header{padding-top:10px}
      .dock{width:calc(100% - 18px);gap:8px;padding:8px;border-radius:24px}
      .logo{font-size:14px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .dock-search{order:2;flex:1;width:auto}
      .dock>.btn{display:none}
      .nav-links{justify-content:flex-start}
      .nav-links a{font-size:13px;padding:9px 11px}
      .section{padding:54px 0}
      .promo-stage{padding:26px 18px;border-radius:26px;min-height:auto}
      .hero-grid{min-height:auto;gap:26px}
      .hero-copy{padding-top:70px}
      .hero-copy p{font-size:16px}
      .stage-board,.directory-list,.spec-list,.faq-grid{grid-template-columns:1fr}
      .board-card.wide{grid-column:auto}
      .section-head{display:block}
      .section-head .lead{margin-top:12px}
      .review-wall{grid-template-columns:1fr}
      .news-item{grid-template-columns:1fr;gap:8px}
      .news-arrow{display:none}
      .footer-grid{grid-template-columns:1fr}
      .floating-cta{display:none}
      .download-buttons,.hero-actions{flex-direction:column}
      .btn{width:100%}
    }
    @media (max-width:480px){
      h1{font-size:38px}
      h2{font-size:28px}
      .burst{width:92px;height:92px;right:14px;top:14px}
      .screen-card{flex-basis:92vw;padding:18px}
      .screen-meta{grid-template-columns:1fr}
      .social-strip{grid-template-columns:1fr}
      .metric strong{font-size:26px}
    }

/* roulang page: category1 */
:root{
      --bg:#0d0b08;
      --bg-2:#15110d;
      --panel:#191510;
      --panel-2:#211a13;
      --text:#f7ead1;
      --muted:#b8a98e;
      --weak:#7d715f;
      --gold:#f4c766;
      --gold-2:#b88734;
      --gold-3:#fff1b8;
      --bronze:#8a5a2f;
      --wine:#491a1c;
      --orange:#e68732;
      --line:rgba(244,199,102,.24);
      --line-strong:rgba(244,199,102,.48);
      --shadow:0 24px 70px rgba(0,0,0,.48);
      --shadow-soft:0 16px 44px rgba(0,0,0,.32);
      --radius-lg:28px;
      --radius:20px;
      --radius-sm:14px;
      --container:1240px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 6%, rgba(244,199,102,.16), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(117,47,37,.28), transparent 32%),
        linear-gradient(135deg,#080706 0%,#12100d 42%,#070606 100%);
      line-height:1.7;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(244,199,102,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244,199,102,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,.2),transparent);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer;border:0}
    input{outline:none}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .site-header{
      position:sticky;
      top:18px;
      z-index:50;
      padding:18px 0 10px;
      pointer-events:none;
    }
    .dock{
      width:min(1180px,calc(100% - 40px));
      margin:0 auto;
      pointer-events:auto;
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:linear-gradient(135deg,rgba(21,17,13,.92),rgba(8,7,6,.88));
      box-shadow:0 18px 60px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
      backdrop-filter:blur(18px);
    }
    .logo{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:.2px;
      white-space:nowrap;
      color:var(--gold-3);
    }
    .logo-mark{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:50%;
      color:#140f09;
      font-weight:950;
      background:linear-gradient(135deg,var(--gold-3),var(--gold),var(--gold-2));
      box-shadow:0 0 0 4px rgba(244,199,102,.12),0 10px 26px rgba(244,199,102,.18);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      margin-left:6px;
      padding:4px;
      border-radius:999px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.05);
    }
    .nav-links a{
      padding:8px 13px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      transition:var(--ease);
      white-space:nowrap;
    }
    .nav-links a:hover,.nav-links a.active{
      color:#130e08;
      background:linear-gradient(135deg,var(--gold-3),var(--gold));
      box-shadow:0 8px 22px rgba(244,199,102,.18);
    }
    .dock-search{
      margin-left:auto;
      display:flex;
      align-items:center;
      gap:8px;
      height:42px;
      min-width:210px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(244,199,102,.18);
      background:rgba(0,0,0,.22);
      color:var(--gold);
    }
    .dock-search input{
      width:150px;
      border:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .dock-search input::placeholder{color:var(--weak)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border-radius:999px;
      font-weight:850;
      transition:var(--ease);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn-primary{
      color:#15100a;
      background:linear-gradient(135deg,var(--gold-3),var(--gold) 55%,var(--gold-2));
      box-shadow:0 14px 32px rgba(244,199,102,.28), inset 0 1px 0 rgba(255,255,255,.28);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(244,199,102,.38)}
    .btn-secondary{
      color:var(--gold-3);
      border-color:var(--line-strong);
      background:rgba(255,255,255,.035);
    }
    .btn-secondary:hover{transform:translateY(-2px);border-color:var(--gold);background:rgba(244,199,102,.08)}
    .btn-text{
      color:var(--muted);
      padding:0 8px;
      min-height:40px;
    }
    .btn-text:hover{color:var(--gold-3)}
    .btn:focus-visible,.dock-search input:focus-visible,a:focus-visible{
      outline:2px solid var(--gold);
      outline-offset:3px;
    }
    main{padding:34px 0 0}
    .notice-strip{
      margin:26px auto 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:14px 18px;
      border:1px solid var(--line);
      border-radius:999px;
      background:linear-gradient(135deg,rgba(244,199,102,.10),rgba(255,255,255,.035));
      box-shadow:var(--shadow-soft);
      color:var(--muted);
      font-size:14px;
    }
    .notice-strip strong{color:var(--gold-3)}
    .status-dot{
      width:9px;height:9px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 6px rgba(244,199,102,.12);
      flex:0 0 auto;
    }
    .hero{
      position:relative;
      padding:48px 0 46px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.06fr .94fr;
      gap:34px;
      align-items:stretch;
    }
    .hero-copy{
      padding:42px;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(25,21,16,.92),rgba(12,10,8,.84)),
        radial-gradient(circle at 20% 20%,rgba(244,199,102,.14),transparent 36%);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-copy:after{
      content:"";
      position:absolute;
      right:-90px;
      bottom:-110px;
      width:260px;
      height:260px;
      border-radius:50%;
      border:1px solid rgba(244,199,102,.18);
      background:radial-gradient(circle,rgba(244,199,102,.10),transparent 62%);
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--gold-3);
      background:rgba(244,199,102,.10);
      border:1px solid rgba(244,199,102,.24);
      font-size:13px;
      font-weight:800;
      margin-bottom:18px;
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 5px rgba(230,135,50,.14);
    }
    h1{
      position:relative;
      z-index:1;
      font-size:clamp(38px,5vw,58px);
      line-height:1.08;
      letter-spacing:-1.6px;
      font-weight:950;
      max-width:720px;
      margin-bottom:18px;
    }
    .lead{
      position:relative;
      z-index:1;
      max-width:670px;
      color:var(--muted);
      font-size:18px;
      margin-bottom:28px;
    }
    .hero-actions{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:28px;
    }
    .badge-row{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .medal{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(244,199,102,.22);
      background:rgba(0,0,0,.22);
      color:var(--gold-3);
      font-size:13px;
      font-weight:750;
    }
    .medal span{
      width:22px;height:22px;border-radius:50%;
      display:grid;place-items:center;
      color:#160f07;
      background:linear-gradient(135deg,var(--gold-3),var(--gold-2));
      font-size:12px;
      font-weight:950;
    }
    .launch-panel{
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:linear-gradient(160deg,rgba(33,26,19,.92),rgba(10,9,8,.9));
      box-shadow:var(--shadow);
      padding:26px;
      position:relative;
      overflow:hidden;
    }
    .launch-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,transparent,rgba(244,199,102,.08),transparent),
        radial-gradient(circle at 80% 14%,rgba(230,135,50,.18),transparent 30%);
      pointer-events:none;
    }
    .count-ring{
      position:relative;
      width:188px;
      height:188px;
      margin:4px auto 24px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:
        conic-gradient(var(--gold) 0 78%,rgba(244,199,102,.13) 78% 100%),
        radial-gradient(circle,#17120d 0 59%,transparent 60%);
      box-shadow:0 0 0 10px rgba(244,199,102,.06),0 20px 45px rgba(0,0,0,.35);
    }
    .count-ring:after{
      content:"";
      position:absolute;
      inset:12px;
      border-radius:50%;
      background:linear-gradient(145deg,#100d0a,#201811);
      border:1px solid rgba(244,199,102,.28);
    }
    .count-ring .inner{
      position:relative;
      z-index:1;
      text-align:center;
    }
    .count-ring strong{
      display:block;
      font-size:42px;
      line-height:1;
      color:var(--gold-3);
      letter-spacing:-1px;
    }
    .count-ring span{font-size:13px;color:var(--muted)}
    .release-list{
      position:relative;
      z-index:1;
      display:grid;
      gap:12px;
    }
    .release-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(244,199,102,.16);
      background:rgba(255,255,255,.035);
      transition:var(--ease);
    }
    .release-item:hover{transform:translateY(-2px);border-color:rgba(244,199,102,.38);background:rgba(244,199,102,.06)}
    .release-num{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      flex:0 0 auto;
      color:#140f09;
      font-weight:950;
      background:linear-gradient(135deg,var(--gold-3),var(--gold));
    }
    .release-item h2{
      font-size:16px;
      margin-bottom:2px;
      color:var(--gold-3);
    }
    .release-item p{font-size:14px;color:var(--muted);line-height:1.55}
    .section{padding:46px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:24px;
    }
    .section-title{
      font-size:clamp(26px,3.2vw,38px);
      line-height:1.18;
      letter-spacing:-.7px;
      font-weight:950;
    }
    .section-desc{
      max-width:620px;
      color:var(--muted);
      font-size:16px;
    }
    .filter-bar{
      position:sticky;
      top:104px;
      z-index:20;
      margin-bottom:28px;
      padding:14px;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(16,13,10,.86);
      backdrop-filter:blur(16px);
      box-shadow:0 16px 34px rgba(0,0,0,.28);
    }
    .chip-row{display:flex;flex-wrap:wrap;gap:10px}
    .chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(244,199,102,.18);
      background:rgba(255,255,255,.035);
      color:var(--muted);
      font-size:14px;
      font-weight:760;
      transition:var(--ease);
    }
    .chip:hover,.chip.active{
      color:#140f08;
      background:linear-gradient(135deg,var(--gold-3),var(--gold));
      border-color:transparent;
      box-shadow:0 12px 28px rgba(244,199,102,.18);
    }
    .chip i{
      width:8px;height:8px;border-radius:50%;
      background:currentColor;
      opacity:.7;
    }
    .cards-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:22px;
    }
    .entry-card{
      position:relative;
      min-height:286px;
      display:flex;
      flex-direction:column;
      padding:22px;
      border-radius:24px;
      border:1px solid rgba(244,199,102,.18);
      background:
        linear-gradient(150deg,rgba(31,25,18,.96),rgba(13,11,9,.94)),
        radial-gradient(circle at 82% 16%,rgba(244,199,102,.12),transparent 30%);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:var(--ease);
    }
    .entry-card:before{
      content:"";
      position:absolute;
      top:0;left:18px;right:18px;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--gold),transparent);
      opacity:.5;
    }
    .entry-card:hover{
      transform:translateY(-5px);
      border-color:rgba(244,199,102,.5);
      box-shadow:0 24px 60px rgba(0,0,0,.42);
    }
    .card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:18px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      color:var(--gold-3);
      background:rgba(244,199,102,.10);
      border:1px solid rgba(244,199,102,.18);
      font-size:12px;
      font-weight:850;
    }
    .priority{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:#140f09;
      font-weight:950;
      background:linear-gradient(135deg,var(--gold-3),var(--gold-2));
      box-shadow:0 10px 26px rgba(244,199,102,.16);
    }
    .entry-card h3{
      font-size:22px;
      line-height:1.25;
      letter-spacing:-.3px;
      margin-bottom:10px;
      color:#fff3d0;
    }
    .entry-card p{
      color:var(--muted);
      font-size:15px;
      line-height:1.65;
      margin-bottom:18px;
    }
    .benefits{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:auto;
      margin-bottom:18px;
    }
    .benefit{
      padding:6px 9px;
      border-radius:999px;
      font-size:12px;
      color:var(--muted);
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.07);
    }
    .card-actions{display:flex;gap:10px;align-items:center}
    .small-btn{
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      color:#140f09;
      font-size:14px;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold-3),var(--gold));
      transition:var(--ease);
    }
    .small-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(244,199,102,.2)}
    .ghost-link{
      color:var(--muted);
      font-size:14px;
      font-weight:800;
      transition:var(--ease);
    }
    .ghost-link:hover{color:var(--gold-3)}
    .switch-panel{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:22px;
      align-items:stretch;
    }
    .switch-card,.empty-card{
      border-radius:24px;
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(31,25,18,.88),rgba(12,10,8,.9));
      box-shadow:var(--shadow-soft);
      padding:24px;
    }
    .switch-card h2,.empty-card h2{font-size:25px;margin-bottom:10px}
    .switch-card p,.empty-card p{color:var(--muted);margin-bottom:18px}
    .meter-list{display:grid;gap:14px}
    .meter-item span{
      display:flex;
      justify-content:space-between;
      color:var(--muted);
      font-size:13px;
      margin-bottom:7px;
    }
    .meter{
      height:10px;
      border-radius:999px;
      overflow:hidden;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(244,199,102,.14);
    }
    .meter b{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--gold-2),var(--gold-3));
      box-shadow:0 0 18px rgba(244,199,102,.35);
    }
    .empty-state{
      display:flex;
      align-items:center;
      gap:16px;
      padding:18px;
      border:1px dashed rgba(244,199,102,.28);
      border-radius:20px;
      background:rgba(244,199,102,.05);
    }
    .empty-icon{
      width:54px;height:54px;border-radius:18px;
      display:grid;place-items:center;
      background:rgba(244,199,102,.12);
      color:var(--gold-3);
      font-size:24px;
      flex:0 0 auto;
    }
    .pager{
      margin-top:28px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      flex-wrap:wrap;
    }
    .page-btn{
      width:42px;height:42px;border-radius:14px;
      display:grid;place-items:center;
      border:1px solid rgba(244,199,102,.18);
      color:var(--muted);
      background:rgba(255,255,255,.035);
      font-weight:850;
      transition:var(--ease);
    }
    .page-btn:hover,.page-btn.active{
      color:#140f09;
      background:linear-gradient(135deg,var(--gold-3),var(--gold));
      border-color:transparent;
      transform:translateY(-2px);
    }
    .feature-split{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-card{
      border:1px solid var(--line);
      border-radius:24px;
      padding:24px;
      background:linear-gradient(145deg,rgba(27,22,16,.92),rgba(12,10,8,.9));
      box-shadow:var(--shadow-soft);
    }
    .feature-card h3{font-size:22px;margin-bottom:12px;color:var(--gold-3)}
    .feature-card ul{list-style:none;display:grid;gap:12px}
    .feature-card li{
      position:relative;
      padding-left:26px;
      color:var(--muted);
    }
    .feature-card li:before{
      content:"";
      position:absolute;
      left:0;top:.62em;
      width:10px;height:10px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 5px rgba(244,199,102,.11);
    }
    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    details{
      border:1px solid rgba(244,199,102,.18);
      border-radius:20px;
      background:rgba(255,255,255,.035);
      padding:18px 20px;
      transition:var(--ease);
    }
    details:hover{border-color:rgba(244,199,102,.38);background:rgba(244,199,102,.055)}
    summary{
      cursor:pointer;
      list-style:none;
      color:var(--gold-3);
      font-weight:900;
      display:flex;
      justify-content:space-between;
      gap:16px;
    }
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";color:var(--gold);font-size:22px;line-height:1}
    details[open] summary:after{content:"−"}
    details p{margin-top:10px;color:var(--muted);font-size:15px}
    .cta-band{
      margin:42px auto 0;
      border-radius:30px;
      border:1px solid var(--line-strong);
      background:
        radial-gradient(circle at 18% 20%,rgba(244,199,102,.18),transparent 34%),
        linear-gradient(135deg,rgba(38,29,18,.96),rgba(11,9,7,.96));
      box-shadow:var(--shadow);
      padding:34px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:center;
      overflow:hidden;
      position:relative;
    }
    .cta-band h2{font-size:clamp(27px,3.4vw,42px);line-height:1.18;margin-bottom:10px}
    .cta-band p{color:var(--muted);max-width:680px}
    .cta-actions{
      display:flex;
      justify-content:flex-end;
      gap:12px;
      flex-wrap:wrap;
    }
    .site-footer{
      margin-top:60px;
      padding:46px 0 30px;
      border-top:1px solid rgba(244,199,102,.14);
      background:linear-gradient(180deg,rgba(10,8,6,.08),rgba(0,0,0,.42));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr 1fr;
      gap:30px;
      align-items:start;
    }
    .footer-brand p,.footer-col p{
      margin-top:14px;
      color:var(--muted);
      max-width:430px;
      font-size:14px;
    }
    .footer-col h3{
      font-size:15px;
      color:var(--gold-3);
      margin-bottom:12px;
    }
    .footer-col a{
      display:block;
      color:var(--muted);
      font-size:14px;
      margin:8px 0;
      transition:var(--ease);
    }
    .footer-col a:hover{color:var(--gold)}
    .copyright{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.07);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
    }
    @media (max-width:1280px){
      .dock{width:min(1120px,calc(100% - 28px))}
      .cards-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:1024px){
      .dock{border-radius:28px;flex-wrap:wrap;justify-content:center}
      .dock-search{order:3;margin-left:0;flex:1 1 260px}
      .nav-links{order:2;overflow-x:auto;max-width:100%}
      .hero-grid,.switch-panel,.feature-split,.cta-band{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
      .filter-bar{top:132px}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px, var(--container))}
      .site-header{top:8px;padding:8px 0}
      .dock{
        width:calc(100% - 18px);
        padding:9px;
        gap:8px;
        border-radius:22px;
      }
      .logo span:last-child{font-size:13px}
      .logo-mark{width:34px;height:34px}
      .nav-links{
        width:100%;
        justify-content:flex-start;
        padding:3px;
      }
      .nav-links a{font-size:13px;padding:7px 10px}
      .dock .btn-primary{padding:0 14px;min-height:40px;font-size:13px}
      .dock-search{height:38px;min-width:0}
      .dock-search input{width:100%}
      main{padding-top:14px}
      .notice-strip{border-radius:22px;align-items:flex-start;flex-direction:column}
      .hero{padding:24px 0 30px}
      .hero-copy,.launch-panel{padding:24px;border-radius:24px}
      .hero-actions{flex-direction:column;align-items:stretch}
      .btn{width:100%}
      .cards-grid,.faq-grid{grid-template-columns:1fr}
      .section{padding:34px 0}
      .section-head{align-items:flex-start;flex-direction:column}
      .filter-bar{position:relative;top:auto}
      .chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
      .chip{white-space:nowrap}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      h1{font-size:36px;letter-spacing:-1px}
      .lead{font-size:16px}
      .count-ring{width:162px;height:162px}
      .count-ring strong{font-size:36px}
      .entry-card{min-height:auto;padding:20px}
      .card-actions{flex-direction:column;align-items:stretch}
      .small-btn{text-align:center;display:flex;justify-content:center}
      .cta-band{padding:24px;border-radius:24px}
      .copyright{flex-direction:column}
    }

/* roulang page: category2 */
:root{
      --bg:#080706;
      --bg-2:#11100d;
      --bg-3:#17130d;
      --panel:#13110d;
      --panel-2:#1b1710;
      --card:#16130f;
      --card-soft:#201a12;
      --gold:#f3c76a;
      --gold-2:#d79d37;
      --gold-3:#8f6424;
      --copper:#b87333;
      --wine:#6e1e24;
      --orange:#ff9f43;
      --text:#fff7e7;
      --muted:#b8ab92;
      --subtle:#817661;
      --line:rgba(243,199,106,.22);
      --line-strong:rgba(243,199,106,.45);
      --shadow:0 24px 70px rgba(0,0,0,.42);
      --shadow-soft:0 14px 34px rgba(0,0,0,.28);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --container:1240px;
      --ease:cubic-bezier(.2,.8,.2,1);
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      line-height:1.65;
      background:
        radial-gradient(circle at 14% 6%,rgba(243,199,106,.16),transparent 28%),
        radial-gradient(circle at 86% 15%,rgba(110,30,36,.28),transparent 32%),
        linear-gradient(135deg,#060504 0%,#11100d 42%,#090806 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(243,199,106,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(243,199,106,.08) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 88%);
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      width:55vw;
      height:55vw;
      right:-26vw;
      top:18vh;
      background:radial-gradient(circle,rgba(215,157,55,.14),transparent 64%);
      pointer-events:none;
      z-index:-1;
    }

    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{border:0;cursor:pointer}
    input{outline:none}
    ::selection{background:rgba(243,199,106,.32);color:#fff}

    .container{
      width:min(var(--container),calc(100% - 40px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      padding:20px 0 12px;
      backdrop-filter:blur(10px);
    }
    .dock{
      width:min(1180px,calc(100% - 36px));
      margin:0 auto;
      min-height:72px;
      display:flex;
      align-items:center;
      gap:18px;
      padding:12px 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:linear-gradient(135deg,rgba(18,15,10,.86),rgba(8,7,6,.76));
      box-shadow:0 18px 60px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
    }
    .logo{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .logo-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#241604;
      font-weight:950;
      background:linear-gradient(135deg,#fff1b8 0%,var(--gold) 48%,var(--gold-2) 100%);
      box-shadow:0 8px 24px rgba(243,199,106,.22),inset 0 1px 0 rgba(255,255,255,.65);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      flex:1;
      justify-content:center;
    }
    .nav-links a{
      color:var(--muted);
      font-size:14px;
      font-weight:750;
      padding:10px 14px;
      border-radius:999px;
      transition:.25s var(--ease);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .nav-links a:hover{
      color:var(--text);
      background:rgba(243,199,106,.08);
      border-color:rgba(243,199,106,.16);
    }
    .nav-links a.active{
      color:#221505;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      box-shadow:0 10px 22px rgba(243,199,106,.18);
    }
    .dock-search{
      width:220px;
      height:44px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(243,199,106,.18);
      color:var(--gold);
    }
    .dock-search input{
      width:100%;
      border:0;
      background:transparent;
      color:var(--text);
      font-size:13px;
    }
    .dock-search input::placeholder{color:rgba(184,171,146,.78)}

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:850;
      font-size:14px;
      transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:focus-visible,
    .dock-search:focus-within{
      outline:3px solid rgba(243,199,106,.2);
      outline-offset:3px;
    }
    .btn-primary{
      color:#221505;
      background:linear-gradient(135deg,#fff0b3 0%,var(--gold) 44%,var(--gold-2) 100%);
      box-shadow:0 14px 32px rgba(215,157,55,.25);
    }
    .btn-primary:hover{box-shadow:0 18px 42px rgba(215,157,55,.38)}
    .btn-secondary{
      color:var(--text);
      border-color:var(--line-strong);
      background:rgba(255,255,255,.035);
    }
    .btn-secondary:hover{
      border-color:var(--gold);
      background:rgba(243,199,106,.09);
      box-shadow:0 16px 34px rgba(0,0,0,.24);
    }
    .btn-ghost{
      color:var(--gold);
      background:rgba(243,199,106,.07);
      border-color:rgba(243,199,106,.16);
    }

    main{padding:18px 0 0}
    .section{padding:74px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold);
      font-size:13px;
      font-weight:900;
      letter-spacing:.06em;
      padding:7px 12px;
      border:1px solid rgba(243,199,106,.26);
      border-radius:999px;
      background:rgba(243,199,106,.07);
    }
    .eyebrow:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 16px rgba(243,199,106,.85);
    }
    .section-title{
      margin-top:16px;
      font-size:clamp(28px,4vw,42px);
      line-height:1.15;
      letter-spacing:-.04em;
      font-weight:950;
    }
    .section-lead{
      margin-top:14px;
      color:var(--muted);
      font-size:17px;
      max-width:760px;
    }

    .hero{
      padding:46px 0 72px;
    }
    .hero-shell{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
      gap:24px;
      align-items:stretch;
    }
    .hero-copy{
      position:relative;
      padding:34px;
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
        radial-gradient(circle at 20% 10%,rgba(243,199,106,.16),transparent 34%),
        var(--panel);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-copy:after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-90px;
      width:260px;
      height:260px;
      border-radius:50%;
      border:1px solid rgba(243,199,106,.18);
      background:radial-gradient(circle,rgba(243,199,106,.08),transparent 62%);
      pointer-events:none;
    }
    .compact-note{
      position:relative;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-bottom:22px;
      color:var(--muted);
      font-size:14px;
    }
    .compact-note strong{color:var(--text)}
    h1{
      position:relative;
      max-width:780px;
      font-size:clamp(38px,5vw,58px);
      line-height:1.04;
      letter-spacing:-.055em;
      font-weight:950;
      z-index:1;
    }
    .hero-copy .lead{
      position:relative;
      margin-top:18px;
      color:#d9cbb0;
      font-size:18px;
      max-width:680px;
      z-index:1;
    }
    .hero-actions{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .metric-row{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:30px;
    }
    .metric{
      padding:16px;
      border-radius:18px;
      border:1px solid rgba(243,199,106,.16);
      background:rgba(8,7,6,.42);
    }
    .metric b{
      display:block;
      color:var(--gold);
      font-size:26px;
      line-height:1;
      font-weight:950;
    }
    .metric span{
      display:block;
      margin-top:8px;
      color:var(--muted);
      font-size:13px;
    }

    .recommend-panel{
      padding:22px;
      border-radius:var(--radius-xl);
      border:1px solid var(--line-strong);
      background:
        linear-gradient(150deg,rgba(243,199,106,.16),rgba(255,255,255,.035) 40%,rgba(110,30,36,.16)),
        var(--panel-2);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .recommend-panel:before{
      content:"推荐";
      position:absolute;
      right:20px;
      top:18px;
      color:#281a05;
      background:linear-gradient(135deg,#fff0b3,var(--gold-2));
      border-radius:999px;
      padding:6px 12px;
      font-size:12px;
      font-weight:950;
      box-shadow:0 12px 24px rgba(215,157,55,.24);
    }
    .tier-card{
      border-radius:22px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(7,6,5,.42);
      padding:22px;
    }
    .tier-top{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
      margin-bottom:18px;
    }
    .tier-top h2{
      font-size:26px;
      line-height:1.18;
      letter-spacing:-.03em;
    }
    .tier-price{
      color:var(--gold);
      font-weight:950;
      font-size:34px;
      line-height:1;
    }
    .tier-price small{
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .tier-list{
      display:grid;
      gap:10px;
      margin:18px 0 22px;
      list-style:none;
    }
    .tier-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#e9ddc5;
      font-size:15px;
    }
    .tier-list li:before{
      content:"✓";
      flex:0 0 22px;
      width:22px;
      height:22px;
      display:grid;
      place-items:center;
      border-radius:50%;
      color:#251704;
      background:var(--gold);
      font-size:13px;
      font-weight:950;
      margin-top:1px;
    }
    .mini-choice{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:14px;
    }
    .choice{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(243,199,106,.15);
      background:rgba(255,255,255,.035);
      color:var(--muted);
      font-size:13px;
    }
    .choice b{
      display:block;
      color:var(--text);
      font-size:15px;
      margin-bottom:3px;
    }

    .filter-band{
      padding:22px;
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
      box-shadow:var(--shadow-soft);
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
    }
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .chip{
      border:1px solid rgba(243,199,106,.2);
      background:rgba(243,199,106,.06);
      color:#e5d5b6;
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:800;
      transition:.22s var(--ease);
    }
    .chip:hover,
    .chip.active{
      color:#251704;
      background:linear-gradient(135deg,#fff0b3,var(--gold-2));
      border-color:transparent;
      box-shadow:0 10px 22px rgba(215,157,55,.18);
    }

    .access-layout{
      display:grid;
      grid-template-columns:360px 1fr;
      gap:24px;
      align-items:start;
      margin-top:24px;
    }
    .side-selector{
      position:sticky;
      top:112px;
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .selector-title{
      font-size:20px;
      font-weight:950;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    .selector-item{
      display:flex;
      gap:14px;
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(243,199,106,.13);
      background:rgba(8,7,6,.36);
      margin-top:10px;
      transition:.24s var(--ease);
    }
    .selector-item:hover,
    .selector-item.active{
      transform:translateY(-2px);
      border-color:rgba(243,199,106,.45);
      background:rgba(243,199,106,.08);
    }
    .selector-no{
      width:34px;
      height:34px;
      flex:0 0 34px;
      display:grid;
      place-items:center;
      border-radius:12px;
      color:#241604;
      font-weight:950;
      background:linear-gradient(135deg,#fff0b3,var(--gold-2));
    }
    .selector-item b{display:block;color:var(--text);line-height:1.2}
    .selector-item span{display:block;color:var(--muted);font-size:13px;margin-top:5px}

    .result-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .access-card{
      position:relative;
      min-height:260px;
      padding:22px;
      border-radius:var(--radius-xl);
      border:1px solid rgba(243,199,106,.18);
      background:
        linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018)),
        radial-gradient(circle at 80% 10%,rgba(243,199,106,.12),transparent 32%),
        var(--card);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:.26s var(--ease);
    }
    .access-card:hover{
      transform:translateY(-4px);
      border-color:rgba(243,199,106,.5);
      box-shadow:0 24px 52px rgba(0,0,0,.34);
    }
    .access-card.featured{
      grid-column:span 2;
      min-height:250px;
      display:grid;
      grid-template-columns:1fr 260px;
      gap:22px;
      align-items:center;
      border-color:rgba(243,199,106,.42);
      background:
        linear-gradient(135deg,rgba(243,199,106,.16),rgba(255,255,255,.035) 52%,rgba(110,30,36,.16)),
        var(--card);
    }
    .card-tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--gold);
      font-size:12px;
      font-weight:950;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(243,199,106,.22);
      background:rgba(243,199,106,.07);
    }
    .card-tag:before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--gold);
    }
    .access-card h3{
      margin-top:16px;
      font-size:24px;
      line-height:1.22;
      letter-spacing:-.035em;
    }
    .access-card p{
      margin-top:10px;
      color:var(--muted);
      font-size:15px;
    }
    .benefits{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:18px 0;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#eadcc0;
      border:1px solid rgba(243,199,106,.18);
      border-radius:999px;
      padding:6px 9px;
      background:rgba(255,255,255,.035);
      font-size:12px;
      font-weight:850;
    }
    .badge.gold{
      color:#241604;
      background:linear-gradient(135deg,#fff0b3,var(--gold-2));
      border-color:transparent;
    }
    .mock-panel{
      border-radius:22px;
      border:1px solid rgba(243,199,106,.22);
      background:#0b0a08;
      padding:14px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }
    .mock-bar{
      height:9px;
      border-radius:999px;
      background:rgba(243,199,106,.14);
      overflow:hidden;
      margin:10px 0;
    }
    .mock-bar span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--gold),var(--orange));
    }
    .mock-row{
      display:grid;
      grid-template-columns:1fr 48px;
      gap:10px;
      align-items:center;
      margin-top:12px;
      color:var(--muted);
      font-size:12px;
    }

    .compare-wrap{
      margin-top:28px;
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      overflow:hidden;
      background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
      box-shadow:var(--shadow-soft);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1.1fr 1fr 1fr 1fr;
      border-bottom:1px solid rgba(243,199,106,.13);
    }
    .compare-row:last-child{border-bottom:0}
    .compare-row.header{
      background:rgba(243,199,106,.1);
      color:var(--gold);
      font-weight:950;
    }
    .compare-cell{
      padding:17px 18px;
      border-right:1px solid rgba(243,199,106,.12);
      color:#e7dbc4;
      font-size:14px;
    }
    .compare-cell:last-child{border-right:0}
    .compare-cell strong{color:var(--text)}
    .compare-cell span{display:block;color:var(--muted);font-size:13px;margin-top:4px}

    .process-grid{
      display:grid;
      grid-template-columns:1fr 1.15fr;
      gap:24px;
      margin-top:24px;
      align-items:stretch;
    }
    .process-note{
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 0 0,rgba(243,199,106,.12),transparent 34%),
        var(--panel);
      padding:26px;
      box-shadow:var(--shadow-soft);
    }
    .process-note h2{
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.04em;
    }
    .process-note p{margin-top:14px;color:var(--muted)}
    .steps{
      display:grid;
      gap:14px;
    }
    .step{
      display:grid;
      grid-template-columns:56px 1fr;
      gap:16px;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(243,199,106,.17);
      background:rgba(255,255,255,.035);
      transition:.24s var(--ease);
    }
    .step:hover{
      transform:translateX(4px);
      border-color:rgba(243,199,106,.42);
      background:rgba(243,199,106,.07);
    }
    .step-num{
      height:56px;
      display:grid;
      place-items:center;
      border-radius:18px;
      color:#241604;
      font-weight:950;
      background:linear-gradient(135deg,#fff0b3,var(--gold-2));
    }
    .step h3{
      font-size:19px;
      line-height:1.2;
    }
    .step p{
      margin-top:6px;
      color:var(--muted);
      font-size:14px;
    }

    .reviews{
      columns:3 260px;
      column-gap:18px;
      margin-top:28px;
    }
    .review-card{
      break-inside:avoid;
      display:inline-block;
      width:100%;
      margin:0 0 18px;
      padding:20px;
      border-radius:24px;
      border:1px solid rgba(243,199,106,.16);
      background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
      box-shadow:0 14px 32px rgba(0,0,0,.22);
    }
    .stars{
      color:var(--gold);
      letter-spacing:2px;
      font-size:13px;
      margin-bottom:10px;
    }
    .review-card p{color:#eadfc9}
    .review-card small{
      display:block;
      margin-top:12px;
      color:var(--subtle);
      font-weight:800;
    }
    .rating-strip{
      margin-top:18px;
      display:grid;
      gap:10px;
    }
    .rating-item{
      display:grid;
      grid-template-columns:92px 1fr 42px;
      gap:10px;
      align-items:center;
      color:var(--muted);
      font-size:13px;
    }
    .rating-track{
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      overflow:hidden;
    }
    .rating-track span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--gold),var(--orange));
    }

    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
      margin-top:28px;
    }
    details{
      border:1px solid rgba(243,199,106,.17);
      border-radius:22px;
      background:rgba(255,255,255,.035);
      padding:18px 20px;
      transition:.22s var(--ease);
    }
    details[open]{
      border-color:rgba(243,199,106,.42);
      background:rgba(243,199,106,.065);
    }
    summary{
      cursor:pointer;
      list-style:none;
      font-weight:900;
      color:var(--text);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    summary::-webkit-details-marker{display:none}
    summary:after{
      content:"+";
      color:var(--gold);
      font-size:22px;
      line-height:1;
    }
    details[open] summary:after{content:"−"}
    details p{
      margin-top:12px;
      color:var(--muted);
      font-size:15px;
    }

    .download-cta{
      border-radius:32px;
      border:1px solid var(--line-strong);
      background:
        radial-gradient(circle at 15% 20%,rgba(243,199,106,.18),transparent 30%),
        radial-gradient(circle at 85% 70%,rgba(110,30,36,.22),transparent 34%),
        linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
      padding:34px;
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:center;
    }
    .download-cta h2{
      font-size:clamp(30px,4vw,44px);
      line-height:1.12;
      letter-spacing:-.045em;
    }
    .download-cta p{
      margin-top:14px;
      color:var(--muted);
      max-width:690px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      justify-content:flex-end;
    }
    .notice-line{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:var(--subtle);
      font-size:13px;
    }

    .site-footer{
      margin-top:80px;
      padding:56px 0 26px;
      border-top:1px solid rgba(243,199,106,.14);
      background:linear-gradient(180deg,rgba(8,7,6,.2),rgba(0,0,0,.35));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr 1fr;
      gap:32px;
    }
    .footer-brand p,
    .footer-col p{
      margin-top:14px;
      color:var(--muted);
      font-size:14px;
      max-width:420px;
    }
    .footer-col h3{
      color:var(--gold);
      font-size:15px;
      margin-bottom:12px;
    }
    .footer-col a{
      display:block;
      color:var(--muted);
      font-size:14px;
      margin:8px 0;
      transition:.2s var(--ease);
    }
    .footer-col a:hover{color:var(--gold)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(243,199,106,.12);
      color:var(--subtle);
      font-size:13px;
    }

    @media (max-width:1180px){
      .dock{border-radius:28px;flex-wrap:wrap;justify-content:center}
      .logo{flex:1}
      .nav-links{order:3;width:100%;justify-content:flex-start;overflow:auto;padding-bottom:2px}
      .dock-search{width:210px}
      .hero-shell{grid-template-columns:1fr}
      .access-layout{grid-template-columns:310px 1fr}
    }
    @media (max-width:1024px){
      .section{padding:56px 0}
      .access-layout{grid-template-columns:1fr}
      .side-selector{position:relative;top:auto}
      .selector-list{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:10px;
      }
      .selector-item{margin-top:0}
      .process-grid,.download-cta{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
      .compare-row{grid-template-columns:1fr 1fr}
      .compare-row.header .compare-cell:nth-child(n+3){display:none}
      .compare-cell{border-bottom:1px solid rgba(243,199,106,.08)}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .site-header{padding:12px 0}
      .dock{
        width:calc(100% - 20px);
        padding:10px;
        gap:10px;
        border-radius:24px;
      }
      .logo span:last-child{font-size:14px}
      .logo-mark{width:34px;height:34px;border-radius:12px}
      .dock-search{order:4;width:100%}
      .dock>.btn{padding:10px 13px;min-height:40px}
      .nav-links a{font-size:13px;padding:8px 10px}
      .hero{padding-top:24px}
      .hero-copy,.recommend-panel,.download-cta{padding:22px;border-radius:24px}
      .metric-row,.mini-choice,.result-grid,.faq-grid,.footer-grid,.selector-list{grid-template-columns:1fr}
      .access-card.featured{grid-column:auto;grid-template-columns:1fr}
      .filter-band{grid-template-columns:1fr}
      .compare-wrap{overflow-x:auto}
      .compare-row{min-width:680px;grid-template-columns:1.1fr 1fr 1fr 1fr}
      .compare-row.header .compare-cell:nth-child(n+3){display:block}
      .reviews{columns:1}
    }
    @media (max-width:520px){
      body{font-size:15px}
      .section{padding:46px 0}
      .hero-copy .lead{font-size:16px}
      .hero-actions,.cta-actions{display:grid;grid-template-columns:1fr}
      .btn{width:100%}
      .tier-top{display:block}
      .tier-price{margin-top:12px}
      .compact-note{font-size:13px}
      .access-card{min-height:auto}
      .rating-item{grid-template-columns:78px 1fr 34px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
