* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.navbar { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: fixed; width: 100%; top: 0; z-index: 1000; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #333; font-weight: 700; font-size: 20px; }
.logo-icon { background: linear-gradient(135deg, #5c6ac4 0%, #8b5cf6 100%); color: white; width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { text-decoration: none; color: #666; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: #5c6ac4; }
.btn-nav { background: #5c6ac4; color: white !important; padding: 10px 20px; border-radius: 8px; }
.hero { background: linear-gradient(135deg, #5c6ac4 0%, #8b5cf6 100%); color: white; padding: 150px 20px 100px; text-align: center; }
.hero-content { max-width: 700px; margin: 0 auto; }
.hero h1 { font-size: 48px; margin-bottom: 20px; }
.hero-subtitle { font-size: 24px; opacity: 0.9; margin-bottom: 20px; }
.hero-description { font-size: 18px; opacity: 0.8; margin-bottom: 40px; }
.btn-primary { display: inline-block; background: white; color: #5c6ac4; padding: 15px 40px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 18px; }
.features { padding: 100px 20px; background: #f8f9fa; }
.features h2, .benefits h2, .cta h2 { text-align: center; font-size: 36px; margin-bottom: 60px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.feature-card { background: white; padding: 40px 30px; border-radius: 16px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.feature-icon { font-size: 48px; margin-bottom: 20px; }
.feature-card h3 { font-size: 20px; margin-bottom: 15px; }
.feature-card p { color: #666; }
.benefits { padding: 100px 20px; }
.benefits-list { max-width: 700px; margin: 0 auto; }
.benefit-item { display: flex; align-items: flex-start; gap: 20px; padding: 25px 0; border-bottom: 1px solid #eee; }
.check { background: #5c6ac4; color: white; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benefit-item h4 { font-size: 18px; margin-bottom: 5px; }
.benefit-item p { color: #666; }
.cta { background: linear-gradient(135deg, #5c6ac4 0%, #8b5cf6 100%); color: white; padding: 80px 20px; text-align: center; }
.cta p { font-size: 18px; opacity: 0.9; margin-bottom: 40px; }
.footer { background: #1a1a2e; color: white; padding: 60px 20px; }
.footer-content { text-align: center; }
.footer-brand { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 20px; font-weight: 700; margin-bottom: 30px; }
.footer-links { display: flex; justify-content: center; gap: 30px; margin-bottom: 30px; }
.footer-links a { color: #aaa; text-decoration: none; }
.footer-links a:hover { color: white; }
.copyright { color: #666; font-size: 14px; }
.legal-content { padding: 120px 20px 80px; min-height: calc(100vh - 200px); }
.legal-content h1 { font-size: 40px; margin-bottom: 10px; }
.last-updated { color: #888; margin-bottom: 40px; }
.legal-section { margin-bottom: 40px; }
.legal-section h2 { font-size: 24px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #5c6ac4; }
.legal-section h3 { font-size: 18px; color: #444; margin: 20px 0 10px; }
.legal-section p { color: #555; margin-bottom: 15px; }
.legal-section ul { margin-left: 25px; margin-bottom: 15px; }
.legal-section li { color: #555; margin-bottom: 8px; }
.legal-section a { color: #5c6ac4; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 32px; } .hero-subtitle { font-size: 18px; } }
