/* =========================================================
   CANDIF AUTO PEÇAS — Tema Claro, direto, sem firula
   Público: mecânicos, motoristas, frotistas
   ========================================================= */

/* ---------- TOKENS ---------- */
:root {
  --gold-500: #F5A623;
  --gold-600: #D48806;
  --gold-100: #FFF4DB;
  --ember-500: #E25822;

  --ink-950: #0A0A0A;
  --ink-900: #171717;
  --ink-800: #262626;
  --ink-700: #3F3F3F;
  --ink-600: #525252;
  --ink-500: #737373;
  --ink-400: #A3A3A3;
  --ink-300: #D4D4D4;
  --ink-200: #E5E5E5;
  --ink-100: #F5F5F5;
  --ink-50:  #FAFAFA;
  --white:   #FFFFFF;

  --whatsapp: #25D366;
  --success: #22C55E;
  --danger:  #DC2626;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
}

/* ---------- BASE ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--ink-800);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

section[id] { scroll-margin-top: 96px; }

h1, h2, h3 {
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  letter-spacing: .3px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--ink-950);
  margin: 0;
}

::selection { background: var(--gold-500); color: var(--ink-950); }

/* ---------- UTILITIES ---------- */
.container-xx { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-600);
}
.eyebrow::before {
  content: "";
  width: 28px; height: 3px;
  background: var(--gold-500);
}

.section-title {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 400;
  margin: 10px 0 12px;
  color: var(--ink-950);
}
.section-title .accent { color: var(--gold-600); }

.section-sub {
  max-width: 680px;
  color: var(--ink-600);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.section {
  padding: clamp(64px, 9vw, 110px) 0;
  position: relative;
}
.section-dark {
  background: var(--ink-950);
  color: var(--ink-200);
}
.section-dark .section-title { color: var(--white); }
.section-dark .section-sub { color: var(--ink-300); }
.section-dark .eyebrow { color: var(--gold-500); }

/* ---------- BUTTONS ---------- */
.btn-xx {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.btn-xx i { font-size: 1.1rem; }

.btn-primary {
  background: var(--gold-500);
  color: var(--ink-950);
}
.btn-primary:hover { background: var(--gold-600); color: var(--ink-950); }

.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--white);
}
.btn-whatsapp:hover { background: #1ebe5a; color: var(--white); }

.btn-dark {
  background: var(--ink-950);
  color: var(--white);
}
.btn-dark:hover { background: var(--ink-800); color: var(--white); }

.btn-acesso {
  background: var(--gold-500);
  color: var(--white);
}
.btn-acesso:hover { background: var(--ink-950); color: var(--white); }

.btn-outline {
  background: transparent;
  color: var(--ink-950);
  border: 2px solid var(--ink-950);
}
.btn-outline:hover { background: var(--ink-950); color: var(--white); }

.btn-big { padding: 18px 36px; font-size: 1.1rem; }
.btn-big i { font-size: 1.3rem; }

/* ---------- TOP BAR ---------- */
.top-bar {
  background: var(--ink-950);
  color: var(--ink-200);
  font-size: .85rem;
  padding: 10px 0;
}
.top-bar .container-xx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.top-bar .info-group { display: flex; gap: 22px; flex-wrap: wrap; }
.top-bar span i { color: var(--gold-500); margin-right: 6px; }

/* ---------- NAVBAR ---------- */
.nav-xx {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--ink-200);
  transition: box-shadow .2s ease;
}
.nav-xx.scrolled {
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.nav-xx .container-xx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 32px;
}
.nav-xx .brand img { max-height: 52px; width: auto; }
.nav-xx .nav-links {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0; padding: 0;
  align-items: center;
}
.nav-xx .nav-links a {
  display: inline-flex;
  padding: 10px 14px;
  color: var(--ink-800);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border-radius: var(--radius-sm);
}
.nav-xx .nav-links a:hover { color: var(--gold-600); background: var(--ink-50); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--ink-950);
  font-size: 1.8rem;
  cursor: pointer;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background: var(--ink-50);
  padding: 60px 0 72px;
  border-bottom: 1px solid var(--ink-200);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: stretch;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--gold-100);
  border: 1px solid var(--gold-500);
  color: var(--gold-600);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--ink-950);
  margin: 0 0 18px;
}
.hero h1 .accent-gold { color: var(--gold-600); }
.accent-gold { color: var(--gold-600); }

.hero-lead {
  font-size: 1.2rem;
  color: var(--ink-700);
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.hero-lead strong { color: var(--ink-950); font-weight: 700; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 28px;
  max-width: 560px;
}
.hero-features .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  font-size: .98rem;
  color: var(--ink-800);
  font-weight: 600;
}
.hero-features .feature i {
  color: var(--gold-600);
  font-size: 1.3rem;
  flex-shrink: 0;
}

.hero-visual {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  height: 100%;
  align-self: stretch;
}
.hero-visual .product {
  max-width: 100%;
  max-height: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.15));
}
.hero-visual .visual-tag {
  position: absolute;
  top: 20px; left: 20px;
  background: var(--ink-950);
  color: var(--gold-500);
  font-family: 'Anton', sans-serif;
  font-size: 1rem;
  padding: 8px 14px;
  letter-spacing: 2px;
  border-radius: var(--radius-sm);
}

/* ---------- BRANDS (strip) ---------- */
.brands-strip {
  background: var(--white);
  padding: 40px 0;
  border-bottom: 1px solid var(--ink-200);
}
.brands-strip .bs-label {
  text-align: center;
  font-size: .8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 700;
  margin-bottom: 26px;
}
.brands-strip .bs-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 6vw, 80px);
  flex-wrap: wrap;
}
.brands-strip .brand-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
  border: 2px solid transparent !important;
  box-shadow: none !important;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, transform .15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  color: inherit;
  outline: none;
  margin: 0;
  line-height: 0;
}
.brands-strip .brand-btn img {
  height: 52px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .7;
  transition: filter .2s ease, opacity .2s ease;
  pointer-events: none;
  display: block;
}
.brands-strip .brand-btn:hover {
  border-color: var(--gold-500) !important;
  background: var(--gold-100) !important;
}
.brands-strip .brand-btn:focus-visible {
  border-color: var(--gold-500) !important;
  background: var(--gold-100) !important;
}
.brands-strip .brand-btn:focus:not(:focus-visible) {
  border-color: transparent !important;
  background: transparent !important;
}
.brands-strip .brand-btn:hover img,
.brands-strip .brand-btn:focus-visible img {
  filter: grayscale(0);
  opacity: 1;
}
.brands-strip .brand-btn:active { transform: scale(.97); }

/* ---------- CATÁLOGO DE PRODUTOS ---------- */
.catalog { background: var(--ink-50); }
.catalog-header { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.catalog-header .eyebrow { justify-content: center; }
.catalog-header .section-sub { margin: 0 auto; }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease;
}
.product-card:hover { border-color: var(--gold-500); }

.product-card .product-image {
  background: var(--ink-50);
  padding: 28px;
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--ink-200);
}
.product-card .product-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.product-card .product-image .tag-stock {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--success);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.product-card .product-image .tag-stock::before {
  content: "●"; font-size: .7rem;
}
.product-card .product-image .tag-brand {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--ink-950);
  color: var(--white);
  font-family: 'Anton', sans-serif;
  font-size: .82rem;
  padding: 5px 10px;
  letter-spacing: 2px;
  border-radius: var(--radius-sm);
}
.product-card .product-icon-big {
  font-size: 5rem;
  color: var(--ink-300);
}
.product-card .product-body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card h3 {
  font-size: 1.35rem;
  color: var(--ink-950);
  margin: 0 0 8px;
  font-family: 'Anton', sans-serif;
}
.product-card .product-model {
  font-family: 'Space Grotesk', monospace;
  font-size: .92rem;
  color: var(--gold-600);
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: .3px;
}
.product-card .product-desc {
  color: var(--ink-600);
  font-size: .95rem;
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}
.product-card .product-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 4px;
  font-size: .88rem;
  color: var(--ink-700);
}
.product-card .product-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-card .product-specs li i { color: var(--gold-600); font-size: .95rem; }
.product-card .product-cta {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-card .btn-consult {
  background: var(--whatsapp);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.product-card .btn-consult:hover { background: #1ebe5a; color: var(--white); }

/* ---------- CAMINHÕES ATENDIDOS ---------- */
.trucks { background: var(--white); }
.trucks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.truck-brand-card {
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  padding: 32px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: center;
}
.truck-brand-card .tb-logo {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.truck-brand-card .tb-logo img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}
.truck-brand-card .tb-body h3 {
  font-size: 1.6rem;
  color: var(--ink-950);
  margin: 0 0 8px;
}
.truck-brand-card .tb-body p {
  font-size: .95rem;
  color: var(--ink-600);
  margin: 0 0 14px;
}
.truck-brand-card .tb-models {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.truck-brand-card .tb-models .model-chip {
  background: var(--white);
  border: 1px solid var(--ink-300);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink-800);
  font-family: 'Space Grotesk', monospace;
}

/* ---------- STATS ---------- */
.stats {
  background: var(--ink-950);
  color: var(--white);
  padding: 64px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat { text-align: center; }
.stat .num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 700;
  color: var(--gold-500);
  line-height: 1;
  display: block;
}
.stat .num .plus { color: var(--gold-500); }
.stat .label {
  margin-top: 8px;
  font-size: .88rem;
  color: var(--ink-300);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* ---------- SOBRE / VALORES ---------- */
.about { background: var(--white); }
.about-header { max-width: 780px; margin-bottom: 48px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.value-card {
  position: relative;
  padding: 32px 28px;
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-top: 4px solid var(--gold-500);
  border-radius: var(--radius-md);
}
.value-card .icon-wrap {
  display: inline-flex;
  width: 56px; height: 56px;
  background: var(--gold-100);
  color: var(--gold-600);
  border-radius: var(--radius-md);
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.value-card h3 {
  font-size: 1.35rem;
  color: var(--ink-950);
  margin: 0 0 10px;
}
.value-card p {
  color: var(--ink-600);
  line-height: 1.65;
  margin: 0;
  font-size: 1rem;
}

/* ---------- POR QUE CANDIF ---------- */
.why { background: var(--ink-50); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 42px;
}
.why-item {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  padding: 26px;
  text-align: center;
}
.why-item .icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--gold-100);
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
  border: 2px solid var(--gold-500);
}
.why-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--ink-950);
}
.why-item p {
  color: var(--ink-600);
  font-size: .94rem;
  line-height: 1.55;
  margin: 0;
}

/* ---------- EQUIPE ---------- */
.team { background: var(--white); }
.team-header { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.team-header .eyebrow { justify-content: center; }
.team-header .section-sub { margin: 0 auto; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.team-card {
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease;
}
.team-card:hover { border-color: var(--gold-500); }

.team-photo {
  position: relative;
  background: var(--white);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid var(--ink-200);
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-role {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: var(--ink-950);
  color: var(--gold-500);
  font-family: 'Anton', sans-serif;
  font-size: .85rem;
  padding: 6px 12px;
  letter-spacing: 1.5px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.team-body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.team-name {
  font-size: 1.35rem;
  color: var(--ink-950);
  margin: 0 0 4px;
  font-family: 'Anton', sans-serif;
  letter-spacing: .5px;
}
.team-title {
  font-size: .85rem;
  color: var(--gold-600);
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.team-desc {
  color: var(--ink-600);
  font-size: .96rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr; max-width: 420px; }
}

/* ---------- DEPOIMENTOS ---------- */
.testimonials { background: var(--white); }
.testimonials .tst-header { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.testimonials .tst-header .eyebrow { justify-content: center; }
.testimonials .tst-header .section-sub { margin: 0 auto; }

.tst-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.tst-track {
  display: flex;
  transition: transform .5s ease;
}
.tst-slide { min-width: 100%; padding: 0 10px; }
.tst-card {
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  text-align: center;
}
.tst-card .quote-mark {
  font-family: 'Anton', sans-serif;
  font-size: 3.5rem;
  color: var(--gold-500);
  line-height: 1;
  margin-bottom: 8px;
}
.tst-card blockquote {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--ink-800);
  margin: 0 0 24px;
  font-weight: 400;
  font-style: italic;
}
.tst-card .stars { color: var(--gold-500); letter-spacing: 3px; font-size: 1rem; display: inline-block; margin-bottom: 16px; }
.tst-card .tst-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.tst-card .avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 2px solid var(--gold-500);
  padding: 2px;
  background: var(--white);
}
.tst-card .avatar img { width: 100%; height: 100%; border-radius: 50%; }
.tst-card .who { text-align: left; }
.tst-card .who h5 {
  margin: 0; color: var(--ink-950);
  font-family: 'Inter', sans-serif; text-transform: none;
  font-size: 1rem; font-weight: 700;
}
.tst-card .who span { color: var(--ink-500); font-size: .85rem; }

.tst-controls { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.tst-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--ink-300);
  color: var(--ink-800);
  cursor: pointer;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tst-btn:hover { background: var(--gold-500); color: var(--ink-950); border-color: var(--gold-500); }

.tst-dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.tst-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--ink-300);
  border: none;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.tst-dot.active { background: var(--gold-500); width: 24px; border-radius: 8px; }

/* ---------- FAQ ---------- */
.faq { background: var(--ink-50); }
.faq-header { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.faq-header .eyebrow { justify-content: center; }

.faq-grid { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-item.open { border-color: var(--gold-500); }
.faq-q {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  color: var(--ink-950);
}
.faq-q .plus-icon {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--ink-100);
  color: var(--ink-950);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: background .2s ease, transform .2s ease;
}
.faq-item.open .plus-icon {
  background: var(--gold-500);
  color: var(--ink-950);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 24px;
  color: var(--ink-600);
  line-height: 1.7;
  font-size: 1rem;
}
.faq-item.open .faq-a { max-height: 260px; padding: 0 24px 22px; }

/* ---------- CTA STRIP ---------- */
.cta-strip {
  background: var(--gold-500);
  padding: 60px 0;
}
.cta-strip .container-xx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-strip h2 {
  color: var(--ink-950);
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  max-width: 680px;
  margin: 0 0 8px;
}
.cta-strip p {
  color: var(--ink-900);
  font-size: 1.05rem;
  margin: 0;
  max-width: 560px;
}
.cta-strip .btn-xx {
  background: var(--ink-950);
  color: var(--white);
  padding: 18px 32px;
  font-size: 1.05rem;
}
.cta-strip .btn-xx:hover { background: var(--ink-800); color: var(--white); }

/* ---------- CONTATO ---------- */
.contact { background: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  margin-top: 42px;
}
.contact-info-col { display: grid; gap: 18px; }
.info-card {
  background: var(--ink-50);
  border-radius: var(--radius-md);
  padding: 26px;
  border: 1px solid var(--ink-200);
}
.info-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  color: var(--gold-600);
  margin: 0 0 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .i-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: var(--radius-sm);
  background: var(--gold-100);
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border: 1px solid var(--gold-500);
}
.info-list .i-body .label {
  font-size: .72rem;
  font-weight: 700;
  color: var(--ink-500);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.info-list .i-body .value {
  font-size: 1.05rem;
  color: var(--ink-950);
  font-weight: 600;
  line-height: 1.45;
}
.info-list .i-body a { color: var(--ink-950); text-decoration: none; }
.info-list .i-body a:hover { color: var(--gold-600); }

.hours-table { width: 100%; }
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--ink-200);
  font-size: 1rem;
}
.hours-row:last-child { border-bottom: none; }
.hours-row .day { font-weight: 700; color: var(--ink-900); }
.hours-row .time { color: var(--ink-600); font-weight: 500; }
.hours-row.closed .time { color: var(--danger); font-weight: 700; }
.hours-row.today { background: var(--gold-100); margin: 0 -14px; padding: 12px 14px; border-radius: var(--radius-sm); border-bottom: 1px solid var(--gold-500); }
.hours-row.today .day, .hours-row.today .time { color: var(--gold-600); }
.hours-row.today .day::before {
  content: "●";
  color: var(--success);
  margin-right: 8px;
  font-size: .7rem;
  vertical-align: middle;
}

.social-row { display: flex; gap: 10px; flex-wrap: wrap; }
.social-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--ink-300);
  color: var(--ink-800);
  background: var(--white);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 600;
}
.social-row a.fb:hover { background: #1877F2; color: var(--white); border-color: #1877F2; }
.social-row a.ig:hover { background: linear-gradient(45deg,#F58529,#DD2A7B,#8134AF); color: var(--white); border-color: transparent; }
.social-row a.wa:hover { background: var(--whatsapp); color: var(--white); border-color: var(--whatsapp); }

.map-card {
  background: var(--ink-50);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--ink-200);
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.map-card iframe { flex: 1; width: 100%; border: 0; min-height: 420px; }
.map-footer {
  padding: 18px 22px;
  background: var(--ink-950);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.map-footer .addr-text { font-size: .92rem; color: var(--ink-100); }
.map-footer .addr-text strong { color: var(--gold-500); font-family: 'Anton', sans-serif; letter-spacing: 1.5px; }

/* ---------- FOOTER (CONVERTE) ---------- */
.site-footer {
  background: var(--ink-950);
  color: var(--ink-300);
  padding: 64px 0 24px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.25fr;
  gap: 56px;
  padding-bottom: 32px;
}
.footer-brand-col .footer-logo { max-height: 56px; width: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-desc { color: var(--ink-400); font-size: .92rem; line-height: 1.65; max-width: 360px; margin: 0 0 22px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.05rem;
  transition: background .2s ease;
}
.footer-socials a:hover { background: var(--gold-500); color: var(--ink-950); }

.footer-heading {
  font-family: 'Inter', sans-serif;
  color: var(--white);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 36px; height: 2px;
  background: var(--gold-500);
}
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { padding: 5px 0; }
.footer-links a { color: var(--ink-300); text-decoration: none; font-size: .95rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--gold-500); }
.footer-contact li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: .93rem; color: var(--ink-300); }
.footer-contact li i { color: var(--white); width: 18px; flex-shrink: 0; }
.footer-contact li a { color: var(--ink-300); text-decoration: none; }
.footer-contact li a:hover { color: var(--gold-500); }

.footer-credits { margin-top: 22px; font-size: .84rem; color: var(--ink-400); }
.footer-credits .copy-line { margin: 0 0 10px; color: var(--ink-300); }
.footer-credits .dev-line { margin: 0 0 6px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; color: var(--ink-300); }
.converte-mark { display: inline-flex; align-items: center; gap: 4px; color: var(--white); font-weight: 600; text-decoration: none; }
.converte-mark:hover { opacity: .8; }
.converte-logo-img { height: 22px; width: auto; display: block; }
.site-link { color: #6FA8DC; font-size: .84rem; text-decoration: none; }
.site-link:hover { color: var(--gold-500); }

.footer-hr { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 14px 0 20px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .84rem; color: var(--ink-500); }
.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  color: var(--ink-200);
  border-radius: 999px;
  text-decoration: none;
  font-size: .85rem;
}
.back-to-top:hover { background: var(--gold-500); color: var(--ink-950); border-color: var(--gold-500); }

/* ---------- WHATSAPP FLOAT ---------- */
.wa-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 99;
  background: var(--whatsapp);
  color: var(--white);
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(37,211,102,.45);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.wa-float i { font-size: 1.4rem; }
.wa-float:hover { background: #1ebe5a; color: var(--white); }

/* ---------- REVEAL DESABILITADO ---------- */
.reveal, .reveal.slide-left, .reveal.slide-right,
.reveal.delay-1, .reveal.delay-2, .reveal.delay-3 {
  opacity: 1;
  transform: none;
  transition: none;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 480px; margin: 0 auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .trucks-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .top-bar { font-size: .78rem; }
  .top-bar .info-group { gap: 12px; }
  .nav-xx .nav-links {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: var(--white);
    padding: 14px;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    border-bottom: 1px solid var(--ink-200);
  }
  .nav-xx .nav-links.open { max-height: 420px; padding: 14px; }
  .nav-xx .nav-links a { width: 100%; padding: 14px 16px; border-radius: var(--radius-sm); }
  .nav-toggle { display: inline-flex; }
  .hero-features { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .cta-strip .container-xx { flex-direction: column; text-align: center; align-items: flex-start; }
  .truck-brand-card { grid-template-columns: 1fr; text-align: center; }
  .truck-brand-card .tb-logo { max-width: 160px; margin: 0 auto; }
  .truck-brand-card .tb-models { justify-content: center; }
  .tst-card { padding: 32px 22px; }
  .wa-float span { display: none; }
  .wa-float { padding: 16px; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 2rem; }
  .hero h1 { font-size: 2.2rem; }
}

/* ============================================================
   BRAND MODAL
   ============================================================ */
.brand-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.brand-modal.open {
  display: flex;
  animation: bm-fade .2s ease;
}
.bm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, .72);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.bm-dialog {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 32px 32px;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
  animation: bm-pop .25s cubic-bezier(.2, .8, .2, 1);
}
.bm-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--ink-100);
  color: var(--ink-800);
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.bm-close:hover {
  background: var(--ink-950);
  color: var(--gold-500);
}
.bm-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.bm-logo {
  width: 84px;
  height: 84px;
  border-radius: var(--radius-md);
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-shrink: 0;
}
.bm-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.bm-head-text { display: flex; flex-direction: column; gap: 4px; }
.bm-origin {
  font-size: .78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-600);
  font-weight: 700;
}
.bm-title {
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  color: var(--ink-950);
  margin: 0;
  letter-spacing: 1px;
}
.bm-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-700);
  margin: 0 0 22px;
}
.bm-specs-title {
  font-size: .78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 700;
  margin: 0 0 12px;
}
.bm-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 8px;
}
.bm-specs li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
  color: var(--ink-800);
}
.bm-specs li i {
  color: var(--gold-600);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 3px;
}
.bm-models-wrap { margin-bottom: 24px; }
.bm-models {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bm-models .chip {
  background: var(--ink-100);
  color: var(--ink-900);
  font-weight: 600;
  font-size: .85rem;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--ink-200);
}
.bm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--whatsapp);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 22px;
  border-radius: var(--radius-md);
  transition: background .15s ease, transform .1s ease;
}
.bm-cta:hover { background: #1FB755; }
.bm-cta:active { transform: scale(.98); }
.bm-cta i { font-size: 1.2rem; }

/* ============================================================
   LOGIN MODAL
   ============================================================ */
.login-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.login-modal.open {
  display: flex;
  animation: bm-fade .2s ease;
}
.login-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, .76);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.login-dialog {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 38px 32px 32px;
  max-width: 440px;
  width: 100%;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
  animation: bm-pop .25s cubic-bezier(.2, .8, .2, 1);
}
.login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--ink-100);
  color: var(--ink-800);
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.login-close:hover {
  background: var(--ink-950);
  color: var(--gold-500);
}
.login-header {
  margin-bottom: 24px;
}
.login-title {
  font-size: 2rem;
  margin: 10px 0 8px;
}
.login-subtitle {
  color: var(--ink-600);
  margin: 0;
  font-size: .98rem;
  line-height: 1.55;
}
.login-form {
  display: grid;
  gap: 16px;
}
.login-field {
  display: grid;
  gap: 6px;
}
.login-field label {
  color: var(--ink-800);
  font-size: .88rem;
  font-weight: 700;
}
.login-field input {
  width: 100%;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink-950);
  font: inherit;
  font-size: 1rem;
  padding: 13px 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.login-field input:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, .18);
}
.login-message {
  min-height: 20px;
  margin: 0;
  font-size: .88rem;
  font-weight: 700;
  color: var(--danger);
}
.login-message.success {
  color: var(--success);
}
.login-submit {
  width: 100%;
  justify-content: center;
  margin-top: 2px;
}
.login-submit:disabled {
  opacity: .7;
  cursor: wait;
}

@keyframes bm-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes bm-pop {
  from { opacity: 0; transform: scale(.92) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 560px) {
  .bm-dialog { padding: 28px 20px 24px; }
  .login-dialog { padding: 32px 20px 24px; }
  .bm-header { gap: 14px; }
  .bm-logo { width: 64px; height: 64px; padding: 8px; }
  .bm-title { font-size: 1.6rem; }
  .login-title { font-size: 1.7rem; }
  .bm-desc { font-size: .95rem; }
}
