.hero{min-height:71vh;display:flex;align-items:center;position:relative;overflow:hidden;margin-top:91px;margin-bottom:40px}.hero-1{background:linear-gradient(135deg, #343a40 32%, #dc850ac4 100%);color:white}.hero-1 .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-1 .content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-1 .content p{font-size:1.3rem;margin-bottom:2rem;opacity:0.9}.hero-1 .cta-button{background:#fff;color:#667eea;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}.hero-1 .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0, 0, 0, 0.2)}.hero-1 .image-container{position:relative}.hero-1 .hero-image{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3)}.hero-2{color:white;position:relative;background-repeat:no-repeat;background-size:cover}.hero-2::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(30, 25, 22, 0.36);z-index:1}.hero-2 .container{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:2}.hero .content{line-height:1.7}.hero-2 h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);color:#fff}.hero-2 .image-container{display:none}.hero-2 p{font-size:1.4rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-2 .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-2 .btn-primary{background:#ff6b6b;color:white;padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.hero-2 .btn-secondary{background:transparent;color:white;padding:1rem 2.5rem;border:2px solid white;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.hero-2 .btn-primary:hover{background:#ff5252;transform:translateY(-2px)}.hero-2 .btn-secondary:hover{background:white;color:#001e3c}.hero-3{background:#f8f9fa;color:#2c3e50;background:radial-gradient(25.39% 50% at 65.54% 50%, #cff0f4 0, #9dd5dd), radial-gradient(25.39% 50% at 36.89% 50%, #88d7dd 0, #9dd5dd), #9dd5dd}.hero-3 .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hero-3 h1{font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;color:#2c3e50}.hero-3 .highlight{color:#3498db}.hero-3 p{font-size:1.2rem;margin-bottom:2.5rem;color:#5a6c7d}.hero-3 .features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.hero-3 .feature{display:flex;align-items:center;gap:0.8rem}.hero-3 .check{width:20px;height:20px;background:#27ae60;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:0.8rem}.hero-3 .cta-button{background:#3498db;color:white;padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}.hero-3 .cta-button:hover{background:#2980b9;transform:translateY(-2px)}.hero-3 .image-container{position:relative}.hero-3 .hero-image{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 15px 40px rgba(0, 0, 0, 0.1)}.hero-4{background:linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);color:white}.hero-4 .container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.hero-4 h1{font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3)}.hero-4 .subtitle{font-size:1.4rem;margin-bottom:3rem;opacity:0.9;max-width:700px;margin-left:auto;margin-right:auto}.hero-4 .stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;margin:4rem 0}.hero-4 .stat{text-align:center;padding:2rem;background:rgba(255, 255, 255, 0.1);border-radius:15px;backdrop-filter:blur(10px)}.hero-4 .stat-number{font-size:2.5rem;font-weight:800;color:#ffd700;display:block}.hero-4 .stat-text{font-size:1rem;opacity:0.9}.hero-4 .cta-button{background:#ffd700;color:#1e3c72;padding:1.2rem 3rem;border:none;border-radius:50px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}.hero-4 .cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(255, 215, 0, 0.3)}@media (max-width:768px){.hero-1 .container,.hero-3 .container{grid-template-columns:1fr;text-align:center}.hero-1 h1,.hero-2 h1,.hero-3 h1,.hero-4 h1{font-size:2.5rem}.hero-2 .cta-buttons{flex-direction:column;align-items:center}.hero-4 .stats{grid-template-columns:1fr}}.section-divider{height:100px;background:#ecf0f1;display:flex;align-items:center;justify-content:center;font-weight:600;color:#7f8c8d;font-size:1.2rem}