:root{--color-brand:#dbff02;--color-brandDeep:#171717;--color-brandSoft:#f3fab8;--color-brandText:#171717;--color-cta:#dbff02;--color-ctaText:#171717;--color-ink:#171717;--color-muted:#6b7480;--color-mutedLight:#7e8791;--color-line:#e8e8e3;--color-lineLight:#f2f2ed;--color-bg:#fdfdfd;--color-white:#fff;--color-glassSurface:#ffffff8c;--color-glassBorder:#ffffffb3;--color-blob1:#f3fab8;--color-blob2:#e4ecfb;--color-success:#15803d;--color-successSoft:#dcfce7;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--color-brandDeep:#dbff02;--color-brandSoft:#2b3300;--color-brandText:#dbff02;--color-ctaText:#171717;--color-ink:#fdfdfd;--color-muted:#9aa3ac;--color-mutedLight:#6b7480;--color-line:#2a2a2a;--color-lineLight:#202020;--color-bg:#171717;--color-white:#1f1f1f;--color-glassSurface:#ffffff0f;--color-glassBorder:#ffffff1a;--color-blob1:#2b3300;--color-blob2:#10243b;--color-success:#4ade80;--color-successSoft:#142e1f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-ink);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;overflow-x:hidden}a{color:var(--color-brandText);text-decoration:none}a:hover{color:var(--color-ink)}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}#root{min-height:100dvh}.wrap{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,64px)}.nav{justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:24px;display:flex}.brand{align-items:center;gap:9px;min-width:0;display:flex}.brand span{letter-spacing:-.01em;color:var(--color-ink);white-space:nowrap;font-size:20px;font-weight:800}.brandTagline{color:var(--color-mutedLight);border-left:1px solid var(--color-line);white-space:nowrap;text-overflow:ellipsis;margin-left:2px;padding-left:10px;font-size:12.5px;font-weight:600;overflow:hidden}@media (width<=640px){.brandTagline{display:none}}.navRight{flex-shrink:0;align-items:center;gap:clamp(14px,3vw,26px);display:flex}.navLogin{color:var(--color-muted);font-size:15px;font-weight:600}.navLogin:hover{color:var(--color-ink)}.btn{white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:focus-visible{outline:2px solid var(--color-brandText);outline-offset:2px}.btnPrimary{background:var(--color-cta);color:var(--color-ctaText);padding:12px 22px;font-size:14.5px}.btnPrimary:hover{transform:translateY(-1px);box-shadow:0 8px 20px #dbff0259}.btnPrimaryLg{padding:17px 32px;font-size:16px}.btnDark{background:var(--color-ink);color:var(--color-bg);padding:17px 32px;font-size:16px}.btnDark:hover{transform:translateY(-1px);box-shadow:0 8px 24px #00000040}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,5vw,72px);padding-top:clamp(32px,6vw,64px);padding-bottom:clamp(56px,8vw,96px);display:grid}@media (width<=900px){.hero{grid-template-columns:1fr}}.fadeUp{opacity:0;animation:.7s cubic-bezier(.2,.7,.3,1) forwards fadeUp}@media (prefers-reduced-motion:reduce){.fadeUp{opacity:1;animation:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.eyebrow{letter-spacing:.03em;text-transform:uppercase;color:var(--color-brandText);background:var(--color-brandSoft);border-radius:999px;align-items:center;margin-bottom:22px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-flex}.h1{letter-spacing:-.02em;color:var(--color-ink);margin:0 0 22px;font-size:clamp(2rem,1.1rem + 3.6vw,3.4rem);font-weight:800;line-height:1.08}.h1 mark{color:var(--color-ink);background:0 0;background-image:linear-gradient(var(--color-brand), var(--color-brand));background-position:0 88%;background-repeat:no-repeat;background-size:100% .32em;padding:0 2px}.lead{color:var(--color-muted);max-width:480px;margin:0 0 34px;font-size:clamp(1rem,.9rem + .4vw,1.15rem);line-height:1.65}.ctaRow{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.ctaNote{color:var(--color-mutedLight);font-size:13.5px;font-weight:600}.heroVisual{justify-content:center;padding:20px;display:flex;position:relative}.blob{filter:blur(60px);opacity:.9;z-index:0;border-radius:50%;position:absolute}.blob1{background:var(--color-blob1);width:260px;height:260px;top:-30px;left:0}.blob2{background:var(--color-blob2);width:220px;height:220px;bottom:-20px;right:10px}.card{z-index:1;background:var(--color-glassSurface);-webkit-backdrop-filter:blur(20px)saturate(1.6);border:1px solid var(--color-glassBorder);border-radius:28px;width:100%;max-width:380px;padding:26px;position:relative;box-shadow:0 30px 60px -20px #1717172e}.cardTopRow{border-bottom:1px solid var(--color-line);align-items:center;gap:12px;margin-bottom:18px;padding-bottom:18px;display:flex}.cardTopText{flex:1;min-width:0}.iconChip{background:var(--color-brandSoft);width:38px;height:38px;color:var(--color-brandDeep);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cardTopTitle{color:var(--color-ink);font-size:14.5px;font-weight:700}.cardTopSub{color:var(--color-muted);margin-top:1px;font-size:12.5px}.successDot{background:var(--color-successSoft);width:22px;height:22px;color:var(--color-success);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cardRow{justify-content:space-between;align-items:center;padding:9px 0;font-size:14.5px;display:flex}.cardRow .label{color:var(--color-muted)}.cardRow .value{color:var(--color-ink);font-weight:700}.chip{background:var(--color-brandSoft);color:var(--color-brandDeep);border-radius:999px;padding:4px 11px;font-size:12.5px;font-weight:700}.cardDivider{background:var(--color-line);height:1px;margin:6px 0}.cardTotalRow{justify-content:space-between;align-items:baseline;padding-top:14px;display:flex}.cardTotalLabel{color:var(--color-muted);font-size:13.5px;font-weight:600}.cardTotalValue{color:var(--color-ink);font-size:23px;font-weight:800}.floatBadge{z-index:2;background:var(--color-white);color:var(--color-ink);border-radius:14px;align-items:center;gap:8px;padding:10px 14px;font-size:12.5px;font-weight:700;display:flex;position:absolute;top:-18px;left:-14px;box-shadow:0 14px 28px -10px #17171738}.floatBadge svg{color:var(--color-brandDeep);flex-shrink:0}section{position:relative}.sectionHead{text-align:center;max-width:620px;margin:0 auto clamp(36px,5vw,56px)}.sectionHead .tag{letter-spacing:.04em;text-transform:uppercase;color:var(--color-brandText);margin-bottom:12px;font-size:13px;font-weight:700}.h2{letter-spacing:-.015em;margin:0 0 14px;font-size:clamp(1.7rem,1.2rem + 1.8vw,2.4rem);font-weight:800;line-height:1.15}.sectionHead p{color:var(--color-muted);margin:0;font-size:16px;line-height:1.6}.steps{padding:clamp(48px,7vw,88px) 0}.stepGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (width<=800px){.stepGrid{grid-template-columns:1fr}}.stepCard{background:var(--color-white);border:1px solid var(--color-line);border-radius:22px;padding:28px 24px}.stepNum{width:40px;height:40px;color:var(--color-brand);background:#171717;border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;font-size:16px;font-weight:800;display:flex}.stepCard h3{margin:0 0 8px;font-size:18px;font-weight:700}.stepCard p{color:var(--color-muted);margin:0;font-size:14.5px;line-height:1.6}.features{background:var(--color-lineLight);border-radius:32px;padding:clamp(48px,7vw,88px) clamp(24px,6vw,64px)}.featGrid{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.featCard{background:var(--color-white);border-radius:20px;flex-direction:column;flex:300px;gap:14px;max-width:360px;padding:26px 22px;display:flex}@media (width<=620px){.featCard{flex-basis:100%;max-width:100%}}.featIcon{width:46px;height:46px;color:var(--color-brand);background:#171717;border-radius:15px;justify-content:center;align-items:center;display:flex}.featCard h3{margin:0;font-size:16.5px;font-weight:700}.featCard p{color:var(--color-muted);margin:0;font-size:14px;line-height:1.6}.why{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(32px,5vw,64px);padding:clamp(56px,8vw,100px) 0;display:grid}@media (width<=800px){.why{grid-template-columns:1fr}}.whyVisual{justify-content:center;align-items:center;min-height:clamp(200px,22vw,280px);display:flex;position:relative}.whyVisual .blob1{width:240px;height:240px;top:-20px;left:10%}.whyVisual .blob2{width:190px;height:190px;bottom:-10px;right:12%}.whyMark{z-index:1;background:#171717;border-radius:30px;justify-content:center;align-items:center;width:108px;height:108px;display:flex;position:relative;box-shadow:0 24px 48px -16px #1717174d}.why h2{letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(1.6rem,1.1rem + 1.6vw,2.1rem);font-weight:800;line-height:1.2}.why p{color:var(--color-muted);max-width:560px;margin:0;font-size:16px;line-height:1.7}.why p+p{margin-top:14px}.finalCta{background:var(--color-brand);text-align:center;border-radius:32px;margin:clamp(24px,4vw,40px) 0 clamp(56px,7vw,88px);padding:clamp(48px,8vw,88px) clamp(24px,6vw,64px)}.finalCta h2{letter-spacing:-.02em;color:#171717;margin:0 0 14px;font-size:clamp(1.8rem,1.2rem + 2.4vw,2.8rem);font-weight:800}.finalCta p{color:#171717b8;margin:0 0 30px;font-size:16px;font-weight:600}footer{border-top:1px solid var(--color-line);padding:36px 0 44px}.footRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footBrand{align-items:center;gap:8px;display:flex}.footBrand span{color:var(--color-ink);font-size:15px;font-weight:800}.footTag{color:var(--color-mutedLight);margin-left:4px;font-size:13px}.footRight{color:var(--color-mutedLight);text-align:right;font-size:13px}
