:root{--color-dark:#111827;--color-yellow:#facc15;--color-white:#fff;--color-gray:#e5e7eb;--color-green:#22c55e;--font-heading:"Montserrat", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-dark);color:var(--color-white);font-family:var(--font-body);scroll-behavior:smooth;font-size:16px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-white);font-weight:800}a{color:inherit;text-decoration:none}ul{list-style:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.btn-primary{background-color:var(--color-yellow);color:#000;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary:hover{transform:scale(1.05);box-shadow:0 10px 20px #facc154d}.btn-whatsapp{background-color:var(--color-green);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-whatsapp:hover{transform:scale(1.05);box-shadow:0 10px 20px #22c55e4d}.section{max-width:1200px;margin:0 auto;padding:100px 20px}header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111827cc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:20px;transition:all .4s;display:flex;position:fixed;top:0;left:0}.logo{font-family:var(--font-heading);color:var(--color-white);align-items:center;gap:10px;font-size:1.8rem;font-weight:900;display:flex}.logo span{color:var(--color-yellow)}.nav-links{align-items:center;gap:20px;display:flex}.nav-links a{font-size:1rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--color-yellow)}.lang-selector{display:inline-block;position:relative}.lang-btn{color:var(--color-white);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;align-items:center;gap:5px;padding:8px 15px;font-weight:700;transition:all .3s;display:flex}.lang-btn:hover{border-color:var(--color-yellow);color:var(--color-yellow)}.lang-dropdown{background:var(--color-dark);border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;margin-top:5px;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 20px #00000080}.lang-dropdown button{color:var(--color-white);cursor:pointer;text-align:left;background:0 0;border:none;padding:10px 20px;transition:background .3s}.lang-dropdown button:hover,.lang-dropdown button.active{color:var(--color-yellow);background:#facc1533}.hero{align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:2;background:#080c13bf;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:center;max-width:800px;margin:0 auto;animation:1s ease-out fadeIn;position:relative}.hero-title{margin-bottom:20px;font-size:4rem;line-height:1.1}.hero-title span{color:var(--color-yellow)}.hero-subtitle{color:var(--color-gray);margin-bottom:40px;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.about{background-color:#ffffff05;align-items:center;gap:50px;display:flex}.about-img{border-radius:12px;flex:1;overflow:hidden;box-shadow:0 20px 40px #00000080}.about-img img{width:100%;height:auto;display:block}.about-text{flex:1}.section-title{margin-bottom:20px;font-size:2.5rem;display:inline-block;position:relative}.section-title:after{content:"";background-color:var(--color-yellow);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.about-text p{color:var(--color-gray);margin-bottom:20px;font-size:1.1rem;line-height:1.8}.features-section{text-align:center;background-color:#0000;padding:80px 20px}.features-header{margin-bottom:50px}.features-header h2{letter-spacing:1px;font-size:2.5rem}.features-header h2 span{color:var(--color-yellow)}.features-header p{color:var(--color-gray);max-width:600px;margin:15px auto 0;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.feature-card{text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;overflow:hidden}.feature-card-header{align-items:center;gap:15px;padding:20px;display:flex}.feature-card-icon{width:50px;height:50px;color:var(--color-yellow);background-color:#facc151a;border-radius:50%;justify-content:center;align-items:center;display:flex}.feature-card-title h3{margin-bottom:5px;font-size:1.2rem}.feature-card-title p{color:var(--color-gray);font-size:.9rem}.feature-card-img{object-fit:cover;width:100%;height:200px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px;display:grid}.service-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:40px 30px;transition:all .3s}.service-card:hover{border-color:var(--color-yellow);background:#ffffff0d;transform:translateY(-10px)}.service-icon{width:64px;height:64px;color:var(--color-yellow);background:#facc151a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.service-card h3{margin-bottom:15px;font-size:1.5rem}.service-card p{color:var(--color-gray);line-height:1.6}.fleet{background-color:#ffffff05}.fleet-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:50px;display:grid}.fleet-card{group:fleet;border-radius:12px;position:relative;overflow:hidden}.fleet-card img{object-fit:cover;width:100%;height:300px;transition:transform .5s}.fleet-card:hover img{transform:scale(1.05)}.fleet-info{background:linear-gradient(#0000,#111827f2);width:100%;padding:30px 20px;position:absolute;bottom:0;left:0}.fleet-info h3{color:var(--color-yellow);margin-bottom:5px}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px;display:grid}.review-card{border-left:4px solid var(--color-yellow);background:#ffffff08;border-radius:12px;padding:30px}.stars{color:var(--color-yellow);gap:5px;margin-bottom:15px;display:flex}.review-text{color:var(--color-gray);margin-bottom:20px;font-style:italic;line-height:1.6}.review-author{font-weight:700}.floating-actions{z-index:1000;flex-direction:column;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.float-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:all .3s;display:flex;box-shadow:0 10px 20px #0000004d}.float-btn:hover{transform:translateY(-5px)}.float-whatsapp{background:var(--color-green)}.float-call{background:var(--color-yellow);color:#000}.footer-detailed{background:#0a0e17;border-top:1px solid #ffffff0d;padding:60px 20px 20px}.footer-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto 50px;display:grid}.footer-col{flex-direction:column;display:flex}.footer-col-header{font-family:var(--font-heading);color:var(--color-white);margin-bottom:25px;font-size:1.2rem;font-weight:800}.footer-col-header .red-text{color:var(--color-yellow)}.footer-info{align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.footer-icon{color:var(--color-yellow);margin-top:5px}.footer-info-content h4{margin-bottom:5px;font-size:1.1rem}.footer-info-content p,.footer-info-content a{color:var(--color-gray);line-height:1.6;transition:color .3s}.footer-info-content a:hover{color:var(--color-yellow)}.footer-map iframe{border:0;border-radius:8px;width:100%;height:200px;margin-top:15px}.footer-bottom{text-align:center;color:var(--color-gray);border-top:1px solid #ffffff1a;padding-top:20px}@media (width<=768px){.hero-title{font-size:2.5rem}.about{flex-direction:column}header{flex-direction:row;justify-content:space-between;padding:15px}.nav-links a{display:none}.logo{font-size:1.4rem}.floating-actions{bottom:20px;right:20px}}
