/* ── FOTO DO SÉRGIO NO ABOUT ──────────────── */

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ── SERVICE CARD FULL WIDTH (Lavagem) ─────── */

.service-card-full {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.service-card-full .service-icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
.service-card-full h3 { font-size: 1.75rem; margin-bottom: 0.75rem; }

/* ── BANNER LG GARAGE MOTOS ────────────────── */

.motos-banner {
  background: var(--bg-dark);
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-red);
  border-bottom: 3px solid var(--red);
}
.motos-banner-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.motos-icon {
  width: 52px;
  height: 52px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.motos-text { flex: 1; min-width: 200px; }
.motos-text strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: white;
  line-height: 1.1;
}
.motos-text span {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  margin-top: 0.2rem;
  display: block;
}
.motos-cta {
  color: white !important;
  border-color: rgba(255,255,255,0.3) !important;
  white-space: nowrap;
  flex-shrink: 0;
}
.motos-cta:hover {
  border-color: var(--red) !important;
  color: var(--red) !important;
}

/* ── PARCEIROS OFICIAIS ────────────────────── */

.partners-section {
  background: var(--bg-dark);
  padding: 5rem 0;
  border-bottom: 3px solid var(--red);
}
.partners-section .section-title { color: #f0f0f0; }
.partners-section .tag-label { color: var(--red); }
.partners-section .section-line { background: var(--red); }
.partners-sub {
  color: rgba(255,255,255,0.55);
  font-size: 1rem;
  margin-top: 1.25rem;
  line-height: 1.6;
}
.partners-sub strong { color: white; }

.partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
.partner-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid var(--red);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background 0.3s, transform 0.25s;
  text-align: center;
}
.partner-card:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-4px);
}
.partner-exclusive {
  position: absolute;
  top: -1px;
  right: 1.5rem;
  background: var(--red);
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
}
.partner-icon {
  width: 64px;
  height: 64px;
  background: rgba(217,43,43,0.12);
  border: 1px solid var(--border-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--red);
}
.partner-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 0.75rem;
}
.partner-card p {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.partner-cat {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}

@media (max-width: 540px) {
  .partners-grid { grid-template-columns: 1fr; }
}

/* ── BOTÃO WHATSAPP FLUTUANTE ──────────────── */

.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0,0,0,0.15);
  z-index: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0,0,0,0.2);
}

/* ── FORMULÁRIO CARD ───────────────────────── */

.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.contact-form-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
  color: var(--text);
}
.contact-form-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── MAPA ──────────────────────────────────── */

.map-wrap {
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: none;
  filter: saturate(0.75);
}

/* ── CRÉDITO GRUPO AMORIM ──────────────────── */

.dev-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-subtle);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.dev-credit:hover { color: #F0B429; }
.dev-credit strong {
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}
.dev-credit:hover strong { color: #F0B429; }

/* ── FOOTER BOTTOM COM CRÉDITO ─────────────── */

.footer-bottom {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

/* ── SCROLL SPY — NAV ATIVA POR SEÇÃO ──────── */

.nav-links a.active,
.nav-mobile a.active {
  color: white;
}
.nav-links a.active::after {
  transform: scaleX(1);
}

/* ── MOBILE ────────────────────────────────── */

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 52px;
    height: 52px;
  }
  .contact-form-card { padding: 1.75rem; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .dev-credit { white-space: normal; }
}
