:root{--bg:#070808;--panel:#101214;--text:#f7f8f9;--muted:#909aa2;--light:#e4e7e5;--ink:#111315;--line:#272c30;--green:#49a64e;--blue:#6bcdf0;--yellow:#ffb625;--red:#ef4841;--max:1240px;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%}button,input,select,textarea{font:inherit}.wrap{width:min(calc(100% - 42px),var(--max));margin:auto}.eyebrow{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.muted{color:var(--muted)}.section{padding:104px 0}.section-light{background:var(--light);color:var(--ink)}.section-dark{background:#0b0d0e;color:var(--text)}.section-head{max-width:900px;margin-bottom:44px}.section-head h2{font-size:clamp(2.7rem,5vw,4.9rem);line-height:.92;letter-spacing:-.055em;margin:.7rem 0 1rem}.section-head p{font-size:1.1rem;color:var(--muted);max-width:760px}.section-light .section-head p{color:#626c74}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;text-decoration:none;font-size:.75rem;font-weight:900;letter-spacing:.03em;transition:.2s ease;border:1px solid transparent;cursor:pointer}.pill:hover{transform:translateY(-2px)}.pill-light{background:#fff;color:#111}.pill-dark{background:#111;color:#fff}.pill-outline{border-color:#343a3e;color:#fff;background:transparent}.textlink{text-decoration:none;font-size:.75rem;font-weight:900;letter-spacing:.04em}.actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:28px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{--accent:var(--green);position:relative;isolation:isolate;overflow:hidden;min-height:330px;padding:24px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column}.product-card.green{--accent:var(--green)}.product-card.blue{--accent:var(--blue)}.product-card.yellow{--accent:var(--yellow)}.product-card.red{--accent:var(--red)}.product-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 38%,transparent),0 0 30px color-mix(in srgb,var(--accent) 12%,transparent);opacity:.72}.product-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-68px;top:38px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 24%,transparent),transparent 68%);filter:blur(8px);opacity:.36;animation:aura 7s ease-in-out infinite}.product-card>*{position:relative;z-index:2}.product-card small{color:var(--accent);font-size:.65rem;font-weight:900;letter-spacing:.14em}.product-card h3{font-size:2.4rem;margin:1.25rem 0 .2rem;letter-spacing:-.04em}.product-card strong{font-size:.9rem}.product-card p{color:var(--muted)}.product-card a{margin-top:auto;text-decoration:none;font-size:.72rem;font-weight:900}.product-symbol{height:112px;margin:-24px -24px 20px;border-bottom:1px solid var(--line);display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent) 15%,transparent),transparent 58%)}.sym-doc{width:62px;height:76px;border:2px solid var(--accent);border-radius:10px;padding:14px 11px}.sym-doc i{display:block;height:3px;background:var(--accent);border-radius:4px;margin:8px 0}.sym-route{position:relative;width:130px;height:50px}.sym-route:before{content:"";position:absolute;left:5px;right:5px;top:24px;height:2px;background:var(--accent)}.sym-route i{position:absolute;top:17px;width:15px;height:15px;border:3px solid var(--accent);border-radius:50%;background:var(--panel)}.sym-route i:nth-child(1){left:0}.sym-route i:nth-child(2){left:57px}.sym-route i:nth-child(3){right:0}.sym-wave{height:68px;display:flex;gap:7px;align-items:center}.sym-wave i{width:5px;border-radius:7px;background:var(--accent)}.sym-wave i:nth-child(1),.sym-wave i:nth-child(5){height:22px}.sym-wave i:nth-child(2),.sym-wave i:nth-child(4){height:42px}.sym-wave i:nth-child(3){height:66px}.sym-cash{width:68px;height:68px;border:2px solid var(--accent);border-radius:50%;display:grid;place-items:center;color:var(--accent);font-weight:900;font-size:2rem}@keyframes aura{0%,to{transform:scale(.95);opacity:.28}50%{transform:scale(1.08);opacity:.48}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.product-card:after{animation:none}}@media(max-width:950px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.wrap{width:min(calc(100% - 28px),var(--max))}.section{padding:74px 0}.product-grid{grid-template-columns:1fr}.actions{align-items:stretch}.actions .pill{width:100%}}.accent-green{color:var(--green)}.accent-blue{color:var(--blue)}.accent-yellow{color:var(--yellow)}.accent-red{color:var(--red)}.micro-signal{display:inline-flex;align-items:center;gap:7px}.micro-signal:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 0 currentColor;animation:softPulse 5.5s ease-in-out infinite}@keyframes softPulse{0%,to{opacity:.78;box-shadow:0 0 0 0 currentColor}50%{opacity:1;box-shadow:0 0 0 9px transparent}}@media(prefers-reduced-motion:reduce){.micro-signal:before{animation:none}}:where(a,button,input,summary):focus-visible{outline:3px solid #fff;outline-offset:3px}.section-light :where(a,button,input,summary):focus-visible{outline-color:#111}::selection{background:#fff;color:#111}@media(max-width:620px){.section-head h2{font-size:clamp(2.45rem,13vw,3.5rem)}.section-head{margin-bottom:34px}.pill{min-height:50px}}html{scroll-padding-top:84px}body{overflow-x:hidden}p{text-wrap:pretty}h1,h2,h3{text-wrap:balance}.pill:active{transform:translateY(0)}.textlink{transition:opacity .18s ease}.textlink:hover{opacity:.72}@media(max-width:900px){html{scroll-padding-top:74px}}@media(max-width:620px){.eyebrow{font-size:.66rem;letter-spacing:.14em}.section{padding:66px 0}.section-head h2{line-height:.95}}@media(min-width:901px){.section{padding-top:92px;padding-bottom:92px}.section-head h2{font-size:clamp(2.65rem,4.25vw,4.15rem)}}@media(min-width:1250px){.wrap{width:min(calc(100% - 64px),var(--max))}}:root{--copy-lg:1.03rem;--copy:.96rem}body{font-size:15px}.section-head{max-width:840px}.section-head p{font-size:.98rem;line-height:1.62}.product-card h3{font-size:2rem}.product-card p{font-size:.91rem;line-height:1.55}.eyebrow{position:relative}.section-light .eyebrow.muted:after,.section-dark .eyebrow.muted:after{content:"";display:inline-block;width:24px;height:2px;margin-left:10px;vertical-align:middle;background:currentColor;opacity:.45;border-radius:4px}@media(min-width:901px){.section{padding-top:84px;padding-bottom:84px}.section-head h2{font-size:clamp(2.3rem,3.25vw,3.3rem);line-height:.98}}@media(max-width:620px){body{font-size:15px}.section-head h2{font-size:clamp(2.2rem,10.8vw,3rem);line-height:.98}.product-card h3{font-size:2rem}}.section-light{background:var(--light)}.product-card{border-color:#2a3034}.product-card:before{box-shadow:inset 0 3px 0 var(--accent),0 0 0 1px color-mix(in srgb,var(--accent) 34%,transparent),0 0 28px color-mix(in srgb,var(--accent) 10%,transparent)}.product-symbol{background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent) 17%,transparent),transparent 58%),#f0f2f1}.product-card small{letter-spacing:.13em}@media(min-width:901px){.section{padding-top:78px;padding-bottom:78px}}@media(max-width:620px){body{font-size:14.8px}}.section-light{background:#e4e7e5}.section-light .product-card,.section-light .problem-grid article,.section-light .use-grid article{background:#fafbfa}#matcher{--match-accent:#a8b0b6}#matcher[data-accent=green]{--match-accent:var(--green)}#matcher[data-accent=blue]{--match-accent:var(--blue)}#matcher[data-accent=yellow]{--match-accent:var(--yellow)}#matcher[data-accent=red]{--match-accent:var(--red)}#matcher[data-accent=neutral]{--match-accent:#a8b0b6}#contextOptions,.options{display:grid;gap:14px}.match-option{display:block;cursor:pointer}.match-option>input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.match-option-card{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr);gap:7px;border:1px solid #d3d9dc;border-radius:14px;padding:16px 18px 16px 22px;background:#fbfcfb;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s}.match-option-card:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;border-radius:0 4px 4px 0;background:var(--match-accent,#a8b0b6)}.match-option-title{display:block!important;margin:0!important;font-size:.9rem;line-height:1.38;font-weight:850}.match-option-copy{display:block!important;margin:0!important;color:#6e777e;line-height:1.5;font-size:.8rem;font-weight:400}.match-option:hover .match-option-card{border-color:#aeb6bb;background:#fff;transform:translateY(-1px)}.match-option>input:checked+.match-option-card{border-color:var(--match-accent,#111);background:#fff;box-shadow:0 0 0 1px color-mix(in srgb,var(--match-accent,#111) 45%,transparent)}.match-option>input:focus-visible+.match-option-card{outline:3px solid #111;outline-offset:2px}.step[data-step="1"] .match-option:nth-child(1) .match-option-card:before,.step[data-step="1"] .match-option:nth-child(2) .match-option-card:before{background:var(--green)}.step[data-step="1"] .match-option:nth-child(3) .match-option-card:before{background:var(--blue)}.step[data-step="1"] .match-option:nth-child(4) .match-option-card:before{background:var(--yellow)}.step[data-step="1"] .match-option:nth-child(5) .match-option-card:before{background:var(--red)}.step[data-step="1"] .match-option:nth-child(6) .match-option-card:before{background:#939ca2}@media(max-width:620px){#contextOptions,.options{gap:11px}.match-option-card{padding:14px 15px 14px 19px;gap:6px}.match-option-title{font-size:.88rem}.match-option-copy{font-size:.78rem}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#070808f5;backdrop-filter:blur(14px);border-bottom:1px solid #1e2225}.nav[data-astro-cid-3ef6ksr2]{height:64px;display:grid;grid-template-columns:minmax(145px,176px) minmax(280px,1fr) auto;gap:18px;align-items:center}.brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;min-width:0}.brand[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:34px;max-width:166px;object-fit:contain}.desktop-nav[data-astro-cid-3ef6ksr2]{display:flex;justify-content:center;gap:26px;min-width:0}.desktop-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],.client-login[data-astro-cid-3ef6ksr2]{text-decoration:none;color:#aeb6bc;font-size:.72rem;font-weight:800;white-space:nowrap;transition:color .18s ease}.desktop-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.client-login[data-astro-cid-3ef6ksr2]:hover{color:#fff}.nav-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:14px;min-width:0}.client-login[data-astro-cid-3ef6ksr2]{padding:10px 0;border-bottom:1px solid #394045}.match-cta[data-astro-cid-3ef6ksr2]{min-height:38px;padding-inline:14px;white-space:nowrap}.mobile-menu[data-astro-cid-3ef6ksr2]{display:none;position:relative}.mobile-menu[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]{list-style:none;cursor:pointer;display:flex;gap:9px;align-items:center;font-size:.72rem;font-weight:900}.mobile-menu[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]::-webkit-details-marker{display:none}.mobile-menu[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2] i[data-astro-cid-3ef6ksr2]{width:18px;height:12px;border-top:2px solid #fff;border-bottom:2px solid #fff}.mobile-panel[data-astro-cid-3ef6ksr2]{position:absolute;right:0;top:36px;width:min(330px,calc(100vw - 28px));padding:18px;background:#101214;border:1px solid #2b3034;border-radius:18px;box-shadow:0 22px 55px #00000059}.mobile-panel[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2]{display:block;text-decoration:none;padding:12px 3px;border-bottom:1px solid #252a2e;font-weight:800}.mobile-products[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:16px 0}.mobile-products[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{text-decoration:none;text-align:center;padding:8px 4px;border:1px solid #30363a;border-radius:9px;font-size:.66rem;font-weight:900}.mobile-panel[data-astro-cid-3ef6ksr2] .mobile-login[data-astro-cid-3ef6ksr2]{border:0;color:#b8c0c6}@media(max-width:1120px){.nav[data-astro-cid-3ef6ksr2]{grid-template-columns:170px 1fr auto}.desktop-nav[data-astro-cid-3ef6ksr2]{gap:20px}.client-login[data-astro-cid-3ef6ksr2]{display:none}}@media(max-width:920px){.nav[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr auto}.desktop-nav[data-astro-cid-3ef6ksr2],.nav-actions[data-astro-cid-3ef6ksr2]{display:none}.mobile-menu[data-astro-cid-3ef6ksr2]{display:block}}@media(max-width:620px){.nav[data-astro-cid-3ef6ksr2]{height:60px}.brand[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:32px}.mobile-products[data-astro-cid-3ef6ksr2]{grid-template-columns:repeat(3,1fr)}}footer[data-astro-cid-sz7xmlte]{background:#050606;border-top:1px solid var(--line);padding:58px 0 28px}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.55fr .7fr .85fr 1fr;gap:48px}.footer-grid[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:43px;max-width:200px;object-fit:contain}.footer-grid[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:14px 0 6px;color:#aeb5ba}.footer-grid[data-astro-cid-sz7xmlte] small[data-astro-cid-sz7xmlte],.footer-grid[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#747e86;font-size:.75rem;line-height:1.55}.footer-grid[data-astro-cid-sz7xmlte] b[data-astro-cid-sz7xmlte]{display:block;color:#737d84;font-size:.68rem;letter-spacing:.12em;margin-bottom:14px}.footer-grid[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;text-decoration:none;color:#b3bbc1;margin:8px 0;font-size:.82rem}.footer-grid[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;gap:24px;margin-top:42px;padding-top:20px;border-top:1px solid #1c2023;color:#667078;font-size:.66rem;font-weight:800;letter-spacing:.06em}@media(max-width:900px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.4fr 1fr 1fr}.footer-grid[data-astro-cid-sz7xmlte]>div[data-astro-cid-sz7xmlte]:last-child{grid-column:2/4}}@media(max-width:620px){footer[data-astro-cid-sz7xmlte]{padding:44px 0 24px}.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:28px}.footer-grid[data-astro-cid-sz7xmlte]>div[data-astro-cid-sz7xmlte]:last-child{grid-column:auto}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:5px;margin-top:32px}}
