/* roulang page: index */
:root{
      --primary:#10B981;
      --primary-2:#14B8A6;
      --mint:#ECFDF5;
      --mint-2:#F5FBFA;
      --purple:#A78BFA;
      --orange:#FDBA74;
      --pink:#F9A8D4;
      --text:#172033;
      --muted:#64748B;
      --line:#DDEDE8;
      --line-2:#E2E8F0;
      --bg:#F8FAF7;
      --white:#FFFFFF;
      --shadow:0 18px 48px rgba(15,23,42,.08);
      --shadow-hover:0 22px 58px rgba(15,23,42,.12);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 6%, rgba(20,184,166,.12), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(167,139,250,.13), transparent 32%),
        linear-gradient(180deg,#F8FAF7 0%,#FFFFFF 42%,#F5FBFA 100%);
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(16,185,129,.24);outline-offset:3px}
    .site-container{width:min(1200px, calc(100% - 32px));margin-inline:auto}
    .nav-shell{
      position:sticky;top:0;z-index:50;
      background:rgba(255,255,255,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(221,237,232,.86);
    }
    .logo-mark{
      width:42px;height:42px;border-radius:16px;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      display:grid;place-items:center;
      box-shadow:0 12px 28px rgba(16,185,129,.22);
      position:relative;overflow:hidden;
    }
    .logo-mark:before,.logo-mark:after{content:"";position:absolute;background:rgba(255,255,255,.72);border-radius:6px}
    .logo-mark:before{width:18px;height:18px;left:8px;top:8px}
    .logo-mark:after{width:14px;height:14px;right:8px;bottom:8px;clip-path:polygon(0 0,100% 50%,0 100%)}
    .nav-link{
      position:relative;
      display:inline-flex;align-items:center;gap:6px;
      min-height:44px;padding:0 14px;border-radius:999px;
      color:#334155;font-size:14px;font-weight:700;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .nav-link:hover,.nav-link.active{background:#ECFDF5;color:#047857}
    .nav-link:active{transform:translateY(1px)}
    .mega-panel{
      opacity:0;visibility:hidden;transform:translateY(12px);
      transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
      pointer-events:none;
    }
    .mega-wrap:hover .mega-panel,.mega-wrap:focus-within .mega-panel{
      opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
    }
    .btn-primary,.btn-secondary,.btn-soft{
      min-height:46px;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      padding:12px 22px;font-weight:800;font-size:15px;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 14px 30px rgba(16,185,129,.25);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(16,185,129,.32)}
    .btn-secondary{color:#047857;background:#fff;border:1px solid rgba(16,185,129,.22)}
    .btn-secondary:hover{background:#ECFDF5;transform:translateY(-2px)}
    .btn-soft{color:#7C2D12;background:#FFF7ED;border:1px solid #FED7AA}
    .btn-soft:hover{background:#FFEDD5;transform:translateY(-2px)}
    .pill{
      display:inline-flex;align-items:center;gap:6px;
      border-radius:999px;padding:7px 12px;
      font-size:13px;font-weight:700;
      background:#F0FDFA;color:#0F766E;border:1px solid rgba(20,184,166,.16);
    }
    .pill.purple{background:#F5F3FF;color:#6D28D9;border-color:#DDD6FE}
    .pill.orange{background:#FFF7ED;color:#C2410C;border-color:#FED7AA}
    .pill.gray{background:#F8FAFC;color:#475569;border-color:#E2E8F0}
    .card{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(15,23,42,.07);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:rgba(16,185,129,.22)}
    .section-pad{padding:84px 0}
    .section-head{max-width:760px;margin-bottom:32px}
    .section-kicker{font-size:14px;font-weight:900;color:#059669;letter-spacing:.04em;margin-bottom:10px}
    .section-title{font-size:clamp(26px,3vw,38px);line-height:1.22;font-weight:950;letter-spacing:-.02em}
    .section-desc{margin-top:12px;color:var(--muted);font-size:16px;line-height:1.85}
    .hero-stage{
      position:relative;overflow:hidden;
      border-radius:0 0 42px 42px;
      background:
        linear-gradient(120deg,rgba(236,253,245,.95),rgba(255,255,255,.92) 48%,rgba(245,243,255,.78)),
        radial-gradient(circle at 78% 24%,rgba(253,186,116,.22),transparent 30%);
    }
    .hero-stage:before{
      content:"";position:absolute;inset:0;
      background-image:linear-gradient(rgba(20,184,166,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(20,184,166,.06) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 76%);
      pointer-events:none;
    }
    .paper-cover{
      position:relative;overflow:hidden;
      min-height:520px;
      background:linear-gradient(145deg,#FFFFFF,#F0FDFA 58%,#FFF7ED);
      border:1px solid rgba(15,23,42,.08);
      border-radius:32px;
      box-shadow:0 28px 70px rgba(15,23,42,.12);
    }
    .paper-cover:before{
      content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;
      background:radial-gradient(circle,rgba(16,185,129,.22),transparent 66%);
      border-radius:999px;
    }
    .cover-line{height:10px;border-radius:999px;background:#E2E8F0}
    .cover-line.emerald{background:linear-gradient(90deg,var(--primary),var(--primary-2))}
    .cover-line.purple{background:#DDD6FE}
    .cover-line.orange{background:#FED7AA}
    .step-badge{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      font-weight:950;color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 12px 22px rgba(16,185,129,.22);
      flex:0 0 auto;
    }
    .count-box{
      border-radius:24px;background:rgba(255,255,255,.9);
      border:1px solid rgba(15,23,42,.07);
      box-shadow:var(--shadow);
      padding:22px;text-align:center;
    }
    .count-num{font-size:34px;font-weight:950;color:#047857;line-height:1}
    .comparison-table{border-collapse:separate;border-spacing:0;width:100%;overflow:hidden;border-radius:24px}
    .comparison-table th,.comparison-table td{padding:18px;border-bottom:1px solid #E2E8F0;text-align:left;vertical-align:top}
    .comparison-table th{background:#F0FDFA;color:#0F766E;font-weight:950}
    .comparison-table tr:last-child td{border-bottom:0}
    .comparison-table .recommended{background:#F7FFFB}
    .news-link{
      display:flex;align-items:flex-start;justify-content:space-between;gap:18px;
      padding:18px 0;border-bottom:1px dashed #CBD5E1;
      transition:color .2s ease,transform .2s ease;
    }
    .news-link:hover{color:#047857;transform:translateX(3px)}
    .field{
      width:100%;min-height:48px;border:1px solid #DDEDE8;border-radius:16px;
      background:#F8FAFC;padding:12px 14px;color:#172033;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .field:focus{border-color:#34D399;box-shadow:0 0 0 4px rgba(16,185,129,.12);background:#fff;outline:none}
    .faq-item{border:1px solid rgba(15,23,42,.07);border-radius:20px;background:#fff;padding:22px;box-shadow:0 12px 28px rgba(15,23,42,.05)}
    .footer-link{color:#BFE7DF;transition:color .2s ease}
    .footer-link:hover{color:#fff}
    #mobileNav{display:none}
    .mobile-menu{display:none}
    @media (max-width:1024px){
      .desktop-nav,.desktop-cta{display:none!important}
      .mobile-menu{display:block}
      #mobileNav:checked ~ .mobile-panel{display:block}
      .section-pad{padding:64px 0}
      .paper-cover{min-height:auto}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 24px,1200px)}
      .section-pad{padding:54px 0}
      .hero-stage{border-radius:0 0 28px 28px}
      .btn-primary,.btn-secondary,.btn-soft{width:100%;white-space:normal}
      .comparison-scroll{overflow-x:auto;padding-bottom:6px}
      .comparison-table{min-width:760px}
      .count-num{font-size:28px}
    }
    @media (max-width:520px){
      .nav-shell .site-container{width:min(100% - 20px,1200px)}
      .logo-mark{width:38px;height:38px;border-radius:14px}
      .section-title{font-size:25px}
      .card{border-radius:20px}
      .pill{font-size:12px;padding:6px 10px}
    }

/* roulang page: category2 */
:root{
      --primary:#10B981;
      --primary-2:#14B8A6;
      --accent:#FDBA74;
      --accent-2:#A78BFA;
      --pink:#F9A8D4;
      --ink:#172033;
      --muted:#64748B;
      --bg:#F8FAF7;
      --soft:#F5FBFA;
      --line:#DDEDE8;
      --card:#FFFFFF;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 18px 48px rgba(15,23,42,.08);
      --shadow-hover:0 24px 70px rgba(15,23,42,.14);
      --footer:#0F2724;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-width:320px;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 12%, rgba(16,185,129,.14), transparent 30%),
        radial-gradient(circle at 88% 5%, rgba(253,186,116,.18), transparent 28%),
        linear-gradient(180deg,#F8FAF7 0%,#F5FBFA 46%,#FFFFFF 100%);
      line-height:1.75;
    }
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    img,svg{display:block;max-width:100%}
    ::selection{background:rgba(16,185,129,.18)}
    .site-container{
      width:min(100% - 32px, 1200px);
      margin-inline:auto;
    }
    .nav-shell{
      position:sticky;
      top:0;
      z-index:50;
      border-bottom:1px solid rgba(221,237,232,.88);
      background:rgba(248,250,247,.86);
      backdrop-filter:blur(18px);
    }
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      flex:0 0 auto;
      background:
        linear-gradient(135deg,rgba(16,185,129,1),rgba(20,184,166,1)),
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.8), transparent 25%);
      position:relative;
      box-shadow:0 14px 34px rgba(16,185,129,.24);
    }
    .logo-mark:before{
      content:"";
      position:absolute;
      left:13px;
      top:11px;
      width:16px;
      height:20px;
      border-radius:5px;
      background:rgba(255,255,255,.92);
      clip-path:polygon(0 0,100% 50%,0 100%);
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      right:8px;
      bottom:8px;
      width:9px;
      height:9px;
      border-radius:999px;
      background:#FDBA74;
      border:2px solid rgba(255,255,255,.86);
    }
    .desktop-nav{display:flex}
    .nav-link{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:10px 14px;
      border-radius:999px;
      color:#334155;
      font-size:14px;
      font-weight:800;
      transition:all .22s ease;
      outline:none;
    }
    .nav-link:hover,.nav-link:focus-visible{
      color:#047857;
      background:#ECFDF5;
      box-shadow:0 10px 24px rgba(16,185,129,.10);
    }
    .nav-link.active{
      color:#047857;
      background:#D1FAE5;
      box-shadow:inset 0 0 0 1px rgba(16,185,129,.22);
    }
    .mega-panel{
      opacity:0;
      visibility:hidden;
      transform:translateY(10px) scale(.98);
      pointer-events:none;
      transition:all .22s ease;
    }
    .mega-wrap:hover .mega-panel,.mega-wrap:focus-within .mega-panel{
      opacity:1;
      visibility:visible;
      transform:translateY(0) scale(1);
      pointer-events:auto;
    }
    .header-cta,.btn-primary,.btn-secondary,.btn-soft{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      font-weight:900;
      transition:all .22s ease;
      outline:none;
    }
    .header-cta{
      padding:10px 18px;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 12px 28px rgba(16,185,129,.22);
    }
    .btn-primary{
      padding:13px 24px;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 16px 34px rgba(16,185,129,.24);
    }
    .btn-secondary{
      padding:12px 22px;
      color:#047857;
      background:#fff;
      border:1px solid rgba(16,185,129,.22);
      box-shadow:0 12px 28px rgba(15,23,42,.06);
    }
    .btn-soft{
      padding:11px 18px;
      color:#9A3412;
      background:#FFF7ED;
      border:1px solid rgba(253,186,116,.42);
    }
    .header-cta:hover,.btn-primary:hover,.btn-secondary:hover,.btn-soft:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-hover);
    }
    .header-cta:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-soft:focus-visible,
    .form-control:focus{
      outline:3px solid rgba(16,185,129,.20);
      outline-offset:2px;
    }
    .mobile-toggle{display:none}
    .mobile-panel{display:none}
    .hero{
      position:relative;
      overflow:hidden;
      padding:76px 0 42px;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:18px auto auto 50%;
      width:620px;
      height:620px;
      transform:translateX(-6%);
      border-radius:999px;
      background:radial-gradient(circle,rgba(253,186,116,.22),rgba(16,185,129,.08) 42%,transparent 70%);
      z-index:-1;
    }
    .eyebrow,.badge,.pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      font-weight:900;
      line-height:1;
      white-space:nowrap;
    }
    .eyebrow{
      padding:9px 13px;
      color:#047857;
      background:rgba(209,250,229,.86);
      border:1px solid rgba(16,185,129,.18);
      font-size:13px;
    }
    .badge{
      padding:7px 10px;
      color:#9A3412;
      background:#FFF7ED;
      border:1px solid rgba(253,186,116,.36);
      font-size:12px;
    }
    .pill{
      min-height:34px;
      padding:9px 13px;
      color:#475569;
      background:#fff;
      border:1px solid rgba(221,237,232,.92);
      box-shadow:0 8px 22px rgba(15,23,42,.04);
      font-size:13px;
      transition:all .2s ease;
    }
    .pill:hover,.pill.active{
      color:#047857;
      background:#ECFDF5;
      border-color:rgba(16,185,129,.28);
      transform:translateY(-1px);
    }
    .panel,.card,.soft-card{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(15,23,42,.07);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
    }
    .panel{position:relative;overflow:hidden}
    .panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(135deg,rgba(16,185,129,.10),transparent 38%),
        radial-gradient(circle at 88% 18%,rgba(253,186,116,.20),transparent 28%);
      pointer-events:none;
    }
    .panel > *{position:relative}
    .section{padding:72px 0}
    .section-tight{padding:52px 0}
    .section-title{
      font-size:clamp(25px,3vw,36px);
      line-height:1.2;
      font-weight:950;
      letter-spacing:-.03em;
      color:#0f172a;
    }
    .section-lead{
      max-width:760px;
      color:var(--muted);
      font-size:16px;
      line-height:1.85;
    }
    .grid-pattern{
      background-image:
        linear-gradient(rgba(16,185,129,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(16,185,129,.08) 1px,transparent 1px);
      background-size:24px 24px;
    }
    .entry-card{
      position:relative;
      overflow:hidden;
      border-radius:24px;
      border:1px solid rgba(15,23,42,.07);
      background:#fff;
      box-shadow:0 14px 38px rgba(15,23,42,.06);
      transition:all .24s ease;
    }
    .entry-card:hover{
      transform:translateY(-5px);
      border-color:rgba(16,185,129,.28);
      box-shadow:var(--shadow-hover);
    }
    .number-badge{
      width:48px;
      height:48px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,#FDBA74,#F97316);
      box-shadow:0 12px 26px rgba(249,115,22,.20);
    }
    .number-badge.green{background:linear-gradient(135deg,#10B981,#14B8A6)}
    .number-badge.purple{background:linear-gradient(135deg,#A78BFA,#8B5CF6)}
    .mini-metric{
      border-radius:20px;
      padding:16px;
      background:linear-gradient(180deg,#FFFFFF,#F8FAF7);
      border:1px solid rgba(221,237,232,.9);
    }
    .compare-wrap{
      overflow:hidden;
      border-radius:28px;
      border:1px solid rgba(15,23,42,.08);
      background:#fff;
      box-shadow:var(--shadow);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      border-top:1px solid rgba(226,232,240,.9);
    }
    .compare-cell{
      padding:22px;
      border-left:1px solid rgba(226,232,240,.9);
    }
    .compare-cell:first-child{border-left:0}
    .compare-head{
      background:linear-gradient(135deg,#ECFDF5,#FFF7ED);
      border-top:0;
    }
    .check{
      display:inline-grid;
      place-items:center;
      width:22px;
      height:22px;
      border-radius:999px;
      color:#047857;
      background:#D1FAE5;
      font-weight:950;
      margin-right:8px;
    }
    .form-control{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid #DDEDE8;
      background:#fff;
      padding:12px 14px;
      color:#172033;
      transition:all .2s ease;
    }
    textarea.form-control{min-height:120px;resize:vertical}
    .form-control:focus{
      border-color:#34D399;
      box-shadow:0 0 0 4px rgba(16,185,129,.12);
    }
    .faq-item{
      border-radius:22px;
      border:1px solid rgba(15,23,42,.07);
      background:rgba(255,255,255,.92);
      box-shadow:0 12px 30px rgba(15,23,42,.05);
      padding:22px;
    }
    .faq-item h3{
      font-weight:950;
      color:#0f172a;
      line-height:1.35;
    }
    .faq-item p{
      margin-top:10px;
      color:#64748B;
      font-size:15px;
      line-height:1.8;
    }
    .footer-link{
      color:#BFE7DF;
      transition:all .2s ease;
    }
    .footer-link:hover,.footer-link:focus-visible{
      color:#fff;
      transform:translateX(2px);
      outline:none;
    }
    @media (max-width:1024px){
      .desktop-nav,.header-cta{display:none}
      .mobile-toggle{display:inline-flex}
      .mobile-panel{
        display:block;
        max-height:0;
        overflow:hidden;
        transition:max-height .25s ease;
      }
      #mobile-menu-check:checked ~ .mobile-panel{max-height:560px}
      .mega-panel{display:none}
      .hero{padding:56px 0 28px}
      .section{padding:58px 0}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 24px, 1200px)}
      .compare-row{grid-template-columns:1fr}
      .compare-cell{border-left:0;border-top:1px solid rgba(226,232,240,.9)}
      .compare-cell:first-child{border-top:0}
      .section{padding:48px 0}
      .panel,.card,.soft-card{border-radius:22px}
    }
    @media (max-width:520px){
      .logo-mark{width:38px;height:38px;border-radius:14px}
      .hero{padding-top:40px}
      .btn-primary,.btn-secondary,.btn-soft{width:100%;padding-inline:16px}
      .pill{white-space:normal}
    }

/* roulang page: category1 */
:root{
      --primary:#10B981;
      --primary-2:#14B8A6;
      --purple:#A78BFA;
      --orange:#FDBA74;
      --pink:#F9A8D4;
      --ink:#172033;
      --muted:#64748B;
      --soft:#F8FAF7;
      --soft-2:#F5FBFA;
      --line:#DDEDE8;
      --card:#FFFFFF;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 18px 48px rgba(15,23,42,.08);
      --shadow-strong:0 26px 70px rgba(15,23,42,.14);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 4%, rgba(16,185,129,.14), transparent 32%),
        radial-gradient(circle at 92% 8%, rgba(167,139,250,.15), transparent 30%),
        linear-gradient(180deg,#F8FAF7 0%,#FFFFFF 42%,#F5FBFA 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    img,svg{display:block;max-width:100%}
    ::selection{background:rgba(16,185,129,.22)}
    .site-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
    .nav-shell{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(226,232,240,.88);
    }
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      display:inline-flex;
      flex:0 0 auto;
      background:
        linear-gradient(135deg,rgba(16,185,129,1),rgba(20,184,166,1)),
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.75),transparent 38%);
      box-shadow:0 12px 28px rgba(16,185,129,.26);
      position:relative;
    }
    .logo-mark:before{
      content:"";
      position:absolute;
      inset:10px 11px;
      border-radius:7px;
      background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.45));
      clip-path:polygon(0 0,100% 50%,0 100%);
      transform:translateX(2px);
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      right:7px;
      bottom:7px;
      width:8px;
      height:8px;
      border-radius:99px;
      background:#FDBA74;
      box-shadow:-14px 0 0 rgba(255,255,255,.55),0 -14px 0 rgba(255,255,255,.35);
    }
    .desktop-nav{display:flex}
    .nav-link{
      min-height:42px;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:10px 14px;
      border-radius:999px;
      color:#334155;
      font-size:14px;
      font-weight:800;
      transition:background .22s ease,color .22s ease,transform .22s ease;
    }
    .nav-link:hover,.nav-link:focus-visible{
      background:#ECFDF5;
      color:#047857;
      outline:none;
    }
    .nav-link.active{
      background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(20,184,166,.12));
      color:#047857;
      box-shadow:inset 0 0 0 1px rgba(16,185,129,.16);
    }
    .nav-cta{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:999px;
      padding:10px 18px;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      color:#fff;
      font-size:14px;
      font-weight:900;
      box-shadow:0 14px 28px rgba(16,185,129,.24);
      transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
    }
    .nav-cta:hover,.nav-cta:focus-visible{
      transform:translateY(-1px);
      box-shadow:0 18px 36px rgba(16,185,129,.32);
      filter:saturate(1.05);
      outline:none;
    }
    .mega-panel{
      opacity:0;
      pointer-events:none;
      transform:translateY(10px) scale(.98);
      transition:opacity .2s ease,transform .2s ease;
    }
    .mega-wrap:hover .mega-panel,.mega-wrap:focus-within .mega-panel{
      opacity:1;
      pointer-events:auto;
      transform:translateY(0) scale(1);
    }
    .mobile-menu{display:none}
    #menu-toggle{position:absolute;opacity:0;pointer-events:none}
    .menu-button{
      display:none;
      width:46px;
      height:46px;
      border-radius:16px;
      border:1px solid rgba(15,23,42,.09);
      background:#fff;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 24px rgba(15,23,42,.06);
    }
    .menu-button span,.menu-button span:before,.menu-button span:after{
      display:block;
      width:20px;
      height:2px;
      border-radius:99px;
      background:#172033;
      position:relative;
      transition:.22s ease;
    }
    .menu-button span:before,.menu-button span:after{content:"";position:absolute;left:0}
    .menu-button span:before{top:-7px}
    .menu-button span:after{top:7px}
    #menu-toggle:checked ~ .mobile-menu{display:grid}
    #menu-toggle:checked + label span{background:transparent}
    #menu-toggle:checked + label span:before{top:0;transform:rotate(45deg)}
    #menu-toggle:checked + label span:after{top:0;transform:rotate(-45deg)}
    .section{padding:78px 0}
    .section-tight{padding:54px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(16,185,129,.10);
      color:#047857;
      font-size:13px;
      font-weight:900;
      border:1px solid rgba(16,185,129,.16);
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:99px;
      background:var(--primary);
      box-shadow:0 0 0 5px rgba(16,185,129,.12);
    }
    .hero-card,.soft-card,.entry-card,.faq-card{
      background:rgba(255,255,255,.9);
      border:1px solid rgba(15,23,42,.08);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
    }
    .hero{
      position:relative;
      padding:70px 0 58px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:18px auto auto 50%;
      width:760px;
      height:360px;
      transform:translateX(-50%);
      background-image:
        linear-gradient(rgba(16,185,129,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(16,185,129,.08) 1px,transparent 1px);
      background-size:28px 28px;
      mask-image:radial-gradient(circle,black 0%,transparent 72%);
      pointer-events:none;
    }
    .flash-bar{
      border:1px solid rgba(253,186,116,.46);
      background:linear-gradient(135deg,rgba(255,247,237,.96),rgba(236,253,245,.94));
      border-radius:24px;
      box-shadow:0 14px 36px rgba(15,23,42,.07);
    }
    .count-chip{
      min-width:46px;
      text-align:center;
      border-radius:14px;
      padding:8px 9px;
      background:#fff;
      border:1px solid rgba(253,186,116,.45);
      color:#9A3412;
      font-weight:950;
      box-shadow:0 8px 18px rgba(253,186,116,.14);
    }
    .btn-primary,.btn-secondary{
      min-height:48px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 22px;
      font-weight:950;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 18px 36px rgba(16,185,129,.26);
    }
    .btn-primary:hover,.btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 24px 48px rgba(16,185,129,.34);outline:none}
    .btn-secondary{
      color:#047857;
      background:#fff;
      border:1px solid rgba(16,185,129,.22);
      box-shadow:0 12px 26px rgba(15,23,42,.05);
    }
    .btn-secondary:hover,.btn-secondary:focus-visible{background:#ECFDF5;border-color:rgba(16,185,129,.38);transform:translateY(-1px);outline:none}
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:32px;
      padding:6px 11px;
      border-radius:999px;
      background:#F8FAFC;
      color:#475569;
      border:1px solid rgba(15,23,42,.07);
      font-size:13px;
      font-weight:800;
      transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
    }
    .tag:hover{transform:translateY(-1px);background:#ECFDF5;color:#047857;border-color:rgba(16,185,129,.20)}
    .tag.active{background:#D1FAE5;color:#047857;border-color:rgba(16,185,129,.28)}
    .tag.purple{background:#F5F3FF;color:#6D28D9;border-color:rgba(167,139,250,.28)}
    .tag.orange{background:#FFF7ED;color:#C2410C;border-color:rgba(253,186,116,.38)}
    .number-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:46px;
      height:46px;
      border-radius:18px;
      font-weight:950;
      color:#047857;
      background:linear-gradient(135deg,#D1FAE5,#FFFFFF);
      border:1px solid rgba(16,185,129,.22);
      box-shadow:0 12px 24px rgba(16,185,129,.12);
    }
    .number-badge.purple{color:#6D28D9;background:linear-gradient(135deg,#EDE9FE,#FFFFFF);border-color:rgba(167,139,250,.32)}
    .entry-card{
      padding:24px;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
      position:relative;
      overflow:hidden;
    }
    .entry-card:after{
      content:"";
      position:absolute;
      right:-40px;
      top:-40px;
      width:120px;
      height:120px;
      border-radius:999px;
      background:rgba(16,185,129,.08);
      transition:transform .22s ease;
    }
    .entry-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-strong);
      border-color:rgba(16,185,129,.28);
    }
    .entry-card:hover:after{transform:scale(1.18)}
    .mini-panel{
      border-radius:22px;
      border:1px solid rgba(15,23,42,.08);
      background:linear-gradient(180deg,#fff,#F8FAF7);
      box-shadow:0 14px 34px rgba(15,23,42,.07);
    }
    .filter-strip{
      position:relative;
      z-index:2;
      margin-top:-28px;
      border-radius:26px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(15,23,42,.08);
      box-shadow:var(--shadow);
      backdrop-filter:blur(14px);
    }
    .step-line{
      position:relative;
    }
    .step-line:before{
      content:"";
      position:absolute;
      left:23px;
      top:55px;
      bottom:18px;
      width:2px;
      background:linear-gradient(180deg,rgba(16,185,129,.38),rgba(167,139,250,.22),transparent);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1.1fr repeat(3,.9fr);
      border-bottom:1px solid rgba(15,23,42,.08);
    }
    .compare-row>div{padding:18px}
    .compare-row:last-child{border-bottom:0}
    .compare-head{background:linear-gradient(135deg,#ECFDF5,#F5F3FF);font-weight:950}
    .check{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:#047857;
      font-weight:850;
    }
    .check:before{
      content:"✓";
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:20px;
      height:20px;
      border-radius:999px;
      background:#D1FAE5;
      color:#047857;
      font-size:12px;
      font-weight:950;
    }
    .faq-card{
      padding:22px;
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .faq-card:hover{transform:translateY(-3px);border-color:rgba(16,185,129,.22);box-shadow:0 18px 44px rgba(15,23,42,.09)}
    .form-input{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background:#fff;
      padding:12px 14px;
      color:#172033;
      outline:none;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .form-input:focus{
      border-color:rgba(16,185,129,.65);
      box-shadow:0 0 0 4px rgba(16,185,129,.14);
      background:#FEFFFE;
    }
    .footer-link{
      color:#BFE7DF;
      transition:color .2s ease,transform .2s ease;
    }
    .footer-link:hover,.footer-link:focus-visible{
      color:#fff;
      transform:translateX(2px);
      outline:none;
    }
    @media (max-width:1024px){
      .desktop-nav,.desktop-cta{display:none}
      .menu-button{display:flex}
      .mobile-menu{
        position:absolute;
        left:16px;
        right:16px;
        top:72px;
        padding:16px;
        border-radius:24px;
        border:1px solid rgba(15,23,42,.08);
        background:rgba(255,255,255,.96);
        box-shadow:var(--shadow-strong);
        backdrop-filter:blur(16px);
      }
      .mobile-menu a{
        min-height:46px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:10px 12px;
        border-radius:16px;
        font-weight:850;
        color:#334155;
      }
      .mobile-menu a.active,.mobile-menu a:hover{background:#ECFDF5;color:#047857}
      .hero{padding-top:46px}
      .section{padding:62px 0}
      .compare-row{grid-template-columns:1fr;gap:0}
      .compare-row>div{padding:14px 18px;border-bottom:1px solid rgba(15,23,42,.05)}
      .compare-row>div:last-child{border-bottom:0}
    }
    @media (max-width:640px){
      .site-container{width:min(100% - 24px,1180px)}
      .logo-mark{width:38px;height:38px;border-radius:14px}
      .hero{padding:36px 0 46px}
      .section{padding:48px 0}
      .section-tight{padding:38px 0}
      .flash-bar{border-radius:20px}
      .hero-card,.soft-card,.entry-card,.faq-card{border-radius:22px}
      .btn-primary,.btn-secondary{width:100%;padding-inline:18px}
      .filter-strip{margin-top:-18px}
      .step-line:before{display:none}
      .count-chip{min-width:42px}
    }
