*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:'Alan Sans', system-ui, -apple-system, sans-serif;line-height:1.6;color:#1e293b;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:white;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.nav{display:flex;gap:2rem;list-style:none}.nav a{text-decoration:none;color:#1e293b;font-weight:500;transition:color 0.2s}.nav a:hover{color:#2563eb}.cta-button{background:#2563eb;color:white;padding:0.75rem 1.5rem;border-radius:0.5rem;text-decoration:none;font-weight:600;transition:background 0.2s}.cta-button:hover{background:#1d4ed8}main{margin-top:80px;flex:1 0 auto;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;padding:8rem 0 6rem;text-align:center;flex:1 0 auto;display:flex;align-items:center;justify-content:center}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2.5rem;opacity:0.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:white;color:#2563eb;padding:1rem 2rem;border-radius:0.5rem;text-decoration:none;font-weight:600;transition:transform 0.2s}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:transparent;color:white;padding:1rem 2rem;border:2px solid white;border-radius:0.5rem;text-decoration:none;font-weight:600;transition:all 0.2s}.btn-secondary:hover{background:white;color:#2563eb}.features{padding:6rem 0;background:white}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:3rem}.feature{text-align:center;padding:2rem;border-radius:1rem;transition:transform 0.2s}.feature:hover{transform:translateY(-5px)}.feature-icon{width:80px;height:80px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}.feature h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature p{color:#64748b;line-height:1.7}.stats{background:#f8fafc;padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#2563eb}.stat-label{font-size:1.125rem;color:#64748b;margin-top:0.5rem}.cta-section{background:#1e293b;color:white;padding:6rem 0;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.125rem;margin-bottom:2rem;opacity:0.9}.page-header{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;padding:4rem 0;text-align:center}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-header .page-subtitle{font-size:1.125rem;opacity:0.9}.page-content{padding:4rem 0;min-height:400px}.page-content h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.page-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.page-content p{margin-bottom:1.5rem;line-height:1.7}.footer{background:#1e293b;color:white;padding:3rem 0;border-top:1px solid #374151;flex-shrink:0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.footer h4{font-weight:600;margin-bottom:1rem}.footer a{color:#9ca3af;text-decoration:none;transition:color 0.2s}.footer a:hover{color:white}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.nav{display:none}.page-header h1{font-size:2rem}}
