:root{--ink:#111418;--ink2:#2C2C2C;--surf:#F7F8FC;--bord:#E4E4E7;--gray:#6B7280;--mute:#8B9199;--line:#2A2F38;--dim:#C9CED6;--dim2:#4A5058;--lav:#F1EEFF;--sky:#EAF1FF;--grey4:#F4F4F4;--p:var(--font-poppins),system-ui,sans-serif;--i:var(--font-inter),system-ui,sans-serif;--l:var(--font-lexend),system-ui,sans-serif;--gut:clamp(20px,6vw,96px)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;color:var(--ink);font-family:var(--l);-webkit-font-smoothing:antialiased;font-synthesis:none;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:1600px;margin:0 auto;padding-inline:var(--gut)}.ticker{background:var(--ink);overflow:hidden}.ticker-in{gap:22px}.breaking-badge{height:28px;width:auto;flex:none}.wordmark{height:32px;width:auto}.ticker span{font-family:var(--l);font-size:14px;line-height:18px;color:var(--dim);white-space:nowrap}.ticker .sep{color:var(--dim2)}@media(max-width:1100px){.ticker-in{gap:14px}.ticker span{font-size:13px}.ticker .t3{display:none}}@media(max-width:720px){.ticker .s1,.ticker .t2{display:none}.breaking-badge{height:22px}.ticker span{overflow:hidden;text-overflow:ellipsis}}.nav{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:60;border-bottom:1px solid transparent;transition:border-color .2s}.nav.stuck{border-bottom-color:var(--bord)}.nav-in{gap:40px;padding-block:26px}.logo,.nav-in{display:flex;align-items:center}.logo{gap:3.52px;height:31.68px;flex-shrink:0}.logo img{height:30.8px;width:auto}.logo .wm{font-family:var(--p);font-weight:700;font-size:21.12px;line-height:26px;letter-spacing:-.176px;color:#0F0F0F}.nav-links{display:flex;align-items:center;gap:34px}.nav .signin,.nav-links a{font-family:var(--i);font-weight:600;font-size:16px;line-height:20px;color:var(--ink)}.nav-spacer{flex:1 1 auto}.nav-right{display:flex;gap:14px}.nav-right,.pill{align-items:center}.pill{display:inline-flex;justify-content:center;border-radius:999px;background:var(--ink);color:#fff;font-family:var(--i);font-weight:600;font-size:16px;line-height:20px;padding:13px 26px;border:1px solid transparent;cursor:pointer;transition:transform .18s cubic-bezier(.2,.8,.2,1),opacity .18s}.pill:hover{transform:translateY(-1px);opacity:.92}@media(max-width:900px){.nav .signin,.nav-links{display:none}}.hero{position:relative;overflow:hidden}.hero-stage{position:relative;width:1600px;max-width:100%;margin:0 auto;height:900px}.hero .bolt{position:absolute;width:798px;height:1050px;left:1284px;top:13%;translate:-50%;overflow:visible;pointer-events:none}.hero-copy{position:absolute;left:92px;top:220px;width:1000px;display:flex;flex-direction:column;gap:12px}.hero-copy h1{font-family:var(--p);font-weight:800;font-size:120px;line-height:176px;letter-spacing:-.05em;color:var(--ink2)}.hero-copy p{font-family:var(--i);font-size:21px;line-height:34px;color:var(--ink2);width:640px}.hero-cta{display:flex;gap:12px;margin-top:28px}.btn-l{display:inline-flex;align-items:center;border-radius:999px;padding:18px 34px;font-family:var(--l);font-weight:600;font-size:17px;line-height:22px;background:var(--ink2);color:#fff;cursor:pointer;transition:transform .18s cubic-bezier(.2,.8,.2,1),opacity .18s}.btn-l.ghost{background:transparent;color:var(--ink2);outline:1px solid var(--ink2);outline-offset:-1px}.btn-l:hover{transform:translateY(-1px);opacity:.92}.hero-phone{position:absolute;left:1096px;top:176px;width:380px;height:826px;border-radius:34px;outline:9px solid #000;overflow:hidden;rotate:6deg;transform-origin:0 0;background:#DDD;filter:drop-shadow(#7A26E6 0 4px 5.2px) drop-shadow(#2871FA 0 30px 20.4px)}.hero-phone img{width:100%;height:100%;object-fit:cover;object-position:top}@media(max-width:1500px){.hero{padding-block:64px 0}.hero-stage{width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.hero .bolt{left:50%;top:auto;bottom:-6%;translate:-50%;width:min(760px,124vw);height:auto;aspect-ratio:798/1050;opacity:.95;z-index:0}.hero-copy{position:static;width:100%;max-width:840px;padding-inline:var(--gut);align-items:flex-start;z-index:1}.hero-copy h1{font-size:clamp(52px,9vw,120px);line-height:1.04}.hero-copy p{width:100%;max-width:600px;font-size:clamp(17px,1.9vw,21px);line-height:1.6}.hero-cta{flex-wrap:wrap;margin-top:32px}.hero-phone{position:relative;left:auto;top:auto;rotate:4deg;margin:64px auto 0;width:min(340px,72vw);height:auto;aspect-ratio:380/826;z-index:1}}.how{background:var(--surf);border-radius:24px;gap:56px;padding:128px var(--gut)}.h-head,.how{display:flex;flex-direction:column;align-items:center}.h-head{gap:16px;text-align:center}.h-head h2{font-family:var(--p);font-weight:800;font-size:clamp(36px,5vw,64px);line-height:1.09;letter-spacing:-.03em;color:var(--ink)}.h-head p{font-family:var(--i);font-size:20px;line-height:30px;color:var(--gray)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,453px));justify-content:center;grid-gap:24px;gap:24px;width:100%}@media(max-width:1000px){.cards{grid-template-columns:1fr}}.card{background:#fff;border-radius:28px;border-width:"#D9D9D9";outline:1px solid var(--bord);outline-offset:-1px;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s}.card:hover{transform:translateY(-3px);box-shadow:0 22px 54px -26px rgba(17,20,24,.2)}.card .shot{position:relative;aspect-ratio:453/534;overflow:hidden;background:#fff}.card .tx{padding:28px 32px 36px;display:flex;flex-direction:column;gap:10px}.card .tx h3{font-family:var(--p);font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em;color:var(--ink)}.card .tx p{font-family:var(--l);font-size:16px;line-height:26px;color:var(--gray)}.who{background:#fff;display:flex;flex-direction:column;align-items:center;gap:56px;padding:128px var(--gut)}.who h2{font-family:var(--p);font-weight:800;font-size:clamp(36px,5vw,64px);line-height:1.09;letter-spacing:-.03em}.who-row{justify-content:center;width:100%;align-items:stretch}.acc,.who-row{display:flex;gap:24px}.acc{flex-direction:column;width:453px;flex:none}.acc-item{border-radius:32px;padding:44px 40px 0;overflow:hidden;transition:background .2s,flex-grow .35s ease}.acc-item[data-open=true]{flex:1 0 auto}.acc-item .inner{display:flex;flex-direction:column;gap:14px;padding-bottom:32px}.acc-head{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;background:none;border:0;width:100%;text-align:left;font:inherit;color:inherit}.acc-head h3{font-family:var(--p);font-weight:600;font-size:30px;line-height:36px;letter-spacing:-.02em;color:var(--ink)}.acc-head svg{flex:none;transition:transform .28s cubic-bezier(.2,.8,.2,1)}.acc-item[data-open=false] .acc-head svg{transform:rotate(180deg)}.acc-item p{font-family:var(--l);font-size:17px;line-height:28px;color:var(--gray);max-width:373px}.acc-item ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding-top:8px;overflow:hidden}.acc-item[data-open=false] ul{display:none}.acc-item li{display:flex;align-items:center;gap:10px;font-family:var(--l);font-weight:500;font-size:16px;line-height:20px;color:var(--ink)}.acc-item li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ink);flex:none}.who-art{position:relative;width:403px;flex:none;border-radius:24px;overflow:hidden;background:var(--surf);border:1px solid var(--bord)}.who-art img{width:100%;height:100%;object-fit:cover;object-position:top}@media(max-width:1000px){.who-row{flex-direction:column;align-items:center}.acc,.who-art{width:100%;max-width:520px}.who-art{aspect-ratio:403/717}}.getapp-outer{background:#fff;margin-bottom:24px;padding-inline:var(--gut)}.getapp{background:var(--grey4);border-radius:40px;display:flex;flex-direction:column;align-items:center;gap:18px;padding-block:96px;text-align:center}.getapp h2{font-family:var(--p);font-weight:600;font-size:clamp(30px,3.4vw,40px);line-height:1.15;letter-spacing:-.03em;color:var(--ink)}.getapp p{font-family:var(--l);font-size:16px;line-height:26px;color:#3C4043}.badges{padding-top:6px;flex-wrap:wrap;justify-content:center}.badge,.badges{display:flex;gap:12px}.badge{align-items:center;background:#000;color:#fff;border-radius:10px;padding:11px 20px;height:64px;transition:transform .18s cubic-bezier(.2,.8,.2,1)}.badge:hover{transform:translateY(-1px)}.badge svg{flex:none}.badge .b1{font-family:var(--i);font-size:11px;line-height:13px;opacity:.9}.badge .b2{font-family:var(--i);font-weight:600;font-size:19px;line-height:22px;margin-top:1px}.closing-outer{background:#fff;padding:96px var(--gut)}.closing{border-radius:40px;display:flex;flex-direction:column;align-items:center;gap:26px;padding:clamp(48px,7vw,96px);text-align:center;background:linear-gradient(135deg,#2d6af6 14.5%,#5151f2 46.45%,#621fd1 85.5%)}@supports (background:linear-gradient(in oklab,red,blue)){.closing{background:linear-gradient(in oklab 135deg,oklab(51.5% .109 -.232) 14.5%,oklab(54% .021 -.233) 46.45%,oklab(58.1% -.024 -.228) 85.5%)}}.closing h2{font-family:var(--p);font-weight:800;font-size:clamp(34px,4.6vw,62px);line-height:1.13;letter-spacing:-.03em;color:#fff;max-width:900px}.closing .sub{font-family:var(--l);font-size:19px;line-height:30px;color:#E7E3FF;max-width:620px}.closing .row{display:flex;gap:12px;padding-top:10px;flex-wrap:wrap;justify-content:center;width:100%}.field{display:flex;align-items:center;gap:8px;background:#fff;border-radius:999px;outline:1px solid var(--bord);outline-offset:-1px;padding:6px 6px 6px 20px;width:596px;max-width:100%}.field input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;font-family:var(--l);font-size:16px;line-height:20px;color:var(--ink);padding:12px 0}.field input::placeholder{color:#9AA0AA;letter-spacing:.18em}.field button{border:0;background:var(--ink);color:#fff;padding:12px 24px;font-size:15px;line-height:18px}.btn-white,.field button{cursor:pointer;border-radius:999px;font-family:var(--l);font-weight:600}.btn-white{display:inline-flex;align-items:center;background:#fff;padding:17px 34px;font-size:17px;line-height:22px;color:var(--ink);transition:transform .18s cubic-bezier(.2,.8,.2,1)}.btn-white:hover{transform:translateY(-1px)}footer{background:var(--ink);display:flex;flex-direction:column;gap:64px;padding:88px var(--gut) 56px}.fcols{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}@media(max-width:980px){.fcols{grid-template-columns:1fr 1fr}}.fbrand{display:flex;flex-direction:column;gap:18px}.fbrand .logo img{height:34.56px}.fbrand .wm{color:#fff;font-size:23.04px;line-height:28px;letter-spacing:-.192px}.fbrand p{font-family:var(--l);font-size:15px;line-height:25px;color:var(--mute);max-width:240px}.fcol{display:flex;flex-direction:column;gap:14px}.fcol h4{font-weight:600;color:#fff}.fcol a,.fcol h4{font-family:var(--l);font-size:15px;line-height:18px}.fcol a{color:var(--mute)}.fcol a:hover{color:#fff}.frule{height:1px;background:var(--line)}.fbot{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.fbot span{font-family:var(--l);font-size:14px;line-height:18px;color:var(--mute)}.fbot .sp{flex:1 1 auto}.social{display:flex;gap:22px}.social a{font-family:var(--l);font-weight:500;font-size:14px;line-height:18px;color:var(--mute)}.social a:hover{color:#fff}.js .rv{opacity:0;transform:translateY(14px)}.js .rv.in{opacity:1;transform:none;transition:opacity .6s cubic-bezier(0,0,0,1),transform .6s cubic-bezier(0,0,0,1)}@media(prefers-reduced-motion:reduce){.js .rv,.js .rv.in{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.acc-head svg{transition:none}}.sr-only{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip,.sr-only{position:absolute}.skip{left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;padding:12px 20px;border-radius:0 0 12px 0;font-family:var(--l);font-weight:600}.skip:focus{left:0}:where(a,button,input):focus-visible{outline:3px solid var(--blue,#2f6bff);outline-offset:3px;border-radius:6px}.kick{font-family:var(--l);font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#7a26e6}.inline-link{color:#2f6bff;font-weight:600;text-decoration:underline;text-underline-offset:3px}.lead{font-family:var(--i);font-size:clamp(17px,1.4vw,21px);line-height:1.62;color:var(--gray)}.page-hero{padding:clamp(56px,8vw,104px) 0 clamp(32px,4vw,56px);background:#fff}.page-hero .kick{margin-bottom:18px}.page-hero-sub{margin-top:18px;max-width:52ch;font-family:var(--i);font-size:18px;line-height:1.55;color:var(--gray)}.page-hero h1{font-family:var(--p);font-weight:800;letter-spacing:-.04em;font-size:clamp(38px,6vw,76px);line-height:1.06;color:var(--ink2);max-width:16ch}.page-hero .lead{margin-top:24px;max-width:62ch}.features-hero h1{font-size:clamp(34px,5vw,62px)}.frows{display:flex;flex-direction:column}.frow{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(32px,6vw,96px);gap:clamp(32px,6vw,96px);align-items:center;padding:clamp(48px,7vw,104px) var(--gut);max-width:1600px;margin:0 auto;width:100%;scroll-margin-top:120px}.frow:nth-child(2n){background:var(--surf);border-radius:24px}.frow.flip .frow-copy{order:2}.frow-copy .kick{margin-bottom:16px}.frow-copy h2{font-family:var(--p);font-weight:800;letter-spacing:-.03em;font-size:clamp(28px,3.6vw,37px);line-height:1.12;color:var(--ink)}.frow-body{font-family:var(--i);font-size:16px;line-height:1.7;color:var(--gray);margin-top:18px;max-width:52ch}.frow-list{list-style:none;margin-top:26px;display:flex;flex-direction:column;gap:12px}.frow-list li{display:flex;gap:12px;align-items:flex-start;font-family:var(--l);font-size:16px;line-height:26px;color:var(--ink)}.frow-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:#7a26e6;flex:none;margin-top:10px}.frow-art{display:flex;justify-content:center}.frow-art.panel img{border-radius:18px;border:1px solid var(--bord);box-shadow:0 28px 70px -34px rgba(17,20,24,.32)}.frow-device{border-radius:34px;outline:8px solid #000}.frow-device,.frow-mockup{position:relative;width:min(320px,72vw);aspect-ratio:300/652;overflow:hidden;filter:drop-shadow(rgba(122,38,230,.5) 0 4px 6px) drop-shadow(rgba(40,113,250,.4) 0 26px 22px)}@media(max-width:900px){.frow{grid-template-columns:1fr}.frow.flip .frow-copy{order:0}}.trust{background:var(--surf);padding:clamp(64px,9vw,128px) var(--gut)}.trust-in{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.trust3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:980px){.trust3{grid-template-columns:1fr}}.tcard{background:#fff;border:1px solid var(--bord);border-radius:28px;padding:40px 36px}.tcard h3{font-family:var(--p);font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;margin-bottom:12px}.tcard p{font-family:var(--l);font-size:16px;line-height:27px;color:var(--gray)}.tcard p:empty{display:none}.values,.who-for{padding:clamp(64px,9vw,128px) 0;background:#fff}.values{background:var(--surf)}.values .h-head,.who-for .h-head{margin-bottom:48px}.prose-wrap{background:#fff;padding:0 0 clamp(48px,7vw,96px)}.prose{max-width:70ch}.prose p{font-family:var(--i);font-size:17px;line-height:1.75;color:var(--body,#3f4450)}.prose p+p{margin-top:26px}.legal-prose{max-width:80ch;font-family:var(--i);font-size:17px;line-height:1.75;color:var(--body,#3f4450)}.legal-prose>:first-child{margin-top:0}.legal-prose h2{font-weight:700;font-size:clamp(22px,2.4vw,30px);line-height:1.25;letter-spacing:-.02em;margin:48px 0 16px}.legal-prose h2,.legal-prose h3{font-family:var(--p);color:var(--ink)}.legal-prose h3{font-weight:600;font-size:clamp(18px,1.8vw,22px);line-height:1.3;letter-spacing:-.015em;margin:32px 0 12px}.legal-prose h4{font-family:var(--l);font-weight:600;font-size:17px;line-height:1.4;color:var(--ink);margin:24px 0 10px}.legal-prose p{margin:0 0 18px}.legal-prose ol,.legal-prose ul{margin:0 0 18px;padding-left:1.35em}.legal-prose li,.legal-prose li>ol,.legal-prose li>ul{margin:6px 0}.legal-prose blockquote{margin:20px 0;padding:14px 18px;border-left:3px solid #7a26e6;background:var(--surf);border-radius:0 12px 12px 0;color:var(--gray)}.legal-prose blockquote p{margin:0}.legal-prose blockquote p+p{margin-top:10px}.legal-prose hr{border:0;border-top:1px solid var(--bord);margin:36px 0}.legal-prose strong{font-weight:600;color:var(--ink)}.legal-table-wrap{width:100%;overflow-x:auto;margin:20px 0 28px;-webkit-overflow-scrolling:touch}.legal-prose table{width:100%;min-width:480px;border-collapse:collapse;font-family:var(--l);font-size:15px;line-height:1.5}.legal-prose td,.legal-prose th{border:1px solid var(--bord);padding:10px 12px;text-align:left;vertical-align:top}.legal-prose th{background:var(--surf);font-weight:600;color:var(--ink)}.legal-prose td{color:var(--body,#3f4450)}.split{background:#fff;padding:0 0 clamp(64px,9vw,128px)}.split-in{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(28px,5vw,64px);gap:clamp(28px,5vw,64px);border-top:1px solid var(--bord);padding-top:clamp(40px,5vw,64px)}@media(max-width:900px){.split-in{grid-template-columns:1fr}}.split-col h2{font-family:var(--p);font-weight:600;font-size:clamp(24px,2.6vw,32px);letter-spacing:-.02em;margin-bottom:14px}.split-col p{font-family:var(--l);font-size:17px;line-height:29px;color:var(--gray)}.split-col p+p{margin-top:14px}.pointlist{list-style:none;display:flex;gap:14px 32px;flex-wrap:wrap;justify-content:center;max-width:900px;margin:0 auto}.pointlist li{display:flex;gap:10px;align-items:center;font-family:var(--l);font-weight:500;font-size:17px;line-height:28px;color:var(--ink)}.pointlist li:before{content:"";width:6px;height:6px;border-radius:50%;background:#7a26e6;flex:none}.cohort-hero .hero-copy{gap:16px}.cohort-hero .hero-copy h1{font-size:clamp(42px,5.2vw,72px);line-height:1.08;max-width:16ch}.cohort-hero .hero-copy p{width:min(640px,100%)}.cohort-prose{margin:32px auto 0;text-align:left}.cohort-pilot,.cohort-reach{background:var(--surf)}.reach-highlight{margin:28px auto 0;max-width:52ch;text-align:center;font-family:var(--p);font-weight:700;font-size:clamp(20px,2.2vw,28px);line-height:1.35;letter-spacing:-.02em;color:#7a26e6}.cohort-topics{margin-top:40px;max-width:960px}.cohort-section-cta{justify-content:center;margin-top:40px}.who-for .cohort-prose{margin-bottom:40px}.closing .btn-l{background:#fff;color:var(--ink2)}.closing .btn-l:hover{opacity:.95}.bolt-edge{stroke-linecap:round;stroke-linejoin:round;will-change:stroke-dashoffset}.bolt-edge--crest{stroke-width:5;stroke-dasharray:.035 .02 .022 .018 .014 .014 .009 .012 .006 .81}.bolt-edge--crest,.bolt-edge--trail{animation:boltRun 7s linear infinite}.bolt-edge--trail{stroke-width:9;stroke-dasharray:.05 .03 .03 .026 .018 .022 .01 .78;opacity:.5;animation-delay:-.28s}.bolt-edge--glow{stroke-width:26;stroke-dasharray:.08 .92;opacity:.45;animation:boltRun 7s linear infinite,boltBuzz 1.15s ease-in-out infinite;animation-delay:-.1s,0s}@keyframes boltRun{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1}}@keyframes boltBuzz{0%,to{opacity:.32}50%{opacity:.68}}@media(prefers-reduced-motion:reduce){.bolt-edge{animation:none}.bolt-edge--glow,.bolt-edge--trail{opacity:.35}}.media{position:relative;overflow:hidden}.frow-art .media{width:100%}.media img,.media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.badges img{height:64px;width:auto;display:block}.badge-link{display:inline-block;border-radius:10px;transition:transform .18s cubic-bezier(.2,.8,.2,1)}.badge-link:hover{transform:translateY(-1px)}.badge-link--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.consent{position:fixed;z-index:80;left:16px;right:16px;bottom:16px;max-width:640px;margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 20px;background:var(--ink);color:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.28);font-family:var(--l);font-size:14px;line-height:1.45}.consent a{color:#fff;text-decoration:underline;text-underline-offset:2px}.consent-actions{display:flex;flex-wrap:wrap;gap:10px;margin-left:auto}.consent .btn-l{font-size:14px;padding:10px 16px}.consent .btn-l.ghost{color:#fff;border-color:rgba(255,255,255,.35)}.breaking{display:inline-flex;align-items:center;gap:7px;background:#FF2B00;color:#fff;border-radius:10px;padding:7px 12px;font-family:Inter;font-weight:700;font-size:20px;letter-spacing:.06em;flex:none;white-space:nowrap}.breaking svg{flex:none}@media(max-width:900px){.nav-links{display:flex;gap:20px}.nav-links a{font-size:15px}.nav .signin{display:none}.nav-in{gap:20px;padding-block:16px}.pill{padding:12px 20px;font-size:15px}.hero{padding-block:40px 0}.hero-copy h1{font-size:clamp(46px,13vw,84px)}.hero .bolt{width:min(640px,140vw);bottom:-4%;opacity:.92}.hero-phone{margin-top:48px;width:min(300px,74vw)}.btn-l{padding:15px 26px;font-size:16px}section{padding-block:64px}.how,.who{padding:64px var(--gut);gap:36px;border-radius:0}.h-head h2,.who h2{font-size:clamp(30px,7.5vw,44px)}.h-head p{font-size:17px}.cards{gap:18px}.card .tx{padding:22px 24px 28px}.card .tx h3{font-size:23px}.acc-item{padding:28px 24px 0;border-radius:24px}.acc-item .inner{gap:12px;padding-bottom:24px}.acc-head{min-height:44px}.acc-head h3{font-size:24px}.acc-item p{font-size:16px;line-height:26px}.getapp{padding-block:64px;gap:14px}.getapp h2{font-size:clamp(28px,7vw,36px)}.badges img{height:52px}.closing{padding:48px 22px;gap:18px}.closing h2{font-size:clamp(28px,7.6vw,44px)}.closing .sub{font-size:17px}.field{width:100%;padding:5px 5px 5px 16px}.field input{font-size:16px}.field button{padding:12px 18px}footer{padding:56px var(--gut) 40px;gap:40px}.fcols{grid-template-columns:1fr 1fr;gap:32px 20px}.fbrand{grid-column:1/-1}.fbot{flex-direction:column;align-items:flex-start;gap:16px}.social{flex-wrap:wrap;gap:18px}.page-hero{padding:48px 0 24px}.page-hero h1{font-size:clamp(34px,8.5vw,56px);max-width:none}.frow{padding:56px var(--gut);gap:32px}.frow-copy h2{font-size:clamp(26px,6.5vw,38px)}.frow-device,.frow-mockup{width:min(280px,66vw)}.prose p{font-size:17px;line-height:1.7}.split-in{gap:32px;padding-top:32px}}@media(max-width:520px){.nav-links{display:none}.ticker-in{gap:10px}.hero-copy h1{font-size:clamp(40px,13vw,60px)}.hero-cta{width:100%}.hero-cta .btn-l{flex:1 1 auto;justify-content:center}.badges{flex-direction:column;align-items:center;gap:10px}.fcols{grid-template-columns:1fr}}@media(max-width:1000px){.who-art{width:100%;max-width:420px;margin-inline:auto}}@media(max-width:900px){.fcol a,.social a{display:flex;align-items:center;min-height:44px}.fcol{gap:0}.social{gap:14px}}.ticker-in{display:flex;align-items:center;gap:20px;padding-block:12px;padding-inline:var(--gut);overflow:hidden}.ticker-badge{flex:none}.ticker-marquee{position:relative;flex:1 1 auto;min-width:0;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent);mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent)}.ticker-track{display:flex;align-items:center;gap:20px;flex:none;padding-right:20px;animation:wire 38s linear infinite}.ticker-track span{font-family:var(--l);font-size:14px;line-height:18px;color:var(--dim);white-space:nowrap}.ticker-track .sep{color:var(--dim2)}@keyframes wire{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ticker-marquee:hover .ticker-track{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.ticker-track{animation:none}}.switch{display:flex;gap:24px;justify-content:center;align-items:flex-start;width:100%}.switch-art{position:-webkit-sticky;position:sticky;top:96px;width:403px;flex:none}.switch-phone{position:relative;aspect-ratio:810/1734;max-width:400px;margin-inline:auto}.switch-phone img{opacity:0;transition:opacity .45s cubic-bezier(0,0,0,1)}.switch-phone img.on{opacity:1}.switch-steps{list-style:none;display:flex;flex-direction:column;gap:20px;width:453px;flex:none;padding-block:6vh}.switch-step{display:flex;flex-direction:column;gap:12px;text-align:left;width:100%;background:#fff;border:1px solid transparent;border-radius:20px;padding:28px 30px;cursor:pointer;font:inherit;color:inherit;opacity:.42;transition:opacity .35s ease,box-shadow .35s ease,border-color .35s ease}.switch-step[data-active=true]{opacity:1;border-color:var(--bord);box-shadow:0 18px 44px -26px rgba(17,20,24,.22)}.switch-step-title{font-family:var(--p);font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em;color:var(--ink)}.switch-step-body{font-family:var(--l);font-size:16px;line-height:26px;color:var(--gray)}@media(max-width:1000px){.switch{flex-direction:column;align-items:center;gap:28px}.switch-art{position:static;width:100%;max-width:400px}.switch-steps{width:100%;max-width:520px;padding-block:0;gap:14px}.switch-step{opacity:1;border-color:var(--bord);padding:22px 24px}.switch-step[data-active=true]{border-color:var(--ink)}.switch-step-title{font-size:22px;line-height:28px}}@font-face{font-family:poppins;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:poppins;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:poppins;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:poppins Fallback;src:local("Arial");ascent-override:90.85%;descent-override:30.28%;line-gap-override:8.65%;size-adjust:115.57%}.__className_cd220a{font-family:poppins,poppins Fallback}.__variable_cd220a{--font-poppins:"poppins","poppins Fallback"}@font-face{font-family:inter;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900;font-style:normal}@font-face{font-family:inter Fallback;src:local("Arial");ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:107.89%}.__className_5bda0f{font-family:inter,inter Fallback;font-style:normal}.__variable_5bda0f{--font-inter:"inter","inter Fallback"}@font-face{font-family:lexend;src:url(/_next/static/media/f2da962e44bb803b-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:lexend;src:url(/_next/static/media/c787eade199cbbf0-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:lexend;src:url(/_next/static/media/a4777c0d33f57e70-s.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:lexend Fallback;src:local("Arial");ascent-override:90.26%;descent-override:22.57%;line-gap-override:0.00%;size-adjust:110.79%}.__className_53a1de{font-family:lexend,lexend Fallback}.__variable_53a1de{--font-lexend:"lexend","lexend Fallback"}