/* roulang page: index */
:root{
      --green:#16a34a;
      --green-dark:#12833d;
      --green-soft:#ecfdf3;
      --green-line:#b7ebc6;
      --mint:#e7f8ef;
      --ink:#111827;
      --text:#344054;
      --muted:#667085;
      --light:#f7faf8;
      --panel:#ffffff;
      --border:#e5e7eb;
      --border-strong:#d0d5dd;
      --warning:#f59e0b;
      --danger:#ef4444;
      --radius:14px;
      --radius-sm:10px;
      --shadow:0 14px 34px rgba(16,24,40,.07);
      --shadow-soft:0 8px 22px rgba(16,24,40,.05);
      --container:1220px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0%,#f7faf8 48%,#fff 100%);font-size:16px;line-height:1.72;letter-spacing:0}
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(22,163,74,.22);outline-offset:3px}
    .site-container{width:min(calc(100% - 40px),var(--container));margin:0 auto}
    .section{padding:78px 0}
    .section-tight{padding:54px 0}
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
    .section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--green-dark);font-size:13px;font-weight:700;background:var(--green-soft);border:1px solid var(--green-line);border-radius:999px;padding:6px 12px;margin-bottom:12px}
    .section-title{margin:0;color:var(--ink);font-size:32px;line-height:1.22;font-weight:800;letter-spacing:0}
    .section-desc{max-width:680px;margin:10px 0 0;color:var(--muted);font-size:16px}
    .topbar{background:#0f2418;color:#dff7e8;font-size:13px}
    .topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .topbar strong{color:#fff;font-weight:700}
    .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid #e6ece8}
    .nav-wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand{display:flex;align-items:center;gap:10px;min-width:0;font-weight:850;color:var(--ink)}
    .brand-dot{width:12px;height:12px;border-radius:999px;background:var(--green);box-shadow:0 0 0 7px rgba(22,163,74,.12)}
    .brand-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:17px}
    .desktop-nav{display:flex;align-items:center;gap:8px}
    .desktop-nav a{font-size:14px;font-weight:700;color:#475467;border-radius:999px;padding:10px 14px}
    .desktop-nav a:hover,.desktop-nav a.active{color:var(--green-dark);background:var(--green-soft)}
    .nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:11px;background:var(--green);color:#fff!important;font-weight:800;box-shadow:0 8px 20px rgba(22,163,74,.22)}
    .nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}
    .menu-icon{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;position:relative}
    .menu-icon:after{background:#101828;box-shadow:0 7px 0 #101828,0 14px 0 #101828;width:20px;left:11px;top:12px}
    .mobile-menu{display:none;border-top:1px solid var(--border);padding:10px 0 16px;background:#fff}
    .mobile-menu a{display:block;padding:12px 4px;color:#475467;font-weight:700;border-radius:10px}
    .mobile-menu a.active{color:var(--green-dark);background:var(--green-soft);padding-left:12px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:12px;border:1px solid transparent;font-weight:800;cursor:pointer;line-height:1;color:var(--ink);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:inherit}
    .btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 24px rgba(22,163,74,.22)}
    .btn-primary:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px);box-shadow:0 16px 30px rgba(22,163,74,.26)}
    .btn-secondary{background:#fff;color:var(--green-dark);border-color:var(--green-line)}
    .btn-secondary:hover{background:var(--green-soft);color:var(--green-dark);transform:translateY(-1px)}
    .btn-ghost{background:#f8faf9;color:#344054;border-color:var(--border)}
    .btn-ghost:hover{background:#fff;border-color:var(--border-strong);box-shadow:var(--shadow-soft)}
    .badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;line-height:1;border:1px solid transparent;white-space:nowrap}
    .badge-green{background:var(--green-soft);color:var(--green-dark);border-color:var(--green-line)}
    .badge-gray{background:#f2f4f7;color:#475467;border-color:#eaecf0}
    .badge-cyan{background:#ecfeff;color:#0e7490;border-color:#cffafe}
    .hero{padding:46px 0 34px;background:radial-gradient(circle at 80% 0%,rgba(22,163,74,.12),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);border-bottom:1px solid #e8efe9}
    .hero-panel{background:#102116;border:1px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 24px 60px rgba(15,35,24,.18);overflow:hidden;color:#fff}
    .hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:0;align-items:stretch}
    .hero-copy{padding:48px}
    .hero h1{margin:16px 0 16px;color:#fff;font-size:42px;line-height:1.16;font-weight:900;letter-spacing:0;max-width:760px}
    .hero p{margin:0;color:#cfe4d5;font-size:17px;max-width:720px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
    .hero-actions .btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff}
    .hero-actions .btn-secondary:hover{background:rgba(255,255,255,.14);color:#fff}
    .hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;max-width:640px}
    .metric{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:14px}
    .metric strong{display:block;color:#fff;font-size:22px;line-height:1.1;margin-bottom:5px}
    .metric span{color:#b7c9bd;font-size:13px}
    .stage{padding:24px;background:linear-gradient(180deg,rgba(236,253,243,.10),rgba(255,255,255,.04));border-left:1px solid rgba(255,255,255,.10)}
    .dashboard{height:100%;min-height:390px;background:#f8fbf9;color:var(--ink);border-radius:18px;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.8);padding:18px;display:flex;flex-direction:column;gap:14px}
    .dash-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--border)}
    .dash-dots{display:flex;gap:6px}.dash-dots i{width:10px;height:10px;border-radius:50%;background:#d0d5dd}.dash-dots i:nth-child(2){background:#86efac}.dash-dots i:nth-child(3){background:#67e8f9}
    .status-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:var(--shadow-soft)}
    .status-card h2{font-size:16px;margin:0 0 10px;color:var(--ink)}
    .progress{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:10px 0 8px}
    .progress span{display:block;height:100%;width:76%;background:linear-gradient(90deg,var(--green),#22c55e);border-radius:999px}
    .entry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .entry{background:#fff;border:1px solid var(--border);border-radius:12px;padding:13px;min-height:74px}
    .entry b{display:block;font-size:14px;color:#182230;margin-bottom:3px}.entry small{color:var(--muted);font-size:12px}
    .update-list{display:grid;gap:9px}.update-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:11px 12px;font-size:13px}.update-row span{color:var(--muted)}
    .compare-wrap{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
    .pricing-table{width:100%;border-collapse:separate;border-spacing:0;margin:0}.pricing-table th,.pricing-table td{border:0;border-bottom:1px solid var(--border);padding:18px;text-align:left;vertical-align:middle}.pricing-table th{background:#f8faf9;color:var(--ink);font-size:15px}.pricing-table th.recommend{background:var(--green-soft);box-shadow:inset 0 3px 0 var(--green)}.pricing-table tr:last-child td{border-bottom:0}.check{color:var(--green);font-weight:900}.dash{color:#98a2b3}.plan-name{display:flex;align-items:center;gap:8px;font-weight:850;color:var(--ink)}
    .mobile-plans{display:none;gap:14px}.plan-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:var(--shadow-soft)}.plan-card.featured{border-color:var(--green-line);background:linear-gradient(180deg,var(--green-soft),#fff 45%)}.plan-card h3{margin:0 0 8px;color:var(--ink);font-size:21px}.plan-card ul{list-style:none;margin:14px 0 16px;padding:0;display:grid;gap:9px}.plan-card li{display:flex;gap:8px;color:#475467;font-size:14px}
    .upgrade{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.level-tabs{display:grid;gap:10px}.level-tab{border:1px solid var(--border);background:#fff;border-radius:14px;padding:16px;text-align:left;cursor:pointer;box-shadow:var(--shadow-soft)}.level-tab.is-active{border-color:var(--green-line);background:var(--green-soft)}.level-tab b{display:block;color:var(--ink);margin-bottom:3px}.level-tab span{font-size:13px;color:var(--muted)}.level-panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.level-panel h3{margin:0 0 12px;color:var(--ink);font-size:24px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.feature-item{display:flex;gap:12px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fbfdfc}.feature-icon{flex:0 0 34px;height:34px;border-radius:10px;background:var(--green-soft);color:var(--green-dark);display:grid;place-items:center;font-weight:900}.feature-item b{display:block;color:var(--ink);margin-bottom:3px}.feature-item span{font-size:13px;color:var(--muted)}
    .preview-shell{display:grid;grid-template-columns:1fr 330px;gap:24px;align-items:start}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.filter-bar .button{margin:0;border-radius:999px;background:#fff;border:1px solid var(--border);color:#475467;font-weight:800;padding:10px 14px}.filter-bar .button.active,.filter-bar .button:hover{background:var(--green-soft);color:var(--green-dark);border-color:var(--green-line)}.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.preview-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.preview-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--green-line)}.safe-thumb{height:158px;background:linear-gradient(135deg,#dff7e8,#f4f8f5 48%,#d1fae5);position:relative;overflow:hidden}.safe-thumb:before{content:"";position:absolute;inset:18px;border-radius:14px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 10px,rgba(22,163,74,.12) 10px,rgba(22,163,74,.12) 20px);filter:blur(2px)}.safe-thumb:after{content:"会员预览";position:absolute;left:14px;bottom:14px;background:rgba(16,24,40,.72);color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.preview-body{padding:16px}.preview-body h3{margin:10px 0 8px;color:var(--ink);font-size:18px}.preview-body p{margin:0;color:var(--muted);font-size:14px}.side-panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:var(--shadow-soft);position:sticky;top:94px}.side-panel h3{margin:0 0 14px;color:var(--ink);font-size:20px}.side-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.side-list li{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);padding-bottom:12px;color:#475467}.side-list li:last-child{border-bottom:0;padding-bottom:0}.side-list strong{color:var(--ink)}
    .news-layout{display:grid;grid-template-columns:1fr 360px;gap:24px}.news-list{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden}.news-item{display:grid;grid-template-columns:120px 1fr auto;gap:16px;align-items:center;padding:18px;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:0}.news-date{border-radius:12px;background:var(--green-soft);color:var(--green-dark);font-weight:850;text-align:center;padding:12px}.news-date small{display:block;color:#408a5b;font-size:12px}.news-item h3{margin:0 0 4px;font-size:18px;color:var(--ink)}.news-item p{margin:0;color:var(--muted);font-size:14px}.recommend-box{background:#102116;color:#dff7e8;border-radius:18px;padding:22px;box-shadow:var(--shadow)}.recommend-box h3{margin:0 0 10px;color:#fff}.recommend-box p{font-size:14px;margin:0 0 18px;color:#bdd2c3}
    .guard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.guard-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:var(--shadow-soft)}.guard-card b{display:block;color:var(--ink);font-size:17px;margin:10px 0 6px}.guard-card p{margin:0;color:var(--muted);font-size:14px}.guard-icon{width:38px;height:38px;border-radius:12px;background:var(--green-soft);color:var(--green-dark);display:grid;place-items:center;font-weight:900}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.step-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow-soft)}.step-card:before{counter-increment:step;content:"0" counter(step);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#102116;color:#fff;font-weight:900;margin-bottom:18px}.step-card h3{margin:0 0 8px;color:var(--ink);font-size:18px}.step-card p{margin:0;color:var(--muted);font-size:14px}
    .faq-wrap{max-width:860px;margin:0 auto}.accordion{background:transparent}.accordion-item{margin-bottom:12px;border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden;box-shadow:var(--shadow-soft)}.accordion-title{border:0!important;color:var(--ink)!important;font-size:16px;font-weight:850;padding:18px 54px 18px 20px}.accordion-title:before{color:var(--green-dark);font-size:22px;right:20px}.accordion-title:hover,.is-active>.accordion-title{background:var(--green-soft)}.accordion-content{border:0;border-top:1px solid var(--border);color:#475467;padding:18px 20px;background:#fff}
    .cta-box{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:linear-gradient(135deg,var(--green-soft),#fff 62%);border:1px solid var(--green-line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.cta-box h2{margin:0 0 8px;color:var(--ink);font-size:30px}.cta-box p{margin:0;color:#475467}.cta-actions{display:flex;gap:12px;align-items:center}.legal-note{margin-top:14px;color:#667085;font-size:13px}
    .site-footer{background:#0f2418;color:#c8dccf;padding:46px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:28px}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:850;margin-bottom:12px}.footer-brand .brand-dot{box-shadow:0 0 0 7px rgba(22,163,74,.18)}.site-footer p{margin:0;color:#bdd2c3;font-size:14px;max-width:520px}.footer-col h3{margin:0 0 12px;color:#fff;font-size:16px}.footer-col a{display:block;color:#c8dccf;font-size:14px;margin:8px 0}.footer-col a:hover{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.10);margin-top:30px;padding-top:18px;color:#9cb4a4;font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
    @media (max-width:1024px){.hero-grid,.preview-shell,.news-layout,.upgrade{grid-template-columns:1fr}.stage{border-left:0;border-top:1px solid rgba(255,255,255,.10)}.guard-grid,.steps{grid-template-columns:repeat(2,1fr)}.side-panel{position:static}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:64px 0}.pricing-table{display:none}.mobile-plans{display:grid}.section-head{align-items:flex-start;flex-direction:column}.news-item{grid-template-columns:100px 1fr}}
    @media (max-width:768px){.desktop-nav{display:none}.menu-icon{display:block}.mobile-menu.is-open{display:block}.nav-wrap{min-height:64px}.brand-text{max-width:250px}.hero{padding:28px 0}.hero-copy{padding:30px 22px}.hero h1{font-size:31px}.hero p{font-size:15px}.hero-metrics{grid-template-columns:1fr}.dashboard{min-height:auto}.entry-grid,.preview-grid,.feature-list{grid-template-columns:1fr}.section-title{font-size:27px}.cta-box{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.news-item{grid-template-columns:1fr}.news-date{text-align:left}.guard-grid,.steps,.footer-grid{grid-template-columns:1fr}.topbar-inner{align-items:flex-start;flex-direction:column;padding:9px 0}.site-container{width:min(calc(100% - 28px),var(--container))}}
    @media (max-width:520px){.brand-text{max-width:205px;font-size:15px}.hero-panel{border-radius:16px}.hero-copy{padding:24px 18px}.stage{padding:14px}.dashboard{padding:14px}.section{padding:52px 0}.compare-wrap,.level-panel,.cta-box{border-radius:16px}.safe-thumb{height:132px}.metric strong{font-size:20px}.footer-grid{gap:20px}}

/* roulang page: category1 */
:root{
      --bg:#f7faf8;
      --surface:#ffffff;
      --surface-strong:#ffffff;
      --soft:#eef8f1;
      --soft-2:#ecfdf3;
      --soft-3:#dff7e8;
      --accent:#16a34a;
      --accent-strong:#128043;
      --accent-ink:#0f7a39;
      --accent-mute:#7bcf98;
      --ink:#111827;
      --ink-2:#344054;
      --muted:#667085;
      --line:#e5e7eb;
      --line-2:#d6ddd8;
      --shadow:0 10px 30px rgba(16,24,40,.06);
      --shadow-2:0 18px 42px rgba(16,24,40,.10);
      --radius:14px;
      --radius-sm:12px;
      --radius-xs:10px;
      --container:1220px;
      --space:24px;
      --space-lg:40px;
      --space-xl:64px;
      --space-2xl:88px;
      --transition:180ms ease;
    }
    *{box-sizing:border-box}
    html,body{margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
      color:var(--ink);
      line-height:1.65;
      letter-spacing:0;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:color var(--transition),background-color var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}
    a:hover{color:var(--accent)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:var(--soft-3);color:var(--ink)}
    .site-container{
      width:min(var(--container),calc(100% - 32px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.92);
      backdrop-filter:saturate(160%) blur(14px);
      border-bottom:1px solid var(--line);
    }
    .nav-wrap{
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:800;
      color:var(--ink);
      letter-spacing:0;
      min-width:0;
      flex:0 0 auto;
    }
    .brand:hover{color:var(--ink)}
    .brand-dot{
      width:12px;
      height:12px;
      border-radius:999px;
      background:var(--accent);
      box-shadow:0 0 0 6px rgba(22,163,74,.12);
      flex:0 0 auto;
    }
    .brand-text{
      font-size:16px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .desktop-nav a{
      position:relative;
      display:inline-flex;
      align-items:center;
      height:42px;
      padding:0 14px;
      border-radius:999px;
      color:var(--ink-2);
      font-size:14px;
      font-weight:600;
      letter-spacing:0;
    }
    .desktop-nav a:hover{
      background:var(--soft);
      color:var(--accent-ink);
    }
    .desktop-nav a.active{
      background:var(--soft-2);
      color:var(--accent-ink);
      box-shadow:inset 0 0 0 1px rgba(22,163,74,.14);
    }
    .desktop-nav a.nav-cta{
      background:var(--accent);
      color:#fff;
      box-shadow:0 8px 18px rgba(22,163,74,.18);
    }
    .desktop-nav a.nav-cta:hover{
      background:var(--accent-strong);
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 12px 24px rgba(22,163,74,.22);
    }
    .menu-icon{
      display:none;
      width:46px;
      height:46px;
      border:1px solid var(--line);
      border-radius:12px;
      background:#fff;
      position:relative;
      flex:0 0 auto;
    }
    .menu-icon::before,
    .menu-icon::after{
      content:"";
      position:absolute;
      left:12px;
      right:12px;
      height:2px;
      border-radius:99px;
      background:var(--ink);
      transition:transform var(--transition), top var(--transition), bottom var(--transition), opacity var(--transition);
    }
    .menu-icon::before{top:16px;box-shadow:0 8px 0 0 var(--ink)}
    .menu-icon::after{bottom:16px;opacity:0}
    .menu-icon[aria-expanded="true"]::before{
      top:21px;
      box-shadow:none;
      transform:rotate(45deg);
    }
    .menu-icon[aria-expanded="true"]::after{
      bottom:21px;
      opacity:1;
      transform:rotate(-45deg);
    }
    .mobile-menu{
      display:none;
      border-top:1px solid var(--line);
      background:#fff;
      max-height:0;
      overflow:hidden;
      transition:max-height var(--transition);
    }
    .mobile-menu.is-open{max-height:420px}
    .mobile-menu .site-container{
      padding:12px 0 18px;
      display:grid;
      gap:8px;
    }
    .mobile-menu a{
      display:flex;
      align-items:center;
      min-height:46px;
      padding:0 14px;
      border-radius:12px;
      color:var(--ink-2);
      font-weight:600;
    }
    .mobile-menu a.active,
    .mobile-menu a:hover{
      background:var(--soft);
      color:var(--accent-ink);
    }

    main{display:block}
    .section{
      padding:72px 0;
    }
    .section.compact{
      padding:52px 0;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 10px;
      border-radius:999px;
      background:var(--soft-2);
      color:var(--accent-ink);
      font-size:12px;
      font-weight:700;
      letter-spacing:0;
      margin-bottom:14px;
    }
    .eyebrow i{font-size:12px}
    .section-title{
      font-size:clamp(28px,2.8vw,38px);
      line-height:1.16;
      margin:0 0 12px;
      letter-spacing:0;
    }
    .section-subtitle{
      margin:0;
      color:var(--muted);
      font-size:16px;
      max-width:760px;
    }

    .hero-band{
      padding:32px 0 14px;
      background:
        linear-gradient(180deg,rgba(236,253,243,.72) 0%,rgba(255,255,255,.95) 52%,rgba(255,255,255,1) 100%);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
      gap:24px;
      align-items:stretch;
    }
    .hero-copy{
      padding:26px 0 8px;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      color:var(--accent-ink);
      font-size:12px;
      font-weight:700;
      box-shadow:var(--shadow);
      margin-bottom:18px;
    }
    .hero-kicker .dot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(22,163,74,.12);
    }
    .hero-title{
      font-size:clamp(32px,3.8vw,48px);
      line-height:1.1;
      margin:0 0 16px;
      letter-spacing:0;
      max-width:12ch;
    }
    .hero-title strong{
      color:var(--accent-ink);
      font-weight:800;
    }
    .hero-text{
      margin:0 0 22px;
      color:var(--muted);
      font-size:17px;
      max-width:620px;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:20px;
    }
    .button{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 18px;
      border-radius:12px;
      border:1px solid transparent;
      font-weight:700;
      font-size:14px;
      letter-spacing:0;
      transition:transform var(--transition),background-color var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition),opacity var(--transition);
    }
    .button:hover{transform:translateY(-1px)}
    .button.primary{
      background:var(--accent);
      color:#fff;
      box-shadow:0 10px 20px rgba(22,163,74,.18);
    }
    .button.primary:hover{background:var(--accent-strong);color:#fff}
    .button.secondary{
      background:#fff;
      color:var(--accent-ink);
      border-color:rgba(22,163,74,.22);
      box-shadow:var(--shadow);
    }
    .button.secondary:hover{
      background:var(--soft-2);
      border-color:rgba(22,163,74,.30);
      color:var(--accent-ink);
    }
    .button.ghost{
      background:#fff;
      color:var(--ink-2);
      border-color:var(--line);
    }
    .button.ghost:hover{
      background:#fafbfc;
      color:var(--ink);
      border-color:#cfd8d3;
    }
    .hero-facts{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      letter-spacing:0;
      background:var(--soft);
      color:var(--ink-2);
      border:1px solid transparent;
    }
    .tag.green{
      background:var(--soft-2);
      color:var(--accent-ink);
      border-color:rgba(22,163,74,.12);
    }
    .tag.gray{
      background:#f3f5f7;
      color:#4b5563;
      border-color:#e4e7eb;
    }
    .tag.teal{
      background:#effaf8;
      color:#0f766e;
      border-color:#cdeee9;
    }
    .status-stage{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:18px;
      box-shadow:var(--shadow-2);
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:14px;
      min-height:100%;
    }
    .stage-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .stage-title{
      display:flex;
      flex-direction:column;
      gap:4px;
    }
    .stage-title strong{
      font-size:16px;
      line-height:1.2;
    }
    .stage-title span{
      color:var(--muted);
      font-size:13px;
    }
    .status-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:var(--soft-2);
      color:var(--accent-ink);
      font-size:12px;
      font-weight:700;
      white-space:nowrap;
      border:1px solid rgba(22,163,74,.12);
    }
    .status-chip i{font-size:11px}
    .mock-panel{
      border:1px solid var(--line);
      border-radius:16px;
      background:
        linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%);
      padding:14px;
      display:grid;
      gap:12px;
    }
    .mock-toolbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding-bottom:10px;
      border-bottom:1px solid var(--line);
    }
    .mock-dots{display:flex;gap:6px}
    .mock-dots span{
      width:10px;height:10px;border-radius:50%;
      background:#d1d5db;
    }
    .mock-dots span:first-child{background:#f59e0b}
    .mock-dots span:last-child{background:var(--accent)}
    .mock-toolbar .small{
      color:var(--muted);
      font-size:12px;
    }
    .metrics-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:10px;
    }
    .metric{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:12px;
      min-height:82px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .metric strong{
      font-size:22px;
      line-height:1.05;
      color:var(--accent-ink);
    }
    .metric span{
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }
    .step-list{
      display:grid;
      gap:10px;
    }
    .step-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:12px 12px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
    }
    .step-no{
      width:28px;
      height:28px;
      border-radius:50%;
      background:var(--soft-2);
      color:var(--accent-ink);
      display:grid;
      place-items:center;
      font-size:13px;
      font-weight:800;
      flex:0 0 auto;
    }
    .step-item strong{
      display:block;
      font-size:14px;
      line-height:1.35;
      margin-bottom:2px;
    }
    .step-item p{
      margin:0;
      font-size:12px;
      color:var(--muted);
      line-height:1.5;
    }
    .stage-note{
      padding:12px 14px;
      background:var(--soft);
      border:1px solid rgba(22,163,74,.12);
      border-radius:14px;
      color:var(--ink-2);
      font-size:13px;
    }

    .band-title{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:22px;
    }

    .compare-wrap{
      background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%);
    }
    .comparison-shell{
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .comparison-table{
      width:100%;
      border-collapse:collapse;
      min-width:920px;
    }
    .comparison-table thead th{
      text-align:left;
      background:#f8faf9;
      padding:18px 16px;
      font-size:14px;
      color:var(--ink);
      border-bottom:1px solid var(--line);
    }
    .comparison-table thead th.plan{
      width:26%;
    }
    .comparison-table thead th.featured{
      background:linear-gradient(180deg,var(--soft-2) 0%,#f7fbf8 100%);
      border-left:1px solid rgba(22,163,74,.16);
      border-right:1px solid rgba(22,163,74,.16);
    }
    .comparison-table tbody td{
      padding:16px;
      border-bottom:1px solid var(--line);
      vertical-align:top;
      color:var(--ink-2);
      background:#fff;
    }
    .comparison-table tbody tr:last-child td{border-bottom:none}
    .comparison-table tbody td.featured{
      background:linear-gradient(180deg,#fbfffc 0%,#f7fbf8 100%);
      border-left:1px solid rgba(22,163,74,.16);
      border-right:1px solid rgba(22,163,74,.16);
    }
    .comparison-table .plan-name{
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .comparison-table .plan-name strong{
      font-size:18px;
      color:var(--ink);
      line-height:1.25;
    }
    .comparison-table .plan-name span{
      font-size:13px;
      color:var(--muted);
    }
    .check{
      color:var(--accent);
      margin-right:8px;
    }
    .cross{
      color:#98a2b3;
      margin-right:8px;
    }
    .table-footer{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      padding:14px 16px;
      border-top:1px solid var(--line);
      background:#fcfdfc;
    }
    .table-footer .note{
      font-size:13px;
      color:var(--muted);
    }

    .mobile-plan-grid{
      display:none;
      gap:14px;
    }
    .plan-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      box-shadow:var(--shadow);
      padding:16px;
    }
    .plan-card.featured{
      border-color:rgba(22,163,74,.22);
      background:linear-gradient(180deg,#fbfffc 0%,#f6fbf7 100%);
    }
    .plan-card header{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      margin-bottom:14px;
    }
    .plan-card h3{
      margin:0 0 6px;
      font-size:18px;
      line-height:1.25;
    }
    .plan-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
    }
    .plan-features{
      list-style:none;
      padding:0;
      margin:0 0 14px;
      display:grid;
      gap:10px;
    }
    .plan-features li{
      display:flex;
      gap:8px;
      align-items:flex-start;
      font-size:14px;
      color:var(--ink-2);
    }

    .levels-grid{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:18px;
      align-items:stretch;
    }
    .level-tabs{
      border:1px solid var(--line);
      border-radius:16px;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--shadow);
    }
    .tabs-title>a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:16px 18px;
      color:var(--ink-2);
      font-weight:700;
      border-bottom:1px solid var(--line);
      background:#fff;
    }
    .tabs-title>a:hover{background:var(--soft)}
    .tabs-title.is-active>a{
      color:var(--accent-ink);
      background:var(--soft-2);
      border-left:4px solid var(--accent);
      padding-left:14px;
    }
    .tabs-title:last-child>a{border-bottom:none}
    .tab-panel{
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      box-shadow:var(--shadow);
      padding:22px;
      min-height:100%;
    }
    .tab-panel h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.2;
    }
    .tab-panel p.lead{
      margin:0 0 18px;
      color:var(--muted);
      font-size:15px;
    }
    .tier-meter{
      width:100%;
      height:10px;
      border-radius:999px;
      background:#edf1ef;
      overflow:hidden;
      margin:18px 0 20px;
    }
    .tier-meter span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--accent) 0%,#30c76b 100%);
    }
    .tier-points{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .tier-points li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px 14px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fcfdfc;
    }
    .tier-points i{
      color:var(--accent);
      margin-top:2px;
      flex:0 0 auto;
    }
    .tier-points strong{
      display:block;
      font-size:14px;
      margin-bottom:2px;
    }
    .tier-points p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }

    .preview-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 320px;
      gap:18px;
      align-items:start;
    }
    .filter-bar{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:18px;
    }
    .filter-bar .filter-label{
      color:var(--muted);
      font-size:13px;
      margin-right:4px;
    }
    .filter-btn{
      min-height:40px;
      padding:0 14px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--ink-2);
      border-radius:999px;
      font-size:13px;
      font-weight:700;
    }
    .filter-btn:hover{
      background:var(--soft);
      border-color:#cfd8d3;
      color:var(--accent-ink);
    }
    .filter-btn.active{
      background:var(--soft-2);
      border-color:rgba(22,163,74,.18);
      color:var(--accent-ink);
    }
    .preview-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .preview-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      box-shadow:var(--shadow);
      overflow:hidden;
      display:flex;
      flex-direction:column;
      min-height:100%;
      transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);
    }
    .preview-card:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-2);
      border-color:#d6ddd8;
    }
    .cover-frame{
      position:relative;
      aspect-ratio:4/3;
      background:
        linear-gradient(135deg,#f7fbf8 0%,#eef7f1 42%,#fdfefe 100%);
      border-bottom:1px solid var(--line);
      overflow:hidden;
    }
    .cover-frame::before{
      content:"";
      position:absolute;
      inset:14px;
      border:1px dashed rgba(17,24,39,.12);
      border-radius:12px;
      background:
        linear-gradient(180deg,rgba(255,255,255,.74) 0%,rgba(255,255,255,.42) 100%);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);
    }
    .cover-frame::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg,rgba(22,163,74,.10) 0%,rgba(22,163,74,.02) 38%,rgba(255,255,255,0) 60%),
        linear-gradient(90deg,rgba(17,24,39,.06) 0 1px,transparent 1px 100%);
      background-size:auto,18px 18px;
      opacity:.8;
      pointer-events:none;
    }
    .cover-badge{
      position:absolute;
      top:14px;
      left:14px;
      z-index:2;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(22,163,74,.16);
      color:var(--accent-ink);
      font-size:12px;
      font-weight:700;
      backdrop-filter:blur(8px);
    }
    .cover-lock{
      position:absolute;
      right:14px;
      top:14px;
      z-index:2;
      width:36px;
      height:36px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(22,163,74,.14);
      color:var(--accent-ink);
      backdrop-filter:blur(8px);
    }
    .cover-band{
      position:absolute;
      left:14px;
      right:14px;
      bottom:14px;
      z-index:2;
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:10px;
    }
    .cover-band .left,
    .cover-band .right{
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .cover-band strong{
      font-size:16px;
      line-height:1.2;
      color:#fff;
      text-shadow:0 1px 10px rgba(0,0,0,.22);
    }
    .cover-band span{
      font-size:12px;
      color:rgba(255,255,255,.92);
    }
    .cover-shield{
      padding:6px 10px;
      border-radius:999px;
      background:rgba(17,24,39,.66);
      color:#fff;
      font-size:12px;
      font-weight:700;
    }
    .card-body{
      padding:14px 14px 16px;
      display:grid;
      gap:12px;
    }
    .card-meta{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .meta-pill{
      padding:5px 8px;
      border-radius:999px;
      background:#f3f5f7;
      color:#4b5563;
      font-size:12px;
      font-weight:700;
    }
    .meta-pill.green{
      background:var(--soft-2);
      color:var(--accent-ink);
    }
    .card-body h3{
      font-size:16px;
      line-height:1.35;
      margin:0;
    }
    .card-body p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .card-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .mini-button{
      min-height:38px;
      padding:0 12px;
      border-radius:10px;
      font-size:13px;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      border:1px solid transparent;
    }
    .mini-button.primary{
      background:var(--accent);
      color:#fff;
    }
    .mini-button.primary:hover{background:var(--accent-strong);color:#fff}
    .mini-button.secondary{
      background:#fff;
      border-color:var(--line);
      color:var(--ink-2);
    }
    .mini-button.secondary:hover{
      background:var(--soft);
      color:var(--accent-ink);
      border-color:#cfd8d3;
    }
    .side-panel{
      display:grid;
      gap:14px;
    }
    .side-box{
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      box-shadow:var(--shadow);
      padding:16px;
    }
    .side-box h3{
      margin:0 0 10px;
      font-size:17px;
      line-height:1.3;
    }
    .side-box p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .summary-list{
      list-style:none;
      padding:0;
      margin:14px 0 0;
      display:grid;
      gap:10px;
    }
    .summary-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      font-size:13px;
      color:var(--ink-2);
    }
    .summary-list i{
      color:var(--accent);
      margin-top:2px;
    }
    .chip-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .chip-cloud .tag{
      border:1px solid transparent;
    }
    .subtle-note{
      font-size:12px;
      color:var(--muted);
      margin-top:10px;
    }

    .faq-shell{
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .faq-item{
      border-bottom:1px solid var(--line);
    }
    .faq-item:last-child{border-bottom:none}
    .faq-title{
      margin:0;
      font-size:16px;
      line-height:1.4;
    }
    .faq-title button{
      width:100%;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      color:var(--ink);
      background:#fff;
      font-weight:700;
      border:0;
      text-align:left;
    }
    .faq-title button:hover{background:var(--soft)}
    .faq-title button:focus{outline:2px solid rgba(22,163,74,.28);outline-offset:-2px}
    .faq-title button::after{
      content:"+";
      width:30px;
      height:30px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:var(--soft-2);
      color:var(--accent-ink);
      flex:0 0 auto;
      font-size:18px;
      font-weight:700;
    }
    .faq-item.is-active .faq-title button::after{
      content:"–";
    }
    .faq-content{
      padding:0 20px 18px;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .faq-content p{margin:0}
    .faq-content .mini-tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      margin-top:10px;
      padding:5px 10px;
      border-radius:999px;
      background:var(--soft);
      color:var(--accent-ink);
      font-size:12px;
      font-weight:700;
    }

    .join-shell{
      background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
      border:1px solid var(--line);
      border-radius:20px;
      box-shadow:var(--shadow-2);
      padding:22px;
    }
    .join-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 320px;
      gap:18px;
      align-items:center;
    }
    .join-copy h2{
      margin:0 0 10px;
      font-size:clamp(26px,2.4vw,34px);
      line-height:1.15;
    }
    .join-copy p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .join-points{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .join-points li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--ink-2);
      font-size:14px;
    }
    .join-points i{color:var(--accent);margin-top:3px}
    .join-panel{
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      padding:16px;
      display:grid;
      gap:14px;
    }
    .join-status{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .join-status strong{
      font-size:16px;
    }
    .join-status .tag{
      white-space:nowrap;
    }
    .join-form{
      display:grid;
      gap:12px;
    }
    .checkbox-row{
      display:flex;
      gap:10px;
      align-items:flex-start;
      font-size:13px;
      color:var(--ink-2);
    }
    .checkbox-row input{
      width:18px;
      height:18px;
      margin-top:3px;
      accent-color:var(--accent);
      flex:0 0 auto;
    }
    .join-actions{
      display:grid;
      gap:10px;
    }
    .join-actions .button{
      width:100%;
      min-height:48px;
    }
    .join-small{
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }

    .site-footer{
      background:#fff;
      border-top:1px solid var(--line);
      padding:40px 0 22px;
      margin-top:40px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(0,.85fr));
      gap:24px;
      padding-bottom:22px;
      border-bottom:1px solid var(--line);
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-size:17px;
      font-weight:800;
      margin-bottom:14px;
    }
    .site-footer p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      max-width:420px;
    }
    .footer-col h3{
      margin:0 0 12px;
      font-size:14px;
      line-height:1.4;
      color:var(--ink);
    }
    .footer-col a{
      display:block;
      color:var(--ink-2);
      font-size:14px;
      padding:6px 0;
    }
    .footer-col a:hover{color:var(--accent-ink)}
    .copyright{
      padding-top:16px;
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:12px;
    }

    .section-divider{
      height:1px;
      background:var(--line);
      margin:0;
    }

    .align-center{text-align:center}

    .screen-reader-only{
      position:absolute!important;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      white-space:nowrap;
      border:0;
    }

    @media (max-width: 1024px){
      .hero-grid,
      .preview-layout,
      .join-grid,
      .levels-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .preview-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .band-title{
        align-items:flex-start;
        flex-direction:column;
      }
      .section{
        padding:64px 0;
      }
      .comparison-table{min-width:860px}
    }

    @media (max-width: 768px){
      .desktop-nav{display:none}
      .menu-icon{display:inline-flex}
      .mobile-menu{display:block}
      .hero-band{padding-top:22px}
      .hero-title{max-width:none}
      .hero-text{font-size:16px}
      .metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .preview-grid{grid-template-columns:1fr}
      .comparison-shell .desktop-table-wrap{display:none}
      .mobile-plan-grid{display:grid}
      .levels-grid{gap:14px}
      .tabs-title>a{font-size:14px}
      .tab-panel{padding:18px}
      .footer-grid{gap:18px}
      .copyright{align-items:flex-start}
      .section{padding:56px 0}
    }

    @media (max-width: 520px){
      .site-container{width:min(var(--container),calc(100% - 24px))}
      .nav-wrap{min-height:66px}
      .brand-text{font-size:15px}
      .hero-copy{padding-top:8px}
      .hero-title{font-size:clamp(28px,8vw,34px)}
      .hero-text{font-size:15px}
      .hero-actions .button,
      .join-actions .button{
        width:100%;
      }
      .hero-actions{
        display:grid;
        width:100%;
      }
      .metrics-grid{
        grid-template-columns:1fr;
      }
      .table-footer{
        flex-direction:column;
        align-items:flex-start;
      }
      .join-shell{padding:16px}
      .join-panel{padding:14px}
      .faq-title button{
        padding:16px;
      }
      .faq-content{
        padding:0 16px 16px;
      }
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      *,*::before,*::after{
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        transition-duration:.01ms!important;
        scroll-behavior:auto!important;
      }
    }
