/* roulang page: index */
:root{
      --ivory:#f7f1e6;
      --warm:#fffaf1;
      --paper:#fffdf8;
      --ink:#1f2421;
      --muted:#6b706c;
      --olive:#26382f;
      --olive-2:#3d584a;
      --gold:#b98748;
      --gold-soft:#ead7ba;
      --sand:#e8dfcf;
      --line:#d7cab7;
      --danger:#8a4b3f;
      --success:#4f725e;
      --shadow:0 14px 35px rgba(38,56,47,.09);
      --shadow-sm:0 8px 18px rgba(38,56,47,.06);
      --radius:8px;
      --radius-sm:6px;
      --container:1160px;
      --nav-h:78px;
      --transition:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth;scroll-padding-top:126px}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 0%, rgba(185,135,72,.11), transparent 34%),
        linear-gradient(180deg,var(--ivory) 0%,#fffaf2 42%,#f8f0e3 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:var(--gold-soft);color:var(--ink)}
    .container-xl{max-width:var(--container)}
    .text-muted-custom{color:var(--muted)}
    .skip-space{height:1px}
    .top-countdown{
      background:var(--olive);
      color:#fff8ed;
      font-size:14px;
      letter-spacing:.02em;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .top-countdown .count-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:4px 9px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.18);
      border-radius:999px;
      color:#fff;
      font-weight:600;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(255,250,241,.94);
      backdrop-filter:saturate(140%) blur(14px);
      border-bottom:1px solid rgba(215,202,183,.85);
    }
    .navbar{min-height:var(--nav-h);padding:0}
    .nav-shell{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      width:100%;
      gap:18px;
    }
    .nav-side{display:flex;align-items:center;gap:8px}
    .nav-side.left{justify-content:flex-start}
    .nav-side.right{justify-content:flex-end}
    .brand-center{
      display:flex;
      align-items:center;
      gap:10px;
      padding:8px 14px;
      border:1px solid var(--line);
      background:var(--paper);
      border-radius:999px;
      box-shadow:var(--shadow-sm);
      white-space:nowrap;
    }
    .brand-mark{
      width:32px;height:32px;
      display:grid;place-items:center;
      background:var(--olive);
      color:var(--gold-soft);
      border-radius:50%;
      font-weight:800;
      font-size:15px;
    }
    .brand-name{font-weight:800;color:var(--olive);letter-spacing:.02em}
    .nav-link-custom{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:10px 13px;
      border-radius:999px;
      color:#384238;
      font-size:15px;
      font-weight:600;
      border:1px solid transparent;
    }
    .nav-link-custom:hover,.nav-link-custom.active{
      color:var(--olive);
      background:#fff8ec;
      border-color:var(--line);
    }
    .nav-link-custom.active{box-shadow:inset 0 -2px 0 var(--gold)}
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:10px 16px;
      border-radius:6px;
      background:var(--olive);
      color:#fff8ed;
      font-weight:700;
      border:1px solid var(--olive);
    }
    .nav-cta:hover{background:var(--olive-2);color:#fff;transform:translateY(-1px)}
    .mobile-menu-btn{
      border:1px solid var(--line);
      background:var(--paper);
      border-radius:6px;
      width:44px;height:40px;
      display:none;
      align-items:center;justify-content:center;
      color:var(--olive);
    }
    .offcanvas{
      background:var(--warm);
      color:var(--ink);
    }
    .offcanvas .nav-link-custom{width:100%;justify-content:space-between;border-radius:6px;margin-bottom:8px}
    .anchor-bar{
      position:sticky;
      top:var(--nav-h);
      z-index:1020;
      background:rgba(247,241,230,.92);
      backdrop-filter:blur(10px);
      border-bottom:1px solid rgba(215,202,183,.8);
    }
    .anchor-scroll{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding:10px 0;
    }
    .anchor-scroll::-webkit-scrollbar{display:none}
    .anchor-link{
      flex:0 0 auto;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,253,248,.76);
      color:var(--muted);
      font-size:14px;
      font-weight:600;
    }
    .anchor-link:hover,.anchor-link.active{
      background:var(--olive);
      border-color:var(--olive);
      color:#fff8ed;
    }
    .section{padding:82px 0}
    .section-tight{padding:56px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold);
      font-size:14px;
      font-weight:800;
      letter-spacing:.08em;
      margin-bottom:10px;
    }
    .section-kicker:before{
      content:"";
      width:26px;height:2px;
      background:var(--gold);
      display:inline-block;
    }
    .section-title{
      font-size:clamp(28px,3vw,42px);
      line-height:1.22;
      letter-spacing:-.02em;
      font-weight:800;
      color:var(--olive);
      margin:0 0 14px;
    }
    .section-desc{
      max-width:760px;
      color:var(--muted);
      font-size:17px;
      margin:0;
    }
    .hero{
      padding:72px 0 62px;
      border-bottom:1px solid var(--line);
      position:relative;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:28px auto auto 50%;
      width:680px;height:680px;
      background:radial-gradient(circle,rgba(185,135,72,.16),transparent 68%);
      transform:translateX(-10%);
      pointer-events:none;
    }
    .hero-stage{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);
      gap:34px;
      align-items:stretch;
    }
    .hero-copy{
      padding:34px;
      background:linear-gradient(135deg,rgba(255,253,248,.96),rgba(248,240,227,.88));
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
    }
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border:1px solid var(--gold-soft);
      background:#fff8ed;
      color:#684c2d;
      border-radius:999px;
      font-size:14px;
      font-weight:700;
      margin-bottom:16px;
    }
    h1{
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      color:var(--olive);
      letter-spacing:-.04em;
      margin:0 0 18px;
      font-weight:900;
    }
    .hero-lead{
      font-size:18px;
      color:#50574f;
      margin:0 0 22px;
      max-width:760px;
    }
    .hero-list{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px 14px;
      padding:0;
      list-style:none;
      margin:0 0 24px;
    }
    .hero-list li{
      display:flex;
      gap:9px;
      align-items:flex-start;
      color:#404941;
      font-weight:600;
    }
    .check-dot{
      width:20px;height:20px;
      display:inline-grid;
      place-items:center;
      flex:0 0 auto;
      margin-top:3px;
      border-radius:50%;
      background:var(--olive);
      color:#fff8ed;
      font-size:12px;
    }
    .btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
    .btn-main,.btn-ghost,.btn-gold{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:11px 18px;
      border-radius:6px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--transition);
      cursor:pointer;
    }
    .btn-main{background:var(--olive);color:#fff8ed;border-color:var(--olive)}
    .btn-main:hover,.btn-main:focus{background:var(--olive-2);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-sm)}
    .btn-gold{background:var(--gold);color:#fffaf1;border-color:var(--gold)}
    .btn-gold:hover,.btn-gold:focus{background:#9c6e37;color:#fff;transform:translateY(-2px)}
    .btn-ghost{background:transparent;color:var(--olive);border-color:var(--line)}
    .btn-ghost:hover,.btn-ghost:focus{background:#fff8ec;border-color:var(--gold);color:var(--olive)}
    .btn-main:focus-visible,.btn-ghost:focus-visible,.btn-gold:focus-visible,.nav-link-custom:focus-visible,.anchor-link:focus-visible{
      outline:3px solid rgba(185,135,72,.32);
      outline-offset:2px;
    }
    .trust-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
      padding-top:20px;
      border-top:1px dashed var(--line);
    }
    .trust-item{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      background:#fffdf8;
      border:1px solid var(--line);
      border-radius:999px;
      color:#596057;
      font-size:14px;
      font-weight:600;
    }
    .directory-board{
      background:var(--olive);
      color:#fff8ed;
      border-radius:var(--radius);
      padding:22px;
      box-shadow:var(--shadow);
      border:1px solid rgba(255,255,255,.12);
      min-height:100%;
    }
    .board-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding-bottom:14px;
      border-bottom:1px solid rgba(255,255,255,.14);
      margin-bottom:16px;
    }
    .board-title{font-size:20px;font-weight:800;margin:0}
    .board-state{
      display:inline-flex;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(234,215,186,.14);
      color:var(--gold-soft);
      font-size:13px;
      font-weight:800;
      white-space:nowrap;
    }
    .zone-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-bottom:16px;
    }
    .zone-card{
      padding:16px;
      border-radius:var(--radius-sm);
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
    }
    .zone-card strong{display:block;font-size:18px;margin-bottom:7px;color:#fff}
    .zone-card span{display:block;font-size:14px;color:rgba(255,248,237,.78)}
    .index-lines{
      display:grid;
      gap:9px;
      margin-top:16px;
    }
    .index-line{
      display:grid;
      grid-template-columns:84px 1fr auto;
      gap:10px;
      align-items:center;
      padding:10px;
      border-radius:6px;
      background:rgba(255,255,255,.06);
      color:rgba(255,248,237,.86);
      font-size:14px;
    }
    .line-bar{height:7px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden}
    .line-bar span{display:block;height:100%;background:var(--gold-soft);border-radius:999px}
    .story-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .story-panel{
      background:var(--olive);
      color:#fff8ed;
      border-radius:var(--radius);
      padding:30px;
      position:sticky;
      top:144px;
      box-shadow:var(--shadow);
    }
    .story-panel h2{font-size:34px;line-height:1.22;font-weight:850;margin:0 0 14px}
    .story-panel p{color:rgba(255,248,237,.78);margin:0 0 20px}
    .metric-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      border-top:1px solid rgba(255,255,255,.14);
      padding-top:18px;
      gap:10px;
    }
    .metric strong{display:block;font-size:27px;color:var(--gold-soft);line-height:1}
    .metric span{font-size:13px;color:rgba(255,248,237,.72)}
    .feature-stack{display:grid;gap:14px}
    .feature-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:15px;
      padding:18px;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow-sm);
      transition:var(--transition);
    }
    .feature-item:hover{transform:translateY(-2px);border-color:var(--gold);box-shadow:var(--shadow)}
    .feature-index{
      width:38px;height:38px;
      display:grid;place-items:center;
      border-radius:50%;
      background:#f1e2cc;
      color:#684c2d;
      font-weight:900;
    }
    .feature-item h3{font-size:19px;margin:0 0 5px;color:var(--olive);font-weight:800}
    .feature-item p{margin:0;color:var(--muted)}
    .content-band{
      background:#fffdf8;
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .tab-shell{
      margin-top:28px;
      display:grid;
      grid-template-columns:280px 1fr;
      gap:22px;
    }
    .custom-tabs{
      display:flex;
      flex-direction:column;
      gap:10px;
      position:sticky;
      top:144px;
    }
    .custom-tabs .nav-link{
      text-align:left;
      color:var(--olive);
      background:#fbf4e9;
      border:1px solid var(--line);
      border-radius:6px;
      padding:13px 14px;
      font-weight:800;
    }
    .custom-tabs .nav-link.active{
      background:var(--olive);
      color:#fff8ed;
      border-color:var(--olive);
    }
    .content-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
    }
    .content-card{
      padding:20px;
      border:1px solid var(--line);
      background:var(--paper);
      border-radius:var(--radius);
      min-height:166px;
      transition:var(--transition);
    }
    .content-card:hover{border-color:var(--gold);box-shadow:var(--shadow-sm);transform:translateY(-2px)}
    .tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
    .tag{
      display:inline-flex;
      padding:4px 8px;
      border-radius:999px;
      background:#f1e2cc;
      color:#72522e;
      font-size:12px;
      font-weight:800;
    }
    .content-card h3{font-size:20px;font-weight:850;color:var(--olive);margin:0 0 8px}
    .content-card p{color:var(--muted);margin:0}
    .bubble-area{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
      margin-top:30px;
    }
    .bubble{
      position:relative;
      padding:22px;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow-sm);
    }
    .bubble:after{
      content:"";
      position:absolute;
      left:24px;
      bottom:-9px;
      width:18px;height:18px;
      background:var(--paper);
      border-right:1px solid var(--line);
      border-bottom:1px solid var(--line);
      transform:rotate(45deg);
    }
    .bubble p{margin:0 0 16px;color:#424a42}
    .bubble-author{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      color:var(--olive);
      font-size:14px;
    }
    .avatar{
      width:34px;height:34px;
      border-radius:50%;
      background:var(--olive);
      color:#fff8ed;
      display:grid;
      place-items:center;
      font-size:13px;
    }
    .price-panel{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      margin-top:28px;
      align-items:stretch;
    }
    .price-main{
      background:var(--olive);
      color:#fff8ed;
      border-radius:var(--radius);
      padding:28px;
      box-shadow:var(--shadow);
    }
    .price-main h3{font-size:28px;font-weight:850;margin:0 0 8px}
    .price-main p{color:rgba(255,248,237,.78);margin:0 0 18px}
    .price-value{font-size:42px;font-weight:900;color:var(--gold-soft);line-height:1;margin-bottom:16px}
    .price-value span{font-size:15px;color:rgba(255,248,237,.75);font-weight:600}
    .price-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:10px}
    .price-list li{display:flex;gap:9px;color:rgba(255,248,237,.88)}
    .plan-table{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
    }
    .plan-row{
      display:grid;
      grid-template-columns:1fr auto;
      gap:16px;
      padding:18px 20px;
      border-bottom:1px solid var(--line);
      align-items:center;
    }
    .plan-row:last-child{border-bottom:0}
    .plan-row h4{font-size:18px;font-weight:850;color:var(--olive);margin:0 0 4px}
    .plan-row p{margin:0;color:var(--muted);font-size:14px}
    .plan-price{
      white-space:nowrap;
      color:var(--olive);
      font-weight:900;
      font-size:18px;
    }
    .news-wrap{
      display:grid;
      grid-template-columns:1fr 340px;
      gap:24px;
      margin-top:30px;
    }
    .news-list{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:14px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{
      color:var(--gold);
      font-weight:900;
      font-size:14px;
    }
    .news-item a{
      color:var(--olive);
      font-weight:850;
      line-height:1.45;
    }
    .news-item a:hover{color:var(--gold)}
    .news-note{color:var(--muted);font-size:14px}
    .recommend-box{
      background:#f0e4d3;
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:22px;
      height:100%;
    }
    .recommend-box h3{font-size:22px;font-weight:850;color:var(--olive);margin:0 0 10px}
    .recommend-box p{color:#5f665f;margin:0 0 16px}
    .mini-link{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:11px 0;
      border-top:1px solid rgba(38,56,47,.16);
      color:var(--olive);
      font-weight:800;
    }
    .mini-link:hover{color:var(--gold);padding-left:4px}
    .member-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
      margin-top:28px;
    }
    .member-card{
      padding:18px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:var(--paper);
      transition:var(--transition);
    }
    .member-card:hover{border-color:var(--gold);box-shadow:var(--shadow-sm)}
    .member-icon{
      width:38px;height:38px;
      display:grid;place-items:center;
      border-radius:6px;
      background:#f1e2cc;
      color:#7b562e;
      font-weight:900;
      margin-bottom:12px;
    }
    .member-card h3{font-size:18px;font-weight:850;color:var(--olive);margin:0 0 7px}
    .member-card p{font-size:14px;color:var(--muted);margin:0}
    .faq-shell{
      display:grid;
      grid-template-columns:340px 1fr;
      gap:28px;
      margin-top:28px;
      align-items:start;
    }
    .faq-aside{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:24px;
      box-shadow:var(--shadow-sm);
    }
    .faq-aside h3{font-size:22px;font-weight:850;color:var(--olive);margin:0 0 10px}
    .faq-aside p{margin:0 0 18px;color:var(--muted)}
    .accordion-item{
      background:var(--paper);
      border:1px solid var(--line)!important;
      border-radius:var(--radius)!important;
      overflow:hidden;
      margin-bottom:12px;
      box-shadow:none;
    }
    .accordion-button{
      background:var(--paper);
      color:var(--olive);
      font-weight:850;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:#f4eadb;
      color:var(--olive);
    }
    .accordion-button:focus{box-shadow:0 0 0 3px rgba(185,135,72,.24)!important}
    .accordion-body{color:var(--muted);padding:0 20px 20px}
    .subscribe{
      padding:70px 0;
      background:linear-gradient(135deg,var(--olive),#1d2b24);
      color:#fff8ed;
    }
    .subscribe-box{
      display:grid;
      grid-template-columns:1fr 430px;
      gap:32px;
      align-items:center;
    }
    .subscribe h2{font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.18;margin:0 0 14px}
    .subscribe p{color:rgba(255,248,237,.78);margin:0;max-width:760px}
    .subscribe-form{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16);
      border-radius:var(--radius);
      padding:18px;
    }
    .input-group-custom{
      display:flex;
      gap:10px;
    }
    .input-group-custom input{
      flex:1;
      min-width:0;
      border:1px solid rgba(255,255,255,.22);
      background:rgba(255,255,255,.9);
      border-radius:6px;
      padding:12px 13px;
      color:var(--ink);
      outline:none;
    }
    .input-group-custom input:focus{border-color:var(--gold-soft);box-shadow:0 0 0 3px rgba(234,215,186,.24)}
    .form-tip{font-size:13px;color:rgba(255,248,237,.68);margin-top:10px}
    .floating-cta{
      position:fixed;
      right:18px;
      top:48%;
      transform:translateY(-50%);
      z-index:1040;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .float-btn{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:132px;
      padding:11px 12px;
      border-radius:6px;
      background:var(--olive);
      color:#fff8ed;
      border:1px solid rgba(255,255,255,.18);
      box-shadow:var(--shadow);
      font-weight:850;
      font-size:14px;
    }
    .float-btn.secondary{background:var(--gold)}
    .float-btn:hover{color:#fff;transform:translateX(-2px)}
    .mobile-bottom-cta{
      display:none;
      position:fixed;
      left:0;right:0;bottom:0;
      z-index:1045;
      padding:10px 12px calc(10px + env(safe-area-inset-bottom));
      background:rgba(255,250,241,.96);
      border-top:1px solid var(--line);
      box-shadow:0 -12px 26px rgba(38,56,47,.1);
      gap:10px;
    }
    .site-footer{
      background:#151b17;
      color:rgba(255,248,237,.72);
      padding:36px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr 1fr auto;
      gap:28px;
      align-items:start;
      padding-bottom:24px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff8ed;
      font-weight:900;
      margin-bottom:10px;
    }
    .footer-brand .brand-mark{background:#fff8ed;color:var(--olive)}
    .footer-desc{max-width:520px;margin:0;color:rgba(255,248,237,.66)}
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 16px;
    }
    .footer-links a{color:rgba(255,248,237,.72);font-weight:700}
    .footer-links a:hover{color:var(--gold-soft)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding-top:18px;
      font-size:14px;
      color:rgba(255,248,237,.52);
    }
    @media (max-width: 1024px){
      :root{--nav-h:68px}
      .nav-side{display:none}
      .nav-shell{grid-template-columns:auto 1fr auto}
      .brand-center{justify-self:center}
      .mobile-menu-btn{display:flex}
      .hero-stage,.story-wrap,.price-panel,.news-wrap,.faq-shell,.subscribe-box{grid-template-columns:1fr}
      .story-panel,.custom-tabs{position:static}
      .tab-shell{grid-template-columns:1fr}
      .custom-tabs{flex-direction:row;overflow-x:auto;padding-bottom:2px}
      .custom-tabs .nav-link{white-space:nowrap}
      .member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .floating-cta{display:none}
      .mobile-bottom-cta{display:flex}
      body{padding-bottom:72px}
    }
    @media (max-width: 768px){
      .top-countdown{text-align:center}
      .hero{padding:42px 0 40px}
      .hero-copy{padding:24px}
      .hero-list,.zone-grid,.content-grid,.bubble-area,.metric-row{grid-template-columns:1fr}
      .section{padding:58px 0}
      .section-tight{padding:44px 0}
      .news-item{grid-template-columns:1fr;gap:5px}
      .news-note{display:none}
      .plan-row{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column}
      .input-group-custom{flex-direction:column}
      .input-group-custom .btn-gold{width:100%}
    }
    @media (max-width: 520px){
      .brand-name{font-size:14px}
      .brand-center{padding:7px 10px}
      .brand-mark{width:28px;height:28px;font-size:13px}
      .hero-copy{padding:20px}
      .board-head{align-items:flex-start;flex-direction:column}
      .index-line{grid-template-columns:1fr;gap:6px}
      .member-grid{grid-template-columns:1fr}
      .btn-row .btn-main,.btn-row .btn-ghost,.btn-row .btn-gold{width:100%}
      .mobile-bottom-cta .btn-main,.mobile-bottom-cta .btn-gold{flex:1;padding-left:8px;padding-right:8px;font-size:14px}
    }

/* roulang page: category2 */
:root{
      --ivory:#f7f2e8;
      --warm:#efe5d2;
      --paper:#fffaf0;
      --ink:#24211c;
      --muted:#706a5f;
      --soft:#9a9387;
      --olive:#334236;
      --olive-2:#465a49;
      --gold:#b9853b;
      --gold-2:#d1a15a;
      --line:#ded3c1;
      --line-strong:#c9b99f;
      --white:#ffffff;
      --shadow:0 12px 28px rgba(36,33,28,.08);
      --shadow-hover:0 18px 38px rgba(36,33,28,.13);
      --radius:8px;
      --radius-sm:6px;
      --container:1180px;
      --focus:0 0 0 .22rem rgba(185,133,59,.24);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        linear-gradient(180deg,var(--ivory) 0%,#fbf7ee 42%,#f4ecdf 100%);
      line-height:1.72;
      font-size:16px;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(185,133,59,.22)}

    .container-xl{max-width:var(--container)}
    .section{padding:72px 0}
    .section-tight{padding:48px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:5px 10px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,250,240,.75);
      color:var(--olive);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 4px rgba(185,133,59,.12);
    }
    .section-title{
      margin:14px 0 10px;
      font-size:clamp(28px,3.2vw,42px);
      line-height:1.18;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
    }
    .section-lead{
      margin:0;
      max-width:780px;
      color:var(--muted);
      font-size:17px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(247,242,232,.92);
      backdrop-filter:saturate(160%) blur(12px);
      border-bottom:1px solid rgba(201,185,159,.7);
    }
    .navbar{padding:12px 0}
    .nav-shell{
      width:100%;
      min-height:58px;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:22px;
      padding:8px 14px;
      border:1px solid rgba(222,211,193,.92);
      border-radius:var(--radius);
      background:rgba(255,250,240,.7);
      box-shadow:0 8px 24px rgba(36,33,28,.05);
    }
    .nav-side{display:flex;align-items:center;gap:8px}
    .nav-side.left{justify-content:flex-start}
    .nav-side.right{justify-content:flex-end}
    .nav-link-custom{
      display:inline-flex;
      align-items:center;
      min-height:38px;
      padding:8px 12px;
      border-radius:var(--radius-sm);
      color:var(--muted);
      font-weight:700;
      font-size:14px;
      white-space:nowrap;
    }
    .nav-link-custom:hover,
    .nav-link-custom:focus{
      color:var(--ink);
      background:rgba(185,133,59,.10);
      outline:none;
    }
    .nav-link-custom.active{
      color:var(--olive);
      background:rgba(51,66,54,.10);
      box-shadow:inset 0 0 0 1px rgba(51,66,54,.12);
    }
    .brand-center{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:4px 10px;
      color:var(--ink);
      white-space:nowrap;
    }
    .brand-mark{
      width:34px;
      height:34px;
      display:inline-grid;
      place-items:center;
      border-radius:50%;
      background:var(--olive);
      color:#fff4dc;
      font-weight:800;
      box-shadow:inset 0 -2px 0 rgba(0,0,0,.14),0 4px 14px rgba(51,66,54,.22);
    }
    .brand-name{
      font-size:18px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .nav-cta,
    .btn-gold,
    .btn-olive,
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:40px;
      padding:10px 16px;
      border-radius:var(--radius-sm);
      font-weight:800;
      font-size:14px;
      border:1px solid transparent;
      cursor:pointer;
    }
    .nav-cta,.btn-gold{
      background:var(--gold);
      color:#fff9ed;
      border-color:rgba(137,95,37,.25);
      box-shadow:0 8px 18px rgba(185,133,59,.22);
    }
    .nav-cta:hover,.btn-gold:hover{
      background:#a97832;
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 12px 24px rgba(185,133,59,.28);
    }
    .btn-olive{
      background:var(--olive);
      color:#fff8ea;
      border-color:rgba(51,66,54,.28);
      box-shadow:0 10px 22px rgba(51,66,54,.18);
    }
    .btn-olive:hover{background:#26342a;color:#fff;transform:translateY(-1px)}
    .btn-ghost{
      background:rgba(255,250,240,.75);
      color:var(--olive);
      border-color:var(--line);
    }
    .btn-ghost:hover{border-color:var(--gold);background:#fff9ee;color:var(--ink)}
    .nav-cta:focus,.btn-gold:focus,.btn-olive:focus,.btn-ghost:focus,.nav-link-custom:focus{box-shadow:var(--focus);outline:none}
    .mobile-menu-btn{
      display:none;
      width:42px;
      height:42px;
      border-radius:var(--radius-sm);
      border:1px solid var(--line);
      background:#fff8ec;
      color:var(--ink);
      font-size:22px;
      line-height:1;
    }

    .offcanvas{
      background:var(--paper);
      color:var(--ink);
    }
    .offcanvas-header{border-bottom:1px solid var(--line)}
    .mobile-nav-list{display:grid;gap:10px;padding:8px 0}
    .mobile-nav-list a{
      padding:12px 14px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      font-weight:700;
      color:var(--olive);
      background:#fffaf1;
    }
    .mobile-nav-list a.active{background:rgba(51,66,54,.1);border-color:rgba(51,66,54,.25)}

    .page-hero{
      position:relative;
      padding:38px 0 34px;
      border-bottom:1px solid var(--line);
      background:
        linear-gradient(90deg,rgba(255,250,240,.92),rgba(239,229,210,.78)),
        radial-gradient(circle at 82% 20%,rgba(185,133,59,.13),transparent 34%);
    }
    .breadcrumb-lite{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      color:var(--muted);
      font-size:14px;
      margin-bottom:18px;
    }
    .breadcrumb-lite a{color:var(--olive);font-weight:700}
    .breadcrumb-lite span{color:var(--soft)}
    .hero-row{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
      gap:34px;
      align-items:end;
    }
    h1{
      margin:12px 0 12px;
      font-size:clamp(34px,4.4vw,58px);
      line-height:1.06;
      letter-spacing:-.04em;
      font-weight:900;
    }
    .hero-copy{
      max-width:780px;
      color:var(--muted);
      font-size:18px;
      margin:0 0 22px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .overview-panel{
      border:1px solid var(--line-strong);
      border-radius:var(--radius);
      background:rgba(255,250,240,.86);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .overview-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:16px 18px;
      border-bottom:1px solid var(--line);
      background:rgba(51,66,54,.08);
      font-weight:800;
      color:var(--olive);
    }
    .overview-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    .overview-cell{
      padding:18px;
      border-right:1px solid var(--line);
    }
    .overview-cell:last-child{border-right:0}
    .overview-cell strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      color:var(--ink);
      margin-bottom:6px;
    }
    .overview-cell span{
      display:block;
      color:var(--muted);
      font-size:14px;
    }
    .anchor-strip{
      position:sticky;
      top:91px;
      z-index:900;
      background:rgba(247,242,232,.94);
      backdrop-filter:blur(10px);
      border-bottom:1px solid var(--line);
    }
    .anchor-strip .container-xl{
      display:flex;
      align-items:center;
      gap:10px;
      overflow:auto;
      padding-top:10px;
      padding-bottom:10px;
      scrollbar-width:none;
    }
    .anchor-strip .container-xl::-webkit-scrollbar{display:none}
    .anchor-link{
      flex:0 0 auto;
      display:inline-flex;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid var(--line);
      color:var(--muted);
      background:#fffaf1;
      font-size:14px;
      font-weight:800;
    }
    .anchor-link:hover,.anchor-link.active{
      border-color:var(--olive);
      color:#fff8ea;
      background:var(--olive);
    }

    .compare-layout{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:26px;
      align-items:start;
    }
    .index-sidebar{
      position:sticky;
      top:150px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,250,240,.82);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .index-sidebar .side-title{
      padding:16px 18px;
      border-bottom:1px solid var(--line);
      background:rgba(51,66,54,.08);
      font-weight:900;
      color:var(--olive);
    }
    .side-list{padding:10px}
    .side-list a{
      display:flex;
      justify-content:space-between;
      gap:10px;
      padding:11px 10px;
      border-radius:var(--radius-sm);
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .side-list a:hover{background:rgba(185,133,59,.1);color:var(--ink)}
    .side-note{
      margin:0;
      padding:14px 18px 18px;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:13px;
    }

    .signal-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:24px;
    }
    .signal-card{
      padding:18px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffaf1;
      transition:.2s ease;
    }
    .signal-card:hover{
      transform:translateY(-2px);
      border-color:var(--gold);
      box-shadow:var(--shadow-hover);
    }
    .signal-card b{
      display:block;
      font-size:26px;
      line-height:1;
      color:var(--olive);
      margin-bottom:8px;
    }
    .signal-card span{display:block;color:var(--muted);font-size:14px}

    .compare-table-wrap{
      border:1px solid var(--line-strong);
      border-radius:var(--radius);
      overflow:hidden;
      background:#fffaf1;
      box-shadow:var(--shadow);
      margin-top:28px;
    }
    .compare-table{
      width:100%;
      margin:0;
      border-collapse:separate;
      border-spacing:0;
      font-size:15px;
    }
    .compare-table th{
      padding:15px 16px;
      background:var(--olive);
      color:#fff7e8;
      font-weight:800;
      border-right:1px solid rgba(255,255,255,.14);
    }
    .compare-table td{
      padding:16px;
      vertical-align:top;
      border-top:1px solid var(--line);
      border-right:1px solid var(--line);
      color:var(--muted);
      background:#fffaf1;
    }
    .compare-table td:last-child,.compare-table th:last-child{border-right:0}
    .compare-table td strong{display:block;color:var(--ink);margin-bottom:4px}

    .tag-index{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .tag-chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fffaf1;
      color:var(--olive);
      font-weight:800;
      font-size:14px;
    }
    .tag-chip small{color:var(--soft);font-weight:700}

    .split-block{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      margin-top:24px;
    }
    .zone-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffaf1;
      overflow:hidden;
      transition:.2s ease;
    }
    .zone-card:hover{box-shadow:var(--shadow-hover);border-color:var(--gold)}
    .zone-card-header{
      padding:18px 20px;
      border-bottom:1px solid var(--line);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      background:rgba(51,66,54,.06);
    }
    .zone-card-header h3{margin:0;font-size:20px;font-weight:900}
    .zone-card-body{padding:18px 20px}
    .zone-card-body p{margin:0 0 14px;color:var(--muted)}
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:grid;
      grid-template-columns:20px 1fr;
      gap:9px;
      color:var(--muted);
    }
    .check-list li::before{
      content:"✓";
      width:20px;
      height:20px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:rgba(185,133,59,.16);
      color:var(--gold);
      font-weight:900;
      font-size:12px;
      margin-top:3px;
    }

    .step-lane{
      margin-top:26px;
      display:grid;
      gap:12px;
    }
    .step-item{
      display:grid;
      grid-template-columns:78px 1fr auto;
      gap:16px;
      align-items:center;
      padding:16px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffaf1;
    }
    .step-no{
      display:inline-flex;
      width:58px;
      height:36px;
      align-items:center;
      justify-content:center;
      border-radius:var(--radius-sm);
      color:#fff7e8;
      background:var(--olive);
      font-weight:900;
    }
    .step-item h3{margin:0 0 4px;font-size:18px;font-weight:900}
    .step-item p{margin:0;color:var(--muted)}
    .step-badge{
      white-space:nowrap;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(185,133,59,.13);
      color:#8d642d;
      font-weight:800;
      font-size:13px;
    }

    .evidence-board{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      margin-top:26px;
    }
    .evidence-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffaf1;
      padding:20px;
      transition:.2s ease;
    }
    .evidence-card:hover{border-color:var(--olive);box-shadow:var(--shadow-hover)}
    .evidence-card .meta{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:12px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(247,242,232,.72);
      color:var(--olive);
      font-size:12px;
      font-weight:800;
    }
    .evidence-card h3{margin:0 0 8px;font-size:20px;font-weight:900}
    .evidence-card p{margin:0;color:var(--muted)}
    .quote-card{
      margin-top:18px;
      padding:20px;
      border-left:4px solid var(--gold);
      background:rgba(51,66,54,.06);
      border-radius:0 var(--radius) var(--radius) 0;
      color:var(--muted);
      font-weight:600;
    }

    .plan-panel{
      margin-top:26px;
      border:1px solid var(--line-strong);
      border-radius:var(--radius);
      background:#fffaf1;
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .plan-row{
      display:grid;
      grid-template-columns:220px 1fr 180px;
      gap:18px;
      align-items:center;
      padding:20px;
      border-bottom:1px solid var(--line);
    }
    .plan-row:last-child{border-bottom:0}
    .plan-row.featured{
      background:linear-gradient(90deg,rgba(51,66,54,.08),rgba(185,133,59,.08));
    }
    .plan-name strong{display:block;font-size:20px;font-weight:900}
    .plan-name span{display:block;color:var(--muted);font-size:14px;margin-top:4px}
    .plan-desc{color:var(--muted)}
    .plan-price{
      text-align:right;
      color:var(--olive);
      font-weight:900;
    }
    .plan-price small{
      display:block;
      color:var(--soft);
      font-weight:700;
      margin-top:2px;
    }

    .accordion{
      margin-top:26px;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:var(--radius)!important;
      overflow:hidden;
      background:#fffaf1;
      box-shadow:none;
    }
    .accordion-button{
      background:#fffaf1;
      color:var(--ink);
      font-weight:900;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:rgba(51,66,54,.08);
      color:var(--olive);
    }
    .accordion-button:focus{box-shadow:var(--focus)!important}
    .accordion-body{color:var(--muted);padding:0 20px 20px}

    .cta-band{
      border:1px solid var(--line-strong);
      border-radius:var(--radius);
      background:
        linear-gradient(135deg,rgba(51,66,54,.96),rgba(70,90,73,.94)),
        radial-gradient(circle at 86% 18%,rgba(209,161,90,.25),transparent 32%);
      color:#fff8ea;
      padding:32px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      box-shadow:0 18px 38px rgba(51,66,54,.18);
    }
    .cta-band h2{margin:0 0 8px;font-size:28px;font-weight:900}
    .cta-band p{margin:0;color:rgba(255,248,234,.78)}
    .subscribe-form{
      display:flex;
      gap:10px;
      min-width:380px;
    }
    .subscribe-form input{
      flex:1;
      min-height:44px;
      border-radius:var(--radius-sm);
      border:1px solid rgba(255,255,255,.22);
      background:rgba(255,250,240,.96);
      padding:0 13px;
      color:var(--ink);
      outline:none;
    }
    .subscribe-form input:focus{box-shadow:var(--focus);border-color:var(--gold-2)}
    .form-hint{
      grid-column:1/-1;
      margin-top:8px;
      color:rgba(255,248,234,.68);
      font-size:13px;
    }

    .floating-cta{
      position:fixed;
      right:22px;
      bottom:26px;
      z-index:1020;
      display:grid;
      gap:10px;
    }
    .float-btn{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-width:132px;
      padding:11px 14px;
      border-radius:var(--radius-sm);
      background:var(--olive);
      color:#fff8ea;
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 14px 32px rgba(36,33,28,.18);
      font-weight:900;
      font-size:14px;
    }
    .float-btn.secondary{background:#fffaf1;color:var(--olive);border-color:var(--line)}
    .float-btn:hover{transform:translateY(-2px);color:#fff;background:#26342a}
    .float-btn.secondary:hover{color:var(--ink);background:#fff5e5;border-color:var(--gold)}

    .site-footer{
      margin-top:72px;
      padding:44px 0 24px;
      background:#27251f;
      color:#fff7e8;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto auto;
      gap:30px;
      align-items:center;
      padding-bottom:26px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-desc{
      margin:0;
      max-width:560px;
      color:rgba(255,247,232,.68);
      font-size:14px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:12px 18px;
      justify-content:flex-end;
    }
    .footer-links a{
      color:rgba(255,247,232,.75);
      font-weight:700;
      font-size:14px;
    }
    .footer-links a:hover{color:#fff}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding-top:20px;
      color:rgba(255,247,232,.58);
      font-size:13px;
    }

    @media (max-width:1024px){
      .nav-side{gap:4px}
      .nav-link-custom{padding:8px 9px;font-size:13px}
      .hero-row{grid-template-columns:1fr}
      .compare-layout{grid-template-columns:1fr}
      .index-sidebar{position:relative;top:auto}
      .signal-grid{grid-template-columns:repeat(2,1fr)}
      .plan-row{grid-template-columns:180px 1fr 150px}
    }
    @media (max-width:991.98px){
      .mobile-menu-btn{display:inline-grid;place-items:center}
      .nav-shell{grid-template-columns:auto 1fr auto}
      .nav-side{display:none}
      .brand-center{justify-self:center}
      .anchor-strip{top:83px}
    }
    @media (max-width:768px){
      .section{padding:54px 0}
      .page-hero{padding:28px 0}
      .overview-grid,.split-block,.evidence-board{grid-template-columns:1fr}
      .overview-cell{border-right:0;border-bottom:1px solid var(--line)}
      .overview-cell:last-child{border-bottom:0}
      .step-item{grid-template-columns:1fr;align-items:start}
      .step-badge{justify-self:start}
      .plan-row{grid-template-columns:1fr;text-align:left}
      .plan-price{text-align:left}
      .cta-band{grid-template-columns:1fr;padding:24px}
      .subscribe-form{min-width:0;width:100%;flex-direction:column}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .footer-bottom{flex-direction:column}
      .floating-cta{
        left:0;
        right:0;
        bottom:0;
        grid-template-columns:1fr 1fr;
        gap:0;
        background:rgba(247,242,232,.95);
        border-top:1px solid var(--line);
        padding:8px;
      }
      .float-btn{min-width:0;border-radius:var(--radius-sm)}
    }
    @media (max-width:520px){
      body{font-size:15px}
      .container-xl{padding-left:18px;padding-right:18px}
      .brand-name{font-size:15px}
      .brand-mark{width:32px;height:32px}
      h1{font-size:34px}
      .hero-copy{font-size:16px}
      .hero-actions .btn-gold,.hero-actions .btn-ghost{width:100%}
      .signal-grid{grid-template-columns:1fr}
      .compare-table{font-size:14px}
      .compare-table th,.compare-table td{padding:12px;min-width:150px}
      .compare-table-wrap{overflow-x:auto}
      .site-footer{padding-bottom:86px}
    }

/* roulang page: category1 */
:root{
      --bg:#f6f1e8;
      --bg-soft:#fbf8f1;
      --paper:#fffdf8;
      --ink:#20211d;
      --muted:#67655d;
      --weak:#8c877b;
      --line:#ded5c5;
      --line-strong:#cbb98f;
      --green:#243d33;
      --green-2:#315746;
      --gold:#b9873a;
      --gold-2:#d9b56d;
      --olive:#6d744f;
      --sand:#efe4cf;
      --danger:#9d4b35;
      --radius:8px;
      --radius-sm:6px;
      --shadow:0 14px 34px rgba(40,36,28,.08);
      --shadow-hover:0 18px 42px rgba(40,36,28,.13);
      --container:1180px;
      --header-h:76px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth; scroll-padding-top:98px}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 0%, rgba(185,135,58,.12), transparent 28%),
        linear-gradient(180deg, #fbf7ee 0%, var(--bg) 42%, #f4eee2 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{
      outline:3px solid rgba(185,135,58,.35);
      outline-offset:3px;
      border-radius:var(--radius-sm);
    }
    ::selection{background:rgba(185,135,58,.25)}

    .container-xl{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(251,248,241,.88);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(222,213,197,.86);
    }
    .navbar{padding:12px 0}
    .nav-shell{
      width:100%;
      min-height:52px;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:20px;
    }
    .nav-side{
      display:flex;
      align-items:center;
      gap:8px;
    }
    .nav-side.left{justify-content:flex-start}
    .nav-side.right{justify-content:flex-end}
    .nav-link-custom{
      display:inline-flex;
      align-items:center;
      height:40px;
      padding:0 14px;
      border:1px solid transparent;
      border-radius:999px;
      font-size:14px;
      font-weight:600;
      color:#3c3b35;
      white-space:nowrap;
    }
    .nav-link-custom:hover{
      color:var(--green);
      background:#fffaf0;
      border-color:var(--line);
      transform:translateY(-1px);
    }
    .nav-link-custom.active{
      background:var(--green);
      border-color:var(--green);
      color:#fffdf7;
      box-shadow:0 8px 18px rgba(36,61,51,.16);
    }
    .brand-center{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-width:238px;
      padding:6px 12px;
      border-radius:999px;
      color:var(--ink);
    }
    .brand-center:hover{background:rgba(255,255,255,.55)}
    .brand-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px;
      height:34px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--green),#17241f);
      color:var(--gold-2);
      font-weight:800;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
    }
    .brand-name{
      font-weight:800;
      letter-spacing:.02em;
      font-size:17px;
    }
    .nav-cta,.btn-gold,.btn-darkline,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-sm);
      border:1px solid transparent;
      font-weight:700;
      line-height:1;
      transition:var(--ease);
      cursor:pointer;
      white-space:nowrap;
    }
    .nav-cta{
      height:40px;
      padding:0 16px;
      background:var(--gold);
      color:#fffdf8;
      box-shadow:0 9px 18px rgba(185,135,58,.18);
      font-size:14px;
    }
    .nav-cta:hover,.btn-gold:hover{
      background:#a3742f;
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 13px 24px rgba(185,135,58,.24);
    }
    .mobile-menu-btn{
      display:none;
      width:42px;
      height:42px;
      border:1px solid var(--line);
      background:#fffaf1;
      border-radius:var(--radius-sm);
      color:var(--green);
      font-size:20px;
      align-items:center;
      justify-content:center;
    }

    .page-hero{
      position:relative;
      padding:54px 0 34px;
      border-bottom:1px solid rgba(222,213,197,.7);
    }
    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
      margin-bottom:18px;
    }
    .breadcrumb-wrap a:hover{color:var(--green)}
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
      gap:34px;
      align-items:stretch;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 10px;
      background:#fff8e8;
      color:#765420;
      border:1px solid #ead8ae;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      margin-bottom:16px;
    }
    h1{
      margin:0;
      font-size:clamp(32px,4vw,54px);
      line-height:1.14;
      letter-spacing:-.03em;
      font-weight:800;
      color:#191a17;
    }
    .hero-lead{
      margin:18px 0 0;
      max-width:760px;
      font-size:17px;
      color:#56534b;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .btn-gold{
      min-height:46px;
      padding:0 18px;
      background:var(--gold);
      color:#fffdf8;
      box-shadow:0 10px 22px rgba(185,135,58,.18);
    }
    .btn-darkline{
      min-height:46px;
      padding:0 18px;
      color:var(--green);
      background:#fffdf7;
      border-color:var(--line-strong);
    }
    .btn-darkline:hover,.btn-ghost:hover{
      border-color:var(--gold);
      color:#7a531e;
      background:#fff8e8;
      transform:translateY(-1px);
    }
    .btn-ghost{
      min-height:40px;
      padding:0 14px;
      color:#49463d;
      background:transparent;
      border-color:var(--line);
    }
    .hero-note{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:22px;
      color:var(--muted);
      font-size:13px;
    }
    .hero-note span{
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .guide-panel{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      padding:20px;
      position:relative;
      overflow:hidden;
    }
    .guide-panel:before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:4px;
      background:linear-gradient(90deg,var(--green),var(--gold),var(--olive));
    }
    .panel-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .panel-title strong{font-size:18px}
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:4px 8px;
      border:1px solid #d8c9a5;
      background:#fbf1d8;
      color:#785721;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }
    .index-board{
      display:grid;
      gap:10px;
    }
    .index-row{
      display:grid;
      grid-template-columns:78px 1fr auto;
      gap:12px;
      align-items:center;
      padding:12px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:#fffbf2;
    }
    .index-code{
      color:var(--green);
      font-weight:800;
      letter-spacing:.05em;
    }
    .index-row p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .mini-tag{
      display:inline-flex;
      align-items:center;
      padding:4px 8px;
      border-radius:999px;
      background:#edf0e5;
      color:#59623e;
      font-size:12px;
      font-weight:700;
    }

    .anchor-strip{
      position:sticky;
      top:77px;
      z-index:900;
      background:rgba(246,241,232,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(222,213,197,.8);
    }
    .anchor-inner{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding:10px 0;
      scrollbar-width:none;
    }
    .anchor-inner::-webkit-scrollbar{display:none}
    .anchor-link{
      flex:0 0 auto;
      padding:8px 13px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fffaf2;
      color:#4f4b43;
      font-size:13px;
      font-weight:700;
    }
    .anchor-link:hover,.anchor-link.active{
      background:var(--green);
      border-color:var(--green);
      color:#fffdf8;
    }

    main{padding-bottom:0}
    .section{
      padding:68px 0;
    }
    .section.tight{padding:46px 0}
    .section-head{
      display:grid;
      grid-template-columns:minmax(0,.76fr) minmax(260px,.24fr);
      gap:24px;
      align-items:end;
      margin-bottom:26px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      color:var(--gold);
      font-size:13px;
      font-weight:800;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    h2{
      margin:0;
      font-size:clamp(24px,2.6vw,36px);
      line-height:1.22;
      letter-spacing:-.02em;
      font-weight:800;
    }
    .section-summary{
      margin:10px 0 0;
      color:var(--muted);
      max-width:760px;
    }
    .section-aside{
      color:var(--weak);
      font-size:14px;
      padding-left:18px;
      border-left:2px solid var(--line-strong);
    }

    .filter-layout{
      display:grid;
      grid-template-columns:260px minmax(0,1fr);
      gap:22px;
      align-items:start;
    }
    .filter-sidebar{
      position:sticky;
      top:146px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,253,248,.82);
      box-shadow:var(--shadow);
      padding:18px;
    }
    .filter-sidebar h3,.small-title{
      font-size:16px;
      margin:0 0 12px;
      font-weight:800;
    }
    .filter-group{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}
    .filter-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .filter-chip{
      border:1px solid var(--line);
      background:#fffaf2;
      color:#4e4a42;
      border-radius:999px;
      padding:7px 10px;
      font-size:13px;
      font-weight:700;
      cursor:pointer;
      transition:var(--ease);
    }
    .filter-chip:hover,.filter-chip.active{
      background:var(--green);
      color:#fffdf8;
      border-color:var(--green);
    }
    .search-box{
      display:flex;
      align-items:center;
      gap:8px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:#fffdf8;
      padding:10px 12px;
      margin-bottom:12px;
    }
    .search-box input{
      border:0;
      outline:0;
      background:transparent;
      width:100%;
      color:var(--ink);
      font-size:14px;
    }
    .sort-row{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      margin-bottom:14px;
      flex-wrap:wrap;
    }
    .sort-row .count{
      color:var(--muted);
      font-size:14px;
    }
    .sort-row select{
      border:1px solid var(--line);
      background:#fffdf8;
      border-radius:var(--radius-sm);
      padding:9px 12px;
      color:#49463d;
      min-width:170px;
    }
    .guide-list{
      display:grid;
      gap:12px;
    }
    .guide-card{
      display:grid;
      grid-template-columns:1fr auto;
      gap:16px;
      align-items:start;
      padding:18px;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:0 8px 20px rgba(40,36,28,.045);
      transition:var(--ease);
    }
    .guide-card:hover{
      border-color:var(--line-strong);
      box-shadow:var(--shadow-hover);
      transform:translateY(-2px);
    }
    .guide-card h3{
      margin:0 0 7px;
      font-size:19px;
      line-height:1.35;
      font-weight:800;
    }
    .guide-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .meta-line{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:12px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:5px;
      padding:5px 8px;
      border-radius:999px;
      background:#f0eadc;
      color:#605942;
      font-size:12px;
      font-weight:700;
    }
    .score-block{
      min-width:92px;
      text-align:center;
      border-left:1px solid var(--line);
      padding-left:16px;
    }
    .score-block b{
      display:block;
      font-size:26px;
      line-height:1;
      color:var(--green);
    }
    .score-block span{
      display:block;
      margin-top:6px;
      color:var(--weak);
      font-size:12px;
    }

    .criteria-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
    }
    .criteria-table{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .criteria-row{
      display:grid;
      grid-template-columns:160px 1fr 150px;
      gap:16px;
      padding:16px 18px;
      border-bottom:1px solid var(--line);
      align-items:center;
    }
    .criteria-row:last-child{border-bottom:0}
    .criteria-row strong{color:var(--green)}
    .criteria-row p{margin:0;color:var(--muted);font-size:14px}
    .level{
      justify-self:end;
      display:inline-flex;
      padding:5px 9px;
      border-radius:999px;
      background:#eef1e7;
      color:#59623e;
      font-size:12px;
      font-weight:800;
    }
    .note-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#253d33;
      color:#fffdf8;
      padding:22px;
      min-height:100%;
      box-shadow:var(--shadow);
    }
    .note-card h3{margin:0 0 10px;font-size:22px}
    .note-card p{color:#e2d9c9;margin:0 0 16px}
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      position:relative;
      padding-left:24px;
      color:#fbf3e4;
    }
    .check-list li:before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      color:var(--gold-2);
      font-weight:900;
    }

    .step-area{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:24px;
      align-items:start;
    }
    .step-tabs{
      display:grid;
      gap:10px;
    }
    .step-tab{
      padding:16px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffdf8;
      cursor:pointer;
      transition:var(--ease);
    }
    .step-tab:hover,.step-tab.active{
      border-color:var(--gold);
      background:#fff8e8;
      box-shadow:0 10px 24px rgba(185,135,58,.10);
    }
    .step-tab b{display:block;margin-bottom:4px}
    .step-tab span{color:var(--muted);font-size:14px}
    .compare-box{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--paper);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .compare-head{
      display:grid;
      grid-template-columns:1fr 1fr;
      background:#efe4cf;
      font-weight:800;
      color:#3b362c;
    }
    .compare-head div,.compare-row div{
      padding:14px 16px;
      border-right:1px solid var(--line);
    }
    .compare-head div:last-child,.compare-row div:last-child{border-right:0}
    .compare-row{
      display:grid;
      grid-template-columns:1fr 1fr;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:14px;
    }

    .evidence-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-bottom:22px;
    }
    .evidence-badge{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:18px;
      box-shadow:0 8px 20px rgba(40,36,28,.045);
    }
    .evidence-badge b{
      display:block;
      font-size:28px;
      line-height:1;
      color:var(--green);
      margin-bottom:8px;
    }
    .evidence-badge span{color:var(--muted);font-size:13px}
    .source-list{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .source-item{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffdf8;
      padding:16px;
      transition:var(--ease);
    }
    .source-item:hover{
      border-color:var(--line-strong);
      box-shadow:var(--shadow);
    }
    .source-item strong{display:block;margin-bottom:6px}
    .source-item p{margin:0;color:var(--muted);font-size:14px}

    .plan-wrap{
      display:grid;
      grid-template-columns:.88fr 1.12fr;
      gap:22px;
      align-items:stretch;
    }
    .plan-main{
      background:linear-gradient(180deg,#2b493c,#1f312a);
      color:#fffdf8;
      border-radius:var(--radius);
      padding:24px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .plan-main:after{
      content:"";
      position:absolute;
      right:-70px;
      top:-70px;
      width:180px;
      height:180px;
      border-radius:50%;
      background:rgba(217,181,109,.14);
    }
    .plan-main h3{font-size:24px;margin:10px 0}
    .plan-main p{color:#e7dcc9;margin:0 0 18px}
    .price{
      display:flex;
      align-items:flex-end;
      gap:8px;
      margin:16px 0;
    }
    .price b{font-size:38px;line-height:1;color:var(--gold-2)}
    .price span{color:#dfd3bf}
    .plan-lines{
      display:grid;
      gap:10px;
      margin:18px 0 22px;
    }
    .plan-lines div{
      display:flex;
      justify-content:space-between;
      gap:14px;
      border-bottom:1px solid rgba(255,255,255,.13);
      padding-bottom:8px;
      color:#f8eedf;
      font-size:14px;
    }
    .plan-side{
      display:grid;
      gap:12px;
    }
    .plan-row{
      display:grid;
      grid-template-columns:1fr auto;
      gap:14px;
      align-items:center;
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:17px 18px;
      background:var(--paper);
      box-shadow:0 8px 20px rgba(40,36,28,.045);
    }
    .plan-row h3{font-size:18px;margin:0 0 4px}
    .plan-row p{margin:0;color:var(--muted);font-size:14px}
    .plan-row .tag-price{
      color:var(--green);
      font-weight:900;
      white-space:nowrap;
    }

    .faq-wrap{
      display:grid;
      grid-template-columns:300px minmax(0,1fr);
      gap:24px;
      align-items:start;
    }
    .faq-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffdf8;
      padding:20px;
      box-shadow:var(--shadow);
    }
    .accordion{
      --bs-accordion-bg:#fffdf8;
      --bs-accordion-border-color:var(--line);
      --bs-accordion-border-radius:8px;
      --bs-accordion-inner-border-radius:8px;
      --bs-accordion-btn-focus-box-shadow:0 0 0 .25rem rgba(185,135,58,.18);
      --bs-accordion-active-bg:#fff8e8;
      --bs-accordion-active-color:#243d33;
    }
    .accordion-item{
      border-color:var(--line);
      overflow:hidden;
      margin-bottom:10px;
      border-radius:var(--radius)!important;
    }
    .accordion-button{
      font-weight:800;
      color:var(--ink);
      line-height:1.45;
    }
    .accordion-body{
      color:var(--muted);
      font-size:14px;
    }

    .cta-band{
      padding:54px 0;
      background:#233c32;
      color:#fffdf8;
    }
    .cta-box{
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta-box h2{color:#fffdf8}
    .cta-box p{color:#ded3c2;margin:10px 0 0;max-width:740px}
    .subscribe-form{
      display:flex;
      gap:8px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16);
      border-radius:var(--radius);
      padding:8px;
      min-width:390px;
    }
    .subscribe-form input{
      flex:1;
      border:0;
      outline:0;
      background:#fffdf8;
      border-radius:var(--radius-sm);
      padding:0 12px;
      min-height:44px;
      color:var(--ink);
    }

    .site-footer{
      background:#1d241f;
      color:#f8f1e5;
      padding:38px 0 22px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto auto;
      gap:28px;
      align-items:center;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      font-weight:800;
      margin-bottom:10px;
    }
    .footer-desc{
      margin:0;
      color:#cfc5b5;
      max-width:560px;
      font-size:14px;
    }
    .footer-links{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer-links a{
      color:#e7dcc9;
      font-size:14px;
      font-weight:600;
    }
    .footer-links a:hover{color:var(--gold-2)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:#b9ad9c;
      font-size:13px;
      padding-top:18px;
    }

    .floating-cta{
      position:fixed;
      right:20px;
      bottom:24px;
      z-index:980;
      display:grid;
      gap:10px;
    }
    .float-btn{
      display:flex;
      align-items:center;
      gap:8px;
      min-height:44px;
      padding:0 14px;
      border-radius:999px;
      background:#fffdf8;
      border:1px solid var(--line-strong);
      color:var(--green);
      font-weight:800;
      box-shadow:var(--shadow);
    }
    .float-btn.primary{
      background:var(--gold);
      border-color:var(--gold);
      color:#fffdf8;
    }
    .float-btn:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-hover);
    }
    .mobile-bottom-bar{display:none}

    .offcanvas{
      background:#fbf8f1;
      color:var(--ink);
    }
    .offcanvas-header{
      border-bottom:1px solid var(--line);
    }
    .mobile-nav-list{
      display:grid;
      gap:10px;
      padding:8px 0;
    }
    .mobile-nav-list a{
      padding:12px 14px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fffdf8;
      font-weight:800;
    }
    .mobile-nav-list a.active{
      background:var(--green);
      color:#fffdf8;
      border-color:var(--green);
    }

    @media (max-width:1024px){
      .nav-shell{grid-template-columns:auto 1fr auto}
      .mobile-menu-btn{display:inline-flex}
      .nav-side{display:none}
      .brand-center{justify-self:center;min-width:auto}
      .hero-grid,.criteria-grid,.step-area,.plan-wrap,.faq-wrap{
        grid-template-columns:1fr;
      }
      .filter-layout{
        grid-template-columns:1fr;
      }
      .filter-sidebar{position:static}
      .section-head{grid-template-columns:1fr}
      .section-aside{padding-left:0;border-left:0;border-top:2px solid var(--line-strong);padding-top:12px}
      .source-list,.evidence-strip{grid-template-columns:1fr 1fr}
      .cta-box{grid-template-columns:1fr}
      .subscribe-form{min-width:0;width:100%}
    }
    @media (max-width:768px){
      :root{--header-h:66px}
      .navbar{padding:8px 0}
      .brand-name{font-size:15px}
      .brand-mark{width:32px;height:32px}
      .page-hero{padding:36px 0 24px}
      .section{padding:48px 0}
      .anchor-strip{top:59px}
      .guide-card,.criteria-row,.compare-head,.compare-row,.plan-row{
        grid-template-columns:1fr;
      }
      .score-block{
        border-left:0;
        border-top:1px solid var(--line);
        padding-left:0;
        padding-top:12px;
        text-align:left;
      }
      .criteria-row .level{justify-self:start}
      .evidence-strip,.source-list{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .floating-cta{display:none}
      .mobile-bottom-bar{
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:990;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        padding:10px 12px calc(10px + env(safe-area-inset-bottom));
        background:rgba(251,248,241,.94);
        backdrop-filter:blur(14px);
        border-top:1px solid var(--line);
      }
      .mobile-bottom-bar a{
        min-height:42px;
        border-radius:var(--radius-sm);
        display:flex;
        align-items:center;
        justify-content:center;
        font-weight:800;
      }
      body{padding-bottom:66px}
    }
    @media (max-width:520px){
      .container-xl{padding-left:16px;padding-right:16px}
      .hero-actions{align-items:stretch}
      .hero-actions a{width:100%}
      .index-row{grid-template-columns:1fr}
      .subscribe-form{flex-direction:column}
      .subscribe-form .btn-gold{width:100%}
      .footer-bottom{display:grid}
      h1{font-size:31px}
      h2{font-size:24px}
    }
