:root{--bg:#fafaf8;--bg-alt:#f4f3f0;--card:#fff;--text:#0d0d0d;--text-muted:#6b7280;--text-faint:#9ca3af;--accent:#e8622a;--accent-light:#fef0eb;--border:#e5e3df;--shadow:0 1px 3px #0000000f, 0 4px 16px #0000000a;--shadow-hover:0 4px 12px #00000014, 0 16px 40px #0000000f;--radius:16px;--radius-sm:10px}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--bg-alt:#111;--card:#161616;--text:#f5f5f3;--text-muted:#f5f5f399;--text-faint:#f5f5f359;--border:#ffffff14;--accent-light:#e8622a1f;--shadow:none;--shadow-hover:none}}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}.page{width:100%;overflow-x:hidden}.container{width:100%;max-width:1000px;margin:0 auto;padding:0 24px}.container--narrow{width:100%;max-width:680px;margin:0 auto;padding:0 24px}.section{width:100%;padding:96px 0}.section--alt{background:var(--bg-alt)}.badge{background:var(--accent-light);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;border:1px solid #e8622a40;border-radius:999px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-block}.section-label{justify-content:center;margin-bottom:16px;display:flex}.section-title{letter-spacing:-.02em;color:var(--text);margin:0 0 12px;font-size:clamp(26px,4vw,42px);font-weight:700;line-height:1.15}.section-title--center{text-align:center}.section-subtitle{color:var(--text-muted);margin:0 0 48px;font-size:17px;line-height:1.6}.section-subtitle--center{text-align:center}.hero{background:linear-gradient(160deg, var(--bg) 55%, var(--accent-light) 100%);align-items:center;min-height:100dvh;padding:120px 0 96px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;opacity:.5;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.025'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;display:grid;position:relative}@media (max-width:768px){.hero__inner{grid-template-columns:1fr;gap:40px}.hero__visual{display:none}}.hero__content{max-width:540px}.hero__title{letter-spacing:-.03em;color:var(--text);margin:0 0 20px;font-size:clamp(40px,6vw,80px);font-weight:800;line-height:1.05}.hero__title-accent{color:var(--accent);display:block}.hero__subtitle{color:var(--text-muted);max-width:460px;margin:0 0 40px;font-size:clamp(16px,2vw,19px);line-height:1.65}.hero__note{color:var(--text-faint);margin-top:14px;font-size:13px}.hero__stats{flex-wrap:wrap;gap:32px;margin-bottom:40px;display:flex}.hero__stat{flex-direction:column;gap:2px;display:flex}.hero__stat-value{color:var(--text);letter-spacing:-.02em;font-size:22px;font-weight:800}.hero__stat-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.hero__visual{justify-content:center;align-items:center;height:420px;display:flex;position:relative}.hero__shape{background:linear-gradient(135deg, var(--accent) 0%, #e8622a4d 100%);opacity:.15;border-radius:40% 60% 55% 45%/45% 50% 50% 55%;width:320px;height:320px;animation:8s ease-in-out infinite morph;position:absolute}.hero__shape--2{opacity:.2;background:linear-gradient(135deg, var(--accent) 0%, #e8622a80 100%);border-radius:55% 45% 40% 60%/50% 55% 45% 50%;width:240px;height:240px;animation-delay:-4s}.hero__car{z-index:1;width:280px;height:140px;position:relative}.hero__car-body{background:var(--text);opacity:.08;border-radius:8px 8px 6px 6px;height:60px;position:absolute;bottom:0;left:0;right:0}.hero__car-roof{background:var(--text);opacity:.06;border-radius:40px 40px 0 0;height:70px;position:absolute;bottom:52px;left:60px;right:60px}@keyframes morph{0%,to{border-radius:40% 60% 55% 45%/45% 50% 50% 55%;transform:rotate(0)}33%{border-radius:55% 45% 60% 40%/55% 45%;transform:rotate(5deg)}66%{border-radius:45% 55%/60% 40%;transform:rotate(-3deg)}}.waitlist-form{flex-wrap:wrap;gap:10px;display:flex}.waitlist-form__input{border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--card);color:var(--text);-webkit-appearance:none;outline:none;width:260px;padding:13px 18px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.waitlist-form__input::placeholder{color:var(--text-faint)}.waitlist-form__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e8622a1f}.waitlist-form__btn{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:13px 26px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s}.waitlist-form__btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.waitlist-form__btn:active:not(:disabled){transform:translateY(0)}.waitlist-form__btn:disabled{cursor:not-allowed;opacity:.65}.waitlist-form__error{color:#dc2626;width:100%;margin:4px 0 0;font-size:13px}.waitlist-success{color:#16a34a;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.waitlist-success:before{content:"";background:#16a34a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/12px no-repeat;border-radius:50%;flex-shrink:0;width:20px;height:20px;display:inline-block}.steps-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}@media (max-width:720px){.steps-grid{grid-template-columns:1fr}}.step-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px 28px;transition:box-shadow .2s,transform .2s}.step-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.step-number{color:var(--border);letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin:0 0 16px;font-size:72px;font-weight:900;line-height:1}.step-title{color:var(--text);margin:0 0 10px;font-size:18px;font-weight:700}.step-body{color:var(--text-muted);margin:0;font-size:14px;line-height:1.65}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}@media (max-width:720px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px;transition:box-shadow .2s,transform .2s}.benefit-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.benefit-icon{background:var(--accent-light);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;display:flex}.benefit-icon svg{width:22px;height:22px;color:var(--accent);stroke:var(--accent)}.benefit-title{color:var(--text);margin:0 0 8px;font-size:16px;font-weight:700}.benefit-body{color:var(--text-muted);margin:0;font-size:14px;line-height:1.65}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}@media (max-width:720px){.testimonials-grid{scroll-snap-type:x mandatory;grid-template-columns:1fr;overflow-x:auto}.testimonial-card{scroll-snap-align:start}}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;padding:28px 24px;display:flex;position:relative}.testimonial-quote-mark{color:var(--accent);opacity:.6;-webkit-user-select:none;user-select:none;margin-bottom:12px;font-family:Georgia,serif;font-size:64px;font-weight:900;line-height:.8}.testimonial-text{color:var(--text-muted);flex:1;margin:0 0 24px;font-size:15px;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid var(--border);padding-top:16px}.testimonial-name{color:var(--text);margin:0 0 2px;font-size:14px;font-weight:700}.testimonial-location{color:var(--text-faint);font-size:13px}.faq-list{flex-direction:column;gap:6px;margin-top:56px;display:flex}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);overflow:hidden}.faq-item summary{cursor:pointer;color:var(--text);-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:600;list-style:none;transition:color .15s;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--accent)}.faq-chevron{width:20px;height:20px;color:var(--accent);stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:transform .2s}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{color:var(--text-muted);border-top:1px solid var(--border);margin:0;padding:16px 24px 20px;font-size:14px;line-height:1.7}.cta-section{text-align:center}.cta-section .section-title{font-size:clamp(28px,5vw,52px);font-weight:800}.cta-section .waitlist-form{justify-content:center}.footer{border-top:1px solid var(--border);padding:32px 24px}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1000px;margin:0 auto;display:flex}.footer__logo{color:var(--accent);letter-spacing:-.01em;font-size:16px;font-weight:800}.footer__links{color:var(--text-faint);flex-wrap:wrap;align-items:center;gap:20px;font-size:13px;display:flex}.footer__link{color:var(--text-faint);transition:color .15s}.footer__link:hover{color:var(--text-muted)}.footer__copy{color:var(--text-faint);font-size:13px}@media (max-width:560px){.footer__inner{flex-direction:column;align-items:flex-start;gap:12px}}
