:root{--bg: #0a121f;--bg-elevated: #0f1b2d;--surface: #132236;--surface-hover: #172a42;--line: rgba(148, 176, 200, .14);--line-strong: rgba(94, 184, 184, .35);--text: #eef3f7;--muted: #8fa3b8;--muted2: #6b7f95;--teal: #4db8b8;--teal-dim: #3d9494;--teal-glow: rgba(77, 184, 184, .14);--success: #6bc9a3;--warn: #c9b06b;--danger: #c97b7b;--radius: 14px;--radius-sm: 10px;--font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--header-h: 3.75rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);font-size:1.0625rem;line-height:1.55;color:var(--text);background:var(--bg);background-image:radial-gradient(ellipse 100% 60% at 50% -15%,rgba(77,184,184,.07),transparent 55%),linear-gradient(180deg,var(--bg) 0%,#0c1626 50%,var(--bg) 100%);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--teal);text-decoration:none;transition:color .15s ease,opacity .15s ease}a:hover{color:#6fd4d4}a:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px}.page{padding-top:var(--header-h)}.container{width:100%;max-width:920px;margin:0 auto;padding:0 1.25rem}.container--wide{max-width:1080px}.section{padding:3.25rem 0;border-top:1px solid var(--line)}.section:first-of-type{border-top:none}.section__label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.65rem}.section__title{margin:0 0 .75rem;font-size:clamp(1.45rem,3.5vw,1.85rem);font-weight:650;letter-spacing:-.03em;line-height:1.2}.section__lead{margin:0 0 1.5rem;color:var(--muted);max-width:38rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:#0a121fd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-header__inner{width:100%;max-width:1080px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__brand{display:flex;align-items:center;gap:.5rem;color:var(--text);font-weight:700;font-size:1.05rem;letter-spacing:-.03em}.site-header__brand:hover{color:var(--text);opacity:.88}.site-header__logo{display:block;height:40px;width:auto;max-width:min(200px,52vw);object-fit:contain;object-position:left center}.site-header__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.1rem}.site-header__nav a{color:var(--muted);font-size:.875rem;font-weight:500}.site-header__nav a:hover{color:var(--text)}.site-header__cta{padding:.45rem .9rem;font-size:.8125rem;font-weight:600;color:var(--bg)!important;background:var(--teal);border-radius:var(--radius-sm)}.site-header__cta:hover{color:var(--bg)!important;filter:brightness(1.08)}.site-header__nav-wrap{display:flex;align-items:center;justify-content:flex-end;flex:1}.nav-toggle{display:none;background:transparent;border:1px solid var(--line);color:var(--text);padding:.4rem .65rem;border-radius:var(--radius-sm);font:inherit;font-size:.8125rem;cursor:pointer}@media(max-width:720px){.nav-toggle{display:block}.site-header__nav-wrap{position:absolute;top:100%;left:0;right:0;background:#0f1b2df7;border-bottom:1px solid var(--line);padding:.75rem 1.25rem 1rem;flex-direction:column;align-items:flex-start;display:none}.site-header__nav-wrap.is-open{display:flex}.site-header__inner{position:relative;flex-wrap:wrap}.site-header__nav{flex-direction:column;align-items:flex-start;width:100%}}.hero{padding:3rem 0 3.5rem;text-align:center}.hero__title{margin:0 0 1rem;font-size:clamp(2.1rem,7vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:1.08}.hero__lead{margin:0 auto 1.5rem;max-width:34rem;color:var(--muted);font-size:1.08rem}.hero__loop-copy{margin:0 auto 1.1rem;max-width:32rem;color:var(--text);font-weight:620}.hero--intro .hero__title--intro{max-width:42rem;margin-left:auto;margin-right:auto;font-size:clamp(1.65rem,5.5vw,2.35rem);line-height:1.14}.hero__intro{max-width:40rem;margin:0 auto 1.75rem}.hero__body{margin:0 0 .85rem;color:var(--muted);font-size:1.02rem;line-height:1.58}.hero__body:last-of-type{margin-bottom:1rem}.hero__mvp{margin:0;color:var(--text);font-size:1.02rem;font-weight:620;line-height:1.5}@media(max-width:560px){.hero--intro .hero__title--intro{font-size:clamp(1.45rem,6.5vw,1.85rem)}.hero__intro{text-align:left;padding:0 .15rem}.hero__body,.hero__mvp{font-size:.98rem}}.hero__support-line{margin:0 auto 1.2rem;max-width:34rem;color:var(--muted);font-size:.98rem}.hero__visual{margin:0 auto 1.1rem;max-width:40rem;padding:.5rem}.hero__visual img{width:100%;display:block;border-radius:calc(var(--radius) - 6px)}.hero-whatsapp-callout{margin:1.5rem auto 1.75rem;max-width:820px;padding:1.25rem;border-radius:24px;text-align:center;background:radial-gradient(circle at top left,rgba(80,220,255,.18),transparent 36%),linear-gradient(180deg,#102236fa,#081220fa);border:1px solid rgba(80,220,255,.28);box-shadow:0 24px 80px #00000052}.hero-whatsapp-callout__eyebrow{display:inline-flex;margin-bottom:.55rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero-whatsapp-callout__title{margin:0;font-size:clamp(1.35rem,2.6vw,2.1rem);line-height:1.08;color:var(--text)}.hero-whatsapp-callout__body{max-width:640px;margin:.75rem auto 1rem;color:var(--muted);font-size:1rem;line-height:1.6}.hero-whatsapp-callout__cta{margin-top:.2rem}.hero-whatsapp-callout__note{max-width:620px;margin:.9rem auto 0;font-size:.88rem;line-height:1.5;color:#e6f0ffb8}.hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.75rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-bottom:.75rem}.hero__note{font-size:.875rem;color:var(--muted2);max-width:28rem;margin:0 auto}.hero-qr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem;width:100%;max-width:100%}.hero-qr-card{display:flex;flex-direction:column;align-items:center;gap:.7rem;min-width:0;max-width:100%;padding:1rem;border-radius:22px;text-align:center;text-decoration:none;color:var(--text);background:linear-gradient(180deg,#102236f5,#081220f5);border:1px solid rgba(80,220,255,.18);box-shadow:0 18px 60px #00000040;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.hero-qr-card:hover,.hero-qr-card:focus-visible{transform:translateY(-2px);border-color:#50dcff6b;box-shadow:0 22px 70px #00000059;outline:none}.hero-qr-card__label{font-weight:800;letter-spacing:.02em}.hero-qr-card__qr-shell{display:flex;align-items:center;justify-content:center;width:min(100%,200px);max-width:200px;aspect-ratio:1 / 1;padding:.75rem;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #050c1814}.hero-qr-card__image{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.hero-qr-card__helper{font-size:.9rem;color:var(--muted)}.hero-qr-card__url{max-width:100%;overflow-wrap:anywhere;font-size:.72rem;line-height:1.35;color:#e6f0ff9e}@media(max-width:920px){.hero-qr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hero-qr-grid{grid-template-columns:1fr;gap:.85rem}.hero-whatsapp-callout{margin:1.25rem auto 1.5rem;padding:1rem;border-radius:20px}.hero-whatsapp-callout__body{font-size:.95rem}.hero-whatsapp-callout__cta{width:100%;justify-content:center}.hero-qr-card{padding:1rem}.hero-qr-card__qr-shell{width:170px;max-width:170px;padding:.65rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.35rem;font:inherit;font-weight:600;font-size:.9375rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:filter .15s ease,transform .12s ease}.btn:active{transform:scale(.98)}.btn--primary{background:var(--teal);color:#061018}.btn--primary:hover{filter:brightness(1.06);color:#061018}.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--line)}.btn--ghost:hover{background:var(--teal-glow);border-color:var(--line-strong);color:var(--text)}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.pill--live{border-color:#6bc9a366;color:var(--success);background:#6bc9a314}.pill--progress{border-color:#4db8b873;color:var(--teal);background:var(--teal-glow)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.15rem 1.2rem}.card--blocker{border-color:#c97b7b59;background:#c97b7b0f}.checklist{list-style:none;margin:0;padding:0}.checklist li{display:flex;align-items:flex-start;gap:.65rem;padding:.55rem 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:.98rem}.checklist li:last-child{border-bottom:none}.checklist li.is-done,.checklist li.is-blocker{color:var(--text)}.check-icon{flex-shrink:0;margin-top:.15rem}.mvp-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .2rem;margin-top:1.5rem}.mvp-step{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text)}.mvp-arrow{color:var(--muted2);font-size:.75rem;-webkit-user-select:none;user-select:none;padding:0 .15rem}@media(max-width:520px){.mvp-strip{flex-direction:column}.mvp-arrow{transform:rotate(90deg)}}.plan-table{width:100%;border-collapse:collapse;font-size:.9375rem;margin-top:1.25rem}.plan-table th,.plan-table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid var(--line);vertical-align:top}.plan-table th{color:var(--muted2);font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.plan-table td:first-child{font-weight:500;color:var(--text)}.plan-table tr:last-child td{border-bottom:none}.board{display:grid;gap:1rem;margin-top:1.5rem;grid-template-columns:1fr}@media(min-width:720px){.board{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.board{grid-template-columns:repeat(4,1fr)}}.board__col-title{margin:0 0 .65rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2)}.board__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.board__item{padding:.65rem .75rem;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.875rem}.board__item strong{display:block;font-weight:600;color:var(--text);margin-bottom:.15rem}.board__item span{font-size:.8125rem;color:var(--muted)}.board__item--blocker{border-color:#c97b7b66;background:#c97b7b12}.status-chip{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:6px;white-space:nowrap}.status-chip--complete{background:#6bc9a326;color:var(--success)}.status-chip--in_progress{background:var(--teal-glow);color:var(--teal)}.status-chip--blocked{background:#c97b7b26;color:var(--danger)}.status-chip--next{background:#94b0c81f;color:var(--muted)}.status-chip--later{background:#6b7f951f;color:var(--muted2)}.roadmap-grid{display:grid;gap:1rem;margin-top:1.5rem}@media(min-width:720px){.roadmap-grid{grid-template-columns:repeat(3,1fr)}}.roadmap-card h3{margin:0 0 .35rem;font-size:1rem;font-weight:650}.roadmap-card p{margin:0 0 .75rem;font-size:.875rem;color:var(--muted);line-height:1.5}.roadmap-card ul{margin:0;padding-left:1.1rem;color:var(--muted);font-size:.875rem}.roadmap-card li{margin-bottom:.35rem}.roadmap-support-visual{margin-top:1rem;padding:.5rem}.roadmap-support-visual img{width:100%;display:block;border-radius:calc(var(--radius) - 6px)}.cta-band{margin:2rem 0 0;padding:2.25rem 1.5rem;text-align:center;border-radius:calc(var(--radius) + 4px);border:1px solid var(--line-strong);background:linear-gradient(165deg,rgba(77,184,184,.08),var(--surface) 55%)}.cta-band h2{margin:0 0 .5rem;font-size:1.35rem;font-weight:650;letter-spacing:-.02em}.cta-band>p{margin:0 auto 1.25rem;max-width:32rem;color:var(--muted);font-size:.98rem}.cta-band__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.faq-list{margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.65rem}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-elevated);overflow:hidden}.faq-item summary{padding:1rem 1.15rem;cursor:pointer;font-weight:600;font-size:.98rem;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);flex-shrink:0;transition:transform .2s ease}.faq-item[open] summary:after{transform:rotate(-135deg)}.faq-item p{margin:0;padding:0 1.15rem 1.1rem;color:var(--muted);font-size:.9375rem;line-height:1.55}.site-footer{padding:2.5rem 0 2rem;border-top:1px solid var(--line);margin-top:1rem}.site-footer p{margin:0 0 .4rem;font-size:.8125rem;color:var(--muted2);line-height:1.5}.site-footer__links a{color:var(--muted)}.site-footer__links a:hover{color:var(--text)}.site-footer__product{font-weight:600;color:var(--muted);margin-bottom:.65rem!important}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88em;padding:.12em .35em;border-radius:6px;background:var(--bg-elevated);border:1px solid var(--line);color:var(--teal)}.stack-sm>*+*{margin-top:.75rem}.two-col{display:grid;gap:1.5rem}@media(min-width:720px){.two-col{grid-template-columns:1fr 1fr;gap:2rem}}.join-page .hero{padding-bottom:2.5rem}.join-card-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.8rem}@media(min-width:720px){.join-card-grid{grid-template-columns:1fr 1fr}}.join-loop{margin-top:1.4rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .25rem}.join-loop__step{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .8rem;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.88rem;color:var(--text)}.join-loop__arrow{color:var(--muted2);font-size:.78rem}.founder-round-page{overflow-x:hidden}.founder-round-page__body-copy{max-width:42rem}.founder-target{margin:1rem auto 1.25rem;max-width:20rem;text-align:center}.founder-target p{margin:0;font-weight:600}.founder-target p+p{margin-top:.3rem;color:var(--muted);font-weight:500}.founder-disclaimer{margin-bottom:1rem;color:var(--muted);font-size:.92rem}.founder-tier-grid{display:grid;grid-template-columns:1fr;gap:.9rem}@media(min-width:720px){.founder-tier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.founder-tier-card{display:flex;flex-direction:column;gap:.8rem}.founder-tier-card h3{margin:0;font-size:1.15rem;line-height:1.3}.founder-tier-card p{margin:0;color:var(--muted)}.founder-tier-card__includes-label{color:var(--text)!important;font-weight:600}.founder-tier-card__list{background:var(--bg-elevated);border-color:var(--line)}.founder-tier-card__cta{width:100%}.founder-target-mix,.founder-funds-list{margin:0 auto 1.25rem;max-width:36rem}.founder-legal{display:grid;gap:.75rem}.founder-legal h3{margin:1rem 0 0;font-size:1.02rem;line-height:1.35}.founder-legal p{margin:0;color:var(--muted);font-size:.94rem}.founder-legal ul{margin:0;padding-left:1.1rem;color:var(--muted);font-size:.94rem;line-height:1.45}.founder-legal li+li{margin-top:.25rem}.founder-hero__title{font-size:clamp(1.85rem,6vw,2.65rem);letter-spacing:.06em;font-weight:800}.founder-hero__lead{margin-bottom:1.15rem!important}.founder-hero__steps{display:flex;flex-direction:column;gap:.35rem;margin:0 auto 1rem;max-width:22rem;font-weight:650;font-size:1.05rem;line-height:1.35;color:var(--text)}.founder-hero__pulse{margin:0 0 1.35rem;font-size:.95rem;font-weight:650;color:var(--teal);letter-spacing:.03em;animation:founder-line-pulse 2.5s ease-in-out infinite}@keyframes founder-line-pulse{0%,to{opacity:1}50%{opacity:.72}}.live-build-strip{margin-top:1.85rem;max-width:36rem;margin-left:auto;margin-right:auto;text-align:left;position:relative;overflow:hidden;border-color:#4db8b86b;box-shadow:0 0 0 1px #4db8b814,0 14px 44px #00000047}.live-build-strip:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(105deg,transparent 35%,rgba(77,184,184,.07) 50%,transparent 65%);background-size:220% 100%;animation:live-strip-shimmer 6s linear infinite;pointer-events:none}@keyframes live-strip-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.live-build-strip__head{display:flex;align-items:center;gap:.55rem;margin-bottom:.65rem;position:relative;z-index:1}.live-build-strip__pulse{flex-shrink:0;width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 14px #6bc9a3a6;animation:live-dot-pulse 1.45s ease-in-out infinite}@keyframes live-dot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.82}}.live-build-strip__title{font-size:.72rem;font-weight:700;letter-spacing:.12em;color:var(--teal)}.live-build-strip__list{position:relative;z-index:1;list-style:none;margin:0;padding:0;display:grid;gap:.42rem}.live-build-strip__list li{position:relative;padding-left:1rem;font-size:.9rem;color:var(--muted);line-height:1.45}.live-build-strip__list li:before{content:"•";position:absolute;left:0;color:var(--teal);font-weight:700}.section--tight{padding:2.35rem 0}.section--airy{padding:3.85rem 0}.cta-band--compact{padding:1.85rem 1.35rem}.cta-band--compact h2{font-size:clamp(1.15rem,3vw,1.32rem)}.cta-band--compact>p{margin-bottom:1rem!important}.section__title--caps-tight{font-size:clamp(1.15rem,4vw,1.5rem);letter-spacing:.03em;line-height:1.22}.founder-copy-stack{display:grid;gap:.95rem;max-width:38rem;margin:0}.founder-copy-stack--tight{gap:.55rem}.founder-copy-stack p{margin:0;font-size:1.05rem;line-height:1.58;color:var(--muted)}.founder-copy-stack__muted{color:var(--muted2)!important;font-size:.98rem!important}.founder-copy-stack__accent{color:var(--text)!important;font-weight:650}.founder-emphasis{color:var(--text);font-weight:650}.founder-pull-quote{margin:0!important;font-size:clamp(1.2rem,4vw,1.45rem)!important;font-weight:700!important;letter-spacing:-.02em!important;color:var(--text)!important}.founder-punch-list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.founder-punch-list li{padding-left:1rem;position:relative;color:var(--muted);font-size:1rem;line-height:1.45}.founder-punch-list li:before{content:"•";position:absolute;left:0;color:var(--teal);font-weight:700}.founder-punch-list--checks li:before{content:"✓";font-size:.72rem;top:.35em}.founder-loop-strip__arrow{color:var(--muted2);font-size:.82rem;padding:0 .12rem}.founder-loop-strip{margin-top:1.65rem}.founder-roadmap-grid{display:grid;gap:1rem;margin-top:1.35rem}@media(min-width:560px){.founder-roadmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:920px){.founder-roadmap-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.founder-roadmap-card h3{margin:0 0 .55rem;font-size:.78rem;font-weight:750;letter-spacing:.06em;line-height:1.4;color:var(--text)}.founder-roadmap-card ul{margin:0;padding-left:1rem;color:var(--muted);font-size:.84rem;line-height:1.5}.founder-roadmap-card li{margin-bottom:.28rem}.founder-roadmap__lead{margin-bottom:0!important}.section__label--pulse{animation:founder-label-pulse 2.2s ease-in-out infinite}@keyframes founder-label-pulse{0%,to{opacity:1}50%{opacity:.62}}.founder-follow-lead{margin-bottom:.45rem!important}.founder-track-label{margin:0;font-weight:650;color:var(--text);font-size:.95rem}.founder-funds-lead{margin-bottom:.65rem!important}.final-cta__lead{margin:0 auto .45rem;max-width:32rem;color:var(--text);font-weight:650;font-size:1.06rem}.final-cta__sub{margin:0 auto 1.25rem;max-width:34rem;color:var(--muted);font-size:.98rem}.section__title--legal{font-size:clamp(1.12rem,3.3vw,1.42rem)}.legal-compliance-note{margin:-.25rem 0 1rem;font-size:.88rem;color:var(--muted2);line-height:1.45}.founder-legal__expand{margin-top:.85rem;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0;background:#0f1b2da6}.founder-legal__expand-summary{cursor:pointer;padding:.9rem 1rem;font-weight:650;font-size:.9rem;color:var(--text);line-height:1.4;list-style:none}.founder-legal__expand-summary::-webkit-details-marker{display:none}.founder-legal__expand[open] .founder-legal__expand-summary{border-bottom:1px solid var(--line);color:var(--teal)}.founder-legal__expand-body{padding:1rem 1rem 1.2rem}.founder-legal__expand-body>h3:first-of-type{margin-top:0}.founder-legal__contact{margin:1rem 0 0;font-size:.94rem;color:var(--muted)}.home-founder{text-align:center;border-top:1px solid var(--line);background:radial-gradient(ellipse 90% 55% at 50% 0%,rgba(77,184,184,.06),transparent 52%),linear-gradient(180deg,rgba(15,27,45,.35),transparent)}.home-founder .pill{margin-bottom:.85rem}.home-status-strip{margin:0 auto 1rem;max-width:36rem;font-size:.62rem;font-weight:700;letter-spacing:.09em;color:var(--teal);line-height:1.35}.home-founder__heading{margin:0 0 .65rem;font-size:clamp(1.45rem,5vw,2rem);font-weight:750;letter-spacing:-.025em;line-height:1.14}.home-founder__title{margin:0 0 .65rem;font-size:clamp(1.65rem,5vw,2.35rem);font-weight:800;letter-spacing:.055em;line-height:1.12}.home-founder__lead{margin:0 auto 1rem;max-width:34rem;color:var(--muted);font-size:1.05rem;line-height:1.55}.home-founder__lead--primary{color:var(--text);font-weight:580}.home-founder__inline-link{margin:.85rem 0 0;font-size:.95rem;font-weight:600}.home-founder__campaign-visual{margin:1rem auto .5rem;max-width:42rem;padding:.5rem}.home-founder__campaign-visual img{width:100%;border-radius:calc(var(--radius) - 6px);display:block}.home-founder__steps{margin-bottom:.85rem!important}.home-founder__pulse{margin:0 auto 1.35rem;max-width:26rem;font-size:.95rem;font-weight:650;color:var(--teal);letter-spacing:.02em;animation:founder-line-pulse 2.5s ease-in-out infinite}.home-founder__strip{margin-top:.25rem}.home-founder__actions{margin-top:1.65rem}.hero--launch .hero__note--launch{color:var(--muted)}.hero--launch .hero__lead{max-width:36rem}.home-follow-build__lead{max-width:38rem}.home-follow-build .cta-band{margin-top:.5rem}.founder-campaign-ctas--wrap{justify-content:center}.founder-checkout-hint{margin:1rem auto 0;font-size:.875rem;color:var(--muted2);text-align:center;max-width:34rem}.founder-checkout-hint a{font-weight:600}.founder-launch-soft-cta{margin:1.5rem auto 0;max-width:26rem;font-size:.92rem;color:var(--muted);line-height:1.5;text-align:center}.founder-launch-soft-cta a{font-weight:650}.founder-launch-soft-cta--footer{margin-top:1.75rem}.founder-tier-fallback-note{margin:1.25rem auto 0;max-width:36rem;text-align:center;font-size:.88rem;color:var(--muted2);line-height:1.45}.founder-follow-body{margin-bottom:.75rem!important}.app-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.app-preview-card{margin:0;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-elevated)}.app-preview-card img{width:100%;display:block}.mvp-strip--product{justify-content:flex-start;margin-top:.5rem}.build-focus-line{margin-top:-.7rem}.founder-hero__visual{margin:0 auto 1.2rem;max-width:42rem;padding:.5rem}.founder-hero__visual img{width:100%;display:block;border-radius:calc(var(--radius) - 6px)}.founder-video-section{position:relative}.founder-video-embed{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:24px;background:#050c18e0;border:1px solid rgba(80,220,255,.22);box-shadow:0 24px 80px #00000061}.founder-video-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.founder-video-section__actions{margin-top:1.1rem}.founder-video-section__fallback{margin-top:1rem;margin-bottom:0;text-align:center;font-size:.9rem}.founder-video-section__fallback a{color:var(--teal);font-weight:700;text-decoration:none}.founder-video-section__fallback a:hover,.founder-video-section__fallback a:focus-visible{text-decoration:underline}.home-founder--video{text-align:center}.home-founder--video .section__lead{max-width:760px;margin-left:auto;margin-right:auto}
