:root{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--bg-color:#f8fafc;--text-color:#0f172a;--text-muted:#64748b;--accent-color:#6366f1;--accent-hover:#4f46e5;--card-bg:#fff;--card-border:#00000008;--success:#059669;--warning:#d97706;--danger:#dc2626;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 20px 25px -5px #00000008, 0 10px 10px -5px #00000008}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;background-image:radial-gradient(#e2e8f0 1px,#0000 1px);background-size:20px 20px;flex-direction:column;min-height:100vh;display:flex}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}a{color:var(--accent-color);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.header{-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffe6;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.logo{color:#0f172a;letter-spacing:-.03em;align-items:center;font-size:1.5rem;font-weight:900;display:flex}.logo span{background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-menu{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text-muted);cursor:pointer;font-size:.95rem;font-weight:600;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--text-color)}.hamburger{color:var(--text-color);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}h1{color:#0f172a;letter-spacing:-.04em;font-size:4rem;font-weight:900;line-height:1.1}h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}h3{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}p{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.btn{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.btn-primary{background:var(--accent-color);color:#fff;box-shadow:0 4px 6px -1px #6366f133}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #6366f14d}.btn-secondary{color:var(--text-color);background:#fff;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}section{padding:8rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.hero{text-align:center;padding:8rem 0 5rem}.hero h1{max-width:900px;margin:0 auto 1.5rem}.hero p{max-width:700px;margin:0 auto 3rem;font-size:1.25rem}.cta-group{justify-content:center;gap:1.5rem;margin-bottom:5rem;display:flex}.hero-image-container{max-width:900px;box-shadow:var(--shadow-lg);border:1px solid #00000008;border-radius:24px;margin:0 auto;overflow:hidden}.hero-image-container img{width:100%;display:block}.feature-row{align-items:center;gap:6rem;display:flex}.feature-row-reverse{flex-direction:row-reverse}.feature-content{flex:1}.feature-image{box-shadow:var(--shadow-lg);background:#fff;border:1px solid #00000008;border-radius:24px;flex:1;padding:1.5rem}.feature-image img{border-radius:16px;width:100%;display:block}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;display:grid}.card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #00000008;border-radius:20px;padding:3rem;transition:transform .3s,box-shadow .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card-icon{margin-bottom:1.5rem;font-size:3rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0;padding:2rem 0}.faq-item h3{color:#0f172a;margin-bottom:.75rem;font-size:1.3rem}.final-cta{color:#fff;text-align:center;background:#0f172a;border-radius:24px;margin-bottom:8rem;padding:5rem;box-shadow:0 25px 50px -12px #00000040}.final-cta h2{color:#fff;margin-bottom:1rem}.final-cta p{color:#94a3b8;margin-bottom:2.5rem;font-size:1.15rem}.footer{text-align:center;background:#fff;border-top:1px solid #e2e8f0;padding:4rem 0}.footer-links{justify-content:center;gap:2rem;margin-top:1.5rem;font-size:.95rem;display:flex}.fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){h1{font-size:3rem}.feature-row{gap:3rem}}@media (width<=768px){.header{padding:1rem 1.5rem}.hamburger{display:block}.nav-menu{width:100%;box-shadow:var(--shadow-lg);background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:100%;left:0}.nav-menu.show{display:flex}.nav-link{text-align:center;width:100%;padding:.5rem 0;font-size:1.1rem}section{padding:5rem 0}h1{font-size:2.5rem}h2{font-size:2rem}.feature-row,.feature-row-reverse{text-align:center;flex-direction:column;gap:3rem}.cta-group{flex-direction:column;width:100%;max-width:320px;margin:0 auto 3rem}.final-cta{padding:3rem 1.5rem}}@media (width<=480px){h1{font-size:2.25rem}.container{padding:0 1.5rem}.card{padding:2rem}}
