*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1e3a8a;--dark-blue: #0f172a;--light-blue: #3b82f6;--orange: #f97316;--orange-hover: #ea580c;--text-dark: #1e293b;--text-gray: #64748b;--bg-light: #f8fafc;--white: #ffffff;--border: #e2e8f0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;color:var(--dark-blue);text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-gray);text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-hover);transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-blue)}.btn-outline{background:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-outline:hover{background:var(--primary-blue);color:var(--white)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.fade-in{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.header{position:sticky;top:0;z-index:1000;background:var(--white);transition:all .3s ease}.header.scrolled{box-shadow:0 4px 20px #00000014}.header-top{background:var(--dark-blue);color:var(--white);padding:8px 0;font-size:.875rem}.header-top-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.contact-info{display:flex;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--orange)}.header-actions{display:flex;gap:1rem}.btn-small{padding:6px 16px;font-size:.875rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.header-main{padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--dark-blue);font-weight:700}.logo-icon{font-size:2rem}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-size:1.5rem;font-weight:700;color:var(--dark-blue)}.logo-tagline{font-size:.875rem;color:var(--orange);font-weight:600}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:var(--orange)}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--orange)}.mobile-booking{display:none}.desktop-booking{display:inline-block}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--dark-blue);cursor:pointer;padding:.5rem}@media(max-width:992px){.header-top,.desktop-booking{display:none}.mobile-menu-toggle{display:block}.nav{position:fixed;top:80px;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:1.5rem}.nav.open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{font-size:1.125rem}.nav-link.active:after{display:none}.mobile-booking{display:block;width:100%;text-align:center}}@media(max-width:480px){.logo-name{font-size:1.25rem}.logo-tagline{font-size:.75rem}}.footer{background:var(--dark-blue);color:var(--white)}.footer-main{padding:60px 0 40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-col h3{margin-bottom:.25rem;font-size:1.5rem}.footer-col h4{margin-bottom:1.5rem;font-size:1.125rem;color:var(--white)}.footer-col h5{margin-bottom:.5rem;margin-top:1.5rem;font-size:1rem;color:var(--orange)}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo .logo-icon{font-size:2.5rem}.footer-logo .tagline{color:var(--orange);font-size:.875rem;margin:0}.footer-description{color:#cbd5e1;line-height:1.7;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.social-link:hover{background:var(--orange);transform:translateY(-3px)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--orange);padding-left:5px}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-start}.footer-contact li>div{display:flex;flex-direction:column;gap:.25rem}.footer-contact a,.footer-contact span{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:var(--orange)}.working-hours p{color:#cbd5e1;margin-bottom:.25rem;font-size:.9rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-content p{color:#cbd5e1;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--orange)}@media(max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666;z-index:999;transition:all .3s ease;animation:pulse 2s infinite}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@keyframes pulse{0%,to{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d366b3}}@media(max-width:768px){.whatsapp-button{width:55px;height:55px;bottom:20px;right:20px}}.hero{position:relative;min-height:650px;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(255,255,255,0.05)" stroke-width="2" fill="none"/></svg>');opacity:.3}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(249,115,22,.1) 0%,transparent 50%)}.hero-content{position:relative;z-index:1;color:var(--white);text-align:center;padding:4rem 0}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;max-width:900px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.375rem;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center}.stat h3{font-size:3rem;font-weight:700;color:var(--orange);margin-bottom:.5rem}.stat p{font-size:1rem;opacity:.9}.service-card{text-align:center}.service-icon{font-size:4rem;margin-bottom:1rem}.service-card h3{font-size:1.375rem;margin-bottom:1rem;color:var(--dark-blue)}.service-card p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.7}.service-link{color:var(--orange);font-weight:600;text-decoration:none;transition:all .3s ease}.service-link:hover{padding-left:5px}.feature-card{text-align:center;padding:2rem}.feature-icon{margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--dark-blue)}.feature-card p{color:var(--text-gray);line-height:1.7}.fleet-card{text-align:center}.fleet-image{height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:var(--bg-light);border-radius:8px}.fleet-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--dark-blue)}.fleet-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.fleet-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-gray)}.fleet-features svg{color:var(--orange);flex-shrink:0}.testimonial-card{text-align:center}.rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem}.testimonial-text{font-style:italic;color:var(--text-gray);margin-bottom:1.5rem;line-height:1.7}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:var(--dark-blue)}.location{display:flex;align-items:center;justify-content:center;gap:.25rem;color:var(--text-gray);font-size:.875rem}.areas-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.area-badge{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:var(--white);border-radius:50px;box-shadow:0 2px 8px #00000014;font-weight:600;color:var(--dark-blue);transition:all .3s ease}.area-badge:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.area-badge svg{color:var(--orange)}.cta-content h2{font-size:3rem;margin-bottom:1rem;color:var(--white)}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.text-center{text-align:center}@media(max-width:768px){.hero{min-height:500px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-stats{gap:2rem}.stat h3,.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}}@media(max-width:1200px){.hero-stats{gap:2rem}}@media(max-width:992px){.hero{text-align:center}.hero-buttons{justify-content:center}}@media(max-width:768px){.hero-buttons{flex-direction:column;align-items:center}.hero-stats{flex-direction:column;gap:1.5rem}}@media(max-width:480px){.hero{padding:1.5rem 1rem}.area-badge{width:100%;justify-content:center}}.page-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:clamp(3rem,6vw,5rem) 1rem clamp(2rem,4vw,4rem);text-align:center}.page-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.page-subtitle{font-size:clamp(1rem,2vw,1.25rem);opacity:.95;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1rem,3vw,2rem)}.service-detail-card{display:flex;flex-direction:column}.service-header{text-align:center;margin-bottom:1.5rem}.service-icon-large{margin-bottom:1rem}.service-header h2{font-size:clamp(1.3rem,2vw,1.75rem);color:var(--dark-blue);margin-bottom:0}.service-description{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.7;text-align:center}.service-features-list{list-style:none;padding:0;margin:0 0 2rem;flex:1}.service-features-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:var(--text-dark)}.service-features-list svg{color:var(--orange);flex-shrink:0;margin-top:2px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1rem,3vw,2rem);margin-top:3rem}.process-step{text-align:center;padding:clamp(1.5rem,3vw,2rem)}.step-number{width:clamp(50px,8vw,60px);height:clamp(50px,8vw,60px);border-radius:50%;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-hover) 100%);color:var(--white);font-size:clamp(1.4rem,3vw,1.75rem);font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 15px #f973164d}.process-step h3{font-size:clamp(1.1rem,2vw,1.375rem);color:var(--dark-blue);margin-bottom:.75rem}.process-step p{color:var(--text-gray);line-height:1.7}.cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem;color:var(--white)}@media(max-width:992px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.page-hero{padding:3rem 1rem 2rem}.services-grid,.process-steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}}@media(max-width:480px){.page-title{line-height:1.2}.service-description{text-align:left}}.fleet-showcase{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.fleet-main-card{background:var(--white);border-radius:16px;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 4px 20px #00000014}.fleet-card-header{display:flex;align-items:center;gap:clamp(1rem,3vw,2rem);margin-bottom:2rem;flex-wrap:wrap}.fleet-icon-container{width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.fleet-card-header h2{font-size:clamp(1.6rem,4vw,2.5rem);color:var(--dark-blue);margin-bottom:.5rem}.fleet-quantity{font-size:clamp(.95rem,2vw,1.125rem);color:var(--text-gray);font-weight:600}.fleet-intro{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-gray);line-height:1.8;margin-bottom:2.5rem}.specifications{margin-bottom:2.5rem}.specifications h3,.use-cases h3{font-size:clamp(1.2rem,3vw,1.5rem);color:var(--dark-blue);margin-bottom:1.5rem}.spec-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.spec-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-dark);padding:.75rem;background:var(--bg-light);border-radius:8px}.spec-list svg{color:var(--orange);flex-shrink:0}.use-cases{margin-bottom:2.5rem}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1rem,3vw,1.5rem)}.use-case-card{background:var(--bg-light);padding:clamp(1.5rem,3vw,2rem);border-radius:12px;text-align:center;transition:all .3s ease}.use-case-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.use-case-card h4{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--dark-blue);margin-bottom:.75rem}.use-case-card p{color:var(--text-gray);line-height:1.7}.pricing-info{display:flex;justify-content:space-between;align-items:center;padding:clamp(1.5rem,3vw,2rem);background:var(--bg-light);border-radius:12px;gap:2rem;flex-wrap:wrap}.price-tag{display:flex;align-items:center;gap:1.5rem;color:var(--dark-blue)}.price-tag svg{color:var(--orange)}.price-tag h4{font-size:clamp(1.1rem,2vw,1.25rem);margin-bottom:.25rem}.price-tag p{color:var(--text-gray);margin:0}.fleet-benefits{padding:clamp(50px,8vw,80px) 0}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1rem,3vw,2rem);margin-top:3rem}.benefit-card{background:var(--white);padding:clamp(1.5rem,3vw,2rem);border-radius:12px;box-shadow:0 4px 12px #0000000f;text-align:center}.benefit-card h3{font-size:clamp(1.1rem,2vw,1.375rem);color:var(--dark-blue);margin-bottom:1rem}.benefit-card p{color:var(--text-gray);line-height:1.7}.cta-content p{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem}@media(max-width:992px){.fleet-card-header{align-items:flex-start}}@media(max-width:768px){.fleet-card-header{flex-direction:column;text-align:center;align-items:center}.pricing-info{flex-direction:column;text-align:center}.price-tag{flex-direction:column}}@media(max-width:480px){.spec-list,.use-cases-grid,.benefits-grid{grid-template-columns:1fr}}.about-intro{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:start}.about-content h2{font-size:clamp(1.6rem,3vw,2rem);color:var(--dark-blue);margin-bottom:1.5rem}.about-content p{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-gray);line-height:1.8;margin-bottom:1.5rem}.about-stats-card{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);padding:clamp(2rem,4vw,3rem);border-radius:16px;color:var(--white);box-shadow:0 10px 40px #1e3a8a33;position:sticky;top:100px}.stat-item{text-align:center;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.stat-item:last-child{border-bottom:none}.stat-item h3{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--orange);margin-bottom:.5rem}.stat-item p{font-size:1rem;opacity:.9;margin:0}.vm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2rem)}.vm-card{background:var(--white);padding:clamp(2rem,4vw,3rem);border-radius:16px;box-shadow:0 4px 20px #00000014}.vm-icon{margin-bottom:1.5rem}.vm-card h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--dark-blue);margin-bottom:1.5rem}.vm-card p{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-gray);line-height:1.8}.value-card{text-align:center;padding:clamp(1.5rem,3vw,2rem)}.value-icon{margin-bottom:1.5rem}.value-card h3{font-size:clamp(1.1rem,2vw,1.375rem);color:var(--dark-blue);margin-bottom:1rem}.value-card p{color:var(--text-gray);line-height:1.7}.difference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(1rem,3vw,2rem);margin-top:3rem}.difference-item{background:var(--white);padding:clamp(1.5rem,3vw,2rem);border-radius:12px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease}.difference-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.difference-item svg{color:var(--orange);margin-bottom:1rem}.difference-item h3{font-size:clamp(1.1rem,2vw,1.375rem);color:var(--dark-blue);margin-bottom:.75rem}.difference-item p{color:var(--text-gray);line-height:1.7}.team-section{text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.team-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:all .3s ease}.team-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.team-image{width:250px;height:260px;background:#f5f7fb;overflow:hidden;margin:0 auto}.team-image img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform .3s ease}.team-card:hover .team-image img{transform:scale(1.05)}.team-info{padding:1.5rem}.team-info h3{color:var(--dark-blue);margin-bottom:.3rem}.team-role{display:block;font-weight:600;color:var(--orange);margin-bottom:.75rem}.team-info p{font-size:.95rem;color:var(--text-gray);line-height:1.6}@media(max-width:992px){.about-intro{grid-template-columns:1fr;gap:2rem}.about-stats-card{position:static}}@media(max-width:768px){.vm-grid{grid-template-columns:1fr}}@media(max-width:480px){.difference-grid{grid-template-columns:1fr}}.coverage-intro{text-align:center;max-width:800px;margin:0 auto clamp(2rem,4vw,4rem)}.coverage-intro h2{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--dark-blue);margin-bottom:1.5rem}.coverage-intro p{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-gray);line-height:1.8}.map-placeholder{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:16px;height:clamp(260px,45vw,400px);display:flex;align-items:center;justify-content:center;margin-bottom:clamp(2rem,4vw,4rem);position:relative;overflow:hidden}.map-overlay{position:relative;z-index:1;color:var(--white);text-align:center}.map-overlay svg{color:var(--orange);margin-bottom:1rem}.map-overlay h3{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.5rem}.map-overlay p{font-size:clamp(.95rem,2vw,1.125rem);opacity:.9}.coverage-features{text-align:center;margin-top:clamp(2rem,4vw,4rem)}.coverage-features h3{font-size:clamp(1.4rem,3vw,1.75rem);color:var(--dark-blue);margin-bottom:2rem}.features-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(.5rem,2vw,1rem)}.feature-badge{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.3rem;background:var(--white);border-radius:50px;box-shadow:0 2px 8px #00000014;font-weight:600;color:var(--dark-blue);transition:all .3s ease}.feature-badge:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.feature-badge svg{color:var(--orange);flex-shrink:0}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2rem);margin-top:3rem}.city-card{transition:all .3s ease}.city-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.city-header h3{font-size:clamp(1.3rem,3vw,1.75rem);color:var(--dark-blue);margin:0}.city-description{color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem}.areas-covered h4{font-size:clamp(1rem,2vw,1.125rem);color:var(--dark-blue);margin-bottom:1rem}.areas-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.areas-list li{display:flex;align-items:center;gap:.5rem;color:var(--text-gray);font-size:.9rem}.areas-list svg{color:var(--orange);flex-shrink:0}.intercity-content{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(2rem,4vw,3rem);margin-top:3rem}.intercity-info h3,.popular-routes h3{font-size:clamp(1.3rem,3vw,1.75rem);color:var(--dark-blue);margin-bottom:1.5rem}.intercity-info p{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-gray);line-height:1.8;margin-bottom:2rem}.intercity-features{list-style:none;padding:0;margin:0}.intercity-features li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:var(--text-dark)}.intercity-features svg{color:var(--orange);flex-shrink:0;margin-top:2px}.popular-routes{background:var(--bg-light);padding:clamp(1.5rem,3vw,2rem);border-radius:12px;height:fit-content}.routes-list{display:flex;flex-direction:column;gap:1rem}.route-item{padding:1rem;background:var(--white);border-radius:8px;font-weight:600;color:var(--dark-blue);text-align:center;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.route-item:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a;color:var(--orange)}.cta-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white)}.cta-content{text-align:center}.cta-content svg{color:var(--orange);margin-bottom:1.5rem}.cta-content h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem}.cta-content p{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:clamp(.75rem,2vw,1.5rem);justify-content:center;flex-wrap:wrap}@media(max-width:992px){.intercity-content{grid-template-columns:1fr}}@media(max-width:768px){.areas-list{grid-template-columns:1fr}}@media(max-width:480px){.cities-grid{grid-template-columns:1fr}}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;margin-top:3rem}.contact-info-section h2,.contact-form-section h2{font-size:2rem;color:var(--dark-blue);margin-bottom:1.5rem}.info-intro{font-size:1.125rem;color:var(--text-gray);line-height:1.7;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{display:flex;align-items:flex-start;gap:1.5rem}.method-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.contact-method h3{font-size:1.125rem;color:var(--dark-blue);margin-bottom:.5rem}.contact-method a{display:block;color:var(--text-gray);text-decoration:none;margin-bottom:.25rem;transition:color .3s ease}.contact-method a:hover{color:var(--orange)}.contact-method p{color:var(--text-gray);margin-bottom:.25rem}.contact-form-section{background:var(--white);padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.form-group textarea{resize:vertical;min-height:120px}.success-message h3{font-size:1.75rem;color:var(--dark-blue);margin-bottom:.75rem}.success-message p{font-size:1.125rem;color:var(--text-gray)}.map-section{padding:0;margin-top:80px}.map-container{width:100%;height:450px}.map-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);position:relative;overflow:hidden}.map-placeholder:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.15) 1px,transparent 0);background-size:40px 40px}.map-placeholder svg{color:var(--orange);margin-bottom:1rem;position:relative;z-index:1}.map-placeholder h3{font-size:2rem;margin-bottom:.5rem;position:relative;z-index:1}.map-placeholder p{font-size:1.125rem;opacity:.9;position:relative;z-index:1}@media(max-width:992px){.contact-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.contact-form-section{padding:2rem}}@media(max-width:768px){.contact-info-section h2,.contact-form-section h2{font-size:1.75rem}.info-intro{font-size:1rem}.contact-method{flex-direction:column;align-items:flex-start}.map-container{height:350px}.map-placeholder h3{font-size:1.5rem}.map-placeholder p{font-size:1rem}}.quote-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.quote-info{display:flex;flex-direction:column;gap:2rem}.quote-info-card{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:3rem;border-radius:16px}.quote-info-card svg{margin-bottom:1.5rem}.quote-info-card h2{font-size:2rem;margin-bottom:1rem}.quote-info-card p{font-size:1.125rem;line-height:1.7;opacity:.95}.quote-benefits{background:var(--bg-light);padding:2rem;border-radius:12px}.quote-benefits h3{font-size:1.375rem;color:var(--dark-blue);margin-bottom:1.5rem}.quote-benefits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.quote-benefits li{display:flex;align-items:flex-start;gap:1rem;color:var(--text-dark)}.quote-benefits svg{color:var(--orange);flex-shrink:0;margin-top:2px}.urgent-contact{background:var(--white);border:2px solid var(--orange);border-radius:12px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem}.urgent-contact svg{color:var(--orange);flex-shrink:0}.urgent-contact h4{font-size:1.25rem;color:var(--dark-blue);margin-bottom:.5rem}.urgent-contact p{color:var(--text-gray);margin-bottom:.75rem}.phone-link{display:inline-block;font-size:1.5rem;font-weight:700;color:var(--orange);text-decoration:none;transition:color .3s ease}.phone-link:hover{color:var(--orange-hover)}.quote-form-container{background:var(--white);padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.quote-form h2{font-size:2rem;color:var(--dark-blue);margin-bottom:2rem}.quote-submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1rem;font-size:1.125rem;padding:1rem 2rem}.quote-success-message{text-align:center;padding:4rem 2rem}.quote-success-message svg{color:var(--orange);margin-bottom:1.5rem}.quote-success-message h3{font-size:2rem;color:var(--dark-blue);margin-bottom:1rem}.quote-success-message p{font-size:1.125rem;color:var(--text-gray);margin-bottom:.75rem;line-height:1.7}.contact-note{margin-top:1.5rem;padding:1rem;background:var(--bg-light);border-radius:8px}.contact-note strong{color:var(--orange)}@media(max-width:992px){.quote-layout{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.quote-form-container,.quote-info-card{padding:2rem}.quote-info-card h2{font-size:1.75rem}.urgent-contact{flex-direction:column}.quote-form h2{font-size:1.75rem}}.booking-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.booking-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:3rem;border-radius:16px}.info-card svg{margin-bottom:1.5rem}.info-card h2{font-size:2rem;margin-bottom:1rem;color:var(--white)}.info-card p{font-size:1.125rem;line-height:1.7;opacity:.95}.booking-features{background:var(--bg-light);padding:2rem;border-radius:12px}.booking-features h3{font-size:1.375rem;color:var(--dark-blue);margin-bottom:1.5rem}.booking-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.booking-features li{display:flex;align-items:flex-start;gap:1rem;color:var(--text-dark)}.booking-features svg{color:var(--orange);flex-shrink:0;margin-top:2px}.pricing-note{background:var(--white);border:2px solid var(--primary-blue);border-radius:12px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem}.pricing-note svg{color:var(--primary-blue);flex-shrink:0}.pricing-note h4{font-size:1.25rem;color:var(--dark-blue);margin-bottom:.5rem}.pricing-note p{color:var(--text-gray);line-height:1.6}.booking-form-container{background:var(--white);padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.booking-form h2{font-size:2rem;color:var(--dark-blue);margin-bottom:2rem}.form-section{margin-bottom:2.5rem}.form-section h3{font-size:1.25rem;color:var(--dark-blue);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--bg-light)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-weight:600;color:var(--dark-blue);font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--white);transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px #f973161a}.form-group textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:1rem;background:var(--bg-light);border-radius:8px;transition:background .3s ease}.checkbox-label:hover{background:#e2e8f0}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--orange)}.checkbox-label span{font-weight:500;color:var(--text-dark)}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1rem;font-size:1.125rem;padding:1rem 2rem}.success-message{text-align:center;padding:4rem 2rem}.success-message svg{color:var(--orange);margin-bottom:1.5rem}.success-message h3{font-size:2rem;color:var(--dark-blue);margin-bottom:1rem}.success-message p{font-size:1.125rem;color:var(--text-gray);margin-bottom:.75rem;line-height:1.7}.booking-reference{margin-top:1.5rem;padding:1rem;background:var(--bg-light);border-radius:8px}.booking-reference strong{color:var(--orange)}@media(max-width:992px){.booking-layout{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}@media(max-width:768px){.booking-form-container,.info-card{padding:2rem}.info-card h2{font-size:1.75rem}.pricing-note{flex-direction:column}.booking-form h2{font-size:1.75rem}.success-message{padding:3rem 1.5rem}.success-message h3{font-size:1.5rem}.success-message p{font-size:1rem}}
