@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap');

:root { --ink:#07111d; --paper:#f6f1eb; --orange:#ff5b18; --muted:#aeb5be; --line:rgba(255,255,255,.16); --surface:#111d2d; }
html[data-theme="light"] { --ink:#f7f1ea; --paper:#fcfaf7; --orange:#f05210; --muted:#5e6978; --line:rgba(7,17,29,.16); --surface:#f0e8df; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--paper); font-family:"DM Sans",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { display:flex; position:relative; z-index:3; align-items:center; justify-content:space-between; height:84px; max-width:1440px; margin:auto; padding:0 5vw; border-bottom:1px solid var(--line); }
.brand { font-size:28px; font-weight:700; letter-spacing:-.04em; } .brand span,.orange { color:var(--orange); }
.header-actions { display:flex; align-items:center; gap:28px; font-size:13px; font-weight:600; letter-spacing:.01em; }.header-link { opacity:.85; }.header-link:hover { color:var(--orange); }
.theme-toggle { display:flex; align-items:center; gap:7px; border:1px solid var(--line); border-radius:99px; padding:8px 12px; background:transparent; color:inherit; font:500 12px "DM Mono",monospace; cursor:pointer; }

.hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,440px); align-items:center; gap:8vw; min-height:760px; max-width:1440px; margin:auto; padding:112px 5vw 98px; overflow:hidden; background:#07111d; color:#f6f1eb; }
.hero-grid { position:absolute; inset:0; z-index:-1; opacity:.32; background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to bottom,black,transparent 83%); }
.eyebrow,.kicker { margin:0; color:var(--orange); font:500 12px "DM Mono",monospace; letter-spacing:.1em; text-transform:uppercase; }.pulse { display:inline-block; width:8px; height:8px; margin-right:8px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 6px color-mix(in srgb,var(--orange) 18%,transparent); }
.hero h1 { max-width:760px; margin:28px 0 29px; font-size:clamp(57px,6.45vw,104px); font-weight:700; line-height:.96; letter-spacing:-.028em; }.hero h1 span { color:#f6f1eb; }.hero h1 b { color:var(--orange); font-weight:700; }.hero-copy { max-width:520px; margin:0; color:#bdc6d1; font-size:19px; line-height:1.55; }.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:16px; min-height:52px; border:0; border-radius:3px; padding:0 22px; font:600 14px "DM Sans",sans-serif; cursor:pointer; transition:transform .2s,background .2s; }.button:hover { transform:translateY(-3px); }.button span { font-size:20px; line-height:0; }.button-primary { background:var(--orange); color:#fff; }.button-quiet { border:1px solid rgba(255,255,255,.24); background:transparent; color:inherit; }.hero-note { margin-top:18px; color:#aeb9c6; font-size:12px; }.hero-note strong { color:#ff9f1c; font-weight:700; text-decoration:underline; text-decoration-color:rgba(255,159,28,.45); text-underline-offset:3px; }
.app-preview { position:relative; width:min(100%,400px); justify-self:end; margin:0; }.app-preview::before { position:absolute; content:""; inset:34px -20px -24px 42px; z-index:-1; border-radius:36px; background:var(--orange); opacity:.88; }
.phone-concept { height:520px; overflow:hidden; border:8px solid #080c13; border-radius:43px; background:#f8fafc; color:#081426; padding:17px 18px 15px; box-shadow:0 30px 60px rgba(0,0,0,.32); }.phone-status { display:flex; justify-content:space-between; font-size:9px; font-weight:700; }.phone-brand { display:flex; align-items:center; gap:1px; margin-top:14px; font-size:18px; font-weight:700; letter-spacing:-.035em; }.phone-brand span { color:var(--orange); }.phone-brand i { display:grid; place-items:center; width:19px; height:19px; margin-left:auto; border:1px solid #d7deea; border-radius:50%; color:var(--orange); font-size:13px; font-style:normal; }.phone-greeting { margin:22px 0 3px; color:#40506a; font-size:12px; font-weight:600; }.phone-concept h3 { max-width:240px; margin:0; font-size:23px; line-height:1.08; letter-spacing:-.018em; }.phone-search { display:flex; gap:8px; align-items:center; margin-top:17px; border:1px solid #dde4ee; border-radius:12px; padding:11px; color:#7b8798; font-size:12px; }.phone-location { margin:10px 0 0; color:#ff6500; font-size:11px; font-weight:600; }.phone-services { display:flex; gap:8px; margin-top:20px; }.phone-services span { border-radius:10px; background:#eef2f7; padding:9px 8px; font-size:10px; font-weight:600; }.phone-services .active { background:#081426; color:#fff; }.phone-card { position:relative; display:flex; flex-direction:column; gap:7px; margin-top:20px; overflow:hidden; border-radius:17px; padding:18px; background:#081426; color:#fff; }.tiny-label { color:#ff9f1c; font-size:8px; font-weight:700; letter-spacing:.09em; }.phone-card strong { font-size:17px; letter-spacing:-.012em; }.phone-card small { max-width:180px; color:#bbc6d5; font-size:10px; line-height:1.4; }.phone-card b { position:absolute; right:16px; bottom:15px; color:#ff6500; font-size:26px; }.phone-nav { display:flex; justify-content:space-around; margin-top:18px; color:#90a0b5; font-size:14px; }.phone-nav span { display:grid; justify-items:center; gap:3px; }.phone-nav small { font-size:8px; }.phone-nav .selected { color:#ff6500; }.app-preview figcaption { margin-top:17px; color:#f6f1eb; font:500 11px "DM Mono",monospace; letter-spacing:.06em; text-transform:uppercase; }.app-preview figcaption span { color:#aeb9c6; font-size:10px; letter-spacing:0; text-transform:none; }.scroll-cue { position:absolute; left:5vw; bottom:46px; display:flex; align-items:center; gap:11px; color:#aeb9c6; font:11px "DM Mono",monospace; }.scroll-cue span { display:block; width:25px; height:1px; background:var(--orange); }

.statement { padding:150px 5vw; background:var(--paper); color:var(--ink); }.statement-layout { display:grid; grid-template-columns:1.35fr .65fr; gap:10vw; max-width:1240px; margin:28px auto 0; }.statement h2,.split-content h2,.process h2,.waitlist-intro h2 { margin:0; font-size:clamp(40px,5.2vw,78px); font-weight:500; line-height:1.02; letter-spacing:-.03em; }.statement h2 em,.process h2 span { font-family:"DM Serif Display",serif; font-weight:400; letter-spacing:-.02em; }.statement-copy { color:var(--muted); font-size:17px; line-height:1.65; }.statement-copy p { margin:0 0 22px; }
.split-section { display:grid; grid-template-columns:1fr 1fr; min-height:730px; background:var(--surface); }.split-image { position:relative; min-height:520px; }.split-image img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; filter:saturate(.68) contrast(1.08); }.image-caption { position:absolute; left:28px; bottom:28px; padding:12px 15px; background:var(--ink); color:var(--paper); font:12px "DM Mono",monospace; }.image-caption span { color:var(--orange); margin-right:8px; }.split-content { display:flex; flex-direction:column; justify-content:center; padding:9vw; }.split-content h2 { margin-top:26px; font-size:clamp(42px,4.4vw,68px); }.split-content > p:not(.kicker) { max-width:510px; margin:26px 0 0; color:var(--muted); font-size:17px; line-height:1.65; }.mini-list { display:grid; gap:16px; margin-top:40px; }.mini-list div { display:flex; gap:15px; align-items:flex-start; border-top:1px solid var(--line); padding-top:15px; }.mini-list span,.steps article > span,.card-number { color:var(--orange); font:500 12px "DM Mono",monospace; }.mini-list p { margin:0; color:var(--muted); font-size:14px; line-height:1.55; }.mini-list strong { color:var(--paper); }
.process { padding:145px 5vw; background:var(--ink); }.process h2 { margin-top:22px; }.process h2 span { color:var(--orange); }.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; max-width:1300px; margin-top:80px; }.steps article { border-top:1px solid var(--line); padding:19px 6px 0; }.steps h3 { margin:44px 0 10px; font-size:21px; letter-spacing:-.02em; }.steps p { max-width:290px; margin:0; color:var(--muted); font-size:15px; line-height:1.55; }
.waitlist-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; padding:150px 5vw; background:var(--orange); color:#160800; }.waitlist-section .kicker { color:#160800; }.waitlist-intro h2 { margin-top:23px; }.waitlist-intro > p:not(.kicker) { max-width:410px; font-size:17px; line-height:1.6; }.quiet-note { color:color-mix(in srgb,currentColor 68%,transparent); font-size:12px!important; line-height:1.55!important; }.waitlist-forms { display:grid; grid-template-columns:1fr 1fr; gap:13px; }.waitlist-card { display:flex; flex-direction:column; gap:15px; padding:29px; background:#fff7f0; color:#160800; }.provider-card { background:#0d1827; color:#fff7f0; }.waitlist-card h3 { margin:13px 0 -6px; font-size:26px; letter-spacing:-.02em; }.waitlist-card > p:not(.card-number) { margin:0 0 6px; color:#78665b; font-size:14px; line-height:1.5; }.provider-card > p:not(.card-number) { color:#b8c0ca; }.waitlist-card label { display:grid; gap:7px; font-size:12px; font-weight:600; }.waitlist-card input,.waitlist-card select { width:100%; min-height:44px; border:1px solid rgba(22,8,0,.2); border-radius:0; background:transparent; color:inherit; padding:0 11px; font:14px "DM Sans",sans-serif; outline:none; }.provider-card input,.provider-card select { border-color:rgba(255,247,240,.27); }.waitlist-card input:focus,.waitlist-card select:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(255,91,24,.2); }.waitlist-card select option { color:#160800; }.waitlist-card .button { width:100%; margin-top:auto; }.button-light { background:#fff7f0; color:#0d1827; }
footer { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:35px 5vw; background:#07111d; border-top:1px solid var(--line); color:#f6f1eb; } footer p { margin:0; color:#aeb9c6; font:11px "DM Mono",monospace; }
dialog { width:min(540px,calc(100% - 32px)); border:0; border-radius:8px; padding:38px; background:#fcfaf7; color:#07111d; box-shadow:0 30px 90px rgba(0,0,0,.45); }dialog::backdrop { background:rgba(0,0,0,.7); backdrop-filter:blur(5px); }.dialog-close { position:absolute; top:12px; right:15px; border:0; background:transparent; color:inherit; font-size:28px; cursor:pointer; }dialog h2 { margin:18px 0 10px; font-size:35px; letter-spacing:-.025em; }dialog > p:not(.kicker) { color:var(--muted); line-height:1.6; }#captured-details { display:grid; gap:8px; margin:24px 0; padding:17px; background:#111d2d; color:#f6f1eb; font-size:13px; }#captured-details div { display:flex; justify-content:space-between; gap:24px; }#captured-details span { color:#aeb9c6; }.dialog-done { margin-top:12px; }
.honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.button:disabled { cursor:wait; opacity:.82; transform:none; }.button-spinner { display:inline-block; flex:none; width:15px; height:15px; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; animation:spin .7s linear infinite; }@keyframes spin { to { transform:rotate(360deg); } }
.faq { padding:135px 5vw; background:#07111d; color:#f6f1eb; }.faq h2 { max-width:760px; margin:23px 0 58px; font-size:clamp(42px,5vw,74px); font-weight:500; letter-spacing:-.03em; line-height:1; }.faq-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1240px; }.faq-grid article { border-top:1px solid rgba(238,242,247,.22); padding-top:20px; }.faq-grid h3 { margin:0 0 12px; font-size:21px; letter-spacing:-.018em; }.faq-grid p { max-width:335px; margin:0; color:#bdc6d1; font-size:15px; line-height:1.6; }
html[data-theme="light"] body { background:#fcfaf7; color:#07111d; }
html[data-theme="light"] .statement { background:#fcfaf7; color:#07111d; }
html[data-theme="light"] .split-section { background:#eef2f7; color:#07111d; }
html[data-theme="light"] .mini-list strong { color:#07111d; }
html[data-theme="light"] .image-caption { background:#07111d; color:#f6f1eb; }
html[data-theme="light"] .process { background:#07111d; color:#f6f1eb; }
@media (max-width:900px) { .hero { grid-template-columns:1fr; gap:50px; min-height:0; padding-top:95px; }.app-preview { justify-self:center; }.scroll-cue { display:none; } }
@media (max-width:780px) { .site-header { height:68px; }.header-link { display:none; }.hero h1 { font-size:clamp(52px,15vw,85px); }.app-preview { width:min(87vw,360px); }.phone-concept { height:470px; }.statement,.process,.waitlist-section,.faq { padding-top:95px; padding-bottom:95px; }.statement-layout,.split-section,.waitlist-section,.faq-grid { grid-template-columns:1fr; }.statement-copy { margin-top:12px; }.split-section { min-height:0; }.split-image { min-height:390px; }.split-content { padding:72px 7vw; }.steps,.waitlist-forms { grid-template-columns:1fr; }.steps { gap:40px; margin-top:50px; }.steps h3 { margin-top:22px; }.waitlist-section { gap:46px; }.waitlist-forms { gap:12px; }footer { flex-wrap:wrap; }.hero-actions .button { width:100%; } }
