:root {
  --bg: #070707;
  --bg-soft: #101010;
  --gold: #d8a431;
  --gold-strong: #e1b447;
  --text: #f2f2f2;
  --muted: #d6d6d6;
  --muted-dark: #333;
  --white-section: #f6f6f6;
  --border: rgba(216,164,49,.35);
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.narrow { width: min(calc(100% - 48px), 1180px); margin: 0 auto; }
.narrow-lg { width: min(calc(100% - 48px), 1260px); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(5,5,5,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px; }
.brand-small { width: 210px; height: 86px; object-fit: contain; max-width: 100%; }
.main-nav { display: flex; align-items: center; gap: 34px; font-family: Oswald, sans-serif; font-size: 1.15rem; }
.main-nav a { color: #efefef; letter-spacing: .02em; }
.main-nav a.active, .main-nav a:hover { color: var(--gold); }
.top-cta, .hero-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--gold); color: #121212; font-weight: 800; border-radius: 8px; border: 1px solid #edc15a;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.18);
}
.top-cta { padding: 18px 24px; font-size: 1.05rem; white-space: nowrap; }
.wa-icon, .icon, .problem-icon, .feature-icon { display: inline-flex; }
.wa-icon svg, .icon svg, .problem-icon svg, .feature-icon svg { width: 100%; height: 100%; }
.top-cta .wa-icon { width: 22px; height: 22px; }
.nav-toggle { display:none; background:none; border:none; padding:0; }
.nav-toggle span { display:block; width:28px; height:3px; background:#fff; margin:5px 0; border-radius:3px; }
.hero-section { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-section::after {
  content:""; position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.72) 30%, rgba(0,0,0,.25) 58%, rgba(0,0,0,.35) 100%);
}
.hero-bg { position:absolute; inset:0; background: radial-gradient(circle at 50% 20%, rgba(216,164,49,.08), transparent 35%), #070707; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 40% 60%; align-items: stretch; min-height: 850px; }
.hero-copy { padding: 30px 0 26px; position: relative; z-index: 2; }
.hero-logo { width: 320px; height: 320px; object-fit: contain; max-width: 75%; margin-bottom: 16px; }
.hero-title {
  font-family: Oswald, sans-serif; text-transform: uppercase; line-height: .95;
  margin: 0 0 18px; letter-spacing: -.015em; color: #fff;
}
.hero-title span { display:block; font-size: clamp(2.6rem, 3.8vw, 5rem); font-weight: 700; }
.hero-title strong { display:block; font-size: clamp(5rem, 7.8vw, 8rem); color: var(--gold); font-weight: 700; }
.hero-text { max-width: 470px; color: var(--muted); font-size: 1.15rem; line-height: 1.55; margin: 0 0 24px; }
.hero-button { padding: 20px 28px; font-size: 1.05rem; margin-bottom: 22px; }
.hero-button .wa-icon { width: 24px; height: 24px; }
.hero-benefits {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 780px;
  border: 1px solid var(--border); border-radius: 10px; overflow: hidden;
  background: rgba(0,0,0,.45);
}
.hero-benefit { display:flex; align-items:center; gap:14px; padding: 18px 16px; border-right: 1px solid var(--border); min-height: 74px; }
.hero-benefit:last-child { border-right: none; }
.hero-benefit .icon { width: 28px; height: 28px; color: var(--gold); flex: 0 0 28px; }
.hero-benefit strong { display:block; font-size: 1rem; color: #f4f4f4; }
.hero-benefit small { display:block; font-size: .98rem; color: #f4f4f4; }
.hero-visual { display:flex; align-items:flex-end; justify-content:flex-end; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.section-light { background: var(--white-section); color: #111; }
.section-title { font-family: Oswald, sans-serif; font-size: clamp(2.2rem, 3vw, 4rem); line-height: 1; text-align:center; text-transform: uppercase; margin: 0 0 10px; }
.section-title span { color: var(--gold); }
.section-title.dark { color: #fff; }
.section-subtitle, .vehicles-subtitle { text-align:center; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 26px; font-size: 1.1rem; }
.section-note { text-align:center; margin: 22px 0 0; color: #2b2b2b; font-size: 1.1rem; line-height: 1.45; }
.problems-section { padding: 34px 0 40px; border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.08); }
.problems-grid { display:grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 28px; }
.problem-item { text-align:center; padding: 10px 18px 8px; border-right: 1px solid rgba(0,0,0,.12); }
.problem-item:last-child { border-right: none; }
.problem-icon { width: 44px; height: 44px; margin: 0 auto 14px; color: var(--gold); }
.problem-item h3 { margin:0; font-size: 1.42rem; line-height: 1.25; color: #181818; }
.vehicles-strip { background: #0b0b0b; padding: 26px 0 24px; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.vehicles-grid { display:grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items:start; }
.vehicle-card img { width: 100%; height: 132px; object-fit: contain; object-position: center bottom; margin-bottom: 8px; }
.vehicle-card h3 { margin: 0; text-align:center; color:#fff; font-family: Oswald, sans-serif; font-size: 1.6rem; }
.features-section { padding: 38px 0 42px; }
.features-grid { display:grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 26px; }
.feature-item { text-align:center; padding: 0 20px; border-right: 1px solid rgba(0,0,0,.12); }
.feature-item:last-child { border-right:none; }
.feature-icon { width: 46px; height:46px; margin: 0 auto 12px; color: var(--gold); }
.feature-item h3 { margin:0 0 10px; font-size: 1.42rem; line-height: 1.2; }
.feature-item p { margin:0; font-size: 1.03rem; color:#333; line-height: 1.45; }
.process-section { padding: 34px 0 38px; background: linear-gradient(180deg, #0a0a0a, #090909); }
.steps-row { display:grid; grid-template-columns: repeat(9, 1fr); align-items:start; gap: 10px; margin-top: 18px; }
.step-item { text-align:center; }
.step-number { width:64px; height:64px; border:3px solid var(--gold); color: var(--gold); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family: Oswald, sans-serif; font-size: 2.1rem; margin: 0 auto 16px; }
.step-item h3 { margin:0 0 8px; font-size: 1.45rem; }
.step-item p { margin:0 auto; max-width: 170px; color:#dadada; line-height:1.45; font-size: .98rem; }
.step-arrow { text-align:center; align-self: start; padding-top: 16px; color: var(--gold); font-size: 3rem; font-family: Oswald, sans-serif; }
.cta-section { position:relative; padding: 26px 0; background: #090909 url('../img/cta-oficina.png') center/cover no-repeat; border-top:1px solid rgba(216,164,49,.45); }
.cta-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.7) 100%); }
.cta-layout { position:relative; z-index:1; display:grid; grid-template-columns: 1.1fr .8fr; align-items:center; gap: 36px; }
.cta-main h2 { margin: 0 0 8px; font-family: Oswald, sans-serif; text-transform: uppercase; font-size: clamp(2.2rem, 3vw, 3.8rem); line-height: .98; }
.cta-main h2 span { color: var(--gold); }
.cta-main p { margin:0 0 18px; font-size: 1.1rem; color: #f2f2f2; }
.cta-button { margin-bottom:0; }
.cta-highlight { border: 2px solid var(--gold); border-radius: 10px; padding: 22px 24px; background: rgba(0,0,0,.4); }
.cta-highlight-head { display:flex; gap:18px; align-items:flex-start; margin-bottom: 18px; }
.cta-highlight .feature-icon { width: 50px; height:50px; margin: 0; }
.cta-highlight h3 { margin:0; font-family: Oswald, sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.cta-highlight p { margin:0; text-align:center; font-size: 1.6rem; line-height: 1.25; color: #f6f6f6; }
.site-footer { background: #070707; border-top: 1px solid rgba(216,164,49,.5); }
.footer-top { padding: 24px 0 22px; }
.footer-grid { display:grid; grid-template-columns: 1.1fr 1.5fr 1.3fr 1.3fr .8fr; gap: 24px; align-items:start; }
.footer-brand img { width: 190px; height: 190px; object-fit: contain; }
.site-footer p, .footer-list li { color:#d0d0d0; font-size: 1rem; line-height: 1.55; }
.site-footer h4 { font-family: Oswald, sans-serif; margin: 0 0 8px; font-size: 1.5rem; color:#fff; }
.footer-list { list-style:none; padding:0; margin:0; }
.social-row { display:flex; gap:10px; }
.social-row a { width:42px; height:42px; border: 1px solid rgba(255,255,255,.28); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.25rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 14px 0; }
.footer-bottom-inner { display:flex; align-items:center; justify-content:space-between; gap:16px; color:#bebebe; font-size:.95rem; }
.float-whatsapp { position: fixed; right: 18px; bottom: 18px; width: 60px; height: 60px; background: #25d366; color: #fff; border-radius:50%; display:flex; align-items:center; justify-content:center; z-index:30; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.float-whatsapp .wa-icon { width: 30px; height: 30px; }

@media (max-width: 1180px) {
  .main-nav { gap: 22px; font-size: 1rem; }
  .top-cta { padding: 16px 18px; font-size: .95rem; }
  .hero-layout { grid-template-columns: 44% 56%; min-height: 740px; }
  .hero-logo { width: 280px; }
  .hero-benefits { grid-template-columns: 1fr; max-width: 420px; }
  .hero-benefit { border-right: none; border-bottom: 1px solid var(--border); }
  .hero-benefit:last-child { border-bottom: none; }
  .problems-grid, .features-grid, .vehicles-grid { gap: 18px; grid-template-columns: repeat(3, 1fr); }
  .problem-item, .feature-item { border-right: none; }
  .steps-row { grid-template-columns: repeat(5, 1fr); }
  .step-arrow { display:none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .topbar-inner { min-height: 78px; }
  .brand-small { width: 180px; height: 72px; }
  .nav-toggle { display:block; margin-left:auto; }
  .main-nav {
    position:absolute; left:0; right:0; top:100%; background:#080808; flex-direction:column; align-items:flex-start;
    padding: 18px 24px 24px; border-bottom:1px solid rgba(255,255,255,.08); display:none;
  }
  .main-nav.open { display:flex; }
  .top-cta { display:none; }
  .hero-section::after { background: linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.78) 46%, rgba(0,0,0,.9) 100%); }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 24px 0 16px; }
  .hero-logo { width: 260px; height: 260px; max-width: 80%; margin: 0 auto 18px; object-fit: contain; }
  .hero-title, .hero-text { text-align:center; margin-left:auto; margin-right:auto; }
  .hero-button { display:flex; width:100%; max-width: 420px; margin-left:auto; margin-right:auto; }
  .hero-benefits { max-width: 100%; }
  .hero-visual { order: -1; min-height: 340px; margin: 0 -24px; }
  .hero-visual img { min-height: 340px; }
  .problems-grid, .vehicles-grid, .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-row { grid-template-columns: 1fr; gap: 26px; }
  .step-item p { max-width: 240px; }
  .cta-layout, .footer-grid, .footer-bottom-inner { grid-template-columns: 1fr; display:grid; }
  .footer-bottom-inner { text-align:center; }
}
@media (max-width: 560px) {
  .container, .narrow, .narrow-lg { width: min(calc(100% - 28px), var(--container)); }
  .brand-small { width: 150px; height: 64px; }
  .hero-title span { font-size: 2.2rem; }
  .hero-title strong { font-size: 4.3rem; }
  .hero-text { font-size: 1rem; }
  .hero-button, .top-cta { font-size: .93rem; padding: 16px 18px; }
  .section-title { font-size: 2rem; }
  .section-subtitle, .vehicles-subtitle, .section-note { font-size: .98rem; }
  .problems-grid, .vehicles-grid, .features-grid { grid-template-columns: 1fr; }
  .problem-item, .feature-item { padding-left: 0; padding-right:0; }
  .vehicle-card img { height: 158px; }
  .cta-main h2 { font-size: 2rem; }
  .cta-highlight h3 { font-size: 1.4rem; }
  .cta-highlight p { font-size: 1.15rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand img { width: 170px; height: 170px; }
}
