:root{
  --black:#0b0b0b;
  --white:#ffffff;
  --gold-start:#b88b2d;
  --gold-end:#ffd27a;
  --muted:#6b6b6b;
  --max-width:1200px;
  --radius:10px;
  --transition:.18s ease;
}
*{box-sizing:border-box;margin:0;padding:0}
html{height:100%;overflow-x:hidden}
body{
  font-family:Inter,system-ui,Segoe UI,Roboto,"Helvetica Neue",Arial;
  color:var(--black);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.45;
  top:0 !important;
  position:relative;
  min-height:100%;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}

/* Brand name styling (igual ao logo) */
.brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.brand-car {
  background: linear-gradient(180deg, var(--gold-start), var(--gold-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Scroll offset for fixed navbar */
[id]{
  scroll-margin-top:120px;
}

/* header / hero */
header.hero{
  position:relative;
  color:var(--white);
  min-height:640px;
  display:flex;
  align-items:center;
  background-color:#1a1a1a;
  background-image:linear-gradient(180deg, rgba(11,11,11,.55), rgba(11,11,11,.55)), url('./Images/ShuttleVan.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:60px 0;
  scroll-margin-top:0;
}
.hero-inner{display:flex;gap:40px;align-items:flex-start;justify-content:space-between;width:100%;flex-wrap:wrap}
.hero-left{flex:1 1 auto;min-width:300px;max-width:calc(100% - 460px);padding-top:0;text-align:left;display:flex;flex-direction:column;align-items:flex-start}
.hero-left.hero-center{text-align:center}
.hero-left h1{margin-top:0;font-size:50px}
.hero-left .hero-tagline-box{align-self:center}
.eyebrow{font-size:14px;color:var(--gold-start);font-weight:600;letter-spacing:.6px;text-transform:uppercase}
h1{
  font-family: 'Playfair Display', serif;
  font-size:40px;margin:14px 0 8px;
  letter-spacing:-0.02em;
}
.hero-subtitle{
  font-size:12px;
  color:var(--gold-start);
  font-weight:500;
  margin:0 0 14px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing:1.5px;
  white-space:nowrap;
  text-align:left;
}
p.lead{font-size:18px;color:rgba(255,255,255,.95);margin:0 0 18px;font-family:'DM Sans',sans-serif}
.hero-tagline-box{
  display:inline-block;
  background:linear-gradient(90deg,var(--gold-start),var(--gold-end));
  border-radius:6px;
  padding:8px 16px;
  margin:0 0 14px;
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:600;
  color:var(--black);
  text-align:center;
  box-shadow:0 4px 12px rgba(184,139,45,.2);
}
p.lead-center{
  font-size:18px;
  color:var(--gold-start);
  margin:0 0 18px;
  font-family:'DM Sans',sans-serif;
  text-shadow:0 0 4px rgba(255,255,255,0.3), 0 0 8px rgba(255,255,255,0.2);
  text-align:center;
}
.cta-row{display:flex;gap:14px;align-items:center}
.btn{
  display:inline-block;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--transition);
}
.btn-primary{
  background:linear-gradient(90deg,var(--gold-start),var(--gold-end));
  color:var(--black);
  box-shadow:0 6px 18px rgba(184,139,45,.18);
}
.btn-ghost{
  background:transparent;border:2px solid rgba(255,255,255,.16);color:var(--white);
}

/* Desktop/Mobile text visibility */
.desktop-only{
  display:inline;
}
.mobile-badge{
  display:none;
}

/* Google Translate - Esconder elementos */
#google_translate_element {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-balloon-frame {
  display: none !important;
}
body {
  top: 0 !important;
}
.skiptranslate {
  display: none !important;
}

@media(max-width:768px){
  .desktop-only{
    display:none;
  }
  .mobile-badge{
    display:inline-block;
    background:linear-gradient(90deg,var(--gold-start),var(--gold-end));
    color:var(--black);
    padding:4px 12px;
    border-radius:6px;
    font-weight:600;
    font-size:14px;
    margin-left:4px;
  }
}

.microcopy{font-size:13px;color:rgba(255,255,255,.85);margin-top:12px}

/* form card */
.form-card{
  background:rgba(255,255,255,0.02) !important;
  border-radius:14px;
  padding:14px;
  width:420px;
  max-width:100%;
  box-sizing:border-box;
  box-shadow: 0 8px 32px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,0.3);
  flex:0 0 420px;
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,0.2);
  margin-top:30px;
}
.form-card h3{margin:0 0 6px;font-size:16px;color:#ffffff;font-weight:400;font-family:sans-serif;text-align:center;text-shadow:0 2px 6px rgba(184,139,45,1), 0 0 12px rgba(184,139,45,0.6);text-transform:uppercase}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.form-card label{display:block;font-size:12px;color:#ffffff;margin-bottom:4px;font-weight:400;font-family:sans-serif;text-shadow:0 2px 6px rgba(184,139,45,1), 0 0 12px rgba(184,139,45,0.6);text-transform:uppercase}
.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="tel"],
.form-card input[type="datetime-local"],
.form-card input[type="number"]{
  width:100%;
  padding:8px;
  border-radius:6px;
  border:1px solid #ccc;
  background:#fff;
  color:#000;
  font-size:13px;
  box-sizing:border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.form-card input::placeholder{color:#999}
.form-card select{
  width:100%;padding:8px;border-radius:6px;border:1px solid #ccc;background:#fff;color:#000;font-size:13px;
}
.form-card select option{
  background:#fff;
  color:#000;
}
.form-card textarea{min-height:50px;resize:vertical;width:100%;padding:8px;border-radius:6px;border:1px solid #ccc;background:#fff;color:#000;font-size:13px;}
.form-card textarea::placeholder{color:#999}
.full{grid-column:1/ -1}
.form-actions{display:flex;gap:10px;align-items:center;margin-top:8px;justify-content:center}
.btn-compact{padding:8px 20px;font-size:13px}
.form-card .small{color:#666}
.form-card .muted-2{color:#666}
.form-card a{color:var(--gold-start)}
.note{font-size:13px;color:rgba(255,255,255,.8)}

/* Google Places Autocomplete Styling */
.pac-container{
  background:#fff;
  border-radius:8px;
  box-shadow:0 4px 20px rgba(0,0,0,.25);
  border:none;
  margin-top:4px;
  font-family:Inter,system-ui,sans-serif;
  z-index:10001;
}
.pac-item{
  padding:10px 14px;
  cursor:pointer;
  border-top:1px solid #eee;
  font-size:14px;
  color:#333;
}
.pac-item:first-child{
  border-top:none;
}
.pac-item:hover,
.pac-item-selected{
  background:linear-gradient(90deg, rgba(184,139,45,0.1), rgba(255,210,122,0.1));
}
.pac-icon{
  display:none;
}
.pac-item-query{
  font-weight:600;
  color:#000;
  font-size:14px;
}
.pac-matched{
  font-weight:700;
  color:var(--gold-start);
}

/* sections */
section{
  padding:25px 0;
  scroll-margin-top:100px;
}
.section-title{display:flex;align-items:center;gap:14px}
.section-title h2{
  display:inline-block;
  background:rgba(30,30,30,0.9);
  border:1px solid rgba(184,139,45,0.3);
  border-radius:8px;
  box-shadow:0 2px 12px rgba(0,0,0,0.3);
  padding:12px 0;
  width:180px;
  text-align:center;
  font-family:'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size:13px;
  font-weight:400;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffffff;
  text-shadow:0 2px 8px rgba(184,139,45,0.6), 0 0 12px rgba(255,210,122,0.4);
  margin:0;
  transition:all 0.3s ease;
}
.section-title h2:hover{
  color:#ffffff;
  background:linear-gradient(180deg, rgba(184,139,45,0.9), rgba(184,139,45,0.7));
  transform:translateY(-2px);
  box-shadow:0 4px 16px rgba(184,139,45,0.5);
  text-shadow:0 2px 8px rgba(0,0,0,0.3);
}
.muted{color:var(--muted)}

/* Home Section */
.home-section{
  background:linear-gradient(180deg, rgba(184,139,45,.04), rgba(255,255,255,0));
  border-radius:16px;
  padding:40px 0 30px;
  margin-top:20px;
  margin-bottom:-20px;
  scroll-margin-top:100px;
}
.home-content{
  display:flex;
  gap:40px;
  align-items:center;
  margin-top:24px;
  flex-wrap:wrap;
}
.home-text{
  flex:1;
  min-width:320px;
}
.home-description{
  font-size:17px;
  line-height:1.7;
  color:#444;
  margin-bottom:16px;
  font-family:'DM Sans',sans-serif;
  text-align:justify;
}
.home-highlights{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin-top:24px;
}
.highlight-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  background:linear-gradient(135deg, rgba(184,139,45,.08), rgba(184,139,45,.02));
  border-radius:10px;
  border:1px solid rgba(184,139,45,.15);
  font-size:14px;
  font-weight:500;
  color:#333;
  font-family:'DM Sans',sans-serif;
}
.highlight-icon{
  font-size:20px;
}
.home-image{
  flex:0 0 420px;
  min-width:280px;
}

@media(max-width:900px){
  .home-content{flex-direction:column}
  .home-image{flex:1;width:100%}
  .home-highlights{grid-template-columns:1fr 1fr}
}
@media(max-width:500px){
  .home-highlights{grid-template-columns:1fr}
  .home-section{padding:40px 20px}
}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}
.card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 6px 18px rgba(11,11,11,.06);font-family:'DM Sans',sans-serif}
.icon-wrap{width:54px;height:54px;border-radius:10px;background:linear-gradient(180deg,var(--gold-start),var(--gold-end));display:flex;align-items:center;justify-content:center;color:var(--white);margin-bottom:12px}
.fleet-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fleet-item{display:flex;gap:12px;align-items:flex-start}
.fleet-item img{width:140px;height:90px;object-fit:cover;border-radius:8px}
.fleet-item h4{font-size:14px;margin:0 0 4px;line-height:1.2;word-wrap:break-word}
.fleet-item .muted-2{font-size:11px}
.fleet-title-badge{
  display:inline-block;
  background:linear-gradient(90deg,var(--gold-start),var(--gold-end));
  color:var(--black) !important;
  padding:4px 10px;
  border-radius:6px;
  font-family:'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  margin-bottom:6px;
  cursor:pointer;
  transition:var(--transition);
  box-shadow:0 2px 8px rgba(184,139,45,.2);
  min-width:110px;
  text-align:center;
}
.fleet-title-badge:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(184,139,45,.35);
}

/* Carrossel de Depoimentos */
.testimonials-carousel{
  position:relative;
  overflow:hidden;
  padding:0 20px;
}
.testimonial-slider{
  display:flex;
  transition:transform 0.5s ease-in-out;
}
.testimonial-group{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-width:100%;
  flex-shrink:0;
}
.testimonial-card{
  padding:18px;
  border-radius:10px;
  border:1px solid rgba(11,11,11,.06);
  background:linear-gradient(180deg,#fff,#fbfbfb);
  text-align:left;
  opacity:0;
  animation:fadeInCard 0.6s ease forwards;
  font-family:'DM Sans',sans-serif;
  width:100%;
  max-width:100%;
}
.testimonial-card p{
  margin-bottom:12px;
  font-style:italic;
  color:#333;
  line-height:1.6;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.testimonial-card .author{
  font-size:13px;
  color:#666;
}
.testimonial-card .author strong{
  color:#0b0b0b;
}
.testimonial-stars{
  color:#b88b2d;
  font-size:14px;
  margin-bottom:10px;
}
.testimonial-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:20px;
}
.testimonial-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ddd;
  cursor:pointer;
  transition:all 0.3s ease;
}
.testimonial-dot.active{
  background:linear-gradient(135deg,var(--gold-start),var(--gold-end));
  transform:scale(1.2);
}
@keyframes fadeInCard{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}

/* Testimonials Mobile */
@media(max-width:768px){
  #depoimentos{
    padding:40px 0;
    overflow:hidden;
  }
  .testimonials-carousel{
    padding:0;
    margin:0 -20px;
    overflow:hidden;
  }
  .testimonial-slider{
    overflow:visible;
    padding:0 20px;
  }
  .testimonial-group{
    overflow:visible;
    padding:0;
  }
  .testimonial-card{
    padding:16px;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    margin:0;
  }
  .testimonial-card p{
    font-size:14px;
    line-height:1.6;
    word-wrap:break-word;
    overflow-wrap:break-word;
    white-space:normal;
  }
  .testimonial-card .author{
    font-size:12px;
    word-wrap:break-word;
    overflow-wrap:break-word;
  }
  .testimonial-stars{
    font-size:12px;
  }
}
@media(max-width:640px){
  #depoimentos{
    padding:40px 0;
  }
  .testimonials-carousel{
    padding:0;
    margin:0 -15px;
    overflow:hidden;
  }
  .testimonial-slider{
    padding:0 15px;
  }
  .testimonial-card{
    padding:14px;
    margin:0;
    width:100%;
  }
  .testimonial-card p{
    font-size:13px;
    margin-bottom:8px;
    line-height:1.5;
  }
  .testimonial-dots{
    gap:6px;
    margin-top:14px;
  }
  .testimonial-dot{
    width:8px;
    height:8px;
  }
}

.price-table{display:flex;gap:12px;align-items:stretch}
.price-card{flex:1;padding:18px;border-radius:10px;border:1px solid rgba(11,11,11,.06);background:linear-gradient(180deg,#fff,#fbfbfb)}
footer.site-footer{background:#0b0b0b;color:var(--white);padding:28px 0;margin-bottom:0}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  flex-wrap:wrap;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:6px;
  flex-wrap:wrap;
}
.footer-logo-link{
  display:flex;
  align-items:center;
}
.footer-logo-img{
  height:72px;
  width:auto;
}
/* Footer logo desktop/mobile toggle */
.footer-logo-desktop{display:block}
.footer-logo-mobile{display:none}

.social-icons-footer{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
}
.social-icons-footer a{
  color:rgba(255,255,255,0.7);
  transition:var(--transition);
  display:flex;
  align-items:center;
}
.social-icons-footer a:hover{
  color:var(--gold-start);
  transform:scale(1.1);
}

/* Footer contact items */
.footer-contact-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin:8px 0 0;
  font-size:14px;
}
.footer-contact-item svg{
  flex-shrink:0;
  color:var(--gold-start);
}

/* NAVBAR */
.navbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:linear-gradient(180deg, rgba(11,11,11,.95), rgba(11,11,11,.85));
  backdrop-filter:blur(12px);
  padding:12px 0;
  border-bottom:1px solid rgba(184,139,45,.25);
}
.navbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo-link{display:flex;align-items:center}
.logo-img{
  height:72px;
  width:auto;
}
/* Logo desktop/mobile toggle */
.logo-desktop{display:block}
.logo-mobile{display:none}

/* Logo Area with Flags - HORIZONTAL INLINE */
.logo-area{
  display:flex;
  align-items:center;
}

/* Nav Wrapper - WhatsApp à esquerda, menu 420px à direita */
.nav-wrapper{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  background:rgba(30,30,30,0.9);
  border:1px solid rgba(184,139,45,0.3);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 12px rgba(0,0,0,0.3);
  width:420px;
}
.nav-links a:not(.whatsapp-btn){
  display:inline-block;
  background:transparent;
  padding:12px 18px;
  border-radius:0;
  font-family:'Cormorant Garamond', serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:1px;
  transition:all 0.3s ease;
  box-shadow:none;
  width:auto;
  text-align:center;
  text-transform:uppercase;
  border-right:1px solid rgba(184,139,45,0.2);
  /* Texto com gradiente dourado */
  background-image:linear-gradient(90deg, #b88b2d, #ffd27a, #b88b2d);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:none;
  position:relative;
}
.nav-links a:not(.whatsapp-btn):last-of-type{
  border-right:none;
}
.nav-links a:not(.whatsapp-btn):hover{
  background-image:linear-gradient(90deg, #ffd27a, #ffffff, #ffd27a);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  transform:translateY(-2px);
  filter:drop-shadow(0 2px 8px rgba(255,210,122,0.6));
}

/* WhatsApp Button in Navbar */
.whatsapp-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#25D366;
  color:#fff !important;
  padding:8px 16px;
  border-radius:25px;
  font-weight:600;
  font-size:16px;
  transition:var(--transition);
  margin-right:12px;
  border-right:none !important;
  border-left:none !important;
}
.whatsapp-btn svg{
  fill:#fff !important;
}
.whatsapp-btn svg path{
  fill:#fff !important;
}
.whatsapp-btn span{
  color:#fff !important;
}
.whatsapp-btn:hover{
  background:#128C7E;
  transform:scale(1.05);
  color:#fff !important;
}
.whatsapp-btn svg{
  flex-shrink:0;
}

/* Language Toggle Button */
.lang-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:none;
  padding:4px;
  border-radius:4px;
  transition:var(--transition);
  margin-right:12px;
  cursor:pointer;
  opacity:0.7;
}
.lang-btn:hover{
  opacity:1;
  transform:scale(1.1);
}
.lang-btn svg{
  display:block;
  border-radius:2px;
  box-shadow:0 1px 3px rgba(0,0,0,0.2);
}

/* Mobile navbar */
@media(max-width:768px){
  .navbar-inner{
    flex-direction:column;
    align-items:center;
    gap:8px;
    justify-content:center;
    padding:8px 12px;
  }
  .logo-area{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    text-align:center;
    margin:0 auto;
    padding-left:30px;
  }
  .logo-link{
    display:flex;
    justify-content:center;
    margin:0 auto;
  }
  .logo-img{
    height:85px;
    margin:0 auto;
  }
  .logo-desktop{display:none}
  .logo-mobile{display:block}
  
  /* Nav wrapper mobile */
  .nav-wrapper{
    width:100%;
    justify-content:center;
    gap:0;
  }
  
  /* Menu em linha única */
  .nav-links{
    gap:0;
    padding-top:0;
    border-top:none;
    justify-content:center;
    width:auto;
    flex-wrap:nowrap;
  }
  .nav-links a:not(.whatsapp-btn){
    font-size:11px;
    padding:8px 12px;
    width:auto;
    letter-spacing:0.5px;
  }
  
  /* WhatsApp fixo no canto inferior direito */
  .nav-wrapper > .whatsapp-btn{
    position:fixed;
    bottom:25px;
    right:20px;
    z-index:9999;
    width:56px;
    height:56px;
    border-radius:50%;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 20px rgba(37,211,102,0.4);
  }
  .nav-wrapper > .whatsapp-btn span{
    display:none;
  }
  .nav-wrapper > .whatsapp-btn svg{
    width:28px;
    height:28px;
  }
}

/* Ajustar hero para compensar navbar fixa */
header.hero{
  padding-top:100px;
}

/* responsive */
@media(max-width:980px){
  .grid{grid-template-columns:1fr 1fr}
  .fleet-list{grid-template-columns:1fr 1fr}
  .testimonial-group{grid-template-columns:1fr 1fr}
  .hero-left{flex-basis:100%}
  .form-card{flex-basis:100%;width:auto;max-width:100%;margin-top:18px}
}
@media(max-width:768px){
  header.hero{
    padding:130px 0 40px;
    min-height:auto;
  }
  .hero-inner{
    flex-direction:column;
    gap:24px;
    align-items:stretch;
  }
  .hero-left{
    text-align:center;
  }
  .hero-left h1,
  .hero-left .hero-subtitle,
  .hero-left p.lead{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-subtitle{
    white-space:normal;
    max-width:100%;
  }
  .cta-row{
    justify-content:center;
    flex-wrap:wrap;
  }
  .microcopy{
    text-align:center;
  }
  .form-card{
    width:100%;
    max-width:100%;
    flex:none;
    margin-left:0;
    margin-right:0;
    box-sizing:border-box;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
  .form-grid > div{
    width:100%;
  }
  .form-card input[type="datetime-local"]{
    width:100%;
    box-sizing:border-box;
    min-height:40px;
  }
  section{padding:40px 0}
  .section-title{flex-direction:column;gap:4px;text-align:center;align-items:center}
  .section-title h2{font-size:11px;width:160px;padding:10px 0}
}
@media(max-width:640px){
  header.hero{
    padding:120px 15px 30px;
    min-height:auto;
  }
  .hero-inner{
    padding:0;
  }
  .hero-left{
    text-align:center;
    align-items:center;
    max-width:100%;
    min-width:auto;
  }
  h1, .hero-left h1{font-size:22px!important;line-height:1.2;margin-top:20px}
  .hero-tagline-box{
    text-align:center;
    margin:0 auto 14px;
  }
  p.lead{font-size:16px}
  .grid{grid-template-columns:1fr}
  .fleet-list{grid-template-columns:1fr}
  .testimonial-group{grid-template-columns:1fr}
  .price-table{flex-direction:column}
  .logo-img{height:60px}
  .container{padding:0 15px}
  .eyebrow{font-size:12px}
  .btn{padding:10px 16px;font-size:14px}
  .form-card{
    padding:16px;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  .form-card h3{font-size:16px}
}
@media(max-width:400px){
  h1, .hero-left h1{font-size:19px!important}
  .hero-subtitle{font-size:14px}
  p.lead{font-size:14px}
  .cta-row{flex-direction:column;width:100%}
  .cta-row .btn{width:100%;text-align:center}
  .nav-links{gap:6px}
  .nav-links a:not(.whatsapp-btn){font-size:10px;padding:4px 0;width:55px}
  .logo-img{height:55px}
  .navbar-inner{padding:0 8px}
}

/* Footer responsive */
@media(max-width:768px){
  footer.site-footer .container{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:20px;
  }
  .footer-brand{
    justify-content:center;
    width:100%;
  }
  .footer-logo-link{
    justify-content:center;
  }
  footer.site-footer .container > div{
    max-width:100%!important;
    min-width:auto!important;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
  }
  .social-icons-footer{
    justify-content:center;
  }
  .footer-contact-item{
    justify-content:center;
    text-align:center;
  }
  .footer-logo-img{
    margin:0 auto;
  }
  /* Mostrar logo mobile no footer */
  .footer-logo-desktop{display:none}
  .footer-logo-mobile{display:block}
  
  /* Ocultar seção de links no mobile */
  footer.site-footer .container > div:nth-child(2){
    display:none;
  }
}

/* Fleet item responsive */
@media(max-width:640px){
  .fleet-item{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  .fleet-item img{
    width:100%;
    max-width:280px;
    height:auto;
  }
}

/* Card responsive */
@media(max-width:640px){
  .card{
    padding:16px;
  }
  .icon-wrap{
    width:48px;
    height:48px;
  }
}

/* Testimonials responsive */
@media(max-width:640px){
  .testimonials > div{
    padding:16px;
  }
}

/* CTA section responsive */
@media(max-width:640px){
  #cta-final{
    padding:30px 15px!important;
    margin:0 15px 20px!important;
  }
  #cta-final h2{
    font-size:20px!important;
  }
  #cta-final .btn{
    display:block;
    width:100%;
    margin:8px 0!important;
  }
}

/* small helpers */
.muted-2{color:#9a9a9a;font-size:14px}
.pill{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(11,11,11,.05);font-size:13px}

/* WhatsApp Button na Navbar */
.whatsapp-nav-btn{
  display:flex;
  align-items:center;
  gap:8px;
  background:#25D366;
  color:#fff;
  padding:10px 16px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  margin-left:8px;
  box-shadow:0 2px 10px rgba(37,211,102,.3);
  transition:var(--transition);
}
.whatsapp-nav-btn:hover{
  background:#128C7E;
  transform:scale(1.05);
  box-shadow:0 4px 16px rgba(37,211,102,.4);
  color:#fff;
}
.whatsapp-nav-btn svg{
  flex-shrink:0;
}

/* Modal Contato */
.contact-modal {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.contact-modal.active {
  display: flex !important;
  visibility: visible;
  opacity: 1;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.contact-modal-content {
  background: var(--white);
  border-radius: 16px;
  padding: 40px;
  max-width: 480px;
  width: 90%;
  position: relative;
  animation: slideUp 0.3s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: var(--muted);
  transition: var(--transition);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.modal-close:hover {
  background: #f0f0f0;
  color: var(--black);
}
.contact-modal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin: 0 0 8px;
  color: var(--black);
}
.modal-subtitle {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 15px;
}
.contact-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  transition: var(--transition);
  cursor: pointer;
}
.contact-option:hover {
  border-color: var(--gold-start);
  background: linear-gradient(90deg, rgba(184,139,45,0.05), rgba(255,210,122,0.05));
  transform: translateX(4px);
}
.option-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-start), var(--gold-end));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.whatsapp-option .option-icon {
  background: #25D366;
}
.email-option .option-icon {
  background: linear-gradient(135deg, #EA4335, #FBBC05);
}
.phone-option .option-icon {
  background: linear-gradient(135deg, #1a73e8, #4fc3f7);
}
.option-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.option-text strong {
  font-size: 16px;
  color: var(--black);
}
.option-text span {
  font-size: 13px;
  color: var(--muted);
}

@media (max-width: 500px) {
  .contact-modal-content {
    padding: 28px 20px;
  }
  .contact-modal-content h2 {
    font-size: 22px;
  }
  .contact-option {
    padding: 14px 16px;
  }
  .option-icon {
    width: 44px;
    height: 44px;
  }
  .option-icon svg {
    width: 24px;
    height: 24px;
  }
}

/* Modal de Sucesso */
.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}
.success-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  animation: slideUp 0.3s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.success-icon {
  margin-bottom: 16px;
}
.success-modal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin: 0 0 12px;
  color: #000;
}
.success-modal-content p {
  color: #555;
  margin: 8px 0;
  font-size: 15px;
}
.success-modal-content .email-info {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
  margin: 16px 0;
}
.success-modal-content .email-info strong {
  color: var(--gold-start);
}
.success-modal-content .response-time {
  color: #25D366;
  font-weight: 500;
}
.success-modal-content .btn {
  margin-top: 20px;
  min-width: 120px;
}

/* Lightbox para fotos da frota */
.fleet-image {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fleet-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.image-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image-lightbox.active {
  display: flex;
}
.image-lightbox img {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
  animation: lightboxFadeIn 0.3s ease;
}
@keyframes lightboxFadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1;
}
.lightbox-close:hover {
  color: var(--gold-start);
  transform: scale(1.1);
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border: none;
  cursor: pointer;
  padding: 20px 15px;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 10001;
}
.lightbox-nav:hover {
  background: var(--gold-start);
  color: #000;
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}
.lightbox-caption {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
  .lightbox-close {
    top: 10px;
    right: 15px;
    font-size: 40px;
  }
  .lightbox-nav {
    font-size: 30px;
    padding: 15px 10px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
  .image-lightbox img {
    max-width: 95%;
    max-height: 70vh;
  }
}

.small{font-size:13px}
