@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f97316;--orange-dark:#ea6c0a;--orange-light:#fff7ed;--black:#0a0a0a;--gray-900:#111;--gray-700:#374151;--gray-500:#6b7280;--gray-300:#d1d5db;--gray-100:#f9fafb;--white:#fff}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.6}#root{width:100%;min-height:100svh}*{box-sizing:border-box;margin:0;padding:0}body{color:#0a0a0a;-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.page{width:100%;overflow-x:hidden}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #f0f0f0;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:16px 24px;display:flex}.logo{align-items:center;gap:8px;display:flex}.logo-icon{font-size:22px}.logo-wordmark{letter-spacing:-.8px;color:#0a0a0a;font-size:22px;font-weight:800}.logo-dot-ai{color:#f97316}.nav-cta{color:#fff;background:#0a0a0a;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:600;transition:opacity .2s}.nav-cta:hover{opacity:.8}.hero{text-align:center;max-width:820px;margin:0 auto;padding:100px 24px 80px}.hero-badge{color:#ea580c;letter-spacing:.02em;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.badge-dot{background:#f97316;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse-ring}@keyframes pulse-ring{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-h1{letter-spacing:-2px;color:#0a0a0a;margin-bottom:24px;font-size:clamp(36px,6vw,64px);font-weight:900;line-height:1.1}.hero-highlight{background:linear-gradient(135deg,#f97316 0%,#fb923c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-h1 em{color:#374151;font-style:italic}.hero-sub{color:#4b5563;max-width:560px;margin:0 auto 40px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:64px;display:flex}.btn-primary{color:#fff;cursor:pointer;letter-spacing:-.2px;background:#f97316;border:none;border-radius:10px;align-items:center;padding:12px 28px;font-size:15px;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:#ea6c0a;transform:translateY(-1px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-ghost{color:#374151;background:0 0;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.btn-ghost:hover{background:#f9fafb;border-color:#d1d5db}.stats-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:24px 48px;display:flex}.stat{text-align:center}.stat-val{color:#0a0a0a;letter-spacing:-1px;font-size:28px;font-weight:900;display:block}.stat-lbl{color:#6b7280;margin-top:2px;font-size:13px;font-weight:500;display:block}.stat-sep{background:#e5e7eb;width:1px;height:40px}@media (width<=560px){.stat-sep{display:none}}.section-wrap{text-align:center;max-width:1100px;margin:0 auto;padding:80px 24px}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#f97316;margin-bottom:12px;font-size:12px;font-weight:700}.eyebrow.light{color:#fb923c}.section-h2{letter-spacing:-1px;color:#0a0a0a;margin-bottom:16px;font-size:clamp(24px,4vw,40px);font-weight:800}.section-p{color:#6b7280;max-width:520px;margin:0 auto 56px;font-size:17px;line-height:1.7}.how{background:#f9fafb}.steps{text-align:left;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;display:flex}.step{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex:240px;max-width:300px;padding:28px 24px}.step-num{letter-spacing:.1em;color:#f97316;background:#fff7ed;border-radius:6px;margin-bottom:16px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.step h3{color:#111;margin-bottom:8px;font-size:17px;font-weight:700}.step p{color:#6b7280;font-size:14px;line-height:1.6}.step-arrow{color:#d1d5db;align-self:center;margin-top:-16px;font-size:24px}@media (width<=700px){.step-arrow{display:none}}.jobs{background:#fff}.jobs-grid{text-align:left;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.job-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;padding:24px 22px;transition:box-shadow .2s,transform .2s;display:flex}.job-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000012}.job-tag{letter-spacing:.08em;text-transform:uppercase;color:#f97316;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.job-text{color:#374151;flex:1;font-size:15px;font-style:italic;line-height:1.65}.job-footer{border-top:1px solid #f3f4f6;align-items:center;gap:8px;padding-top:12px;display:flex}.pulse-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse-ring}.job-status{color:#22c55e;font-size:12px;font-weight:600}.waitlist-section{background:linear-gradient(135deg,#0a0a0a 0%,#1c1c1c 100%);padding:0 24px}.waitlist-card{text-align:center;max-width:680px;margin:0 auto;padding:100px 0;position:relative}.waitlist-h2{letter-spacing:-1.5px;color:#fff;margin-bottom:18px;font-size:clamp(28px,5vw,48px);font-weight:900;line-height:1.1}.waitlist-p{color:#9ca3af;margin-bottom:40px;font-size:17px;line-height:1.7}.waitlist-form{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:20px;display:flex}.waitlist-input{color:#fff;background:#1a1a1a;border:1.5px solid #374151;border-radius:10px;outline:none;flex:260px;max-width:340px;padding:12px 18px;font-size:15px;transition:border-color .2s}.waitlist-input::placeholder{color:#6b7280}.waitlist-input:focus{border-color:#f97316}.waitlist-note{color:#4b5563;margin-top:16px;font-size:13px}.waitlist-error{color:#f87171;margin-top:10px;font-size:13px}.success-box{text-align:left;background:#052e16;border:1px solid #166534;border-radius:14px;align-items:center;gap:16px;margin-bottom:20px;padding:20px 28px;display:inline-flex}.success-check{color:#22c55e;font-size:22px;font-weight:900}.success-title{color:#4ade80;margin-bottom:2px;font-size:16px;font-weight:700}.success-msg{color:#86efac;font-size:14px}.footer{background:#0a0a0a;border-top:1px solid #1f1f1f;padding:40px 24px}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:1100px;margin:0 auto;display:flex}.footer-tag{color:#4b5563;font-size:14px}.footer-copy{color:#374151;font-size:13px}.footer .logo-wordmark{color:#fff}.footer .logo-dot-ai{color:#f97316}
