
:root{--bg:#071521;--panel:rgba(13,35,53,.72);--cyan:#22D3EE;--cyan2:#67E8F9;--peri:#7C8CE0;--text:#EAF1F8;--muted:rgba(234,241,248,.68);--muted-dim:rgba(234,241,248,.42);--line:rgba(103,232,249,.14);--green:#34D399;--amber:#F59E0B;--v-planner:#A78BFA;--v-photographer:#34D399;--v-videographer:#38BDF8;--v-florist:#F472B6;--v-dj:#F59E0B}

/* ── Trust-row avatars: colored initials-avatar (matches the real app's own avatar-fallback
   treatment) + a spelled-out label underneath, one per vendor role. ── */
.avatars{display:flex;gap:18px;flex-wrap:wrap}
.av-item{display:flex;flex-direction:column;align-items:center;gap:7px;width:82px}
.av-dot{width:68px;height:68px;border-radius:50%;overflow:hidden;border:3px solid var(--dc);box-shadow:0 8px 20px -4px var(--dc);display:block}
.av-dot img{width:100%;height:100%;object-fit:cover;display:block}
.av-item b{font-size:10px;font-weight:700;color:var(--muted);text-align:center;line-height:1.2}

/* ── Hero phone conversation: a coded (not screenshotted) header + alternating-side,
   color-coded message bubbles — one accent color per vendor role, matching the trust row above
   and the floating hero badges, so a viewer can tell who's talking at a glance. ── */
.chat-header{display:flex;align-items:center;gap:10px;padding:12px 14px 10px;border-bottom:1px solid rgba(255,255,255,.07)}
.chat-back{width:30px;height:30px;border-radius:9px;background:rgba(103,232,249,.08);border:1px solid var(--line);display:grid;place-items:center;color:var(--cyan2);font-size:15px;flex-shrink:0}
.chat-header-av{width:34px;height:34px;border-radius:50%;overflow:hidden;flex-shrink:0;display:block;border:1.5px solid rgba(255,255,255,.18)}
.chat-header-av img{width:100%;height:100%;object-fit:cover;display:block}
.chat-header-t{flex:1;min-width:0}
.chat-header-t .n{font-size:13.5px;font-weight:700}
.chat-header-t .s{font-size:10px;color:var(--muted-dim);margin-top:1px}
.chat-menu{width:30px;height:30px;border-radius:9px;background:rgba(103,232,249,.08);border:1px solid var(--line);display:grid;place-items:center;color:var(--muted);font-size:12px;flex-shrink:0}
.chat-mock{padding:12px 14px 6px;display:flex;flex-direction:column;gap:12px}
.chat-row{display:flex;gap:8px;max-width:82%}
.chat-row.right{align-self:flex-end;flex-direction:row-reverse}
.chat-av{width:34px;height:34px;border-radius:50%;flex-shrink:0;overflow:hidden;border:2.5px solid var(--dc);display:block}
.chat-av img{width:100%;height:100%;object-fit:cover;display:block}
.chat-col{display:flex;flex-direction:column;gap:3px;min-width:0}
.chat-row.right .chat-col{align-items:flex-end}
.chat-who{font-size:9.5px;font-weight:700;color:var(--dc)}
.chat-bubble{display:inline-block;background:color-mix(in srgb,var(--dc) 22%,#0d2137);border:1px solid color-mix(in srgb,var(--dc) 45%,transparent);border-radius:14px 14px 14px 4px;padding:8px 12px;font-size:12px;color:var(--text);line-height:1.4}
.chat-row.right .chat-bubble{border-radius:14px 14px 4px 14px}
.chat-time{font-size:8.5px;color:var(--muted-dim)}
.chat-composer{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid rgba(255,255,255,.06)}
.chat-plus{width:28px;height:28px;border-radius:50%;background:rgba(34,211,238,.14);border:1px solid var(--line);color:var(--cyan2);display:grid;place-items:center;font-size:14px;flex-shrink:0}
.chat-input{flex:1;height:30px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 12px;font-size:11px;color:var(--muted-dim)}
.chat-send{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--muted-dim);display:grid;place-items:center;font-size:11px;flex-shrink:0}

/* ── Hero phone mockup (real app screenshot inside a coded device frame — no generated image) ── */
.phone-stage{position:relative;display:flex;justify-content:center;align-items:center;min-height:460px}
.phone-glow{position:absolute;bottom:6%;left:50%;transform:translateX(-50%);width:260px;height:70px;border-radius:50%;background:radial-gradient(closest-side,rgba(34,211,238,.35),transparent 75%);filter:blur(4px);pointer-events:none}
.node{position:absolute;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:var(--muted);text-align:center;width:74px}
.node .dot{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:19px;background:var(--panel);border:1px solid var(--dot-c,var(--line));box-shadow:0 8px 20px rgba(0,0,0,.35),0 0 16px -4px var(--dot-c,transparent);color:var(--dot-c,var(--cyan2))}
.node.n1{top:2%;left:2%;--dot-c:var(--v-planner)}.node.n2{top:14%;right:-2%;--dot-c:var(--v-photographer)}
.node.n3{bottom:30%;left:-4%;--dot-c:var(--v-florist)}.node.n4{bottom:8%;right:4%;--dot-c:var(--v-dj)}
.connectors{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.connectors path{stroke:var(--line);stroke-width:1.4;fill:none;stroke-dasharray:4 4}
.phone{width:100%;max-width:300px;border-radius:46px;padding:12px;background:linear-gradient(160deg,#1c2f4a,#0a1728);border:1px solid rgba(255,255,255,.16);box-shadow:0 50px 100px rgba(0,0,0,.6),0 0 0 1px rgba(103,232,249,.1),inset 0 1px 0 rgba(255,255,255,.12),inset 0 0 40px rgba(103,232,249,.05);position:relative;z-index:1}
.phone::before,.phone::after{content:'';position:absolute;background:linear-gradient(90deg,rgba(255,255,255,.14),rgba(255,255,255,.03));border-radius:3px}
.phone::before{left:-2px;top:92px;width:3px;height:46px}.phone::after{right:-2px;top:130px;width:3px;height:70px}
.phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:84px;height:22px;border-radius:12px;background:#05101c;z-index:2}
.phone-screen{position:relative;border-radius:34px;overflow:hidden;background:var(--bg)}
.phone-screen::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.05) 0%,transparent 22%,transparent 78%,rgba(255,255,255,.03) 100%)}
.phone-status{display:flex;align-items:center;justify-content:space-between;padding:15px 20px 4px;font-size:11px;font-weight:700;color:#fff}
.phone-status .icons{display:flex;align-items:center;gap:4px}
.phone-status .batt{width:18px;height:9px;border:1px solid rgba(255,255,255,.6);border-radius:2px;position:relative}
.phone-status .batt::before{content:'';position:absolute;inset:1.5px;width:70%;background:rgba(255,255,255,.85);border-radius:1px}
.phone-screen img{width:100%;display:block}
@media(max-width:900px){.node,.phone-stage .connectors{display:none}}

/* ── Hero tagline — the core value prop, placed right under the headline so it's the
   first thing read after "It's a wedding network." ── */
.hero-tagline{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(22px,2.6vw,30px);font-weight:700;color:var(--cyan2);margin:14px 0 20px;letter-spacing:-.01em}
.hero-tagline em{font-style:italic;color:var(--cyan)}

/* ── Contract-demo section: a single centered phone (no floating nodes — just the two
   parties, lead + vendor) showing a contract/invoice card sent mid-conversation. ── */
.cd-stage{display:flex;justify-content:center}
.contract-card{background:rgba(255,255,255,.05);border:1px solid rgba(52,211,153,.35);border-radius:14px;padding:12px 14px;min-width:0;width:100%;box-sizing:border-box}.chat-row:has(.contract-card){max-width:90%}.chat-row:has(.contract-card) .chat-col{flex:1;min-width:0}
.cc-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.cc-ic{font-size:20px;flex-shrink:0}
.cc-t{min-width:0}
.cc-t b{display:block;font-size:12px;font-weight:700;color:var(--text)}
.cc-t span{font-size:10px;color:var(--muted-dim)}
.cc-status{display:flex;gap:10px;flex-wrap:wrap}
.cc-toggle{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--muted)}
.cc-toggle.on{color:var(--green)}
.cc-box{width:16px;height:16px;border-radius:5px;border:1.5px solid var(--line);display:grid;place-items:center;font-size:10px;color:transparent;flex-shrink:0}
.cc-toggle.on .cc-box{background:var(--green);border-color:var(--green);color:#04221a}

/* ── Feature-grid cards: coded, accurate mini screens (not generated images) — same
   chat-header/chat-mock/contract-card system as the hero + contract-demo, reused verbatim
   so every "screenshot" on the page renders from one real, provably-accurate source. ── */
.fcard-screen{margin-top:14px;width:100%;height:300px;border-radius:16px 16px 0 0;overflow:hidden;background:var(--bg);position:relative;display:flex;flex-direction:column}
.chat-header.compact{padding:10px 12px 8px}
.chat-mock.compact{padding:10px 12px 6px;gap:9px}
.chat-mock.centered{flex:1;justify-content:center}
.pay-head{padding:14px 16px 10px;font-size:12px;font-weight:700;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.07)}
.pay-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px 20px 18px}
.pay-label{font-size:11px;color:var(--muted-dim);font-weight:600}
.pay-amt{font-size:28px;font-weight:800;color:var(--text);margin-bottom:6px}
.pay-btn{width:100%;max-width:200px;padding:10px 0;border-radius:11px;font-size:13px;font-weight:700;border:1px solid rgba(255,255,255,.1);cursor:default}
.pay-btn.apple{background:#fff;color:#000;display:flex;align-items:center;justify-content:center;gap:7px}
.pay-btn.google{background:#fff;color:#3c4043;display:flex;align-items:center;justify-content:center;gap:6px}
.g-logo{font-weight:800;background:linear-gradient(90deg,#4285F4,#EA4335 33%,#FBBC05 66%,#34A853);-webkit-background-clip:text;background-clip:text;color:transparent}
.pay-btn.card{background:rgba(255,255,255,.06);color:var(--text)}
.ref-screen .ref-body{flex:1;display:flex;flex-direction:column;gap:10px;padding:12px 14px 16px;justify-content:center}
.ref-row{display:flex;align-items:center;gap:9px}
.ref-av{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}
.ref-av img{width:100%;height:100%;object-fit:cover;display:block}
.ref-t{display:flex;flex-direction:column;min-width:0;flex:1}
.ref-lbl{font-size:9px;color:var(--muted-dim);font-weight:600}
.ref-t b{font-size:12px;font-weight:700;color:var(--text)}
.ref-sub{font-size:10px;color:var(--muted-dim)}
.ref-ok{font-size:11px;font-weight:800;color:var(--green);flex-shrink:0}
.ref-cta{margin-top:4px;padding:9px 0;border-radius:10px;background:rgba(245,158,11,.14);border:1px solid rgba(245,158,11,.4);color:var(--amber);font-size:11.5px;font-weight:700;cursor:default}
.fcard-screen.standalone{margin-top:0;height:auto;max-width:360px;border-radius:20px;border:1px solid var(--line);background:var(--panel)}

/* ── Two-column proof sections (BookLine / Co-Pilot / Referrals): copy + a real coded
   demo card, alternating which side the demo sits on for rhythm. ── */
.bl-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.bl-copy .eyebrow{margin-bottom:14px}
.bl-copy h2{font-size:clamp(30px,3.6vw,44px);line-height:1.08;margin-bottom:16px}
.bl-lead{font-size:15px;color:var(--muted);line-height:1.6;margin-bottom:22px}
.bl-points{list-style:none;padding:0;display:flex;flex-direction:column;gap:13px}
.bl-points li{font-size:14px;color:var(--muted);line-height:1.5;padding-left:24px;position:relative}
.bl-points li:before{content:"✓";position:absolute;left:0;top:0;color:var(--cyan);font-weight:800}
.bl-points li b{color:var(--text)}

.bl-chart-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:26px 24px}
.bl-chart-head{font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.bl-chart-num{font-size:27px;font-weight:800;color:var(--text);margin-bottom:20px}
.bl-chart-num small{font-size:11px;font-weight:600;color:var(--muted-dim);margin-left:6px}
.bl-bars{display:flex;align-items:flex-end;gap:9px;height:96px;margin-bottom:8px}
.bl-bar{flex:1;height:var(--h);border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--peri),rgba(124,140,224,.32))}
.bl-bar.low{background:linear-gradient(180deg,var(--amber),rgba(245,158,11,.3))}
.bl-months{display:flex;gap:9px;margin-bottom:18px}
.bl-months span{flex:1;text-align:center;font-size:9.5px;color:var(--muted-dim);font-weight:700;letter-spacing:.03em}
.bl-insight{display:flex;gap:8px;font-size:12.5px;color:var(--text);background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.28);border-radius:12px;padding:11px 13px;line-height:1.5}

.cp-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:24px}
.cp-orb{width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.55),rgba(34,211,238,.55) 40%,rgba(124,140,224,.4) 80%);margin-bottom:18px;box-shadow:0 0 26px rgba(34,211,238,.35)}
.cp-msgs{display:flex;flex-direction:column;gap:11px}
.cp-msg{padding:11px 15px;border-radius:14px;font-size:13.5px;line-height:1.5;max-width:94%}
.cp-msg.you{align-self:flex-end;background:color-mix(in srgb,var(--cyan) 22%,#0d2137);border:1px solid color-mix(in srgb,var(--cyan) 45%,transparent);border-radius:14px 14px 4px 14px;color:var(--text)}
.cp-msg.ai{align-self:flex-start;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px 14px 14px 4px;color:var(--text)}
.cp-action{align-self:flex-start;font-size:12px;font-weight:700;color:var(--green);background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.3);border-radius:10px;padding:9px 13px}

.zerofee-band{display:flex;align-items:center;gap:34px;padding:30px 36px;border:1px solid rgba(52,211,153,.28);border-radius:22px;background:radial-gradient(circle at 8% 50%,rgba(52,211,153,.08),transparent 26rem),rgba(9,28,45,.6);margin-bottom:44px}
.zf-num{font-family:Inter,system-ui,sans-serif;font-size:128px;font-weight:900;letter-spacing:-.045em;color:var(--green);line-height:.82;flex-shrink:0;text-shadow:0 0 46px rgba(52,211,153,.35)}
.zf-text{font-size:15px;color:var(--muted);line-height:1.5}
.zf-text b{display:block;color:var(--text);font-size:19px;margin-bottom:5px}

/* ── Payment brand marks — clean coded logotypes (not screenshots), indicating supported
   rails. Same convention as any "we accept" trust strip. ── */
.zf-logos{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.zf-logo{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:700;color:var(--text)}
.zf-logo .g{font-weight:800;background:linear-gradient(90deg,#4285F4,#EA4335 33%,#FBBC05 66%,#34A853);-webkit-background-clip:text;background-clip:text;color:transparent}
.zf-logo.stripe{color:#8B87FF;font-family:Inter,sans-serif;font-weight:800;letter-spacing:-.01em}
.zf-logo .sq-mark{width:14px;height:14px;border-radius:4px;background:#fff;position:relative;display:inline-block;flex-shrink:0}
.zf-logo .sq-mark:after{content:'';position:absolute;inset:3.5px;border:1.6px solid #0a1929;border-radius:2px}

/* ── Payment demo phones (real screenshots — invoice paid / subcontractor paid) ── */
.demo-phone{display:flex;justify-content:center}
.demo-phone .phone{max-width:270px}
.demo-phone.large .phone{max-width:320px}
.pay-demo-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:8px}
.pay-demo-row.three{grid-template-columns:1fr 1fr 1fr}
.pay-demo-col{display:flex;flex-direction:column;align-items:center;gap:16px}
.pd-caption{font-size:13px;color:var(--muted);line-height:1.5;text-align:center;max-width:260px}

/* ── Click-to-enlarge lightbox for the real-screenshot phone images — dense content
   (a full conversation, an expanded chart) is worth reading at full size. ── */
.enlargeable{cursor:zoom-in}
.lightbox{position:fixed;inset:0;z-index:5000;background:rgba(4,10,18,.92);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:40px 20px;cursor:zoom-out}
.lightbox.open{display:flex}
.lightbox img{max-width:min(92vw,480px);max-height:90vh;border-radius:28px;box-shadow:0 40px 100px rgba(0,0,0,.6)}
.lightbox-close{position:fixed;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}

/* Demo video: reuses .lightbox's dark-blur overlay, swapping the <img> for a <video>. */
.lightbox video{width:100%;max-width:880px;max-height:86vh;border-radius:16px;box-shadow:0 40px 100px rgba(0,0,0,.6);background:#000;cursor:auto}

/* Secondary hero CTA ("Watch the demo") — an outlined pill next to the filled primary .btn,
   so the demo doesn't visually compete with "Join the Network" as the main action. */
.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--cyan);font-weight:700;font-size:14px;border:1px solid rgba(34,211,238,.4);border-radius:999px;padding:14px 22px;cursor:pointer;white-space:nowrap}
.btn-ghost:hover{background:rgba(34,211,238,.08)}
@media(max-width:580px){.hero-actions{flex-wrap:wrap}}

@media(max-width:900px){.bl-grid{grid-template-columns:1fr;gap:32px}.zerofee-band{flex-direction:column;text-align:center;gap:14px;padding:30px 26px}.zf-num{font-size:96px}.zf-logos{justify-content:center}.pay-demo-row,.pay-demo-row.three{grid-template-columns:1fr;gap:36px}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 84% 8%,rgba(34,211,238,.12),transparent 23rem),radial-gradient(circle at 8% 60%,rgba(124,140,224,.08),transparent 26rem),var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.nav{height:82px;display:flex;align-items:center;gap:28px;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:27px;letter-spacing:-1.4px}.brand strong{color:var(--cyan);font-weight:700}.brand .light{font-weight:300}.brand small{font-size:13px;margin-left:2px}.brand-icon{width:42px;height:42px;border-radius:10px;object-fit:cover}.nav-links{display:flex;gap:28px;color:var(--muted);font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:linear-gradient(90deg,var(--cyan),var(--cyan2));color:#06202a;font-weight:700;border:0;border-radius:999px;padding:15px 24px;box-shadow:0 10px 36px rgba(34,211,238,.13)}.btn-small{padding:11px 19px;font-size:14px}.wide{width:100%;border-radius:12px}.hero{min-height:610px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:16px;padding:54px 0 48px}.hero-copy{}.eyebrow{color:var(--cyan);font-size:11px;letter-spacing:.28em;font-weight:700;margin:0 0 17px}h1,h2{font-family:"Cormorant Garamond",Georgia,serif;margin:0;letter-spacing:-.035em}h1{font-size:clamp(55px,6.2vw,86px);line-height:.91;font-weight:600}h1 em,h2 em{color:var(--cyan);font-weight:600}.hero-lead{font-size:18px;color:var(--muted);margin:28px 0 8px}.hero-point{font-size:19px;color:var(--cyan2);font-weight:600}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.micro{font-size:13px;line-height:1.5;color:var(--muted)}.trust{margin-top:28px}.trust p{font-size:12px;color:var(--muted);margin-top:14px}.hero-art{position:relative}.hero-art .glow{position:absolute;inset:17% 8%;background:rgba(34,211,238,.18);filter:blur(60px);border-radius:50%}.hero-art img{position:relative;width:100%;border-radius:28px;mix-blend-mode:screen}.proof{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);background:rgba(8,26,42,.65);border-radius:18px;margin-bottom:56px}.proof article{display:flex;gap:12px;padding:23px;border-right:1px solid var(--line)}.proof article:last-child{border-right:0}.proof b{color:var(--cyan);font-size:24px}.proof h3{font-size:14px;margin:0 0 7px;color:var(--cyan2)}.proof p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.section{padding:18px 0 88px}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2,.join h2{font-size:clamp(39px,5vw,60px);line-height:.96}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{background:rgba(9,28,45,.75);border:1px solid var(--line);border-radius:18px;padding:22px 18px 0;overflow:hidden;min-height:510px}.feature-card .icon{width:44px;height:44px;border:1px solid var(--cyan);border-radius:50%;display:grid;place-items:center;color:var(--cyan);font-size:20px}.feature-card .green{color:var(--green);border-color:var(--green)}.feature-card .amber{color:var(--amber);border-color:var(--amber)}.feature-card .purple{color:#a88bff;border-color:#a88bff}.feature-card h3{font-family:"Cormorant Garamond";font-size:29px;color:var(--cyan2);margin:15px 0 6px}.feature-card p{font-size:13px;line-height:1.5;color:var(--muted);min-height:58px}.feature-card>img{margin-top:14px;width:100%;height:300px;object-fit:cover;object-position:top;border-radius:16px 16px 0 0}.triptych{display:grid;grid-template-columns:.84fr 1fr 1.16fr;gap:16px}.spotlight{position:relative;overflow:hidden;min-height:430px;border:1px solid var(--line);border-radius:20px;background:rgba(9,28,45,.74)}.spotlight img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35}.spotlight:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(7,21,33,.40) 34%,rgba(7,21,33,.98) 76%)}.spot-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:24px}.spot-copy h2{font-size:39px;line-height:.9}.spot-copy p:not(.eyebrow){font-size:13px;line-height:1.5;color:var(--muted)}.money{font-family:Inter;font-size:68px;color:var(--green);letter-spacing:-.07em}.text-link{display:inline-block;color:var(--cyan);font-size:13px;font-weight:700;margin-top:8px}.join{margin:10px auto 80px;padding:54px;border:1px solid rgba(34,211,238,.28);border-radius:28px;display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;background:radial-gradient(circle at 5% 80%,rgba(34,211,238,.07),transparent 26rem),rgba(7,22,35,.75)}.join ul{padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:28px}.join li{font-size:13px;color:var(--muted)}.join li:before{content:"✓";color:var(--cyan);margin-right:8px}.signup{background:rgba(7,18,29,.75);border:1px solid var(--line);border-radius:18px;padding:28px}.signup h3{font-family:"Cormorant Garamond";font-size:28px;margin:0 0 23px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.signup label{font-size:12px;color:var(--muted)}input,select{width:100%;margin-top:7px;padding:13px 14px;border-radius:10px;border:1px solid var(--line);background:#081724;color:var(--text);font:inherit}.signup .btn{margin-top:15px}.fine{text-align:center;font-size:11px;color:var(--muted)}.footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);min-height:100px;color:var(--muted);font-size:12px}.footer .brand{font-size:23px}@media(max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:32px}.hero-art{margin-top:20px}.feature-grid{grid-template-columns:1fr 1fr}.triptych{grid-template-columns:1fr}.spotlight{min-height:450px}.join{grid-template-columns:1fr}}@media(max-width:580px){.shell{width:min(100% - 28px,1180px)}.nav{height:70px}.nav>.btn{display:none}.brand{font-size:22px}.brand-icon{width:35px;height:35px}.hero{min-height:auto;padding:42px 0 30px}.hero-lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-art img{border-radius:19px}.proof{grid-template-columns:1fr;margin-bottom:65px}.proof article{border-right:0!important;border-bottom:1px solid var(--line)}.proof article:last-child{border-bottom:0}.section{padding-bottom:65px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:unset}.feature-card>img{height:auto}.fcard-screen{height:auto;min-height:260px}.triptych{display:grid}.spotlight{min-height:430px}.join{padding:28px 20px;gap:30px}.join ul{grid-template-columns:1fr}.fields{grid-template-columns:1fr}.footer{flex-direction:column;justify-content:center;gap:8px;text-align:center}}
