@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2}::view-transition-group(root){animation-duration:.7s}html.switching-theme *,html.switching-theme :after,html.switching-theme :before{transition:none!important}:root{--body-bg:#1f1f1f;--bg:#000000;--bg-elevated:#1C1C1E;--bg-secondary:#2C2C2E;--border:rgba(255,255,255,0.06);--border-light:rgba(255,255,255,0.1);--text:#f0f0f0;--text-secondary:#8E8E93;--text-muted:#48484A;--accent:#34D399;--accent-dim:rgba(52,211,153,0.12);--font:"Inter",-apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;--hero-card-w:240px;--hero-card-h:370px;--hero-phone-w:280px;--hero-phone-h:560px;--hero-scene-h:520px}[data-theme=light]{--body-bg:#f8f9fa;--bg:#ffffff;--bg-elevated:#ffffff;--bg-secondary:#f4f4f5;--border:rgba(0,0,0,0.1);--border-light:rgba(0,0,0,0.05);--text:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--accent:#10b981;--accent-dim:rgba(16,185,129,0.1)}@media (max-width:768px){:root{--hero-card-w:210px;--hero-card-h:325px;--hero-phone-w:250px;--hero-phone-h:500px;--hero-scene-h:480px}}@media (max-width:480px){:root{--hero-card-w:200px;--hero-card-h:310px;--hero-phone-w:240px;--hero-phone-h:480px;--hero-scene-h:460px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--body-bg);color:var(--text);line-height:1.65;font-weight:400;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}body,main{overflow-x:clip;width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}.container{max-width:1120px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 20px}}.section{padding:180px 0;position:relative}@media (max-width:768px){.section{padding:80px 0}}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:16px}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:20px}.section-subtitle{font-size:clamp(.95rem,2.5vw,1.05rem);color:var(--text-secondary);font-weight:400;max-width:520px;line-height:1.75}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:var(--accent);color:#000;font-weight:600;font-size:.9rem;border:none;border-radius:12px;transition:opacity .2s ease,transform .15s ease}.btn-cta:hover{opacity:.9;transform:translateY(-1px)}.btn-cta:active{transform:scale(.97)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:var(--bg-elevated);color:var(--text);font-weight:600;font-size:.9rem;border:none;border-radius:12px;transition:opacity .2s ease}.btn-outline:hover{opacity:.85}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.features-grid{grid-template-columns:1fr}}.faq-item{border-bottom:1px solid var(--border);transition:all .2s ease}.faq-question{font-size:1rem;font-weight:600;color:var(--text);padding:20px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-secondary);line-height:1.7;padding:0 0 20px;font-size:.92rem}.faq-icon{transition:transform .2s ease;color:var(--text-muted)}.faq-item.open .faq-icon{transform:rotate(180deg)}.hero-scene{height:var(--hero-scene-h);display:flex;justify-content:center;align-items:center;position:relative;overflow:visible}@media (max-width:768px){.desktop-footer,.nav-links{display:none!important}.mobile-footer{display:flex!important}}@media (min-width:769px){.mobile-footer{display:none!important}}.carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:20px 0;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{flex-shrink:0;scroll-snap-align:center;width:260px}@media (max-width:768px){.carousel-card{width:220px}}.section-separator{border-top:1px solid var(--border)}.how-it-works-slide{position:relative;height:450px}@media (max-width:768px){.how-it-works-slide{height:350px}}.how-it-works-slide:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:9}.how-it-works-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.how-it-works-mobile{display:none}@media (max-width:1024px){.how-it-works-desktop{display:none}.how-it-works-mobile{display:block}}