.landing-page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95;font-weight:300}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary{background-color:#fbbf24;color:#0f172a}.btn-primary:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 20px #fbbf244d}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#fff;color:#667eea}.features{padding:6rem 0;background-color:#f8fafc}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.feature-description{color:var(--text-secondary);line-height:1.6}.cta{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap}.cta-input{flex:1;min-width:250px;padding:1rem;font-size:1rem;border:none;border-radius:.5rem;background:#fff;color:var(--text-primary)}.cta-input:focus{outline:2px solid #fbbf24;outline-offset:2px}.cta-form .btn-primary{padding:1rem 2rem}.footer{background-color:#0f172a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-text{color:#94a3b8;line-height:1.6}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #1e293b;color:#94a3b8}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title,.cta-title{font-size:2rem}.cta-form{flex-direction:column}.cta-input{min-width:100%}.features-grid{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3b82f6;--primary-dark: #2563eb;--primary-light: #60a5fa;--accent: #8b5cf6;--text-primary: #0f172a;--text-secondary: #64748b;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--border-color: #e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
