@property --text{syntax:"<color>";inherits:true;initial-value:#3b3550}@property --text-dim{syntax:"<color>";inherits:true;initial-value:#746c8c}@property --accent{syntax:"<color>";inherits:true;initial-value:#e8927c}@property --accent-strong{syntax:"<color>";inherits:true;initial-value:#e37858}@property --accent-2{syntax:"<color>";inherits:true;initial-value:#b9a6e0}@property --accent-3{syntax:"<color>";inherits:true;initial-value:#8fcdbf}@property --accent-gold{syntax:"<color>";inherits:true;initial-value:#f2c879}@property --surface{syntax:"<color>";inherits:true;initial-value:#ffffff9e}@property --surface-strong{syntax:"<color>";inherits:true;initial-value:#ffffffe0}@property --line{syntax:"<color>";inherits:true;initial-value:#fff9}@property --bg-base{syntax:"<color>";inherits:true;initial-value:#f4e1f1}@property --input-bg{syntax:"<color>";inherits:true;initial-value:#ffffff80}@property --input-text{syntax:"<color>";inherits:true;initial-value:#3b3550}@property --input-placeholder{syntax:"<color>";inherits:true;initial-value:#6b6383}@property --danger{syntax:"<color>";inherits:true;initial-value:#c2452d}@property --success{syntax:"<color>";inherits:true;initial-value:#2f8a70}@property --blob-1{syntax:"<color>";inherits:true;initial-value:#f4a896}@property --blob-2{syntax:"<color>";inherits:true;initial-value:#b9a6e0}@property --blob-3{syntax:"<color>";inherits:true;initial-value:#8fcdbf}@property --blob-4{syntax:"<color>";inherits:true;initial-value:#f2c879}@property --blob-5{syntax:"<color>";inherits:true;initial-value:#e8927c}:root{--bg-am:linear-gradient(165deg, #ffe9d9 0%, #f4e1f1 44%, #dcefea 100%);--bg-pm:linear-gradient(165deg, #2e2a4a 0%, #4a3560 44%, #6b4a5c 100%);--theme-fade:.7s;transition:--text var(--theme-fade) ease, --text-dim var(--theme-fade) ease, --accent var(--theme-fade) ease, --accent-strong var(--theme-fade) ease, --accent-2 var(--theme-fade) ease, --accent-3 var(--theme-fade) ease, --accent-gold var(--theme-fade) ease, --surface var(--theme-fade) ease, --surface-strong var(--theme-fade) ease, --line var(--theme-fade) ease, --bg-base var(--theme-fade) ease, --input-bg var(--theme-fade) ease, --input-text var(--theme-fade) ease, --input-placeholder var(--theme-fade) ease, --danger var(--theme-fade) ease, --success var(--theme-fade) ease, --blob-1 var(--theme-fade) ease, --blob-2 var(--theme-fade) ease, --blob-3 var(--theme-fade) ease, --blob-4 var(--theme-fade) ease, --blob-5 var(--theme-fade) ease}:root[data-theme=am]{--bg-base:#f4e1f1;--text:#3b3550;--text-dim:#746c8c;--accent:#e8927c;--accent-strong:#e37858;--accent-2:#b9a6e0;--accent-3:#8fcdbf;--accent-gold:#f2c879;--surface:#ffffff9e;--surface-strong:#ffffffe0;--line:#fff9;--input-bg:#ffffff80;--input-text:#3b3550;--input-placeholder:#6b6383;--danger:#c2452d;--success:#2f8a70;--blob-1:#f4a896;--blob-2:#b9a6e0;--blob-3:#8fcdbf;--blob-4:#f2c879;--blob-5:#e8927c}:root[data-theme=pm]{--bg-base:#4a3560;--text:#f1ecf7;--text-dim:#c9c2dc;--accent:#8fcdbf;--accent-strong:#6ba99a;--accent-2:#b9a6e0;--accent-3:#e8927c;--accent-gold:#f2c879;--surface:#ffffff14;--surface-strong:#181424c7;--line:#ffffff29;--input-bg:#ffffff1f;--input-text:#f1ecf7;--input-placeholder:#c9c2dc;--danger:#ff9f8f;--success:#8fcdbf;--blob-1:#4a3d7a;--blob-2:#6b3f6b;--blob-3:#2f6b5e;--blob-4:#3a5f78;--blob-5:#8a4f86}@media (prefers-reduced-motion:reduce){:root{--theme-fade:0s}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--text);background-color:var(--bg-base);margin:0;font-family:Nunito,ui-sans-serif,system-ui,-apple-system,sans-serif}body:before,body:after{content:"";pointer-events:none;transition:opacity var(--theme-fade) ease;position:fixed;inset:0}body:before{z-index:-3;opacity:1;background-image:var(--bg-am)}body:after{z-index:-2;opacity:0;background-image:var(--bg-pm)}:root[data-theme=am] body:before,:root[data-theme=pm] body:after{opacity:1}:root[data-theme=am] body:after,:root[data-theme=pm] body:before{opacity:0}h1,h2,h3{margin:0;font-family:Quicksand,Nunito,sans-serif}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.app-shell{flex-direction:column;min-height:100vh;display:flex}.wordmark{letter-spacing:.01em;color:var(--text);font-family:Poppins,sans-serif;font-size:20px;font-weight:600;text-decoration:none}.atmosphere{pointer-events:none;z-index:-1;position:fixed;inset:0;overflow:hidden}.atmo-blob{filter:blur(60px);opacity:.55;border-radius:50%;animation:9s ease-in-out infinite breathe;position:absolute}@keyframes breathe{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.18)}}.nav{z-index:10;justify-content:space-between;align-items:center;padding:24px clamp(20px,5vw,56px);display:flex;position:relative}.nav-logo{align-items:center;gap:8px;display:flex}.brand-mark{object-fit:contain;flex:none;display:block}.nav-actions{align-items:center;gap:14px;display:flex}.btn.nav-cta{display:none}@media (width>=640px){.btn.nav-cta{display:inline-flex}}.theme-toggle{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:999px;align-items:center;gap:6px;padding:3px;display:flex}.theme-toggle-btn{letter-spacing:.03em;color:var(--text-dim);background:0 0;border:none;border-radius:999px;padding:6px 12px;font-family:Quicksand,sans-serif;font-size:11px;font-weight:700;transition:background .25s,color .25s}.theme-toggle-btn.active{background:var(--accent);color:#fff}.btn{border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;box-shadow:0 14px 26px -12px var(--accent)}.btn-secondary{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);color:var(--text)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero{padding:clamp(48px,10vh,120px) clamp(20px,5vw,56px) 80px;position:relative;overflow:hidden}.hero-grid{z-index:2;flex-direction:column;align-items:center;gap:48px;max-width:1120px;margin:0 auto;display:flex;position:relative}.hero-copy{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:620px;display:flex}@media (width>=960px){.hero-grid{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.hero-copy{text-align:left;align-items:flex-start}.hero-actions{justify-content:flex-start}}.eyebrow{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);border-radius:999px;align-items:center;gap:8px;padding:7px 16px;font-family:Quicksand,sans-serif;font-size:12px;font-weight:700;display:inline-flex}.eyebrow-icon{width:14px;height:14px;color:var(--text);flex-shrink:0}.hero h1{letter-spacing:0;text-wrap:balance;max-width:680px;font-size:clamp(32px,5.2vw,56px);font-weight:700;line-height:1.08}.hero-sub{max-width:560px;color:var(--text-dim);font-size:clamp(15px,2vw,18px);line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:8px;display:flex}.hero-note{color:var(--text-dim);font-size:12.5px}.section{padding:72px clamp(20px,5vw,56px);position:relative}.section-head{text-align:center;flex-direction:column;gap:12px;max-width:620px;margin:0 auto 40px;display:flex}.section-head h2{letter-spacing:-.01em;font-size:clamp(24px,3.4vw,34px);font-weight:700}.section-head p{color:var(--text-dim);font-size:15.5px;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;max-width:1040px;margin:0 auto;display:grid}.feature-card{background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--line);text-align:left;border-radius:24px;flex-direction:column;gap:10px;padding:24px 22px;display:flex}.feature-icon{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.feature-icon svg{stroke:currentColor;width:21px;height:21px}.feature-card h3{font-size:15.5px;font-weight:700}.feature-card p{color:var(--text-dim);font-size:13.5px;line-height:1.55}.waitlist{position:relative}.waitlist-card{z-index:2;background:var(--surface-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--line);text-align:center;border-radius:28px;flex-direction:column;gap:16px;max-width:520px;margin:0 auto;padding:clamp(28px,4vw,40px);display:flex;position:relative}.waitlist-card h2{font-size:clamp(22px,3vw,28px)}.waitlist-card p{color:var(--text-dim);font-size:14.5px;line-height:1.6}.waitlist-form{flex-direction:column;gap:10px;margin-top:4px;display:flex}@media (width>=480px){.waitlist-form{flex-direction:row}}.waitlist-input{border:1px solid var(--line);background:var(--input-bg);min-width:0;color:var(--input-text);border-radius:999px;outline:none;flex:1;padding:14px 20px;font-family:Nunito,sans-serif;font-size:14px;transition:border-color .15s}.waitlist-input::placeholder{color:var(--input-placeholder);opacity:1}.waitlist-input:focus{border-color:var(--accent)}.waitlist-status{font-size:13px;font-weight:600}.waitlist-status.success{color:var(--success)}.waitlist-status.error{color:var(--danger)}.backend-debug{border:1px solid color-mix(in srgb, var(--danger) 42%, var(--line));background:color-mix(in srgb, var(--danger) 8%, var(--panel));width:100%;color:var(--text);border-radius:8px;margin-top:10px;padding:10px 12px;font-size:12px}.backend-debug summary{cursor:pointer;font-weight:800}.backend-debug pre{white-space:pre-wrap;word-break:break-word;max-width:100%;max-height:260px;color:var(--text-dim);margin:10px 0 0;overflow:auto}.waitlist-input[aria-invalid=true],.field-input[aria-invalid=true]{border-color:var(--danger)}.honeypot-field{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.footer{z-index:2;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:32px clamp(20px,5vw,56px) 40px;display:grid;position:relative}.footer-links{color:var(--text-dim);justify-content:center;align-items:center;gap:18px;font-family:Quicksand,sans-serif;font-size:12.5px;font-weight:700;display:flex}.footer-links a{transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-meta{color:var(--text-dim);text-align:right;justify-self:end;font-size:12.5px}@media (width<=640px){.footer{text-align:center;grid-template-columns:1fr;justify-items:center}.footer-meta{text-align:center;justify-self:center}}.legal-shell{min-height:100vh}.legal-page{flex:1;width:min(820px,100% - 40px);margin:28px auto 56px}.legal-header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px;display:flex}.legal-header h1{font-size:clamp(32px,5vw,52px);line-height:1.1}.legal-header p{max-width:680px;color:var(--text-dim);font-size:16px;line-height:1.65}.legal-updated{color:var(--text-dim);font-size:13px;font-weight:700}.legal-content{flex-direction:column;gap:24px;display:flex}.legal-section{border-bottom:1px solid var(--line);flex-direction:column;gap:10px;padding-bottom:22px;display:flex}.legal-section h2{font-size:19px}.legal-section p{color:var(--text-dim);font-size:15px;line-height:1.7}.phone-showcase{perspective:1200px;isolation:isolate;flex:none;width:clamp(320px,37vw,430px);height:clamp(500px,49vw,570px);position:relative}.showcase-phone{transform-style:preserve-3d;will-change:transform;position:absolute}.showcase-phone-shell{background:#15141a;border:7px solid #15141a;border-radius:42px;overflow:hidden;box-shadow:0 34px 70px -28px #18122299,0 14px 28px -16px #1812227a,inset 0 0 0 1px #ffffff24}.showcase-phone img{border-radius:34px;width:100%;height:auto;display:block}.showcase-phone-home{z-index:2;width:clamp(218px,21vw,252px);animation:8s ease-in-out infinite floatHomePhone;top:0;left:clamp(4px,2vw,34px)}.showcase-phone-insights{z-index:1;width:clamp(198px,19vw,228px);animation:9.5s ease-in-out -2.5s infinite floatInsightsPhone;top:clamp(34px,4vw,56px);right:0}@keyframes floatHomePhone{0%,to{transform:translateZ(34px)rotateX(1deg)rotateY(7deg)rotate(-2.2deg)}50%{transform:translate3d(3px,-7px,40px)rotateX(-.8deg)rotateY(4.5deg)rotate(-1.4deg)}}@keyframes floatInsightsPhone{0%,to{transform:translateZ(-12px)rotateX(-1deg)rotateY(-8deg)rotate(3deg)}50%{transform:translate3d(-3px,6px,-6px)rotateX(.8deg)rotateY(-5.5deg)rotate(2.2deg)}}@media (width<=420px){.phone-showcase{width:min(100%,340px);height:500px}.showcase-phone-home{left:0}}@media (prefers-reduced-motion:reduce){.showcase-phone-home,.showcase-phone-insights{animation:none}.showcase-phone-home{transform:translateZ(34px)rotateX(1deg)rotateY(7deg)rotate(-2.2deg)}.showcase-phone-insights{transform:translateZ(-12px)rotateX(-1deg)rotateY(-8deg)rotate(3deg)}}.thanks{flex-direction:column;flex:1;align-items:center;gap:20px;padding-top:clamp(24px,5vh,48px);display:flex}.thanks-card{background:var(--surface-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--line);text-align:center;border-radius:28px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:560px;padding:clamp(28px,4vw,40px);display:flex}.thanks-badge{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));width:54px;height:54px;box-shadow:0 14px 26px -12px var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}.thanks-card h1{letter-spacing:-.01em;font-size:clamp(24px,4vw,34px);font-weight:700}.thanks-sub{max-width:420px;color:var(--text-dim);font-size:14.5px;line-height:1.6}.thanks-sub b{color:var(--text)}.thanks-divider{letter-spacing:.06em;text-transform:uppercase;width:100%;color:var(--text-dim);align-items:center;gap:12px;margin-top:6px;font-family:Quicksand,sans-serif;font-size:11px;font-weight:700;display:flex}.thanks-divider:before,.thanks-divider:after{content:"";background:var(--line);flex:1;height:1px}.thanks-form{text-align:left;flex-direction:column;gap:12px;width:100%;display:flex}.field-row{flex-direction:column;gap:12px;display:flex}@media (width>=520px){.field-row{flex-direction:row}.field-row>.field{flex:1}}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);font-family:Quicksand,sans-serif;font-size:11px;font-weight:700}.field-label .optional{text-transform:none;letter-spacing:0;opacity:.75;font-weight:600}.field-input{border:1px solid var(--line);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:16px;outline:none;padding:12px 16px;font-family:Nunito,sans-serif;font-size:14px;transition:border-color .15s}.field-input::placeholder{color:var(--input-placeholder);opacity:1}.field-input:focus{border-color:var(--accent)}textarea.field-input{resize:vertical;min-height:96px;line-height:1.55}.field-hint{color:var(--text-dim);text-align:right;font-size:11.5px}.form-error{color:var(--danger);font-size:13px;font-weight:600}.form-success{color:var(--success);font-size:13px;font-weight:600}.thanks-sent{border:1px solid var(--line);background:var(--surface);border-radius:20px;flex-direction:column;gap:6px;width:100%;padding:20px;display:flex}.thanks-sent p{color:var(--text-dim);font-size:13.5px;line-height:1.6}.thanks-share{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;max-width:900px;display:flex}.thanks-share p{color:var(--text);font-family:Quicksand,sans-serif;font-size:15.5px;font-weight:600}.step-dots{justify-content:center;gap:6px;margin:0 0 4px;padding:0;list-style:none;display:flex}.step-dot{background:var(--line);border-radius:999px;width:22px;height:4px;transition:background-color .3s,opacity .3s}.step-dot.done{background:var(--accent);opacity:.45}.step-dot.active{background:var(--accent);opacity:1}.question-label{letter-spacing:0;text-transform:none;color:var(--text);font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;line-height:1.4}.step-actions{gap:10px;margin-top:2px;display:flex}.step-advance{flex:1}
