:root{--bg: #0c111c;--bg-raised: #121a2a;--surface: #161f33;--line: rgba(146, 168, 209, .16);--line-strong: rgba(146, 168, 209, .32);--text: #e9edf6;--muted: #93a0b8;--faint: #5f6c85;--accent: #e8b45a;--accent-strong: #f2c878;--accent-soft: rgba(232, 180, 90, .1);--font-display: "Bricolage Grotesque", "IBM Plex Sans", system-ui, sans-serif;--font-body: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "Cascadia Code", monospace;--max-w: 1120px;--pad-x: clamp(1.25rem, 4vw, 2.5rem);--section-gap: clamp(5rem, 12vh, 8.5rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{font-family:var(--font-display);line-height:1.05;margin:0;text-wrap:balance}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:var(--pad-x)}.eyebrow{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);display:flex;align-items:center;gap:.75rem}.eyebrow:after{content:"";height:1px;flex:1;background:var(--line)}.section-title{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:600;letter-spacing:-.02em;margin-top:1.25rem}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:4rem;gap:1rem}.logo[data-astro-cid-dmqpwcec]{font-family:var(--font-mono);font-size:1.1rem;font-weight:500;color:var(--text)}.logo-cursor[data-astro-cid-dmqpwcec]{color:var(--accent);animation:blink 1.2s steps(2) infinite}.logo-suffix[data-astro-cid-dmqpwcec]{color:var(--faint);font-size:.85rem}@keyframes blink{50%{opacity:0}}.nav-links[data-astro-cid-dmqpwcec]{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.08em;color:var(--muted);transition:color .2s ease}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--accent)}.nav-right[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:1.25rem}.lang-switch[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.78rem;color:var(--faint)}.lang-switch[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--muted);transition:color .2s ease}.lang-switch[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--accent)}.lang-switch[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].is-active{color:var(--accent);font-weight:500}.nav-cta[data-astro-cid-dmqpwcec]{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;color:var(--accent);border:1px solid var(--line-strong);padding:.5rem 1rem;border-radius:999px;transition:border-color .2s ease,background .2s ease;white-space:nowrap}.nav-cta[data-astro-cid-dmqpwcec]:hover{border-color:var(--accent);background:var(--accent-soft)}@media(max-width:720px){.nav-links[data-astro-cid-dmqpwcec]{display:none}}@media(max-width:420px){.nav-cta[data-astro-cid-dmqpwcec]{display:none}}.hero[data-astro-cid-dbzxxhcy]{padding-block:clamp(5rem,14vh,9rem) clamp(3rem,8vh,5rem)}.hero-item[data-astro-cid-dbzxxhcy]{animation:rise .9s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--i) * .13s)}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hero-title[data-astro-cid-dbzxxhcy]{font-size:clamp(2.6rem,7.5vw,5.2rem);font-weight:700;letter-spacing:-.03em;margin-top:1.75rem;max-width:18ch}.hero-title[data-astro-cid-dbzxxhcy] em{font-style:italic;font-weight:500;color:var(--accent)}.hero-sub[data-astro-cid-dbzxxhcy]{margin-top:1.75rem;max-width:56ch;font-size:clamp(1rem,1.6vw,1.15rem);color:var(--muted)}.hero-actions[data-astro-cid-dbzxxhcy]{margin-top:2.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.25rem}.btn-primary[data-astro-cid-dbzxxhcy],.btn-ghost[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.05em;padding:.8rem 1.5rem;border-radius:999px;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn-primary[data-astro-cid-dbzxxhcy]{background:var(--accent);color:var(--bg);font-weight:500}.btn-primary[data-astro-cid-dbzxxhcy]:hover{background:var(--accent-strong);transform:translateY(-2px)}.btn-ghost[data-astro-cid-dbzxxhcy]{border:1px solid var(--line-strong);color:var(--text)}.btn-ghost[data-astro-cid-dbzxxhcy]:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.catalog[data-astro-cid-dbzxxhcy]{padding-top:var(--section-gap)}.note[data-astro-cid-dbzxxhcy]{margin-top:1.25rem;color:var(--muted);max-width:52ch}.grid[data-astro-cid-dbzxxhcy]{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.card[data-astro-cid-dbzxxhcy]{background:var(--bg);padding:1.75rem;display:flex;flex-direction:column;gap:.8rem;transition:background .25s ease}.card[data-astro-cid-dbzxxhcy]:hover{background:var(--bg-raised)}.card-title[data-astro-cid-dbzxxhcy]{font-family:var(--font-display);font-size:clamp(1.15rem,2.2vw,1.4rem);font-weight:600;letter-spacing:-.01em}.card-problem[data-astro-cid-dbzxxhcy]{color:var(--muted);font-size:.95rem;font-style:italic}.card-features[data-astro-cid-dbzxxhcy]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;color:var(--muted);font-size:.9rem}.card-features[data-astro-cid-dbzxxhcy] li[data-astro-cid-dbzxxhcy]:before{content:"→ ";color:var(--accent);font-family:var(--font-mono)}.card-foot[data-astro-cid-dbzxxhcy]{margin-top:auto;padding-top:.9rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.card-tags[data-astro-cid-dbzxxhcy]{display:flex;flex-wrap:wrap;gap:.4rem}.tag[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.04em;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:.18rem .6rem;white-space:nowrap}.card-ask[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);transition:color .2s ease}.card-ask[data-astro-cid-dbzxxhcy]:hover{color:var(--accent-strong)}.saas[data-astro-cid-dbzxxhcy]{padding-top:var(--section-gap)}.saas-grid[data-astro-cid-dbzxxhcy]{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.saas-card[data-astro-cid-dbzxxhcy]{background:var(--bg);padding:1.75rem;display:flex;flex-direction:column;gap:.7rem;transition:background .25s ease}.saas-card[data-astro-cid-dbzxxhcy]:hover{background:var(--bg-raised)}.saas-card[data-astro-cid-dbzxxhcy].is-flagship{background:radial-gradient(ellipse at top right,rgba(232,180,90,.07),transparent 60%),var(--bg)}.saas-head[data-astro-cid-dbzxxhcy]{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.saas-status[data-astro-cid-dbzxxhcy]{border:1px solid var(--line-strong);border-radius:999px;padding:.2rem .65rem;color:var(--muted)}.saas-status[data-astro-cid-dbzxxhcy].is-live{border-color:var(--accent);color:var(--accent)}.saas-status[data-astro-cid-dbzxxhcy].is-mvp{color:var(--text)}.saas-flagship[data-astro-cid-dbzxxhcy]{color:var(--accent)}.saas-tagline[data-astro-cid-dbzxxhcy]{color:var(--text);font-size:.98rem}.saas-demo[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--bg);background:var(--accent);border-radius:999px;padding:.45rem 1rem;white-space:nowrap;transition:background .2s ease,transform .2s ease}.saas-demo[data-astro-cid-dbzxxhcy]:hover{background:var(--accent-strong);transform:translateY(-2px)}.process[data-astro-cid-dbzxxhcy]{padding-top:var(--section-gap)}.steps[data-astro-cid-dbzxxhcy]{list-style:none;margin:3rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.step-index[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.75rem;color:var(--accent)}.step[data-astro-cid-dbzxxhcy] h3[data-astro-cid-dbzxxhcy]{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin:.6rem 0 .5rem}.step[data-astro-cid-dbzxxhcy] p[data-astro-cid-dbzxxhcy]{color:var(--muted);font-size:.92rem}.trust[data-astro-cid-dbzxxhcy]{padding-top:var(--section-gap)}.trust-grid[data-astro-cid-dbzxxhcy]{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:start}.trust-text[data-astro-cid-dbzxxhcy]{margin-top:1.75rem;color:var(--muted);max-width:56ch}.trust-cta[data-astro-cid-dbzxxhcy]{display:inline-block;margin-top:1.5rem;font-family:var(--font-mono);font-size:.85rem;color:var(--accent);transition:color .2s ease}.trust-cta[data-astro-cid-dbzxxhcy]:hover{color:var(--accent-strong)}.trust-companies[data-astro-cid-dbzxxhcy]{border-top:1px solid var(--line);padding-top:1.25rem}.trust-label[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint)}.trust-companies[data-astro-cid-dbzxxhcy] ul[data-astro-cid-dbzxxhcy]{list-style:none;margin:1rem 0 0;padding:0}.trust-companies[data-astro-cid-dbzxxhcy] li[data-astro-cid-dbzxxhcy]{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--muted);padding:.55rem 0;border-bottom:1px solid var(--line)}.final[data-astro-cid-dbzxxhcy]{padding-block:var(--section-gap)}.final-title[data-astro-cid-dbzxxhcy]{font-family:var(--font-display);font-size:clamp(2.2rem,6vw,4.2rem);font-weight:700;letter-spacing:-.025em}.final-title[data-astro-cid-dbzxxhcy] em{font-style:italic;font-weight:500;color:var(--accent)}.final-actions[data-astro-cid-dbzxxhcy]{margin-top:2.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem 2rem}.final-email[data-astro-cid-dbzxxhcy]{font-family:var(--font-mono);font-size:.85rem;color:var(--muted)}.final-email[data-astro-cid-dbzxxhcy] a[data-astro-cid-dbzxxhcy]{color:var(--text);border-bottom:1px solid var(--line-strong);padding-bottom:.15rem;transition:color .2s ease,border-color .2s ease}.final-email[data-astro-cid-dbzxxhcy] a[data-astro-cid-dbzxxhcy]:hover{color:var(--accent);border-color:var(--accent)}.footer[data-astro-cid-dbzxxhcy]{border-top:1px solid var(--line)}.footer-inner[data-astro-cid-dbzxxhcy]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1.5rem;padding-block:1.5rem;font-family:var(--font-mono);font-size:.75rem;color:var(--faint)}.footer-links[data-astro-cid-dbzxxhcy]{display:flex;gap:1.5rem}.footer-links[data-astro-cid-dbzxxhcy] a[data-astro-cid-dbzxxhcy],.footer-built[data-astro-cid-dbzxxhcy]{color:var(--muted);transition:color .2s ease}.footer-links[data-astro-cid-dbzxxhcy] a[data-astro-cid-dbzxxhcy]:hover,.footer-built[data-astro-cid-dbzxxhcy]:hover{color:var(--accent)}@media(max-width:860px){.grid[data-astro-cid-dbzxxhcy]{grid-template-columns:1fr}.steps[data-astro-cid-dbzxxhcy]{grid-template-columns:repeat(2,1fr)}.trust-grid[data-astro-cid-dbzxxhcy]{grid-template-columns:1fr}}@media(max-width:560px){.steps[data-astro-cid-dbzxxhcy]{grid-template-columns:1fr}}
