@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");:root{--bg:hsl(225,15%,6%);--bg-card:hsl(225,14%,9%);--bg-card-50:hsla(225,14%,9%,0.5);--fg:hsl(220,10%,92%);--muted:hsl(220,8%,55%);--primary:hsl(250,85%,65%);--primary-10:hsla(250,85%,65%,0.1);--primary-fg:hsl(225,15%,6%);--border:hsla(225,12%,16%,0.4);--success:hsl(145,55%,45%);--destructive:hsl(0,62%,55%);--radius:0.5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.6}.container{max-width:1024px;margin:0 auto;padding:0 1.5rem}@media (min-width:640px){.container{padding:0 2rem}}nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(225,15%,6%,.8);position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-inner{justify-content:space-between;height:56px}.nav-brand,.nav-inner{display:flex;align-items:center}.nav-brand{gap:.5rem;font-weight:600;font-size:1.125rem}.nav-brand svg{color:var(--primary)}.nav-link{color:var(--muted);text-decoration:none;font-size:.875rem;padding:.375rem .75rem;border-radius:var(--radius);transition:color .2s}.nav-link:hover{color:var(--fg)}.hero{position:relative;overflow:hidden}.hero-orb-1{top:-20%;left:-10%;width:500px;height:500px;background:hsla(250,85%,65%,.06)}.hero-orb-1,.hero-orb-2{position:absolute;border-radius:50%;filter:blur(80px);z-index:-1}.hero-orb-2{bottom:-30%;right:-5%;width:600px;height:600px;background:hsla(250,85%,65%,.04)}.hero-content{padding-top:6rem;padding-bottom:5rem;max-width:640px}@media (min-width:768px){.hero-content{padding-top:8rem;padding-bottom:7rem}}.badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);background:var(--bg-card);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;color:var(--muted);margin-bottom:1.5rem}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--success);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}h1{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;text-wrap:balance}@media (min-width:768px){h1{font-size:3.25rem}}@media (min-width:1024px){h1{font-size:3.75rem}}h1 .accent{color:var(--primary)}.hero-sub{margin-top:1.5rem;font-size:1.125rem;color:var(--muted);line-height:1.7;max-width:540px}@media (min-width:768px){.hero-sub{font-size:1.25rem}}.cta-form{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:520px}.cta-extra-hint{font-size:.8125rem;color:var(--muted);margin:.25rem 0 .125rem}.cta-extra-fields{display:flex;flex-direction:column;gap:.625rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}.cta-extra-fields-open{max-height:360px;opacity:1}.cta-textarea{height:auto;min-height:72px;padding:.75rem 1rem;resize:vertical;line-height:1.5}.cta-input{width:100%;height:52px;padding:0 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--fg);font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s}.cta-input::placeholder{color:var(--muted)}.cta-input:focus{border-color:var(--primary)}.cta-btn{height:48px;padding:0 1.5rem;flex-shrink:0;width:100%;background:var(--primary);color:var(--primary-fg);border:none;border-radius:var(--radius);cursor:pointer;font-size:1rem;font-weight:500;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .2s}@media (min-width:640px){.cta-btn{width:auto}}.cta-btn:hover{opacity:.9}.cta-btn:disabled{opacity:.6;cursor:not-allowed}.success-msg{display:flex;align-items:center;gap:.5rem;color:var(--success);font-size:.875rem;font-weight:500;padding:.5rem 0}.error-msg{margin-top:.5rem;color:var(--destructive);font-size:.875rem}.features-section{border-top:1px solid var(--border);background:var(--bg-card-50)}.features-inner{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.features-inner{padding-top:7rem;padding-bottom:7rem}}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}@media (min-width:768px){.features-header h2{font-size:1.875rem}}.features-header p{color:var(--muted);max-width:480px;margin:0 auto;font-size:.9375rem}.features-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.features-grid{grid-template-columns:1fr 1fr;gap:3rem}}.feature{display:flex;gap:1rem}.feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:var(--primary-10);color:var(--primary);transition:all .2s}.feature:hover .feature-icon{background:var(--primary);color:var(--primary-fg)}.feature h3{font-weight:500;margin-bottom:.25rem;font-size:.9375rem}.feature p{font-size:.875rem;color:var(--muted);line-height:1.6}.trust-section{border-top:1px solid var(--border)}.trust-inner{padding-top:5rem;padding-bottom:6rem;text-align:center}@media (min-width:768px){.trust-inner{padding-top:6rem;padding-bottom:6rem}}.founder-card{max-width:540px;margin:0 auto 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.founder-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.founder-quote{font-size:1.0625rem;color:var(--fg);line-height:1.7;font-style:italic;opacity:.9}.founder-meta{display:flex;flex-direction:column;align-items:center;gap:.25rem}.founder-name{font-weight:600;color:var(--fg);text-decoration:none;transition:color .2s}.founder-name:hover{color:var(--primary)}.founder-role{font-size:.875rem;color:var(--muted)}.founder-label{color:var(--muted);text-decoration:none;transition:color .2s}.founder-label:hover{color:var(--primary)}.trust-inner .cta-form{margin:0 auto;justify-content:center;max-width:460px}footer{border-top:1px solid var(--border)}.footer-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:2rem 0;font-size:.875rem;color:var(--muted)}@media (min-width:640px){.footer-inner{flex-direction:row}}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-brand svg{color:var(--primary)}.spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}