:root{--primary:#1d4a97;--secondary:#4d9618;--accent:#27b7e9;--white:#fff;--background:#f8fafc;--text:#1e293b;--gray:#64748b;--shadow:0 10px 30px #00000014;--radius:16px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-family:Poppins,sans-serif}img{max-width:100%;display:block}a{text-decoration:none}ul{list-style:none}.container{width:min(1200px,90%);margin:auto}header{z-index:1000;background:#fff;width:100%;position:fixed;top:0;left:0;box-shadow:0 5px 20px #00000014}.navbar{justify-content:space-between;align-items:center;height:90px;display:flex}.logo img{width:90px}.nav-menu{align-items:center;gap:35px;display:flex}.nav-menu a{color:#333;font-weight:600;transition:all .3s}.nav-menu a:hover{color:#1d4a97}.btn-menu{background:#4d9618;border-radius:8px;padding:12px 22px;color:#fff!important}.menu-toggle{cursor:pointer;font-size:36px;display:none}.hero{align-items:center;min-height:90vh;padding:140px 0;display:flex}.hero .container{justify-content:space-between;align-items:center;gap:60px;display:flex}.hero-text,.hero-image{flex:1}.hero-image img{border-radius:20px;width:100%;box-shadow:0 15px 40px #00000026}.tag{color:#fff;background:#4d9618;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.hero h1{color:#1d4a97;margin-bottom:25px;font-size:56px;line-height:1.1}.hero p{color:#555;margin-bottom:35px;font-size:18px;line-height:1.8}.buttons{gap:20px;display:flex}.btn{color:#fff;background:#1d4a97;border-radius:8px;padding:15px 28px;font-weight:600}.btn:hover{background:#163d7c}.btn-secondary{color:#1d4a97;border:2px solid #1d4a97;border-radius:8px;padding:15px 28px;font-weight:600}.btn-secondary:hover{color:#fff;background:#1d4a97}.why-us{background:#f8fafc;padding:90px 0}.section-title{text-align:center;max-width:700px;margin:auto auto 60px}.section-title span{color:#4d9618;letter-spacing:2px;font-weight:700}.section-title h2{color:#1d4a97;margin:20px 0;font-size:40px}.section-title p{color:#666;line-height:1.8}.cards{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.card{text-align:center;background:#fff;border-radius:15px;padding:35px;transition:all .3s;box-shadow:0 10px 25px #00000014}.card:hover{transform:translateY(-8px)}.icon{color:#fff;background:#1d4a97;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:auto auto 25px;font-size:42px;display:flex}.card h3{color:#1d4a97;margin-bottom:15px}.card p{color:#666;line-height:1.7}.center{text-align:center;margin-top:50px}.services{padding:100px 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:35px;margin-top:60px;display:grid}.service-card{background:#fff;border-radius:18px;transition:all .35s;overflow:hidden;box-shadow:0 12px 30px #00000014}.service-card:hover{transform:translateY(-10px)}.service-card img{object-fit:cover;width:100%;height:260px}.service-content{padding:30px}.service-content h3{color:#1d4a97;margin-bottom:15px;font-size:24px}.service-content p{color:#666;margin-bottom:25px;line-height:1.8}.service-btn{color:#1d4a97;font-weight:700}.work-video{padding:100px 0}.video-container{border-radius:18px;max-width:900px;margin:auto;overflow:hidden;box-shadow:0 20px 40px #00000026}.video-container video{object-fit:cover;width:100%;height:500px}.about{background:#f8fafc;padding:100px 0}.about-container{align-items:center;gap:60px;display:flex}.about-image{flex:1}.about-image img{border-radius:20px;width:100%;box-shadow:0 15px 35px #0000001a}.about-content{flex:1}.about-content span{color:#4d9618;font-weight:700}.about-content h2{color:#1d4a97;margin:20px 0;font-size:42px}.about-content p{color:#666;margin-bottom:20px;line-height:1.9}.about-values{grid-template-columns:repeat(2,1fr);gap:20px;margin:35px 0;display:grid}.about-values h3{color:#1d4a97;margin-bottom:10px}.cta{text-align:center;color:#fff;background:linear-gradient(135deg,#1d4a97,#0f3575);padding:90px 20px}.cta h2{margin-bottom:20px;font-size:42px}.cta p{opacity:.9;max-width:700px;margin:auto auto 40px;line-height:1.8}.cta-buttons{justify-content:center;gap:20px;display:flex}.cta .btn{background:#4d9618}.cta .btn:hover{background:#3d7813}.cta .btn-secondary{color:#fff;border:2px solid #fff}.cta .btn-secondary:hover{color:#1d4a97;background:#fff}.contact{background:#f8fafc;padding:100px 0}.contact-form{gap:20px;max-width:800px;margin:auto;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #ddd;border-radius:10px;outline:none;padding:16px;font-family:inherit;font-size:16px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#1d4a97}.contact-form button{cursor:pointer;border:none}footer{color:#fff;background:#0f2d63}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:50px;padding:70px 0;display:grid}.footer-logo{background:#fff;border-radius:12px;width:100px;margin-bottom:20px;padding:10px}.footer-info p{color:#d6d6d6;line-height:1.8}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:20px}.footer-links ul{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#d6d6d6;transition:all .3s}.footer-links a:hover{color:#4d9618}.footer-contact p{color:#d6d6d6;margin-bottom:15px}.footer-contact i{color:#4d9618;margin-right:8px}.footer-bottom{text-align:center;border-top:1px solid #ffffff26;padding:20px;font-size:14px}.footer-social{gap:12px;margin-top:25px;display:flex}.footer-social a{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;transition:all .3s;display:flex}.footer-social a:hover{background:#d2ddca;transform:translateY(-5px)}.whatsapp{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:36px;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 10px 25px #00000040}.whatsapp:hover{transform:scale(1.1)}@media (width<=992px){.hero .container{text-align:center;flex-direction:column}.about-container{flex-direction:column}.cards{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:1fr}.footer-container{text-align:center;grid-template-columns:1fr}.footer-logo{margin:auto auto 20px}.buttons,.hero-buttons,.cta-buttons{flex-wrap:wrap;justify-content:center}}@media (width<=768px){.container{width:92%}header{height:80px}.navbar{flex-direction:row;justify-content:space-between;align-items:center;height:80px;display:flex}.logo img{width:80px}.menu-toggle{cursor:pointer;z-index:999;font-size:35px;display:block}.nav-menu{z-index:999;background:#fff;flex-direction:column;align-items:flex-start;gap:28px;width:260px;height:100vh;padding:110px 30px 40px;transition:all .35s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 25px #00000026}.nav-menu.active{right:0}.nav-menu a{font-size:18px}.btn-menu{text-align:center;width:100%}.hero{padding:120px 0 70px}.hero h1{font-size:38px}.hero p{font-size:17px}.hero-image{margin-top:40px}.section-title h2,.about-content h2,.cta h2{font-size:32px}.cards{grid-template-columns:1fr}.footer-social{justify-content:center}.videos-grid{grid-template-columns:1fr}}@media (width<=480px){.container{width:92%}.hero h1{font-size:30px}.hero p{font-size:16px}.buttons,.hero-buttons,.cta-buttons{flex-direction:column}.btn,.btn-secondary{text-align:center;width:100%}.whatsapp{width:58px;height:58px;font-size:32px;bottom:18px;right:18px}}
