:root{color-scheme:dark;--green: #3ecf8e;--teal: #29b8b0;--azure: #2b90d9;--grad: linear-gradient(135deg, #3ecf8e, #29b8b0 46%, #2b90d9);--grad-bright: linear-gradient(135deg, #5ee6a8 0%, #3ed3ca 50%, #4aa8ef 100%);--ink: #04202b;--fg: #fff;--dim: rgba(255, 255, 255, .62);--faint: rgba(255, 255, 255, .4);--line: rgba(255, 255, 255, .1);--card: rgba(255, 255, 255, .035);--card-l: rgba(20, 20, 24, .8);--maxw: 1080px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{overflow-x:clip;margin:0;background:radial-gradient(1200px 800px at 70% -10%,rgba(62,207,142,.07),transparent 60%),#000;color:var(--dim);font:17px/1.6 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--fg);letter-spacing:-.03em;line-height:1.12;margin:0}p{margin:0}img{max-width:100%;height:auto;display:block}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:4px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}.narrow{max-width:760px}.grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.kicker{font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green);border:1px solid rgba(62,207,142,.32);background:#3ecf8e12;padding:6px 13px;border-radius:999px}h1{font-size:clamp(38px,6.2vw,60px);font-weight:900}h2{font-size:clamp(28px,4vw,40px);font-weight:800}.lede{margin-top:16px;max-width:34em;font-size:18px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;color:#000;background:var(--grad-bright);transition:opacity .15s}.btn-primary:hover{opacity:.9;text-decoration:none}.btn-ghost2{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;color:#fff;background:#ffffff1a;transition:background-color .15s}.btn-ghost2:hover{background:#ffffff26;text-decoration:none}.text-gradient{background:var(--grad-bright);-webkit-background-clip:text;background-clip:text;color:transparent}.card-l{border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:var(--card-l);backdrop-filter:blur(8px)}.brand-backdrop{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.bb-layer{position:absolute;inset:-12%;background:url(/backdrop.png) center / cover no-repeat;opacity:.5}.bb-a{animation:bb-drift-a 140s linear infinite alternate}.bb-b{opacity:.25;animation:bb-drift-b 95s linear infinite alternate}@keyframes bb-drift-a{0%{transform:translate3d(-2%,-1%,0) scale(1.06)}to{transform:translate3d(2%,1.5%,0) scale(1.12)}}@keyframes bb-drift-b{0%{transform:translate3d(2%,1%,0) scale(1.1) rotate(.5deg)}to{transform:translate3d(-2%,-1.5%,0) scale(1.05) rotate(-.5deg)}}@media(prefers-reduced-motion:reduce){.bb-layer{animation:none}}.btn{display:inline-block;font-weight:700;font-size:15px;letter-spacing:-.01em;padding:11px 20px;border-radius:999px;border:0;cursor:pointer;font-family:inherit;background:var(--grad);color:var(--ink)}.btn:hover{text-decoration:none;filter:brightness(1.08)}.btn-lg{font-size:17px;padding:15px 30px}.btn-ghost{background:transparent;color:var(--fg);border:1px solid var(--line)}.btn-ghost:hover{border-color:#ffffff4d;filter:none}.cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:30px}.cta-note{font-size:14px;color:var(--faint);margin-top:14px}section{padding:74px 0;border-top:1px solid var(--line)}.card{border:1px solid var(--line);background:var(--card);border-radius:18px;padding:26px}.card h3{font-size:19px;margin-bottom:9px}.card p{font-size:15.5px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media(max-width:880px){.grid-3,.grid-2{grid-template-columns:1fr}}ul.ticks{list-style:none;padding:0;margin:22px 0 0}ul.ticks li{position:relative;padding-left:28px;margin-bottom:11px}ul.ticks li:before{content:"";position:absolute;left:0;top:9px;width:15px;height:8px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}.phone{width:268px;margin:0 auto;border-radius:34px;padding:8px;background:#14141a;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 70px #000000bf,0 0 90px #3ecf8e1a}.phone img{border-radius:27px}details{border-bottom:1px solid var(--line);padding:18px 0}summary{color:var(--fg);font-weight:600;font-size:17.5px;cursor:pointer;list-style:none;display:flex;gap:14px;align-items:flex-start}summary::-webkit-details-marker{display:none}summary:before{content:"+";color:var(--green);font-weight:700;font-size:21px;line-height:1.1;flex:none}details[open] summary:before{content:"–"}details .body{margin-top:11px;padding-left:28px;font-size:16px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){@keyframes tilt-in{0%{opacity:0;transform:perspective(1400px) rotateY(-22deg) rotateX(8deg) translate3d(0,42px,-90px)}to{opacity:1;transform:perspective(1400px) rotateY(0) rotateX(0) translateZ(0)}}@keyframes tilt-in-right{0%{opacity:0;transform:perspective(1400px) rotateY(22deg) rotateX(8deg) translate3d(0,42px,-90px)}to{opacity:1;transform:perspective(1400px) rotateY(0) rotateX(0) translateZ(0)}}.s3d-tilt,.s3d-tilt-right{animation:tilt-in linear both;animation-timeline:view();animation-range:entry 10% cover 38%;transform-origin:50% 80%;will-change:transform,opacity}.s3d-tilt-right{animation-name:tilt-in-right}@keyframes rise-in{0%{opacity:0;transform:translate3d(0,26px,0)}to{opacity:1;transform:none}}.s3d-rise{animation:rise-in linear both;animation-timeline:view();animation-range:entry 5% cover 30%}.s3d-stagger>*{animation:rise-in linear both;animation-timeline:view()}.s3d-stagger>*:nth-child(1){animation-range:entry 4% cover 26%}.s3d-stagger>*:nth-child(2){animation-range:entry 8% cover 30%}.s3d-stagger>*:nth-child(3){animation-range:entry 12% cover 34%}.s3d-stagger>*:nth-child(4){animation-range:entry 16% cover 38%}@keyframes hero-drift{0%{transform:perspective(1400px) rotateX(0) translateZ(0)}to{transform:perspective(1400px) rotateX(9deg) translate3d(0,-26px,-70px)}}.s3d-hero{animation:hero-drift linear both;animation-timeline:scroll(root block);animation-range:0 70vh;transform-origin:50% 100%;will-change:transform}.s3d-stage{view-timeline-name:--stage;view-timeline-axis:block}@keyframes screen-swap{0%,8%{opacity:0;transform:scale(1.04)}16%,84%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.97)}}.s3d-screen:nth-child(n+2),.s3d-cap:nth-child(n+2){opacity:0}.s3d-screen,.s3d-cap{animation:screen-swap linear both;animation-timeline:--stage}.s3d-screen{will-change:opacity,transform}.s3d-screen:nth-child(1),.s3d-cap:nth-child(1){animation-range:cover 20% cover 38%}.s3d-screen:nth-child(2),.s3d-cap:nth-child(2){animation-range:cover 34% cover 52%}.s3d-screen:nth-child(3),.s3d-cap:nth-child(3){animation-range:cover 48% cover 66%}.s3d-screen:nth-child(4),.s3d-cap:nth-child(4){animation-range:cover 62% cover 84%}@keyframes stage-lean{0%{transform:perspective(1600px) rotateY(13deg) rotateX(3deg)}to{transform:perspective(1600px) rotateY(-13deg) rotateX(-3deg)}}.s3d-stage-phone{animation:stage-lean linear both;animation-timeline:--stage;animation-range:cover 20% cover 84%;will-change:transform}}}.s3d-stage{position:relative}@media(min-width:881px){.s3d-stage{min-height:340svh}}.s3d-pin{position:sticky;top:0;min-height:100svh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:64px 0}.s3d-frame{position:relative;width:268px;aspect-ratio:268 / 566;margin:0 auto}.s3d-screen{position:absolute;inset:0}.s3d-screen img{width:100%;height:100%;object-fit:cover;border-radius:27px}.s3d-caps{position:relative;min-height:15em}.s3d-cap{position:absolute;inset:0}@supports not (animation-timeline: view()){.s3d-screen:not(:first-child),.s3d-cap:not(:first-child){display:none}.s3d-stage{min-height:0}.s3d-pin{position:static;min-height:0}}@media(prefers-reduced-motion:reduce){.s3d-screen:not(:first-child),.s3d-cap:not(:first-child){display:none}.s3d-stage{min-height:0}.s3d-pin{position:static;min-height:0}}@media(max-width:880px){.s3d-pin{grid-template-columns:1fr;gap:28px;position:static;min-height:0;padding:8px 0 0}.s3d-screen:not(:first-child),.s3d-cap:not(:first-child){display:none}.s3d-caps{min-height:0;position:static}.s3d-cap{position:static}}header[data-astro-cid-3ef6ksr2]{position:relative;z-index:50}.nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;padding-bottom:20px}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--fg);font-size:18px;letter-spacing:-.02em}.logo[data-astro-cid-3ef6ksr2]:hover{text-decoration:none}.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:36px;height:36px;border-radius:9px}.links[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:24px}@media(min-width:900px){.links[data-astro-cid-3ef6ksr2]{display:flex}}.navlink[data-astro-cid-3ef6ksr2]{color:#fff9;font-size:14px;font-weight:600}.navlink[data-astro-cid-3ef6ksr2]:hover{color:var(--fg);text-decoration:none}.actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px}.sm[data-astro-cid-3ef6ksr2]{padding:.5rem 1rem;font-size:.75rem}footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);padding:40px 0;font-size:12px;color:#ffffff59}.col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:8px;font-weight:700;color:#fff9;font-size:14px}.logo[data-astro-cid-sz7xmlte]:hover{text-decoration:none}.logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:24px;height:24px;border-radius:6px}.links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffff73}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#ffffffb3;text-decoration:none}.legal[data-astro-cid-sz7xmlte]{max-width:52em;font-size:11.5px;color:#ffffff47}.copyright[data-astro-cid-sz7xmlte]{font-size:12px}
