/* roulang page: index */
:root{
      --primary:#16A34A;
      --primary-dark:#15803D;
      --primary-soft:#ECFDF5;
      --mint:#F0FDF4;
      --ink:#111827;
      --muted:#475569;
      --subtle:#64748B;
      --line:#E2E8F0;
      --paper:#FFFFFF;
      --warm:#FFFDF7;
      --amber:#F59E0B;
      --radius-xl:32px;
      --radius-lg:24px;
      --shadow-card:0 24px 70px rgba(15,23,42,.08);
      --shadow-soft:0 16px 40px rgba(22,163,74,.10);
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 18% 8%, rgba(34,197,94,.16), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(20,184,166,.10), transparent 24%),
        linear-gradient(180deg,#fff 0%,#F8FAFC 58%,#fff 100%);
      line-height:1.65;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    .site-container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .grid-bg{
      position:absolute;inset:0;z-index:-1;opacity:.55;
      background-image:linear-gradient(rgba(22,163,74,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(22,163,74,.08) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(to bottom,#000,transparent 82%);
    }
    .nav-shell{
      position:fixed;top:18px;left:50%;transform:translateX(-50%);
      z-index:50;width:min(1120px,calc(100% - 32px));
      border:1px solid rgba(226,232,240,.88);
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      border-radius:999px;
      box-shadow:0 18px 44px rgba(15,23,42,.08);
    }
    .brand-mark{
      width:38px;height:38px;border-radius:999px;
      background:linear-gradient(135deg,#22C55E,#059669);
      display:grid;place-items:center;color:white;font-weight:900;
      box-shadow:0 10px 24px rgba(22,163,74,.26);
      flex:0 0 auto;
    }
    .nav-link{
      padding:10px 14px;border-radius:999px;color:#334155;font-size:14px;font-weight:700;
      transition:.22s ease;
    }
    .nav-link:hover,.nav-link.active{background:var(--primary-soft);color:var(--primary-dark)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border-radius:999px;padding:13px 20px;font-weight:800;line-height:1;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn:focus-visible,.nav-link:focus-visible,.faq-toggle:focus-visible,input:focus,textarea:focus,select:focus{
      outline:3px solid rgba(34,197,94,.26);outline-offset:3px;
    }
    .btn-primary{background:var(--primary);color:white;box-shadow:0 14px 26px rgba(22,163,74,.22)}
    .btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 18px 34px rgba(22,163,74,.28)}
    .btn-secondary{background:white;color:var(--primary-dark);border-color:rgba(22,163,74,.28)}
    .btn-secondary:hover{background:var(--mint);transform:translateY(-2px)}
    .badge{
      display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 12px;
      background:var(--primary-soft);color:var(--primary-dark);font-size:13px;font-weight:800;
      border:1px solid rgba(22,163,74,.16);
    }
    .status-dot{width:8px;height:8px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 5px rgba(34,197,94,.14)}
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .section-title{font-size:clamp(28px,4vw,42px);line-height:1.16;font-weight:950;letter-spacing:-.04em}
    .section-desc{color:var(--muted);font-size:17px;max-width:760px;margin-top:14px}
    .card{
      background:rgba(255,255,255,.92);border:1px solid rgba(226,232,240,.92);
      border-radius:var(--radius-lg);box-shadow:var(--shadow-card);
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .card:hover{transform:translateY(-4px);box-shadow:0 30px 80px rgba(15,23,42,.10);border-color:rgba(34,197,94,.28)}
    .soft-panel{background:linear-gradient(180deg,#F0FDF4,#FFFFFF);border:1px solid rgba(22,163,74,.16);border-radius:var(--radius-xl)}
    .stage-window{
      border-radius:30px;background:white;border:1px solid rgba(226,232,240,.95);
      box-shadow:0 32px 90px rgba(15,23,42,.12);overflow:hidden;
    }
    .stage-top{height:48px;background:linear-gradient(90deg,#16A34A,#22C55E);display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:white}
    .mini-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.72)}
    .progress{height:8px;border-radius:999px;background:#DCFCE7;overflow:hidden}
    .progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#16A34A,#22C55E)}
    .vertical-card{
      min-height:380px;border-radius:32px;background:linear-gradient(180deg,#111827,#14532D);
      color:white;position:relative;overflow:hidden;padding:26px;
    }
    .vertical-card:before{
      content:"";position:absolute;inset:-60px -80px auto auto;width:180px;height:180px;border-radius:999px;
      background:rgba(34,197,94,.35);filter:blur(8px);
    }
    .feed-item{border-bottom:1px solid var(--line);padding:18px 0}
    .feed-item:last-child{border-bottom:0}
    .faq-toggle{width:100%;text-align:left;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px 0;font-weight:900}
    .faq-answer{display:none;color:var(--muted);padding:0 0 20px}
    .faq-item.open .faq-answer{display:block}
    .faq-icon{width:28px;height:28px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
    .modal-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.46);z-index:80;padding:24px;align-items:center;justify-content:center}
    .modal-backdrop.show{display:flex}
    .modal-panel{width:min(560px,92vw);max-height:88vh;overflow:auto;background:white;border-radius:28px;box-shadow:0 40px 120px rgba(15,23,42,.28)}
    .field{width:100%;border:1px solid var(--line);border-radius:18px;padding:13px 14px;background:#fff;transition:.2s}
    .field:focus{border-color:#22C55E;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
    .mobile-menu{display:none}
    @media (max-width:1024px){
      .desktop-nav,.desktop-cta{display:none}
      .mobile-menu{display:block}
      .nav-shell{border-radius:28px}
      .mobile-panel{display:none;position:absolute;top:68px;left:0;right:0;background:white;border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:var(--shadow-card)}
      .mobile-panel.show{display:grid;gap:8px}
      .section{padding:68px 0}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,var(--container))}
      .section{padding:56px 0}
      .hero-pad{padding-top:118px!important}
      .btn{width:100%;padding:14px 18px}
      .brand-text{max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    }
    @media (max-width:520px){
      .nav-shell{top:10px;width:calc(100% - 18px)}
      .brand-mark{width:34px;height:34px}
      .stage-window{border-radius:24px}
      .section-title{letter-spacing:-.03em}
    }

/* roulang page: category1 */
:root{
      --green:#16a34a;
      --green-dark:#15803d;
      --green-soft:#ecfdf5;
      --mint:#f0fdf4;
      --ink:#111827;
      --muted:#475569;
      --line:#e2e8f0;
      --panel:#ffffff;
      --bg:#f8fafc;
      --amber:#f59e0b;
      --radius-xl:28px;
      --radius-lg:22px;
      --shadow:0 24px 70px rgba(15,23,42,.08);
      --shadow-green:0 18px 48px rgba(22,163,74,.12);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
      line-height:1.7;
      background:
        radial-gradient(circle at 12% 6%, rgba(34,197,94,.16), transparent 32%),
        radial-gradient(circle at 90% 18%, rgba(20,184,166,.10), transparent 28%),
        linear-gradient(180deg,#fff 0%,#f8fafc 54%,#fff 100%);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    input,textarea,select{outline:none}
    .site-container{width:min(1160px,calc(100% - 32px));margin-inline:auto}
    .nav-shell{
      position:sticky;
      top:16px;
      z-index:50;
      width:min(1120px,calc(100% - 28px));
      margin:16px auto 0;
      border:1px solid rgba(226,232,240,.82);
      border-radius:999px;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 50px rgba(15,23,42,.08);
    }
    .brand-mark{
      display:inline-grid;
      place-items:center;
      flex:0 0 auto;
      width:38px;
      height:38px;
      border-radius:999px;
      color:#fff;
      font-weight:900;
      letter-spacing:-.04em;
      background:linear-gradient(135deg,#16a34a,#22c55e);
      box-shadow:0 12px 24px rgba(22,163,74,.22);
    }
    .brand-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      color:#475569;
      font-weight:800;
      font-size:14px;
      transition:.2s ease;
    }
    .nav-link:hover{color:#15803d;background:#f0fdf4}
    .nav-link.active{color:#166534;background:#dcfce7}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:max-content;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:900;
      line-height:1;
      transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:focus-visible,.nav-link:focus-visible,.faq-trigger:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
      outline:3px solid rgba(34,197,94,.28);
      outline-offset:3px;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,#16a34a,#059669);
      box-shadow:0 14px 30px rgba(22,163,74,.22);
    }
    .btn-primary:hover{background:linear-gradient(135deg,#15803d,#047857);box-shadow:0 18px 36px rgba(22,163,74,.26)}
    .btn-secondary{
      color:#15803d;
      background:#fff;
      border-color:#bbf7d0;
      box-shadow:0 10px 28px rgba(15,23,42,.05);
    }
    .btn-secondary:hover{background:#f0fdf4;border-color:#86efac}
    .mobile-menu{display:none}
    .mobile-panel{display:none}
    .hero-mini{
      position:relative;
      padding:72px 0 42px;
    }
    .hero-mini:before{
      content:"";
      position:absolute;
      inset:18px 0 auto;
      height:420px;
      pointer-events:none;
      opacity:.56;
      background-image:
        linear-gradient(rgba(22,163,74,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22,163,74,.08) 1px, transparent 1px);
      background-size:28px 28px;
      mask-image:linear-gradient(to bottom,#000,transparent);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      color:#166534;
      background:#dcfce7;
      border:1px solid #bbf7d0;
      font-size:13px;
      font-weight:900;
    }
    .badge-dot{
      width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.13)
    }
    .section{padding:58px 0}
    .section-tight{padding:38px 0}
    .panel{
      border:1px solid rgba(226,232,240,.9);
      background:rgba(255,255,255,.92);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
    }
    .card{
      border:1px solid rgba(226,232,240,.92);
      background:#fff;
      border-radius:24px;
      box-shadow:0 14px 40px rgba(15,23,42,.055);
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    }
    .card:hover{transform:translateY(-3px);box-shadow:var(--shadow-green);border-color:#bbf7d0}
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border-radius:999px;
      background:#f0fdf4;
      color:#15803d;
      border:1px solid #bbf7d0;
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .soft-tag{
      display:inline-flex;
      align-items:center;
      padding:8px 13px;
      border-radius:999px;
      border:1px solid #dbeafe;
      color:#334155;
      background:#fff;
      font-size:13px;
      font-weight:800;
      transition:.2s ease;
    }
    .soft-tag:hover,.soft-tag.active{border-color:#86efac;background:#f0fdf4;color:#166534}
    .feed-icon{
      width:46px;height:46px;border-radius:18px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,#dcfce7,#f0fdf4);
      color:#15803d;
      font-weight:900;
      flex:0 0 auto;
      border:1px solid #bbf7d0;
    }
    .tool-window{
      overflow:hidden;
      border-radius:28px;
      border:1px solid #dbeafe;
      background:#fff;
      box-shadow:0 30px 80px rgba(15,23,42,.10);
    }
    .window-top{
      display:flex;align-items:center;justify-content:space-between;
      padding:14px 16px;
      border-bottom:1px solid #e2e8f0;
      background:linear-gradient(90deg,#f0fdf4,#fff);
    }
    .window-dots span{display:inline-block;width:9px;height:9px;border-radius:999px;margin-right:6px;background:#bbf7d0}
    .check-row{
      display:flex;gap:12px;align-items:flex-start;
      padding:13px;
      border:1px solid #e2e8f0;
      border-radius:18px;
      background:#fff;
    }
    .checkmark{
      width:24px;height:24px;border-radius:999px;display:grid;place-items:center;
      color:#fff;background:#16a34a;font-size:13px;font-weight:900;flex:0 0 auto;
    }
    .sidebar-sticky{position:sticky;top:112px}
    .progress-line{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}
    .progress-line span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#059669)}
    .cta-band{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      background:linear-gradient(135deg,#052e16,#166534);
      color:#fff;
      box-shadow:0 28px 70px rgba(22,101,52,.20);
    }
    .cta-band:after{
      content:"";
      position:absolute;
      width:360px;height:360px;border-radius:999px;
      right:-120px;top:-160px;
      background:rgba(187,247,208,.16);
    }
    .privacy-box{
      border-radius:28px;
      border:1px solid #bbf7d0;
      background:linear-gradient(135deg,#f0fdf4,#fff);
      box-shadow:0 18px 50px rgba(22,163,74,.08);
    }
    .faq-item{
      border:1px solid #e2e8f0;
      border-radius:20px;
      background:#fff;
      overflow:hidden;
      box-shadow:0 10px 28px rgba(15,23,42,.04);
    }
    .faq-trigger{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 20px;
      text-align:left;
      font-weight:900;
      color:#0f172a;
      background:#fff;
    }
    .faq-trigger:hover{background:#f8fafc}
    .faq-answer{display:none;padding:0 20px 18px;color:#475569}
    .faq-item.open .faq-answer{display:block}
    .faq-symbol{
      width:28px;height:28px;border-radius:999px;
      display:grid;place-items:center;
      background:#dcfce7;color:#15803d;font-weight:900;flex:0 0 auto;
    }
    .modal-backdrop{
      position:fixed;inset:0;z-index:80;
      display:none;
      align-items:center;
      justify-content:center;
      padding:24px;
      background:rgba(15,23,42,.48);
      backdrop-filter:blur(10px);
    }
    .modal-backdrop.show{display:flex}
    .modal-panel{
      width:min(560px,92vw);
      max-height:88vh;
      overflow:auto;
      border-radius:28px;
      background:#fff;
      box-shadow:0 30px 100px rgba(15,23,42,.25);
      border:1px solid rgba(226,232,240,.9);
    }
    .form-control{
      width:100%;
      border:1px solid #cbd5e1;
      border-radius:18px;
      padding:13px 14px;
      background:#fff;
      color:#111827;
      transition:.2s ease;
    }
    .form-control:focus{border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.10)}
    @media (max-width:1024px){
      .desktop-cta{display:none}
      .site-container{width:min(100% - 28px,920px)}
      .sidebar-sticky{position:static}
    }
    @media (max-width:768px){
      .nav-shell{top:10px;border-radius:28px;width:calc(100% - 20px);margin-top:10px}
      .desktop-nav{display:none}
      .mobile-menu{display:inline-flex}
      .mobile-panel{
        position:absolute;
        left:10px;right:10px;top:calc(100% + 10px);
        padding:12px;
        border:1px solid #e2e8f0;
        border-radius:24px;
        background:#fff;
        box-shadow:0 20px 60px rgba(15,23,42,.14);
      }
      .mobile-panel.show{display:grid;gap:8px}
      .mobile-panel .nav-link{justify-content:flex-start}
      .hero-mini{padding-top:48px}
      .section{padding:44px 0}
      .brand-text{max-width:180px}
    }
    @media (max-width:520px){
      .brand-mark{width:34px;height:34px}
      .brand-text{font-size:13px;max-width:150px}
      .btn{width:100%}
      .hero-mini h1{font-size:34px!important;line-height:1.12!important}
      .panel,.cta-band,.privacy-box{border-radius:24px}
      .feed-icon{width:42px;height:42px;border-radius:16px}
    }

/* roulang page: category2 */
:root{
      --green:#16A34A;
      --green-dark:#059669;
      --green-soft:#ECFDF5;
      --mint:#F0FDF4;
      --cyan-soft:#F0FDFA;
      --text:#111827;
      --muted:#475569;
      --weak:#64748B;
      --border:#E2E8F0;
      --amber:#F59E0B;
      --bg:#FFFFFF;
      --bg-soft:#F8FAFC;
      --radius-xl:28px;
      --radius-lg:22px;
      --shadow:0 24px 70px rgba(15,23,42,.08);
      --shadow-green:0 24px 70px rgba(22,163,74,.12);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(34,197,94,.14), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(20,184,166,.10), transparent 30%),
        linear-gradient(#fff,#fff);
      line-height:1.65;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(34,197,94,.18)}
    .site-container{
      width:min(1160px, calc(100% - 32px));
      margin-inline:auto;
    }
    .nav-shell{
      position:sticky;
      top:16px;
      z-index:50;
      width:min(1160px, calc(100% - 24px));
      margin:16px auto 0;
      border:1px solid rgba(226,232,240,.82);
      border-radius:999px;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 50px rgba(15,23,42,.08);
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:900;
      letter-spacing:-.04em;
      background:linear-gradient(135deg,var(--green),#22C55E);
      box-shadow:0 10px 22px rgba(22,163,74,.22);
      flex:none;
    }
    .brand-text{
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:270px;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:0 15px;
      border-radius:999px;
      color:#475569;
      font-weight:800;
      font-size:14px;
      transition:.22s ease;
      outline:none;
    }
    .nav-link:hover{background:#F0FDF4;color:#047857}
    .nav-link:focus-visible,.btn:focus-visible,.faq-btn:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
      outline:3px solid rgba(34,197,94,.22);
      outline-offset:3px;
    }
    .nav-link.active{background:#DCFCE7;color:#047857}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      border-radius:999px;
      font-weight:900;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      border:1px solid transparent;
      width:max-content;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{
      background:linear-gradient(135deg,var(--green),#22C55E);
      color:#fff;
      box-shadow:0 16px 30px rgba(22,163,74,.20);
    }
    .btn-primary:hover{background:linear-gradient(135deg,#15803D,var(--green-dark));box-shadow:0 18px 36px rgba(22,163,74,.26)}
    .btn-secondary{
      background:#fff;
      color:#047857;
      border-color:rgba(22,163,74,.22);
      box-shadow:0 12px 28px rgba(15,23,42,.05);
    }
    .btn-secondary:hover{background:#F0FDF4;border-color:rgba(22,163,74,.42)}
    .mobile-menu{display:none}
    .mobile-panel{display:none}
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:#ECFDF5;
      color:#047857;
      border:1px solid rgba(22,163,74,.14);
      font-size:13px;
      font-weight:900;
    }
    .dot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:#22C55E;
      box-shadow:0 0 0 6px rgba(34,197,94,.12);
    }
    .hero{
      padding:54px 0 56px;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 86%);
    }
    .flash-bar{
      border:1px solid rgba(22,163,74,.18);
      background:linear-gradient(90deg,#ECFDF5,#FFFFFF,#F0FDFA);
      border-radius:999px;
      box-shadow:0 14px 40px rgba(22,163,74,.08);
    }
    .count-pill{
      min-width:38px;
      height:34px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#111827;
      color:#fff;
      font-weight:900;
      font-variant-numeric:tabular-nums;
    }
    .screen-panel{
      border:1px solid rgba(226,232,240,.9);
      background:rgba(255,255,255,.92);
      border-radius:30px;
      box-shadow:var(--shadow-green);
      overflow:hidden;
    }
    .screen-top{
      height:50px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 18px;
      border-bottom:1px solid var(--border);
      background:linear-gradient(90deg,#F0FDF4,#fff);
    }
    .window-dot{width:10px;height:10px;border-radius:999px;background:#22C55E;display:inline-block}
    .card{
      border:1px solid var(--border);
      background:#fff;
      border-radius:var(--radius-lg);
      box-shadow:0 14px 38px rgba(15,23,42,.04);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .card:hover{
      transform:translateY(-3px);
      box-shadow:0 24px 52px rgba(15,23,42,.08);
      border-color:rgba(22,163,74,.28);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:6px 10px;
      background:#F0FDF4;
      color:#047857;
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(22,163,74,.12);
    }
    .soft-panel{
      border:1px solid rgba(22,163,74,.14);
      background:linear-gradient(135deg,#F0FDF4,#FFFFFF 64%);
      border-radius:30px;
      box-shadow:var(--shadow-green);
    }
    .number-step{
      width:34px;
      height:34px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#DCFCE7;
      color:#047857;
      font-weight:950;
      flex:none;
    }
    .check-row{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(226,232,240,.9);
      background:#fff;
    }
    .check-icon{
      width:26px;
      height:26px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#DCFCE7;
      color:#047857;
      font-weight:950;
      flex:none;
      margin-top:2px;
    }
    .warn-icon{
      background:#FEF3C7;
      color:#B45309;
    }
    .compare-card{
      border-radius:26px;
      border:1px solid var(--border);
      background:#fff;
      overflow:hidden;
    }
    .compare-head{
      padding:16px 18px;
      font-weight:950;
      border-bottom:1px solid var(--border);
    }
    .stat-card{
      border:1px solid rgba(22,163,74,.14);
      background:#fff;
      border-radius:24px;
      padding:22px;
      box-shadow:0 16px 40px rgba(22,163,74,.07);
    }
    .progress{
      height:8px;
      border-radius:999px;
      overflow:hidden;
      background:#E2E8F0;
    }
    .progress span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,#16A34A,#22C55E);
    }
    .cta-band{
      border-radius:32px;
      background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.72), transparent 30%),
        linear-gradient(135deg,#059669,#22C55E);
      color:#fff;
      box-shadow:0 28px 70px rgba(22,163,74,.22);
      overflow:hidden;
      position:relative;
    }
    .cta-band:after{
      content:"";
      position:absolute;
      inset:auto -60px -90px auto;
      width:260px;
      height:260px;
      border-radius:999px;
      background:rgba(255,255,255,.15);
    }
    .faq-item{
      border:1px solid var(--border);
      background:#fff;
      border-radius:22px;
      overflow:hidden;
      box-shadow:0 12px 34px rgba(15,23,42,.035);
    }
    .faq-btn{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:20px;
      text-align:left;
      font-weight:950;
      border:0;
      background:#fff;
      color:#111827;
    }
    .faq-btn:hover{background:#F8FAFC}
    .faq-mark{
      width:30px;
      height:30px;
      border-radius:999px;
      background:#DCFCE7;
      color:#047857;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:20px;
      flex:none;
      transition:.2s ease;
    }
    .faq-answer{
      display:none;
      padding:0 20px 20px;
      color:#475569;
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-mark{transform:rotate(45deg);background:#16A34A;color:#fff}
    .modal-backdrop{
      position:fixed;
      inset:0;
      z-index:80;
      display:none;
      align-items:center;
      justify-content:center;
      padding:22px;
      background:rgba(15,23,42,.48);
      backdrop-filter:blur(10px);
    }
    .modal-backdrop.open{display:flex}
    .modal-card{
      width:min(560px,92vw);
      max-height:88vh;
      overflow:auto;
      border-radius:28px;
      background:#fff;
      box-shadow:0 34px 90px rgba(15,23,42,.25);
      border:1px solid rgba(226,232,240,.9);
    }
    .field{
      width:100%;
      border:1px solid var(--border);
      border-radius:18px;
      padding:13px 14px;
      background:#fff;
      color:#111827;
      outline:none;
      transition:.2s ease;
    }
    .field:focus{
      border-color:rgba(22,163,74,.55);
      box-shadow:0 0 0 4px rgba(34,197,94,.12);
    }
    .field-label{font-size:14px;font-weight:900;color:#334155}
    .form-note{
      border:1px solid rgba(22,163,74,.16);
      background:#F0FDF4;
      border-radius:18px;
      color:#047857;
      padding:12px;
      font-size:13px;
      font-weight:800;
    }
    footer a{transition:.2s ease}
    @media (max-width:1024px){
      .desktop-nav,.desktop-cta{display:none!important}
      .mobile-menu{display:inline-flex}
      .nav-shell{border-radius:28px;top:10px}
      .mobile-panel{
        position:absolute;
        left:12px;
        right:12px;
        top:calc(100% + 10px);
        padding:12px;
        border:1px solid var(--border);
        border-radius:24px;
        background:rgba(255,255,255,.96);
        box-shadow:var(--shadow);
      }
      .mobile-panel.open{display:grid;gap:6px}
      .mobile-panel .nav-link{justify-content:flex-start;width:100%}
    }
    @media (max-width:768px){
      .section{padding:58px 0}
      .section-tight{padding:46px 0}
      .hero{padding:36px 0 42px}
      .brand-text{max-width:190px}
      .flash-bar{border-radius:24px}
      .btn{width:100%}
      .site-container{width:min(100% - 24px,1160px)}
    }
    @media (max-width:520px){
      .brand-mark{width:34px;height:34px;font-size:13px}
      .brand-text{max-width:155px;font-size:13px!important}
      .nav-shell{width:calc(100% - 16px);margin-top:8px}
      .count-pill{min-width:34px;height:30px}
      .screen-panel,.soft-panel,.cta-band{border-radius:24px}
    }
