:root{
  --blue-950:#031c45;--blue-900:#052b68;--blue-800:#06469d;--blue-700:#075ec7;--blue-600:#0875e8;--blue-500:#1792ff;
  --sky:#eaf5ff;--ink:#071b3a;--muted:#5e6c80;--line:#dce7f2;--surface:#fff;--soft:#f5f9fd;
  --shadow-sm:0 12px 35px rgba(5,49,105,.09);--shadow:0 28px 80px rgba(4,35,79,.17);--radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.section-shell{width:min(1220px,calc(100% - 40px));margin-inline:auto}.section{padding:110px 0}.section-kicker{display:inline-block;color:var(--blue-700);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.section-kicker.light{color:#b9ddff}.section-heading h2{margin:14px 0 0;font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.055em}.section-heading p{color:var(--muted);font-size:18px;line-height:1.65}.centered{text-align:center;max-width:900px;margin-inline:auto}.centered p{max-width:720px;margin:20px auto 0}.split-heading{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:60px;align-items:end}.split-heading p{margin:0 0 6px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);border-bottom:1px solid rgba(215,228,241,.75);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.nav-shell{width:min(1280px,calc(100% - 36px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{border-radius:15px;box-shadow:0 10px 24px rgba(1,66,151,.22)}.brand span,.footer-brand span{display:flex;flex-direction:column;min-width:0}.brand strong,.footer-brand strong{font-size:17px;letter-spacing:-.025em}.brand small,.footer-brand small{color:var(--muted);font-size:11px;margin-top:3px}.main-nav{display:flex;align-items:center;gap:6px}.main-nav a{padding:11px 13px;border-radius:12px;color:#42536c;font-size:14px;font-weight:720}.main-nav a:hover{background:#edf5fc;color:var(--blue-800)}.main-nav .nav-cta{margin-left:6px;color:#fff;background:linear-gradient(135deg,var(--blue-700),var(--blue-500));box-shadow:0 10px 24px rgba(7,94,199,.25)}.main-nav .nav-cta:hover{color:#fff;background:linear-gradient(135deg,var(--blue-800),var(--blue-600))}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-size:21px}
.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1.03fr) minmax(480px,.97fr);gap:clamp(40px,6vw,90px);align-items:center;padding-top:78px;padding-bottom:95px}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid #d3e8fc;border-radius:999px;background:#f2f8ff;color:var(--blue-800);font-size:12px;font-weight:820}.eyebrow span{width:8px;height:8px;border-radius:50%;background:#20bd68;box-shadow:0 0 0 5px rgba(32,189,104,.12)}.hero h1{margin:22px 0 20px;font-size:clamp(52px,6vw,82px);line-height:.96;letter-spacing:-.068em}.hero h1 em{font-style:normal;background:linear-gradient(110deg,var(--blue-800),var(--blue-500));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{max-width:710px;margin:0;color:var(--muted);font-size:clamp(17px,1.6vw,20px);line-height:1.65}.store-row{display:flex;flex-wrap:wrap;gap:13px;margin-top:29px}.store-button{position:relative;min-width:218px;height:66px;padding:0 18px;display:flex;align-items:center;gap:12px;border-radius:18px;background:#07101f;color:#fff;box-shadow:0 15px 30px rgba(3,16,36,.2);transition:transform .2s ease,box-shadow .2s ease}.store-button:hover{transform:translateY(-3px);box-shadow:0 22px 38px rgba(3,16,36,.25)}.store-button svg{width:31px;height:31px;fill:currentColor;flex:none}.store-button span{display:flex;flex-direction:column;line-height:1}.store-button small{color:rgba(255,255,255,.68);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.store-button strong{font-size:20px;margin-top:5px;letter-spacing:-.02em}.store-button b{position:absolute;right:9px;top:-9px;padding:5px 8px;border-radius:999px;background:#ffb548;color:#3d2400;font-size:9px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 7px 16px rgba(86,51,0,.18)}.trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:22px;color:#526177;font-size:13px;font-weight:700}.trust-row span::first-letter{color:#1aae61}.waitlist-card{margin-top:32px;max-width:720px;padding:20px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:20px;align-items:center;border:1px solid #cfe5fa;border-radius:24px;background:linear-gradient(135deg,#f8fbff,#ebf5ff);box-shadow:var(--shadow-sm)}.android-chip{display:inline-flex;padding:6px 9px;border-radius:999px;background:#dff2ff;color:#0068b8;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.waitlist-copy h2{margin:9px 0 6px;font-size:22px;letter-spacing:-.035em}.waitlist-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.waitlist-form{position:relative}.waitlist-form>input[type=email]{width:100%;height:52px;padding:0 148px 0 15px;border:1px solid #c7dced;border-radius:15px;background:#fff;color:var(--ink);outline:none;box-shadow:0 7px 18px rgba(4,59,121,.06)}.waitlist-form>input[type=email]:focus{border-color:var(--blue-500);box-shadow:0 0 0 4px rgba(23,146,255,.12)}.waitlist-form button{position:absolute;right:5px;top:5px;height:42px;padding:0 14px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--blue-700),var(--blue-500));color:#fff;font-size:13px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px}.waitlist-form button:disabled{opacity:.65;cursor:wait}.form-message{min-height:18px;margin:7px 2px 0;color:var(--muted);font-size:12px}.form-message.success{color:#087b3d}.form-message.error{color:#c62b38}
.hero-visual{position:relative;min-height:690px}.visual-glow{position:absolute;inset:8% -5% 2% 4%;border-radius:50%;background:radial-gradient(circle at center,rgba(26,143,255,.27),rgba(26,143,255,0) 67%);filter:blur(10px)}.preview-card{position:absolute;margin:0;overflow:hidden;border:9px solid rgba(255,255,255,.95);border-radius:31px;background:#fff;box-shadow:var(--shadow)}.preview-card img{display:block;width:100%;height:auto}.preview-back{width:48%;left:0;top:88px;transform:rotate(-9deg);opacity:.92}.preview-mid{width:51%;right:0;top:26px;transform:rotate(8deg);opacity:.96}.preview-front{z-index:3;width:54%;left:23%;top:70px;transform:rotate(-1.5deg)}.floating-pill{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;padding:12px 15px;border:1px solid rgba(255,255,255,.95);border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 18px 45px rgba(5,42,87,.2);backdrop-filter:blur(12px);font-size:12px}.pill-live{right:-8px;top:178px}.pill-live i{width:9px;height:9px;border-radius:50%;background:#ed3d4d;box-shadow:0 0 0 5px rgba(237,61,77,.12)}.pill-live strong{color:#e7283a}.pill-sync{left:-16px;bottom:95px}.pill-sync>span{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#e9f4ff;color:var(--blue-700);font-size:20px}
.metrics-band{padding:31px 0;border-top:1px solid #dfeaf4;border-bottom:1px solid #dfeaf4;background:linear-gradient(90deg,#f8fbfe,#eef7ff,#f8fbfe)}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.metrics-grid div{padding:8px 28px;border-right:1px solid #d7e5f2}.metrics-grid div:first-child{padding-left:0}.metrics-grid div:last-child{border-right:0}.metrics-grid strong{display:block;font-size:16px;letter-spacing:-.02em}.metrics-grid span{display:block;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.4}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.feature-card{position:relative;min-height:285px;padding:27px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#fff,#f8fbfe);box-shadow:0 10px 35px rgba(4,42,87,.055);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 22px 52px rgba(4,42,87,.1)}.feature-card.featured{background:linear-gradient(145deg,#073876,#0877df);color:#fff;border-color:transparent}.feature-card.featured p,.feature-card.featured span{color:rgba(255,255,255,.74)}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#e8f4ff;font-size:24px}.featured .feature-icon{background:rgba(255,255,255,.14)}.feature-card h3{margin:24px 0 10px;font-size:23px;letter-spacing:-.035em}.feature-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.feature-card>span{position:absolute;left:27px;bottom:24px;color:var(--blue-700);font-size:12px;font-weight:800}
.screenshot-section{background:linear-gradient(180deg,#f7fbff,#edf6ff 72%,#fff);overflow:hidden}.screenshot-track{display:flex;gap:20px;margin-top:52px;padding:10px max(20px,calc((100vw - 1220px)/2)) 42px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#88bceb transparent}.screenshot-card{flex:0 0 clamp(260px,26vw,355px);margin:0;scroll-snap-align:start}.screenshot-card img{display:block;width:100%;height:auto;border-radius:26px;box-shadow:0 24px 55px rgba(3,45,97,.16);border:1px solid rgba(255,255,255,.9)}.screenshot-card figcaption{margin-top:15px;text-align:center;color:#40516a;font-size:13px;font-weight:800}
.premium-panel{min-height:600px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);align-items:center;gap:42px;padding:65px 70px 0;border-radius:42px;background:radial-gradient(circle at 85% 15%,rgba(38,162,255,.45),transparent 34%),linear-gradient(135deg,#031b42,#064d9e 58%,#0878e5);color:#fff;overflow:hidden;box-shadow:0 35px 85px rgba(3,45,97,.25)}.premium-copy{padding-bottom:65px}.premium-copy h2{margin:16px 0 18px;font-size:clamp(38px,4.6vw,61px);line-height:1.02;letter-spacing:-.055em}.premium-copy p{max-width:680px;margin:0;color:rgba(255,255,255,.72);font-size:17px;line-height:1.65}.premium-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.premium-points span{padding:8px 11px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:700}.white-button{display:inline-flex;align-items:center;gap:14px;margin-top:28px;padding:14px 18px;border-radius:14px;background:#fff;color:var(--blue-900);font-size:14px;font-weight:850;box-shadow:0 14px 30px rgba(0,0,0,.15)}.premium-image{align-self:end;display:flex;justify-content:center}.premium-image img{width:min(420px,100%);height:auto;display:block;border-radius:26px 26px 0 0;box-shadow:0 20px 55px rgba(0,0,0,.25)}
.live-panel{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:45px 50px;border:1px solid #d8e9f8;border-radius:30px;background:linear-gradient(135deg,#f9fcff,#eaf5ff);box-shadow:var(--shadow-sm)}.live-badge{display:inline-flex;align-items:center;gap:9px;color:#d92b3d;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.live-badge i{width:9px;height:9px;border-radius:50%;background:#e93648;box-shadow:0 0 0 5px rgba(233,54,72,.12)}.live-copy h2{margin:12px 0 9px;font-size:38px;letter-spacing:-.045em}.live-copy p{margin:0;color:var(--muted);line-height:1.6}.match-code-form label{display:block;margin-bottom:8px;color:#42536c;font-size:12px;font-weight:820}.match-code-form>div{display:flex;padding:5px;border:1px solid #c6dced;border-radius:17px;background:#fff;box-shadow:0 10px 24px rgba(4,59,121,.08)}.match-code-form input{min-width:0;flex:1;height:48px;padding:0 15px;border:0;outline:none;color:var(--ink);text-transform:uppercase;font-weight:750;letter-spacing:.06em}.match-code-form button{height:48px;padding:0 18px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--blue-700),var(--blue-500));color:#fff;font-size:13px;font-weight:830;cursor:pointer;white-space:nowrap}
.final-cta{text-align:center;padding-top:70px}.final-cta>img{border-radius:24px;box-shadow:0 20px 45px rgba(5,70,151,.22);margin-bottom:24px}.final-cta h2{max-width:850px;margin:14px auto 0;font-size:clamp(38px,5vw,64px);line-height:1.03;letter-spacing:-.058em}.centered-buttons{justify-content:center}
.site-footer{margin-top:45px;border-top:1px solid var(--line);background:#f7fafc}.footer-grid{min-height:150px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand links" "copy links";align-content:center;gap:12px 30px}.footer-brand{grid-area:brand;display:flex;align-items:center;gap:11px}.footer-brand img{border-radius:14px}.footer-links{grid-area:links;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 20px}.footer-links a{color:#526177;font-size:13px;font-weight:700}.footer-grid>p{grid-area:copy;margin:0;color:#798596;font-size:12px}
@media(max-width:1060px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-copy{text-align:center}.hero-lead,.waitlist-card{margin-left:auto;margin-right:auto}.store-row,.trust-row{justify-content:center}.hero-visual{width:min(720px,100%);margin:auto;min-height:720px}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:20px}.metrics-grid div,.metrics-grid div:first-child{padding:8px 20px;border-right:0}.feature-grid{grid-template-columns:repeat(2,1fr)}.premium-panel{grid-template-columns:1fr;padding:60px 60px 0;text-align:center}.premium-copy{padding-bottom:0}.premium-copy p{margin-inline:auto}.premium-points{justify-content:center}.premium-image{margin-top:15px}.premium-image img{width:min(410px,80vw)}.live-panel{grid-template-columns:1fr;text-align:center}.match-code-form{max-width:620px;width:100%;margin:auto}.match-code-form label{text-align:left}}
@media(max-width:760px){.section-shell{width:min(100% - 28px,1220px)}.section{padding:78px 0}.nav-shell{height:72px}.brand img{width:46px;height:46px}.brand small{display:none}.menu-toggle{display:grid;place-items:center}.main-nav{position:absolute;left:14px;right:14px;top:66px;padding:10px;display:none;flex-direction:column;align-items:stretch;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:var(--shadow);backdrop-filter:blur(20px)}.main-nav.open{display:flex}.main-nav a{text-align:center}.main-nav .nav-cta{margin-left:0}.hero{padding-top:50px;padding-bottom:65px}.hero h1{font-size:clamp(45px,13vw,65px)}.waitlist-card{grid-template-columns:1fr;text-align:left}.hero-visual{min-height:560px}.preview-card{border-width:6px;border-radius:21px}.preview-back{width:47%;top:70px}.preview-mid{width:49%;top:30px}.preview-front{width:55%;top:55px}.floating-pill{padding:9px 11px}.pill-live{right:0;top:120px}.pill-sync{left:0;bottom:70px}.metrics-grid{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:250px}.split-heading{grid-template-columns:1fr;gap:12px;text-align:center}.split-heading p{max-width:620px;margin:auto}.premium-panel{padding:45px 24px 0;border-radius:30px}.live-panel{padding:32px 20px}.footer-grid{grid-template-columns:1fr;grid-template-areas:"brand" "links" "copy";text-align:center;justify-items:center}.footer-links{justify-content:center}.footer-brand{text-align:left}}
@media(max-width:520px){.section-shell{width:min(100% - 22px,1220px)}.section{padding:66px 0}.hero{padding-top:36px}.eyebrow{font-size:10px}.hero h1{font-size:44px}.hero-lead{font-size:16px}.store-row{width:100%;flex-direction:column}.store-button{width:100%;min-width:0;justify-content:flex-start}.trust-row{display:grid;grid-template-columns:1fr;text-align:left;width:100%;padding-left:8px}.waitlist-card{padding:16px;border-radius:20px}.waitlist-form>input[type=email]{height:52px;padding-right:15px}.waitlist-form button{position:static;width:100%;height:46px;margin-top:9px;justify-content:center}.hero-visual{min-height:440px}.preview-back{width:45%;left:1%;top:65px}.preview-mid{width:47%;right:1%;top:22px}.preview-front{width:56%;left:22%;top:45px}.pill-live{display:none}.pill-sync{bottom:15px;left:5px}.metrics-grid{grid-template-columns:1fr}.metrics-grid div,.metrics-grid div:first-child{text-align:center;padding:10px 0}.section-heading h2{font-size:38px}.feature-card{padding:23px}.feature-card>span{left:23px}.screenshot-card{flex-basis:78vw}.premium-copy h2{font-size:38px}.live-copy h2{font-size:32px}.match-code-form>div{display:block;padding:7px}.match-code-form input{width:100%}.match-code-form button{width:100%}.final-cta h2{font-size:39px}.site-footer{margin-top:15px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Workspace guide + navigation */
.nav-dropdown{position:relative}
.nav-dropdown summary{list-style:none;cursor:pointer;padding:11px 13px;border-radius:12px;color:#42536c;font-size:14px;font-weight:720;user-select:none}
.nav-dropdown summary::-webkit-details-marker{display:none}
.nav-dropdown summary:hover,.nav-dropdown[open] summary{background:#edf5fc;color:var(--blue-800)}
.nav-dropdown summary span{display:inline-block;margin-left:3px;font-size:11px;transition:transform .18s ease}
.nav-dropdown[open] summary span{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;z-index:70;right:0;top:calc(100% + 8px);width:260px;padding:8px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 20px 50px rgba(4,35,79,.16);backdrop-filter:blur(18px)}
.nav-dropdown-menu a{display:block;padding:11px 12px!important;border-radius:10px;font-size:13px!important}
.workspace-guide-section{background:linear-gradient(180deg,#fff,#f5faff 44%,#eef7ff 100%);border-top:1px solid #e1edf7;border-bottom:1px solid #e1edf7}
.workspace-heading{max-width:930px}.workspace-heading p{max-width:820px}
.workspace-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:54px}
.workspace-guide-card{scroll-margin-top:105px;display:flex;flex-direction:column;gap:24px;padding:30px;border:1px solid #d6e6f4;border-radius:30px;background:rgba(255,255,255,.94);box-shadow:0 20px 55px rgba(4,49,105,.08);overflow:hidden}
.workspace-guide-wide{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:40px}
.guide-copy h3,.workspace-uses h3{margin:10px 0 11px;font-size:clamp(25px,2.5vw,34px);letter-spacing:-.04em;line-height:1.08}
.guide-copy p,.workspace-uses p{margin:0;color:var(--muted);font-size:15px;line-height:1.68}
.guide-step{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#e9f4ff;color:var(--blue-800);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.guide-points,.guide-steps{margin:19px 0 0;padding-left:21px;color:#344860;font-size:14px;line-height:1.65}
.guide-points li,.guide-steps li{padding-left:4px;margin:8px 0}
.guide-shot{margin:0;border-radius:22px;overflow:hidden;background:#eef3f9;box-shadow:0 18px 42px rgba(8,54,111,.13);border:1px solid rgba(205,222,238,.9)}
.guide-shot img{display:block;width:100%;height:auto}
.guide-shot-settings{max-width:420px;justify-self:end}
.guide-shot-join{margin-top:auto}
.guide-shot-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
.workspace-uses{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}
.workspace-uses article{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:25px;align-items:center;padding:28px;border:1px solid #d6e6f4;border-radius:28px;background:#fff;box-shadow:0 16px 44px rgba(4,49,105,.07);overflow:hidden}
.workspace-uses .guide-shot{max-height:360px}
.workspace-uses .guide-shot img{height:360px;object-fit:cover;object-position:top}

@media(max-width:1060px){
  .workspace-guide-wide{grid-template-columns:1fr 340px}
  .workspace-uses article{grid-template-columns:1fr 190px}
}
@media(max-width:760px){
  .main-nav .nav-dropdown{width:100%}
  .nav-dropdown summary{text-align:center;width:100%}
  .nav-dropdown-menu{position:static;width:100%;margin-top:5px;box-shadow:none;background:#f6faff;border-radius:12px}
  .workspace-guide-grid,.workspace-uses{grid-template-columns:1fr}
  .workspace-guide-wide{grid-column:auto;grid-template-columns:1fr}
  .guide-shot-settings{justify-self:center;max-width:360px;width:100%}
  .workspace-uses article{grid-template-columns:1fr 190px}
}
@media(max-width:520px){
  .workspace-guide-card{padding:20px;border-radius:22px;gap:18px}
  .guide-shot-pair{grid-template-columns:1fr 1fr;gap:8px}
  .workspace-uses article{grid-template-columns:1fr;padding:20px}
  .workspace-uses .guide-shot{max-height:330px;width:min(290px,100%);margin-inline:auto}
  .workspace-uses .guide-shot img{height:330px}
  .guide-copy h3,.workspace-uses h3{font-size:27px}
}
