*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo-img{height:50px;width:auto}.nav-list{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.social-icons{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:#f8fafc;color:#64748b;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.mobile-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.mobile-toggle span{width:25px;height:3px;background:#333;transition:.3s ease}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;gap:8px}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.btn-large{padding:16px 32px;font-size:16px}.hero{position:relative;height:100vh;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563ebcc,#3b82f699)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding-top:25vh;align-items:center;text-align:center;color:#fff;max-width:90%;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;opacity:0;animation:slideInUp 1s ease .5s forwards;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2}.hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.8rem);margin-bottom:2rem;opacity:0;animation:slideInUp 1s ease .7s forwards;text-shadow:1px 1px 2px rgba(0,0,0,.5);max-width:600px;line-height:1.4}.slider-controls{position:absolute;top:45%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 1.5rem;z-index:3}.slider-btn{width:55px;height:55px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.slider-btn:hover{background:#ffffff59;transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.slider-indicators{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:3}.indicator{width:14px;height:14px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.indicator.active{background:#fff;transform:scale(1.2)}section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.services{background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 25px #0000000f;transition:all .3s ease;border-top:4px solid #2563eb}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.service-description{color:#64748b;margin-bottom:1.5rem;line-height:1.7}.service-link{color:#2563eb;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.service-link:hover{gap:1rem}.about-content{max-width:800px;margin:0 auto}.about-description{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:8px}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#64748b;font-weight:500}.video-section{background:#f8fafc;padding:80px 0}.video-container{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000026;background:#000;position:relative}.showcase-video{width:100%;height:auto;display:block;border-radius:16px;transition:transform .3s ease}.showcase-video:hover{transform:scale(1.02)}.video-fallback{color:#fff;text-align:center;padding:2rem;background:#1e293b}.video-fallback a{color:#3b82f6;text-decoration:none;font-weight:600}.video-fallback a:hover{text-decoration:underline}@media (max-width: 768px){.video-container{margin:0 1rem;border-radius:12px}.showcase-video{border-radius:12px}.showcase-video:hover{transform:none}}.why-choose{background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 25px #0000000f;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem}.feature-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-description{color:#64748b;line-height:1.7}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 25px #0000001a;transition:transform .3s ease}.project-card:hover{transform:scale(1.02)}.project-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem;transform:translateY(50%);transition:transform .3s ease}.project-card:hover .project-overlay{transform:translateY(0)}.project-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.project-description{opacity:.9}.testimonials{background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 25px #0000000f;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-rating{color:#f59e0b;margin-bottom:1rem;font-size:1.2rem}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#64748b;margin-bottom:1.5rem;font-style:italic}.testimonial-author strong{color:#1e293b;font-weight:600}.testimonial-author span{color:#64748b;font-size:.9rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.contact-details h3{color:#1e293b;font-weight:600;margin-bottom:.25rem}.contact-details p{color:#64748b}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 25px #0000000f}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1e293b}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:6px;font-size:16px;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{height:60px;width:auto;margin-bottom:1rem}.footer-description{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact p{color:#94a3b8;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:#94a3b8}.footer-credit{margin-top:.5rem;font-size:.9rem}.footer-credit a{color:#3b82f6;text-decoration:none}.whatsapp-float{position:fixed;bottom:20px;left:20px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;text-decoration:none;box-shadow:0 4px 15px #25d3664d;z-index:1000;transition:all .3s ease;overflow:hidden}.whatsapp-float:hover{transform:scale(1.1);width:180px;border-radius:30px}.whatsapp-text{font-size:.9rem;font-weight:600;margin-left:.5rem;opacity:0;white-space:nowrap;transition:opacity .3s ease}.whatsapp-float:hover .whatsapp-text{opacity:1}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease}.modal.active{opacity:1;visibility:visible}.modal-content{background:#fff;padding:2rem;border-radius:12px;text-align:center;max-width:400px;width:90%;transform:scale(.8);transition:transform .3s ease}.modal.active .modal-content{transform:scale(1)}.modal-header{margin-bottom:1rem}.modal-header i{font-size:3rem;color:#10b981;margin-bottom:.5rem}.modal-header h3{color:#1e293b;font-size:1.5rem;font-weight:600}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.mobile-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 20px #0000001a;opacity:0;visibility:hidden;transition:all .3s ease}.nav.active{opacity:1;visibility:visible}.nav-list{flex-direction:column;padding:1rem;gap:1rem}.header-actions{display:none}.hero-content{padding-top:20vh;padding-left:1rem;padding-right:1rem;max-width:95%}.hero-title{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:.8rem;line-height:1.1}.hero-subtitle{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:1.5rem;line-height:1.3}.slider-controls{top:40%;padding:0 .5rem}.slider-btn{width:45px;height:45px;font-size:1rem;background:#ffffff40}.slider-btn:hover{transform:scale(1.05)}.slider-indicators{bottom:2rem;gap:.8rem}.indicator{width:12px;height:12px}.indicator.active{transform:scale(1.1)}.services-grid,.features-grid,.testimonials-grid,.projects-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}section{padding:60px 0}.whatsapp-float{bottom:80px}}@media (max-width: 480px){.container{padding:0 15px}.hero-content{padding-top:18vh;padding-left:.8rem;padding-right:.8rem}.hero-title{font-size:clamp(1.5rem,7vw,2rem);margin-bottom:.6rem}.hero-subtitle{font-size:clamp(.9rem,4.5vw,1rem);margin-bottom:1.2rem}.btn-large{padding:12px 24px;font-size:14px}.slider-controls{top:38%;padding:0 .3rem}.slider-btn{width:40px;height:40px;font-size:.9rem}.slider-indicators{bottom:1.5rem;gap:.6rem}.indicator{width:10px;height:10px}.service-card,.feature-card,.testimonial-card{padding:1.5rem}.about-stats{grid-template-columns:1fr}.contact-form{padding:1.5rem}}
