:root {
  --bg: #111214;
  --bg-soft: #191b1f;
  --panel: rgba(23, 25, 30, 0.86);
  --panel-strong: rgba(16, 17, 20, 0.94);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 182, 73, 0.28);
  --text: #f4f1ea;
  --muted: #b8bdc8;
  --accent: #ff8f1f;
  --accent-strong: #ff6a00;
  --accent-soft: #ffd38c;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.18), transparent 24%),
    radial-gradient(circle at 20% 0%, rgba(255, 221, 160, 0.08), transparent 18%),
    linear-gradient(180deg, #0d0e10 0%, #17191d 42%, #121317 100%);
}

body.lightbox-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 5, 0.92);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand img {
  width: 172px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: white;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-link {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: white;
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #180b00;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 16px 32px rgba(255, 106, 0, 0.22);
}

.btn-whatsapp {
  color: white;
  background: linear-gradient(135deg, #2ac769, #168f49);
  box-shadow: 0 16px 32px rgba(22, 143, 73, 0.22);
}

.btn-secondary {
  color: white;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.btn-small {
  padding: 11px 18px;
}

.btn-card {
  flex: 0 1 auto;
  min-width: 0;
  padding: 11px 16px;
  font-size: 0.92rem;
}

.hero {
  padding: 34px 0 22px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, 0.98fr);
  gap: 22px;
  align-items: stretch;
}

.kicker {
  margin: 0 0 14px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.77rem;
  font-weight: 800;
}

.hero-copy h1,
.section-heading h2,
.story-panel h2,
.cta-ribbon h2,
.contact-card h2,
.location-copy h2,
.hero-feature-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.97;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(2.45rem, 4.7vw, 4.55rem);
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.hero-text,
.section-heading p,
.story-panel p,
.contact-panel p,
.hero-feature-card p,
.benefit-item span,
.process-grid p,
.form-note,
.location-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 49ch;
  margin: 14px 0 0;
  font-size: 0.98rem;
}

.hero-partner-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 242, 236, 0.92));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.hero-partner-mark picture {
  display: block;
  width: min(100%, 210px);
}

.hero-partner-mark img {
  width: 100%;
  height: auto;
}

.hero-actions,
.card-actions,
.cta-ribbon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin: 22px 0 18px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-points div,
.hero-feature-card,
.stock-card,
.benefits-panel,
.contact-card,
.location-grid,
.cred-grid article,
.process-grid article,
.cta-ribbon-inner {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-points div {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.hero-points strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-points span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-stage {
  display: grid;
  gap: 14px;
}

.hero-stage-top {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
}

.hero-stock-panel,
.contact-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
}

.hero-stock-panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 22px;
  min-height: 240px;
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.hero-stock-panel-head,
.hero-stock-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-stock-panel-head span {
  font-size: 0.88rem;
}

.hero-stock-panel-head span {
  color: var(--muted);
}

.hero-stock-panel-foot {
  justify-content: flex-end;
  margin-top: 4px;
}

.hero-stock-panel-foot .btn {
  margin-left: auto;
  min-width: 150px;
  align-self: flex-end;
}

.hero-rotator {
  position: relative;
  min-height: 328px;
  margin: 14px 0;
}

.hero-vehicle-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 11, 14, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-vehicle-card.is-visible,
.hero-vehicle-card-static {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-vehicle-card-static {
  position: relative;
  animation: none;
}

.hero-vehicle-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-vehicle-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-vehicle-price {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  color: white;
}

.hero-vehicle-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-vehicle-visual img,
.stock-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-vehicle-visual::before {
  content: "";
  position: absolute;
  inset: auto 12% 18px;
  height: 54px;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 191, 118, 0.55));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  clip-path: polygon(6% 86%, 11% 48%, 23% 33%, 40% 27%, 60% 28%, 73% 36%, 87% 52%, 94% 84%, 82% 88%, 74% 70%, 26% 70%, 17% 88%);
}

.hero-vehicle-visual::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 12px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(6px);
}

.hero-vehicle-visual-image::before,
.hero-vehicle-visual-image::after,
.stock-visual-image::before,
.stock-visual-image::after {
  display: none;
}

.hero-vehicle-visual-one {
  background:
    radial-gradient(circle at 75% 28%, rgba(255, 221, 160, 0.34), transparent 22%),
    linear-gradient(135deg, rgba(255, 143, 31, 0.34), rgba(28, 31, 36, 0.86)),
    #22262c;
}

.hero-vehicle-visual-two {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 230, 184, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(24, 27, 33, 0.88)),
    #1d2025;
}

.hero-vehicle-visual-three {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 187, 92, 0.22), transparent 18%),
    linear-gradient(135deg, rgba(255, 143, 31, 0.22), rgba(18, 21, 25, 0.9)),
    #191c21;
}

.hero-vehicle-meta h3 {
  margin: 0 0 6px;
  font-size: 1.18rem;
}

.hero-vehicle-meta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-panel {
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.22), transparent 32%),
    var(--panel);
}

.panel-label {
  margin: 0 0 12px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}

.contact-panel a {
  display: block;
}

.contact-link-phone {
  margin-bottom: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-link-email,
.location-email {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-soft);
  word-break: break-word;
}

.contact-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-feature-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 143, 31, 0.14), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
}

.hero-feature-card h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 8px;
}

.feature-metrics {
  display: grid;
  gap: 12px;
}

.feature-metrics div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-metrics span,
.benefit-item span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.feature-metrics strong,
.benefit-item strong {
  font-size: 1rem;
  line-height: 1.45;
}

.cred-strip {
  padding: 0 0 44px;
}

.cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cred-grid article {
  padding: 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.cred-index {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.cred-grid h3,
.stock-title-row h3,
.process-grid h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.cred-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section {
  padding: 76px 0;
}

.section-dark {
  background:
    radial-gradient(circle at left center, rgba(255, 143, 31, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-heading,
.split-layout,
.form-layout,
.location-grid,
.footer-row,
.cta-ribbon-inner {
  display: grid;
  gap: 24px;
}

.section-heading {
  grid-template-columns: 1fr 0.86fr;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 5vw, 3.7rem);
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.stock-showcase {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 20px;
}

.stock-showcase-full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stock-card {
  display: grid;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.stock-card-empty {
  min-height: 220px;
  align-items: center;
}

.stock-card-featured {
  border-color: var(--line-strong);
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px 0;
}

.stock-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #190b00;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stock-tag-muted {
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

.stock-visual {
  min-height: 238px;
  padding: 20px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.stock-visual-image {
  padding: 0;
}

.gallery-main-button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  touch-action: manipulation;
}

.stock-gallery-controls {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gallery-nav {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(10, 11, 14, 0.72);
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  background: rgba(255, 143, 31, 0.88);
  border-color: rgba(255, 211, 140, 0.65);
}

.gallery-count {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 11, 14, 0.72);
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.stock-visual-image .visual-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.stock-visual::before,
.stock-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  transform: rotate(-12deg);
}

.visual-one {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 221, 160, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(255, 143, 31, 0.3), rgba(32, 36, 42, 0.55)),
    #21252b;
}

.visual-one::before {
  width: 380px;
  height: 380px;
  right: -120px;
  top: -120px;
  background: rgba(255, 255, 255, 0.06);
}

.visual-one::after {
  width: 290px;
  height: 64px;
  left: 28px;
  bottom: 42px;
  background: linear-gradient(90deg, rgba(255, 143, 31, 0.6), rgba(255, 255, 255, 0.06));
}

.visual-two {
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.28), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(14, 15, 18, 0.7)),
    #1f2227;
}

.visual-two::before {
  width: 280px;
  height: 280px;
  right: -80px;
  top: -120px;
  background: rgba(255, 255, 255, 0.05);
}

.visual-two::after {
  width: 240px;
  height: 56px;
  left: 20px;
  bottom: 38px;
  background: linear-gradient(90deg, rgba(255, 143, 31, 0.42), rgba(255, 255, 255, 0.04));
}

.visual-three {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 205, 118, 0.16), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(19, 21, 25, 0.78)),
    #1d2025;
}

.visual-three::before {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  background: rgba(255, 255, 255, 0.04);
}

.visual-three::after {
  width: 210px;
  height: 52px;
  left: 20px;
  bottom: 34px;
  background: linear-gradient(90deg, rgba(255, 143, 31, 0.38), rgba(255, 255, 255, 0.03));
}

.visual-label {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stock-body {
  padding: 22px;
}

.stock-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.stock-title-row p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.stock-title-row strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--accent-soft);
}

.stock-specs {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.stock-specs li {
  padding-left: 18px;
  color: var(--muted);
  position: relative;
  line-height: 1.6;
}

.stock-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.split-layout {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
}

.story-panel h2 {
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  margin-bottom: 16px;
}

.story-panel p {
  margin: 0 0 16px;
}

.benefits-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.18), transparent 26%),
    var(--panel);
}

.benefit-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid article {
  padding: 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
}

.process-grid p {
  margin: 0;
}

.warranty-band {
  padding-top: 10px;
}

.warranty-band-inner {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    var(--panel-strong);
}

.warranty-copy {
  max-width: 58ch;
}

.warranty-copy h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.3rem);
  margin-bottom: 14px;
}

.warranty-copy p {
  margin: 0;
}

.warranty-side {
  display: grid;
  gap: 16px;
  align-content: center;
}

.approval-card {
  margin: 0;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 242, 236, 0.94));
}

.approval-card-frame {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
  border-radius: 22px;
  background: white;
}

.approval-card picture {
  display: block;
  width: min(100%, 420px);
}

.approval-card img {
  width: 100%;
  height: auto;
}

.approval-card-frame img {
  width: min(100%, 320px);
}

.approval-card figcaption {
  margin-top: 14px;
  color: #41444c;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 700;
}

.approval-card figcaption span {
  display: block;
  margin-bottom: 6px;
  color: #d9441d;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.warranty-highlights {
  display: grid;
  gap: 14px;
  align-content: center;
}

.warranty-highlights .benefit-item {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.04);
}

.cta-ribbon {
  padding-top: 8px;
}

.cta-ribbon-inner {
  grid-template-columns: 1.16fr 0.84fr;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 143, 31, 0.16), rgba(255, 255, 255, 0.025)),
    var(--panel-strong);
}

.cta-ribbon h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cta-ribbon-actions {
  justify-content: flex-end;
}

.form-layout {
  grid-template-columns: 1fr 1fr;
}

.contact-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.contact-card-contrast {
  background:
    radial-gradient(circle at top right, rgba(255, 143, 31, 0.2), transparent 24%),
    rgba(18, 19, 23, 0.96);
}

.card-heading {
  margin-bottom: 10px;
}

.form-intro {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.75;
}

.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-card label {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
  color: #f7f7f8;
}

.contact-card input,
.contact-card textarea,
.contact-card select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  color: white;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-sm);
  outline: none;
}

.contact-card select,
.contact-card select option {
  color: #111214;
  background: #f4f1ea;
}

.contact-card input:focus,
.contact-card textarea:focus,
.contact-card select:focus {
  border-color: rgba(255, 143, 31, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 143, 31, 0.14);
}

.location-section {
  padding-top: 8px;
}

.location-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.location-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.location-links {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.location-links a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.location-links .btn-whatsapp {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0;
}

.location-links .location-email {
  font-family: "Manrope", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
}

.stock-page-hero {
  padding-bottom: 22px;
}

.stock-page-hero-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: end;
}

.stock-page-hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 6vw, 5.1rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.stock-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer {
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 143, 31, 0.16), transparent 24%),
    rgba(6, 7, 10, 0.88);
  backdrop-filter: blur(16px);
}

.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(12, 13, 16, 0.96);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.gallery-lightbox-nav {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-image {
  width: 100%;
  max-height: min(76vh, 820px);
  border-radius: 22px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.28);
}

.gallery-lightbox-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.gallery-lightbox-caption,
.gallery-lightbox-count {
  margin: 0;
}

.gallery-lightbox-caption {
  font-size: 1.05rem;
  font-weight: 700;
}

.gallery-lightbox-count {
  color: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-row {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.footer-brand img {
  width: 142px;
}

.footer-row p {
  margin: 0;
  justify-self: end;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .hero-layout,
  .stock-showcase,
  .split-layout,
  .process-grid,
  .warranty-band-inner,
  .form-layout,
  .cta-ribbon-inner,
  .location-grid,
  .stock-page-hero-inner,
  .stock-showcase-full {
    grid-template-columns: 1fr;
  }

  .hero-stage-top,
  .hero-feature-card,
  .section-heading,
  .cred-grid {
    grid-template-columns: 1fr;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .cta-ribbon-actions,
  .location-links,
  .stock-page-hero-actions {
    justify-content: flex-start;
    justify-items: start;
  }

  .hero {
    padding: 42px 0 26px;
  }

  .section {
    padding: 62px 0;
  }

  .hero-copy h1,
  .section-heading h2,
  .story-panel h2,
  .contact-card h2,
  .location-copy h2 {
    max-width: 12ch;
  }

  .hero-stock-panel,
  .contact-panel,
  .hero-feature-card,
  .contact-card,
  .location-grid,
  .warranty-band-inner,
  .cta-ribbon-inner {
    padding: 24px;
  }

  .stock-showcase {
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 640px);
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .nav-row {
    gap: 12px;
    min-height: 76px;
  }

  .header-actions {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    margin-left: 0;
    border-radius: 18px;
    background: rgba(20, 22, 26, 0.98);
    border: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .hero {
    padding: 24px 0 18px;
  }

  .hero-partner-mark {
    padding: 8px 10px;
    border-radius: 18px;
  }

  .hero-partner-mark picture {
    width: min(100%, 180px);
  }

  .approval-card {
    padding: 16px;
    border-radius: 22px;
  }

  .approval-card-frame {
    padding: 10px;
    border-radius: 18px;
  }

  .approval-card picture {
    width: min(100%, 360px);
  }

  .approval-card-frame img {
    width: min(100%, 280px);
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 9.2vw, 3.5rem);
  }

  .hero-copy h1 span:last-child {
    white-space: normal;
  }

  .brand img {
    width: 132px;
  }

  .kicker,
  .panel-label,
  .contact-link-email,
  .location-email {
    letter-spacing: 0.12em;
  }

  .hero-text,
  .section-heading p,
  .story-panel p,
  .contact-panel p,
  .hero-feature-card p,
  .form-intro,
  .location-copy p {
    line-height: 1.65;
    font-size: 0.96rem;
  }

  .hero-actions,
  .card-actions,
  .contact-panel-actions,
  .cta-ribbon-actions,
  .stock-page-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .card-actions .btn,
  .contact-panel-actions .btn,
  .cta-ribbon-actions .btn,
  .stock-page-hero-actions .btn {
    width: 100%;
  }

  .hero-points div,
  .benefit-item,
  .process-grid article,
  .cred-grid article,
  .feature-metrics div {
    padding: 16px;
  }

  .hero-stock-panel-head,
  .hero-stock-panel-foot,
  .hero-vehicle-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stock-panel-foot .btn {
    margin-left: 0;
    align-self: flex-start;
  }

  .hero-stock-panel,
  .contact-panel,
  .hero-feature-card,
  .contact-card,
  .location-grid,
  .warranty-band-inner,
  .cta-ribbon-inner {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-rotator {
    min-height: 332px;
    margin: 14px 0;
  }

  .hero-vehicle-card {
    padding: 14px;
    border-radius: 20px;
  }

  .hero-vehicle-price,
  .stock-title-row strong {
    font-size: 1.7rem;
  }

  .section {
    padding: 48px 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .stock-body {
    padding: 18px;
  }

  .stock-title-row {
    flex-direction: column;
  }

.stock-specs {
  margin: 14px 0 18px;
  gap: 8px;
}

  .card-actions {
    gap: 10px;
  }

  .contact-card input,
  .contact-card textarea,
  .contact-card select {
    padding: 13px 14px;
  }

  .footer-row {
    grid-template-columns: 1fr;
  }

  .footer-row p {
    justify-self: start;
  }

  .stock-gallery-controls {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .gallery-nav {
    width: 38px;
    height: 38px;
  }

  .gallery-count {
    font-size: 0.7rem;
    padding: 7px 10px;
  }

  .stock-visual {
    min-height: 276px;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox-dialog {
    padding: 16px;
    border-radius: 22px;
  }

  .gallery-lightbox-stage {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
  }

  .gallery-lightbox-nav[data-lightbox-nav="-1"] {
    left: 10px;
  }

  .gallery-lightbox-nav[data-lightbox-nav="1"] {
    right: 10px;
  }

  .gallery-lightbox-image {
    max-height: 68vh;
  }

  .gallery-lightbox-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .container {
    width: calc(100% - 18px);
  }

  .site-header {
    position: static;
  }

  .hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 2.9rem);
  }

  .hero-text {
    margin-top: 14px;
  }

  .hero-points {
    gap: 10px;
  }

  .hero-stock-panel,
  .contact-panel,
  .hero-feature-card,
  .contact-card,
  .location-grid,
  .warranty-band-inner,
  .cta-ribbon-inner,
  .stock-card {
    border-radius: 18px;
  }

  .card-topline {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 0;
  }

  .stock-visual {
    min-height: 248px;
  }

  .stock-visual-image .visual-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.92rem;
  }

  .gallery-nav {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }

  .gallery-count {
    padding: 6px 9px;
    font-size: 0.66rem;
  }

  .contact-link-phone,
  .location-links a {
    font-size: 1.22rem;
  }

  .gallery-lightbox {
    padding: 8px;
  }

  .gallery-lightbox-dialog {
    padding: 12px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-vehicle-card {
    animation: none;
  }

  .hero-vehicle-card:not(:first-child) {
    display: none;
  }
}
