:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;height:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #6f6bdc;--primary-dark: #5b57c7;--secondary: #7b5fc9;--bg-light: #f6f7fb;--text-dark: #1f2937;--text-muted: #6b7280;--card-bg: #ffffff}.landing-page{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text-dark)}.landing-page section{max-width:1200px;margin:auto;padding:80px 20px}.landing-page h1{font-size:3rem;margin-bottom:16px}.landing-page h2{font-size:2rem;margin-bottom:20px}.landing-page h3{margin-bottom:10px}.landing-page p{font-size:1.05rem;line-height:1.6;color:var(--text-muted)}.landing-page .hero{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:110px 20px}.landing-page .hero-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.landing-page .hero p{color:#e5e7eb}.landing-page .cta{display:inline-block;margin-top:28px;padding:14px 36px;background:#fff;color:var(--primary-dark);text-decoration:none;border-radius:10px;font-weight:700;box-shadow:0 12px 30px #0003;cursor:pointer;border:none}.landing-page .cta.secondary{background:transparent;border:2px solid #ffffff;color:#fff;margin-left:16px;box-shadow:none}.landing-page .illustration{background:#ffffff14;border-radius:18px;padding:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center}.landing-page .illustration img{width:100%;border-radius:14px;box-shadow:0 14px 32px #00000040}.landing-page .illustration p{margin-top:16px;font-weight:500;color:#e5e7eb}.landing-page .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;margin-top:40px}.landing-page .card{background:var(--card-bg);border-radius:16px;padding:28px;box-shadow:0 10px 28px #00000014}.landing-page .strip{background:linear-gradient(135deg,#f0f1ff,#f8f9ff)}.landing-page .final-cta{text-align:center;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.landing-page footer{background:#111827;color:#9ca3af;text-align:center;padding:28px 20px;font-size:.9rem}@media (max-width: 900px){.landing-page .hero-grid{grid-template-columns:1fr}.landing-page h1{font-size:2.4rem}}
