*,*:before,*:after{box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;min-height:100vh}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.home{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--text: #1f2937;--text-muted: #6b7280;--bg: #ffffff;--bg-alt: #f9fafb;--border: #e5e7eb;width:100%;min-height:100vh}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:var(--primary)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--primary);color:#fff!important;padding:.625rem 1.25rem;border-radius:8px;font-weight:500}.nav-cta:hover{background:var(--primary-dark)}.hero{min-height:90vh;background:linear-gradient(135deg,#f0f1ff,#fff,#f0fdf4)}.hero-content{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.1;color:var(--text);margin:0 0 1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);line-height:1.6;margin:0 0 2rem}.hero-cta{display:flex;gap:1rem}.btn-primary{background:var(--primary);color:#fff;padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .15s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--text);padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;border:1px solid var(--border);transition:border-color .15s,background .15s;display:inline-block}.btn-secondary:hover{border-color:var(--primary);background:#fafaff}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.hero-visual{grid-column:2;grid-row:1}.chart-preview{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 50px #0000001a}.preview-chart{width:100%;height:auto}.chart-caption{text-align:center;font-size:.9rem;color:var(--text-muted);margin:1rem 0 0}@media(max-width:900px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-visual{grid-column:1;grid-row:2}.hero h1{font-size:2.5rem}.hero-cta{justify-content:center}}.problem{max-width:800px;margin:0 auto;padding:6rem 2rem;text-align:center}.problem h2{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--text)}.problem>p{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin:0 0 3rem}.problem-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat{background:var(--bg-alt);padding:2rem;border-radius:12px}.stat-value{display:block;font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--text-muted);line-height:1.5}.features{background:var(--bg-alt);padding:6rem 2rem}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 3rem;color:var(--text)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000000d}.feature-icon{width:48px;height:48px;background:#eef2ff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon svg{width:24px;height:24px;color:var(--primary)}.feature-card h3{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin:0}.how-it-works{padding:6rem 2rem;max-width:1000px;margin:0 auto}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 3rem;color:var(--text)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}@media(max-width:700px){.steps{grid-template-columns:1fr;gap:2rem}}.step{text-align:center}.step-number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1.25rem}.step h3{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.step p{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin:0}.cta{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-align:center;padding:5rem 2rem}.cta h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.cta p{font-size:1.125rem;opacity:.9;margin:0 0 2rem}.cta .btn-primary{background:#fff;color:var(--primary)}.cta .btn-primary:hover{background:#f0f0ff}.footer{background:#111827;color:#9ca3af;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem}@media(max-width:700px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-brand p{margin:0;line-height:1.6}.footer-links{display:flex;gap:4rem}.footer-col h4{color:#fff;font-size:.875rem;font-weight:600;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.footer-col a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.75rem;font-size:.95rem;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #374151;text-align:center;font-size:.875rem}.footer-bottom a{color:var(--primary-light);text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.disclaimer{margin-top:1rem;font-size:.8rem;opacity:.7}
