:root {
  --primary: #1f6f2c;
  --primary-dark: #175421;
  --accent: #f3b300;
  --accent-dark: #d69800;
  --text: #101828;
  --muted: #667085;
  --surface: #ffffff;
  --surface-soft: #f6f7f9;
  --border: #e4e7ec;
  --success: #16a34a;
  --shadow-sm: 0 8px 28px rgba(16, 24, 40, 0.08);
  --shadow-md: 0 18px 48px rgba(16, 24, 40, 0.12);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
}

body.menu-open {
  overflow: visible;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease;
  backdrop-filter: blur(14px);
}

.site-header.scrolled {
  border-color: var(--border);
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 170px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  letter-spacing: .12em;
}

.brand-text small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .15em;
}

.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.desktop-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #344054;
  transition: color .2s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width .2s ease;
}

.desktop-nav a:hover {
  color: var(--primary);
}

.desktop-nav a:hover::after {
  width: 100%;
}

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

.hotline-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
}

.hotline-link span {
  font-size: 11px;
  color: var(--muted);
}

.hotline-link strong {
  margin-top: 4px;
  font-size: 14px;
}

.btn {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

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

.btn-primary {
  background: var(--accent);
  color: #18120a;
  box-shadow: 0 10px 24px rgba(245, 158, 11, .18);
}

.btn-primary:hover {
  background: var(--accent-dark);
  color: #fff;
}

.btn-outline {
  border-color: var(--border);
  background: #fff;
  color: var(--text);
}

.btn-outline:hover {
  border-color: #c7ced8;
}

.btn-lg {
  min-height: 52px;
  padding-inline: 24px;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 72px;
  background:
    radial-gradient(circle at 82% 20%, rgba(245, 158, 11, .14), transparent 25%),
    linear-gradient(180deg, #fbfcfe 0%, #f6f7f9 100%);
}

.hero-decoration {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-decoration-one {
  width: 340px;
  height: 340px;
  right: -150px;
  top: 110px;
  background: rgba(20, 33, 61, .05);
}

.hero-decoration-two {
  width: 180px;
  height: 180px;
  left: -70px;
  top: 60px;
  background: rgba(245, 158, 11, .07);
}

.hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 56px;
  min-height: 500px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.hero-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--primary);
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.hero-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.hero-visual {
  position: relative;
}

.hero-image-placeholder {
  min-height: 410px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 33, 61, .08);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.8), rgba(255,255,255,.2)),
    linear-gradient(180deg, #e8edf3, #dfe5ec);
  box-shadow: var(--shadow-md);
}

.image-label {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.car-silhouette {
  position: relative;
  width: 76%;
  height: 140px;
  margin-top: 42px;
}

.car-body {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 20px;
  height: 74px;
  border-radius: 58px 72px 24px 28px;
  background: linear-gradient(180deg, #303b52, #14213d);
}

.car-roof {
  position: absolute;
  width: 52%;
  height: 68px;
  left: 25%;
  bottom: 76px;
  border-radius: 54px 66px 8px 8px;
  background: #24314b;
  transform: skewX(-8deg);
}

.wheel {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  border: 9px solid #1d2738;
  border-radius: 50%;
  background: #718096;
}

.wheel::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #d3d8df;
}

.wheel-left { left: 17%; }
.wheel-right { right: 14%; }

.hero-float-card {
  position: absolute;
  right: 24px;
  bottom: -26px;
  width: 270px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-sm);
}

.hero-float-card strong {
  font-size: 14px;
}

.hero-float-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.booking-wrap {
  position: relative;
  z-index: 3;
  transform: none;
  margin-top: 34px;
}

.booking-card {
  padding: 22px 24px 24px;
  border: 1px solid rgba(228, 231, 236, .9);
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow-md);
}

.booking-heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
}

.booking-heading .eyebrow {
  margin-bottom: 0;
}

.booking-heading strong {
  font-size: 15px;
}

.booking-fields {
  display: grid;
  grid-template-columns: 1.05fr .8fr 1.05fr .8fr 1.25fr auto;
  gap: 10px;
}

.field {
  min-width: 0;
  padding: 11px 12px 9px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.field > span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.field input,
.field select {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.booking-submit {
  min-width: 112px;
}

.form-note {
  min-height: 0;
  margin: 8px 0 0;
  color: var(--success);
  font-size: 12px;
  font-weight: 600;
}

.trust-section {
  padding: 28px 0 36px;
}

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

.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff7e7;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.trust-item h3 {
  margin: 0;
  font-size: 15px;
}

.trust-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.section-space {
  padding: 92px 0;
}

.vehicles-section {
  background: var(--surface-soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2,
.next-section-placeholder h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.section-heading p {
  max-width: 420px;
  margin: 0 0 4px;
  color: var(--muted);
}

.vehicle-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.vehicle-tab {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}

.vehicle-tab.active,
.vehicle-tab:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.vehicle-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.vehicle-card:hover {
  transform: translateY(-3px);
  border-color: #d1d6df;
  box-shadow: var(--shadow-sm);
}

.vehicle-card[hidden] {
  display: none;
}

.vehicle-image {
  min-height: 230px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(245,158,11,.12), transparent 30%),
    linear-gradient(180deg, #eef1f5, #e4e8ed);
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vehicle-card-body {
  padding: 20px;
}

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

.vehicle-title-row h3 {
  margin: 2px 0 0;
  font-size: 20px;
}

.vehicle-year {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.vehicle-badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: 10px;
  font-weight: 700;
}

.vehicle-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.vehicle-specs span {
  position: relative;
  padding-right: 9px;
  color: var(--muted);
  font-size: 12px;
}

.vehicle-specs span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: 0;
}

.vehicle-price {
  margin-top: 18px;
}

.vehicle-price small {
  display: block;
  color: var(--muted);
}

.vehicle-price strong {
  display: block;
  margin-top: 2px;
  color: var(--primary);
  font-size: 21px;
}

.vehicle-price strong span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.vehicle-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.vehicle-actions .btn {
  min-height: 42px;
  font-size: 12px;
}

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

.text-link-strong {
  font-size: 14px;
}

.next-section-placeholder {
  padding: 96px 0;
  text-align: center;
}

.next-section-placeholder .container {
  max-width: 860px;
}

.next-section-placeholder p {
  color: var(--muted);
}

.mobile-bottom-bar {
  display: none;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 18px;
  }

  .hotline-link {
    display: none;
  }

  .hero-grid {
    gap: 34px;
  }

  .booking-fields {
    grid-template-columns: repeat(3, 1fr);
  }

  .booking-submit {
    min-height: 58px;
  }

  .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .desktop-nav,
  .header-book {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .header-actions {
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.open {
    display: block;
    position: fixed;
    inset: 68px 0 0;
    background: #fff;
  }

  .mobile-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
  }

  .mobile-menu a:not(.btn) {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-weight: 700;
  }

  .mobile-menu .btn {
    margin-top: 12px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-mini-trust {
    justify-content: center;
  }

  .hero-image-placeholder {
    min-height: 330px;
  }

  .hero-float-card {
    right: 16px;
  }

  .booking-fields {
    grid-template-columns: repeat(2, 1fr);
  }

  .field-location {
    grid-column: span 1;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 600px) {
  body {
    padding-bottom: 64px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand {
    min-width: auto;
  }

  .brand-text small {
    display: none;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .hero-mini-trust {
    gap: 10px 18px;
    font-size: 12px;
  }

  .hero-image-placeholder {
    min-height: 260px;
    border-radius: 22px;
  }

  .car-silhouette {
    width: 84%;
    transform: scale(.84);
  }

  .image-label {
    top: 16px;
    left: 16px;
  }

  .hero-float-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -20px 16px 0;
  }

  .booking-wrap {
    transform: translateY(40px);
  }

  .booking-card {
    padding: 18px;
    border-radius: 16px;
  }

  .booking-heading {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .booking-fields {
    grid-template-columns: 1fr;
  }

  .booking-submit {
    min-height: 52px;
  }

  .trust-section {
    padding-top: 82px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section-space {
    padding: 64px 0;
  }

  .vehicle-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .vehicle-tabs::-webkit-scrollbar {
    display: none;
  }

  .vehicle-tab {
    flex: 0 0 auto;
  }

  .vehicle-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-image {
    min-height: 205px;
  }

  .mobile-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    border-top: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 -10px 30px rgba(16,24,40,.08);
  }

  .mobile-bottom-bar a {
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-bottom-bar a + a {
    border-left: 1px solid var(--border);
  }

  .mobile-bottom-bar .bottom-primary {
    background: var(--accent);
    color: #18120a;
  }
}


/* =========================
   HOMEPAGE V2 SECTIONS
   ========================= */
.section-intro {
  margin: 20px 0 0;
  color: var(--muted);
}

.why-section {
  background: var(--surface);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
}

.why-visual {
  position: relative;
}

.why-image-placeholder {
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 25% 25%, rgba(245, 158, 11, .15), transparent 28%),
    linear-gradient(145deg, #e8edf3, #d8dee7);
  color: #7b8797;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.why-stat-card {
  position: absolute;
  right: -28px;
  bottom: 32px;
  width: 260px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-md);
}

.why-stat-card strong {
  color: var(--primary);
  font-size: 14px;
}

.why-stat-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.why-content h2,
.requirements-copy h2,
.faq-heading h2,
.final-cta-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.benefit-list {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.benefit-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
}

.benefit-check {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff7e7;
  color: var(--accent-dark);
  font-weight: 900;
}

.benefit-item h3 {
  margin: 0;
  font-size: 16px;
}

.benefit-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.process-section {
  background: var(--surface-soft);
}

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

.process-grid::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #d9dee6;
}

.process-card {
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}

.process-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.process-card h3 {
  margin: 22px 0 0;
  font-size: 18px;
}

.process-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

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

.price-card {
  padding: 26px 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.price-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.featured-price {
  border-color: rgba(245, 158, 11, .45);
  background: linear-gradient(180deg, #fffaf0, #fff);
}

.price-type,
.blog-category {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 12px 0 0;
  font-size: 20px;
}

.price-card > p {
  min-height: 63px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.price-value {
  margin: 24px 0 20px;
}

.price-value small {
  display: block;
  color: var(--muted);
}

.price-value strong {
  display: inline-block;
  margin-top: 2px;
  color: var(--primary);
  font-size: 24px;
}

.price-value span {
  color: var(--muted);
  font-size: 12px;
}

.pricing-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.requirements-section {
  background: var(--primary);
  color: #fff;
}

.requirements-shell {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.requirements-copy .eyebrow {
  color: #f8c45b;
}

.requirements-copy p {
  margin: 18px 0 26px;
  color: rgba(255,255,255,.68);
}

.requirements-copy .btn-outline,
.btn-ghost {
  border-color: rgba(255,255,255,.28);
  background: transparent;
  color: #fff;
}

.requirements-copy .btn-outline:hover,
.btn-ghost:hover {
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.08);
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.requirement-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.06);
}

.requirement-card > span {
  color: #f8c45b;
  font-size: 12px;
  font-weight: 800;
}

.requirement-card h3 {
  margin: 11px 0 0;
  font-size: 17px;
}

.requirement-card p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 12px;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 28px;
  margin-top: 36px;
}

.customer-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  min-height: 420px;
}

.customer-photo {
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #edf1f5, #dfe4ea);
  color: #7b8797;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.customer-photo.large {
  grid-row: 1 / 3;
}

.review-stack {
  display: grid;
  gap: 14px;
}

.review-placeholder {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.review-stars {
  color: var(--accent);
  letter-spacing: .1em;
}

.review-placeholder p {
  margin: 18px 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.75;
}

.review-placeholder strong,
.review-placeholder > span {
  display: block;
}

.review-placeholder > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.muted-review {
  box-shadow: none;
  background: var(--surface-soft);
}

.muted-review p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq-section {
  background: var(--surface-soft);
}

.faq-container {
  max-width: 900px;
}

.faq-heading {
  text-align: center;
}

.faq-list {
  margin-top: 36px;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  min-height: 72px;
  padding: 18px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-weight: 700;
}

.faq-plus {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-size: 20px;
  transition: transform .2s ease;
}

.faq-item.open .faq-plus {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer > p {
  padding: 0 52px 20px 2px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}

.blog-image {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #edf1f5, #dde3ea);
  color: #7b8797;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.blog-body {
  padding: 20px;
}

.blog-body h3 {
  margin: 9px 0 0;
  font-size: 18px;
  line-height: 1.4;
}

.blog-body p {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 13px;
}

.final-cta-section {
  padding: 30px 0 90px;
}

.final-cta-shell {
  min-height: 370px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 54px 58px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 20%, rgba(245,158,11,.2), transparent 30%),
    var(--primary-dark);
  color: #fff;
}

.light-eyebrow {
  color: #f8c45b;
}

.final-cta-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.68);
}

.final-cta-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.final-car-placeholder {
  min-height: 230px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  color: rgba(255,255,255,.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer {
  padding: 68px 0 28px;
  background: #0a1222;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 46px;
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-mark {
  background: var(--accent);
  color: #18120a;
}

.footer-brand .brand-text small {
  color: rgba(255,255,255,.48);
}

.footer-brand-col p {
  max-width: 330px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 8px;
  font-size: 14px;
}

.footer-col a,
.footer-col span {
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.42);
  font-size: 11px;
}

.footer-separator {
  margin-inline: 6px;
}

@media (max-width: 1100px) {
  .why-grid {
    gap: 44px;
  }

  .why-stat-card {
    right: 18px;
  }

  .process-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid::before {
    display: none;
  }

  .requirements-shell {
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .why-grid,
  .requirements-shell,
  .testimonial-layout,
  .final-cta-shell {
    grid-template-columns: 1fr;
  }

  .why-image-placeholder {
    min-height: 420px;
  }

  .why-stat-card {
    right: 18px;
    bottom: 18px;
  }

  .testimonial-layout {
    gap: 20px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card:last-child {
    grid-column: span 2;
  }

  .final-car-placeholder {
    min-height: 190px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-grid {
    gap: 40px;
  }

  .why-image-placeholder {
    min-height: 320px;
  }

  .why-stat-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -38px 16px 0;
  }

  .process-grid,
  .price-grid,
  .requirements-grid,
  .blog-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .blog-card:last-child {
    grid-column: auto;
  }

  .process-card,
  .price-card,
  .requirement-card {
    padding: 20px;
  }

  .price-card > p {
    min-height: 0;
  }

  .requirements-shell {
    gap: 34px;
  }

  .customer-gallery {
    min-height: 370px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.25fr .75fr;
  }

  .customer-photo.large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .review-placeholder {
    padding: 22px;
  }

  .faq-question {
    min-height: 66px;
    font-size: 14px;
  }

  .faq-item.open .faq-answer > p {
    padding-right: 40px;
  }

  .final-cta-section {
    padding-bottom: 64px;
  }

  .final-cta-shell {
    padding: 36px 24px;
    border-radius: 22px;
  }

  .final-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 36px;
  }
}


/* ===== V3: logo integration + layout polish ===== */
.brand-image {
  min-width: 210px;
}

.brand-logo {
  display: block;
  width: auto;
  height: 72px;
  object-fit: contain;
}

.footer-logo {
  width: auto;
  height: 82px;
  object-fit: contain;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.booking-card {
  position: relative;
  z-index: 4;
}

.hero-image-placeholder {
  background:
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.32)),
    linear-gradient(180deg, #eaf4ea, #edf1f4);
}

.hero-float-card {
  bottom: -20px;
}

.site-footer {
  padding: 72px 0 18px;
  background: linear-gradient(180deg, #18361c 0%, #102814 100%);
  color: rgba(255,255,255,.92);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr;
  gap: 32px;
}

.footer-brand p,
.site-footer li,
.site-footer a,
.footer-bottom {
  color: rgba(255,255,255,.78);
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 10px;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
}

/* ===== V3: listing page ===== */
.inner-hero {
  padding: 64px 0 36px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f4f7f4 100%);
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 28px;
  align-items: end;
}

.inner-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.inner-hero p {
  max-width: 680px;
  color: var(--muted);
}

.mini-search-card {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.listing-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
}

.sidebar-card {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

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

.sidebar-card h2 {
  margin: 0;
  font-size: 22px;
}

.reset-button {
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}

.filter-group + .filter-group {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.filter-group h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.filter-group label {
  display: block;
  margin-top: 10px;
  color: #344054;
  font-size: 14px;
}

.filter-group input {
  margin-right: 8px;
}

.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.listing-result {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-toggle {
  display: none;
}

.sort-select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
}

.listing-grid {
  margin-top: 0;
}

/* ===== V3: detail page ===== */
.detail-section {
  padding: 46px 0 0;
  background: linear-gradient(180deg, #fbfcfe 0%, #ffffff 20%);
}

.breadcrumb {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb span {
  margin: 0 8px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: start;
}

.detail-gallery,
.detail-summary {
  min-width: 0;
}

.detail-main-image,
.detail-thumb,
.why-image-placeholder,
.customer-photo,
.blog-image {
  display: grid;
  place-items: center;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 50% 30%, rgba(243,179,0,.10), transparent 30%),
    linear-gradient(180deg, #eef1f5, #e4e8ed);
}

.detail-main-image {
  min-height: 430px;
  border: 1px solid var(--border);
  border-radius: 24px;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.detail-thumb {
  min-height: 92px;
  border: 1px solid var(--border);
  border-radius: 14px;
}

.detail-summary h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.detail-specs {
  margin-top: 14px;
}

.detail-price {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #f8faf8;
}

.detail-price small {
  display: block;
  color: var(--muted);
}

.detail-price strong {
  display: block;
  margin-top: 6px;
  color: var(--primary);
  font-size: 28px;
}

#detailBookingForm {
  scroll-margin-top: 120px;
}

.detail-booking-card {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.detail-policy {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.detail-policy article {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}

.detail-policy h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.detail-policy p {
  margin: 0;
  color: var(--muted);
}

.detail-extra {
  padding-top: 56px;
}

/* ===== V3 responsive ===== */
@media (max-width: 1100px) {
  .brand-logo {
    height: 60px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-hero-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

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

  .sidebar-card {
    position: static;
  }

  .filter-toggle {
    display: inline-flex;
  }
}

@media (max-width: 820px) {
  .brand-image {
    min-width: auto;
  }

  .brand-logo {
    height: 52px;
  }

  .mini-search-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .trust-section {
    padding-top: 12px;
  }
}

@media (max-width: 600px) {
  .brand-logo {
    height: 46px;
  }

  .footer-logo {
    height: 64px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .booking-wrap {
    margin-top: 24px;
  }

  .listing-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .toolbar-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-main-image {
    min-height: 280px;
  }

  .detail-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ================================================================
   V4 — Brand polish + booking/listing/detail flow
   ================================================================ */

:root {
  --primary: #176b2c;
  --primary-dark: #0f4f20;
  --accent: #f2c200;
  --accent-dark: #d6a700;
}

.brand-image {
  gap: 11px;
  min-width: 220px;
}

.brand-logo {
  width: auto;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-service {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.05;
}

.brand-service strong {
  color: var(--primary-dark);
  font-size: 15px;
  letter-spacing: .09em;
}

.brand-service small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  white-space: nowrap;
}

.footer-logo {
  width: auto;
  max-width: 210px;
  height: 118px;
  object-fit: contain;
  object-position: left center;
}

.btn-primary {
  color: #2b2400;
}

.btn-primary:hover {
  color: #fff;
}

.hero {
  overflow: visible;
  padding-bottom: 58px;
}

.booking-wrap {
  transform: none;
  margin-top: 34px;
}

.booking-fields-v4 {
  grid-template-columns: 1fr .72fr 1fr .72fr 1.15fr 1fr auto;
}

.booking-fields-v4 .booking-submit {
  min-width: 110px;
}

.trust-section {
  padding-top: 28px;
}

.hero-image-placeholder {
  border-color: rgba(23, 107, 44, .10);
  background:
    radial-gradient(circle at 70% 22%, rgba(242, 194, 0, .12), transparent 30%),
    linear-gradient(145deg, #f7fbf7, #eef4ef);
}

.car-body {
  background: linear-gradient(180deg, #23743a, #145326);
}

.car-roof {
  background: #1d6332;
}

.trip-summary {
  margin-bottom: 24px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(23, 107, 44, .15);
  border-radius: 16px;
  background: #f5fbf6;
}

.trip-summary[hidden] {
  display: none;
}

.trip-summary-label {
  display: block;
  margin-bottom: 3px;
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.trip-summary strong {
  font-size: 14px;
}

.no-results {
  padding: 46px 24px;
  margin-top: 20px;
  border: 1px dashed var(--border);
  border-radius: 18px;
  text-align: center;
  background: #fff;
}

.no-results[hidden] {
  display: none;
}

.no-results strong {
  font-size: 18px;
}

.no-results p {
  color: var(--muted);
}

.filter-close {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: #f2f4f7;
  font-size: 24px;
  line-height: 1;
}

.filter-backdrop {
  display: none;
}

.detail-booking-card .form-note {
  margin: 0;
}

@media (max-width: 1180px) {
  .booking-fields-v4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .booking-fields-v4 .field-location {
    grid-column: span 2;
  }

  .booking-fields-v4 .booking-submit {
    min-height: 58px;
  }
}

@media (max-width: 1100px) {
  .brand-image {
    min-width: auto;
  }

  .brand-logo {
    height: 50px;
  }

  .brand-service {
    display: none;
  }

  .filter-sidebar {
    position: fixed;
    z-index: 1401;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 340px);
    padding: 16px;
    overflow-y: auto;
    background: #fff;
    transform: translateX(-105%);
    transition: transform .25s ease;
  }

  .filter-sidebar.open {
    transform: translateX(0);
  }

  .filter-sidebar .sidebar-card {
    position: static;
    box-shadow: none;
  }

  .filter-close {
    display: inline-grid;
    place-items: center;
    margin-left: auto;
  }

  .sidebar-title-row .reset-button {
    order: 2;
  }

  .filter-backdrop {
    position: fixed;
    z-index: 1400;
    inset: 0;
    background: rgba(16, 24, 40, .46);
  }

  .filter-backdrop.open {
    display: block;
  }

  body.filter-open {
    overflow: hidden;
  }
}

@media (max-width: 820px) {
  .booking-fields-v4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-fields-v4 .field-location {
    grid-column: span 1;
  }

  .trip-summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .header-inner {
    min-height: 64px;
  }

  .brand-logo {
    height: 44px;
  }

  .booking-fields-v4 {
    grid-template-columns: 1fr;
  }

  .booking-fields-v4 .booking-submit {
    min-height: 52px;
  }

  .footer-logo {
    height: 96px;
    max-width: 180px;
  }

  .trip-summary {
    margin-bottom: 18px;
  }
}


/* ================================================================
   V5 — Ảnh xe tham khảo tạm thời
   ================================================================ */

.vehicle-image,
.hero-reference-visual,
.detail-main-image,
.detail-thumb {
  position: relative;
  overflow: hidden;
}

.vehicle-image.has-reference-image {
  display: block;
  min-height: 230px;
  background: #eef1f2;
}

.vehicle-image img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.vehicle-card:hover .vehicle-image img {
  transform: scale(1.025);
}

.reference-image-tag {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  background: rgba(16, 24, 40, .72);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.hero-reference-visual {
  display: block;
}

.hero-reference-image {
  width: 100%;
  height: 410px;
  display: block;
  object-fit: cover;
}

.detail-main-image {
  display: block;
  min-height: 430px;
  background: #eef1f2;
}

.detail-main-image > img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}

.detail-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-thumb {
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  background: #eef1f2;
  cursor: pointer;
}

.detail-thumb.active {
  border-color: var(--primary);
}

.detail-thumb img {
  width: 100%;
  height: 92px;
  display: block;
  object-fit: cover;
}

.reference-source-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.reference-source-note a {
  color: var(--primary);
  font-weight: 700;
}

@media (max-width: 600px) {
  .vehicle-image.has-reference-image,
  .vehicle-image img {
    min-height: 205px;
    height: 205px;
  }

  .hero-reference-image {
    height: 260px;
  }

  .detail-main-image,
  .detail-main-image > img {
    min-height: 280px;
    height: 280px;
  }

  .detail-thumb img {
    height: 82px;
  }
}


/* ================================================================
   V6 — Homepage polish after adding reference car photography
   ================================================================ */

body {
  background: #fff;
}

.hero {
  padding-top: 62px;
  padding-bottom: 52px;
  background:
    radial-gradient(circle at 88% 16%, rgba(242,194,0,.13), transparent 27%),
    radial-gradient(circle at 12% 80%, rgba(23,107,44,.06), transparent 28%),
    linear-gradient(180deg, #fbfcfb 0%, #f5f8f5 100%);
}

.hero-grid {
  grid-template-columns: .88fr 1.12fr;
  min-height: 520px;
  gap: 58px;
}

.hero-copy {
  padding: 18px 0 12px;
}

.hero h1 {
  max-width: 610px;
  font-size: clamp(44px, 4.8vw, 62px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.hero-lead {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.75;
}

.hero-mini-trust {
  gap: 11px 18px;
  color: #44534a;
}

.hero-mini-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-visual {
  isolation: isolate;
}

.hero-reference-visual {
  min-height: 455px;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(28, 45, 33, .14);
}

.hero-reference-image {
  height: 455px;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.01);
}

.hero-reference-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 55%, rgba(8, 31, 15, .18) 100%),
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 34%);
}

.hero-reference-visual .reference-image-tag {
  z-index: 4;
}

.hero-float-card {
  z-index: 5;
  right: 22px;
  bottom: -22px;
  width: min(300px, calc(100% - 44px));
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.86);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 36px rgba(16, 24, 40, .14);
  backdrop-filter: blur(12px);
}

.float-card-kicker {
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.booking-wrap {
  margin-top: 38px;
}

.booking-card {
  padding: 20px 22px 22px;
  border-color: rgba(23,107,44,.12);
  box-shadow: 0 16px 44px rgba(24, 43, 29, .10);
}

.booking-heading-v6 {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.booking-heading-v6 > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.booking-helper {
  max-width: 470px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.field {
  min-height: 60px;
  padding: 10px 12px 8px;
  border-color: #dde5df;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.field:focus-within {
  border-color: rgba(23,107,44,.45);
  box-shadow: 0 0 0 3px rgba(23,107,44,.08);
  background: #fbfefb;
}

.booking-submit {
  min-height: 60px;
}

.trust-section {
  padding: 26px 0 48px;
}

.trust-grid {
  padding: 22px 0;
  border-top: 1px solid #edf0ed;
  border-bottom: 1px solid #edf0ed;
}

.trust-item {
  padding-right: 12px;
}

.trust-icon {
  background: #f1f8f2;
  color: var(--primary);
  border: 1px solid rgba(23,107,44,.10);
  font-size: 10px;
  letter-spacing: .05em;
}

.fleet-intro-band {
  padding: 44px 0 0;
  background: var(--surface-soft);
}

.fleet-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 42px;
  align-items: end;
}

.fleet-intro-grid h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(29px, 3.2vw, 40px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.fleet-intro-grid p {
  margin: 0 0 4px;
  color: var(--muted);
  line-height: 1.7;
}

.vehicles-section {
  padding-top: 44px;
}

.vehicle-grid {
  gap: 22px;
}

.vehicle-card {
  border-color: #e1e6e2;
  border-radius: 18px;
  box-shadow: 0 3px 14px rgba(16, 24, 40, .03);
}

.vehicle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23,107,44,.18);
  box-shadow: 0 18px 44px rgba(20, 45, 27, .11);
}

.vehicle-image.has-reference-image {
  min-height: 248px;
  height: 248px;
}

.vehicle-image img {
  height: 248px;
  object-position: center center;
}

.vehicle-image::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(10, 23, 14, .08));
}

.vehicle-card-body {
  padding: 20px 20px 19px;
}

.vehicle-title-row h3 {
  font-size: 21px;
  letter-spacing: -.015em;
}

.vehicle-use {
  min-height: 42px;
  margin: 10px 0 0;
  color: #66756c;
  font-size: 12px;
  line-height: 1.65;
}

.vehicle-specs {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #edf0ed;
}

.vehicle-specs span {
  color: #536159;
  font-size: 11px;
  font-weight: 600;
}

.vehicle-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
}

.vehicle-price small {
  padding-bottom: 3px;
  font-size: 11px;
}

.vehicle-price strong {
  margin: 0;
  font-size: 22px;
}

.vehicle-actions {
  margin-top: 17px;
}

.vehicle-actions .btn {
  min-height: 44px;
}

.reference-image-tag {
  top: 11px;
  left: 11px;
  border: 0;
  background: rgba(10, 29, 15, .66);
  font-size: 8px;
  backdrop-filter: blur(10px);
}

.vehicle-tabs {
  gap: 7px;
  margin-top: 28px;
}

.vehicle-tab {
  min-height: 40px;
  padding: 0 16px;
  border-color: #dde4df;
}

.vehicle-tab.active,
.vehicle-tab:hover {
  border-color: var(--primary);
  background: var(--primary);
}

@media (max-width: 1180px) {
  .booking-heading-v6 {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .booking-helper {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    max-width: 720px;
    margin-inline: auto;
  }

  .hero-reference-visual,
  .hero-reference-image {
    height: 410px;
    min-height: 410px;
  }

  .fleet-intro-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-reference-visual,
  .hero-reference-image {
    height: 255px;
    min-height: 255px;
  }

  .hero-float-card {
    right: auto;
    width: auto;
    margin: -17px 14px 0;
  }

  .booking-wrap {
    margin-top: 28px;
  }

  .booking-card {
    padding: 16px;
  }

  .booking-heading-v6 > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .booking-helper {
    font-size: 9px;
  }

  .trust-grid {
    padding: 18px 0;
  }

  .fleet-intro-band {
    padding-top: 34px;
  }

  .vehicles-section {
    padding-top: 34px;
  }

  .vehicle-image.has-reference-image,
  .vehicle-image img {
    height: 218px;
    min-height: 218px;
  }

  .vehicle-use {
    min-height: 0;
  }
}


/* ================================================================
   V7 — Vehicle detail conversion page
   ================================================================ */

.detail-page {
  background: #fbfcfb;
}

.detail-section-v7 {
  padding: 38px 0 54px;
  background:
    radial-gradient(circle at 90% 12%, rgba(242,194,0,.09), transparent 25%),
    linear-gradient(180deg, #fbfdfb 0%, #f7faf7 100%);
}

.detail-layout-v7 {
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
  gap: 38px;
  align-items: start;
}

.detail-gallery-column {
  min-width: 0;
}

.detail-main-image-button {
  width: 100%;
  padding: 0;
  border: 1px solid var(--border);
  cursor: zoom-in;
}

.detail-main-image-button:focus-visible {
  outline: 3px solid rgba(23,107,44,.2);
  outline-offset: 3px;
}

.image-zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #344054;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(16,24,40,.12);
}

.detail-confidence-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.detail-confidence-strip article {
  padding: 15px 16px;
  border: 1px solid #e1e7e2;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
}

.detail-confidence-strip strong {
  display: block;
  color: var(--primary-dark);
  font-size: 12px;
}

.detail-confidence-strip span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.detail-summary-v7 {
  position: sticky;
  top: 94px;
}

.detail-summary-top {
  padding: 2px 4px 0;
}

.detail-summary-v7 h1 {
  margin-bottom: 0;
}

.detail-use {
  margin: 12px 0 0;
  color: #536159;
  font-size: 13px;
  line-height: 1.6;
}

.detail-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.detail-spec-grid article {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid #e1e7e2;
  border-radius: 12px;
  background: #fff;
}

.detail-spec-grid small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.detail-spec-grid strong {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #23332a;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-price-v7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-status {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff8da;
  color: #816700;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.detail-booking-card-v7 {
  margin-top: 16px;
  padding: 19px;
  gap: 11px;
}

.booking-card-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 2px;
}

.booking-card-title .eyebrow {
  margin-bottom: 4px;
}

.booking-card-title strong {
  display: block;
  font-size: 14px;
}

.booking-card-note {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.detail-booking-grid,
.detail-customer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.detail-booking-card-v7 .field {
  min-height: 57px;
}

.detail-note-field textarea {
  width: 100%;
  padding: 0;
  resize: vertical;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.rental-duration {
  padding: 12px 14px;
  border: 1px solid rgba(23,107,44,.13);
  border-radius: 13px;
  background: #f4faf5;
}

.rental-duration[hidden] {
  display: none;
}

.rental-duration span,
.rental-duration small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.rental-duration strong {
  display: block;
  margin: 3px 0;
  color: var(--primary-dark);
  font-size: 13px;
}

.detail-submit {
  width: 100%;
}

.detail-form-helper {
  margin: -1px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.detail-booking-card-v7 .form-note {
  min-height: 18px;
  color: #b42318;
  text-align: center;
}

.detail-booking-card-v7 .form-note.success {
  color: var(--success);
}

.vehicle-information {
  background: #fff;
}

.vehicle-info-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}

.vehicle-description-card,
.duration-pricing-card,
.detail-content-card,
.detail-help-card,
.rental-process-compact {
  border: 1px solid #e1e7e2;
  border-radius: 20px;
  background: #fff;
}

.vehicle-description-card,
.duration-pricing-card {
  padding: 28px;
}

.vehicle-description-card h2,
.duration-pricing-card h2,
.detail-content-card h2,
.rental-process-compact h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.vehicle-description-card > p,
.duration-pricing-card > p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.vehicle-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.vehicle-detail-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f1f7f2;
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 700;
}

.duration-price-list {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #e4e9e5;
  border-radius: 14px;
}

.duration-price-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
}

.duration-price-list div + div {
  border-top: 1px solid #e9edea;
}

.duration-price-list span {
  color: #536159;
  font-size: 12px;
}

.duration-price-list strong {
  color: var(--primary-dark);
  font-size: 12px;
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.detail-content-main {
  display: grid;
  gap: 24px;
}

.detail-content-card,
.rental-process-compact {
  padding: 28px;
}

.detail-content-heading {
  max-width: 760px;
}

.detail-accordion {
  margin-top: 24px;
}

.detail-accordion-item {
  border-top: 1px solid #e6ebe7;
}

.detail-accordion-item:last-child {
  border-bottom: 1px solid #e6ebe7;
}

.detail-accordion-question {
  width: 100%;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-weight: 700;
}

.detail-accordion-question strong {
  color: var(--primary);
  font-size: 20px;
}

.detail-accordion-answer {
  display: none;
  padding: 0 30px 17px 0;
}

.detail-accordion-item.open .detail-accordion-answer {
  display: block;
}

.detail-accordion-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.compact-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.compact-steps article {
  padding: 17px;
  border-radius: 14px;
  background: #f7faf7;
}

.compact-steps article > span {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
}

.compact-steps strong {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.compact-steps p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.detail-help-card {
  position: sticky;
  top: 96px;
  padding: 24px;
  background:
    radial-gradient(circle at 95% 0%, rgba(242,194,0,.10), transparent 32%),
    #fbfdfb;
}

.detail-help-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
}

.detail-help-card p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.detail-help-card .btn {
  width: 100%;
}

.detail-help-card .text-link {
  margin-top: 16px;
  font-size: 11px;
}

.detail-related-section {
  background: var(--surface-soft);
}

.detail-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px 80px;
  background: rgba(4, 12, 7, .92);
}

.detail-lightbox.open {
  display: flex;
}

body.lightbox-open {
  overflow: hidden;
}

.detail-lightbox figure {
  width: min(1100px, 100%);
  margin: 0;
  text-align: center;
}

.detail-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.detail-lightbox figcaption {
  margin-top: 10px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
}

.detail-lightbox-close,
.detail-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.detail-lightbox-close {
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 28px;
}

.detail-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  font-size: 34px;
}

.detail-lightbox-nav.prev {
  left: 22px;
}

.detail-lightbox-nav.next {
  right: 22px;
}

.detail-mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .detail-layout-v7 {
    grid-template-columns: 1fr;
  }

  .detail-summary-v7 {
    position: static;
  }

  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .detail-help-card {
    position: static;
  }
}

@media (max-width: 820px) {
  .detail-confidence-strip,
  .compact-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .vehicle-info-grid {
    grid-template-columns: 1fr;
  }

  .detail-lightbox {
    padding: 28px 58px;
  }
}

@media (max-width: 600px) {
  .detail-page {
    padding-bottom: 72px;
  }

  .detail-section-v7 {
    padding-top: 24px;
  }

  .detail-layout-v7 {
    gap: 24px;
  }

  .detail-confidence-strip {
    grid-template-columns: 1fr;
  }

  .detail-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-price-v7 {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-booking-card-v7 {
    padding: 16px;
  }

  .booking-card-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .detail-booking-grid,
  .detail-customer-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-description-card,
  .duration-pricing-card,
  .detail-content-card,
  .rental-process-compact {
    padding: 20px;
  }

  .compact-steps {
    grid-template-columns: 1fr 1fr;
  }

  .detail-lightbox {
    padding: 70px 12px 80px;
  }

  .detail-lightbox-nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .detail-lightbox-nav.prev {
    left: calc(50% - 58px);
  }

  .detail-lightbox-nav.next {
    right: calc(50% - 58px);
  }

  .detail-mobile-cta {
    position: fixed;
    z-index: 1300;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 70px;
    padding: 8px 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    border-top: 1px solid #e0e5e1;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -10px 30px rgba(16,24,40,.08);
    backdrop-filter: blur(12px);
  }

  .detail-mobile-price small {
    display: block;
    color: var(--muted);
    font-size: 9px;
  }

  .detail-mobile-price strong {
    display: block;
    margin-top: 1px;
    color: var(--primary-dark);
    font-size: 13px;
  }

  .detail-mobile-cta .btn {
    min-height: 48px;
  }
}


/* ================================================================
   V8 — Contact information + booking backend state
   ================================================================ */

.hotline-link strong {
  color: var(--primary-dark);
}

.site-footer a:hover {
  color: #fff;
}

.detail-contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.detail-contact-actions .btn {
  width: 100%;
}

.detail-address-link {
  margin: 14px 0 2px;
  padding: 13px 14px;
  display: block;
  border: 1px solid #e1e7e2;
  border-radius: 13px;
  background: #fff;
}

.detail-address-link span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-address-link strong {
  display: block;
  margin-top: 4px;
  color: var(--primary-dark);
  font-size: 11px;
  line-height: 1.5;
}

.detail-submit:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

@media (max-width: 600px) {
  .detail-contact-actions {
    grid-template-columns: 1fr 1fr;
  }
}


/* ================================================================
   V9 — Booking backend integration test page
   ================================================================ */

.backend-test-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% 4%, rgba(242,194,0,.12), transparent 24%),
    radial-gradient(circle at 4% 90%, rgba(23,107,44,.08), transparent 26%),
    #f6f9f6;
}

.backend-test-shell {
  min-height: 100vh;
  padding: 54px 20px;
}

.backend-test-card {
  width: min(100%, 820px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe6e0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 45, 24, .10);
}

.backend-test-heading {
  padding: 34px 34px 28px;
  background:
    linear-gradient(135deg, rgba(23,107,44,.055), rgba(242,194,0,.065));
}

.backend-test-heading h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.backend-test-heading p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.backend-test-section {
  padding: 28px 34px;
  border-top: 1px solid #e7ece8;
}

.backend-test-section h2 {
  margin: 0 0 18px;
  font-size: 20px;
  letter-spacing: -.015em;
}

.backend-url-field input {
  font-size: 12px;
}

.backend-test-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}

.backend-test-actions .btn {
  min-height: 42px;
  font-size: 11px;
}

.backend-status {
  min-height: 18px;
  margin: 13px 0 0;
  font-size: 11px;
  line-height: 1.6;
}

.backend-status.success {
  color: #147a2d;
}

.backend-status.error {
  color: #b42318;
}

.backend-status.warning {
  color: #7a6200;
}

.backend-test-info {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0ed;
}

.backend-test-info span {
  color: var(--muted);
  font-size: 11px;
}

.backend-test-info strong {
  font-size: 12px;
}

.backend-send-test {
  width: 100%;
  margin-top: 20px;
}

.backend-send-test:disabled {
  cursor: wait;
  opacity: .65;
}

.backend-checklist ol {
  margin: 0;
  padding-left: 21px;
  color: #526057;
  font-size: 12px;
  line-height: 1.9;
}

.backend-test-footer {
  padding: 20px 34px 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #e7ece8;
  background: #fbfcfb;
}

.backend-test-footer .text-link {
  font-size: 11px;
}

@media (max-width: 600px) {
  .backend-test-shell {
    padding: 18px 12px;
  }

  .backend-test-card {
    border-radius: 18px;
  }

  .backend-test-heading,
  .backend-test-section {
    padding: 22px 18px;
  }

  .backend-test-actions {
    flex-direction: column;
  }

  .backend-test-actions .btn {
    width: 100%;
  }

  .backend-test-info {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .backend-test-footer {
    padding: 18px;
    flex-direction: column;
  }
}


/* ================================================================
   V11 — Detail booking runtime status
   ================================================================ */

.detail-js-status {
  margin: -3px 0 0;
  color: #b54708;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

.detail-js-status.ready {
  color: var(--success);
}


/* ================================================================
   V13 — Production booking polish
   ================================================================ */

.detail-booking-card[aria-busy="true"] {
  cursor: progress;
}

.booking-error-actions {
  margin-top: 4px;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 12px;
  border: 1px solid #f4d7d2;
  border-radius: 12px;
  background: #fff8f7;
  color: #8a342b;
  font-size: 9px;
}

.booking-error-actions[hidden] {
  display: none;
}

.booking-error-actions a {
  color: var(--primary-dark);
  font-weight: 800;
}

.booking-success-modal {
  position: fixed;
  z-index: 2200;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.booking-success-modal.open {
  display: flex;
}

.booking-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 9, .68);
  backdrop-filter: blur(6px);
}

body.booking-success-open {
  overflow: hidden;
}

.booking-success-card {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  padding: 34px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 0%, rgba(242,194,0,.12), transparent 26%),
    #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.24);
  text-align: center;
}

.booking-success-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f2f4f3;
  color: #475467;
  font-size: 24px;
}

.booking-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf8ef;
  color: var(--primary);
  font-size: 30px;
  font-weight: 800;
}

.booking-success-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.booking-success-card > p {
  margin: 13px auto 0;
  max-width: 470px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.booking-code-box {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(23,107,44,.15);
  border-radius: 16px;
  background: #f6fbf7;
}

.booking-code-box span,
.booking-code-box small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.booking-code-box strong {
  display: block;
  margin: 5px 0;
  color: var(--primary-dark);
  font-size: 18px;
  letter-spacing: .035em;
}

.booking-success-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
  text-align: left;
}

.booking-success-summary > div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #e6ebe7;
  border-radius: 13px;
}

.booking-success-summary span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.booking-success-summary strong {
  display: block;
  margin-top: 4px;
  color: #26352c;
  font-size: 11px;
  line-height: 1.5;
}

.booking-success-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 18px;
}

.booking-success-actions .btn {
  width: 100%;
}

.booking-success-secondary {
  justify-content: center;
  margin-top: 16px;
  font-size: 10px;
}

/* Hide legacy development-only indicator style if old cached markup appears. */
.detail-js-status {
  display: none !important;
}

@media (max-width: 600px) {
  .booking-success-modal {
    padding: 14px;
  }

  .booking-success-card {
    padding: 28px 18px 22px;
    border-radius: 20px;
  }

  .booking-success-card h2 {
    font-size: 23px;
  }

  .booking-success-summary,
  .booking-success-actions {
    grid-template-columns: 1fr;
  }

  .booking-code-box strong {
    font-size: 15px;
  }
}


/* ================================================================
   V16 — Catalog polish + safe image fallbacks
   ================================================================ */

.vehicle-image {
  position: relative;
  overflow: hidden;
}

.vehicle-highlight-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 4;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(20, 83, 38, .92);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.vehicle-image .reference-image-tag {
  right: 10px;
  left: auto;
  top: 10px;
}

.clean-placeholder-tag {
  background: rgba(255,255,255,.9) !important;
  color: #145326 !important;
}

.vehicle-placeholder-visual {
  width: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 20%, rgba(242,194,0,.20), transparent 34%),
    linear-gradient(145deg, #eef8f0 0%, #f9fbf9 48%, #e8f1ea 100%);
  color: #145326;
  text-align: center;
}

.vehicle-placeholder-visual::after {
  content: '';
  width: 68%;
  height: 24px;
  margin-top: 7px;
  border-radius: 50%;
  background: rgba(20,83,38,.08);
  filter: blur(4px);
}

.vehicle-placeholder-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #176b2c;
  color: #f2c200;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: 0 12px 28px rgba(23,107,44,.16);
}

.vehicle-placeholder-visual strong {
  margin-top: 4px;
  font-size: 16px;
}

.vehicle-placeholder-visual small {
  color: #647067;
  font-size: 10px;
}

.vehicle-placeholder-visual.detail-placeholder {
  min-height: 420px;
  border-radius: inherit;
}

.vehicle-price-v16 {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr);
  align-items: end;
  gap: 12px;
}

.vehicle-price-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.vehicle-price-mini span {
  min-width: 0;
  padding: 7px 8px;
  border-radius: 10px;
  background: #f6f8f6;
  border: 1px solid #e7ece8;
}

.vehicle-price-mini small,
.vehicle-price-mini b {
  display: block;
}

.vehicle-price-mini small {
  margin: 0 0 3px;
  color: #7b857d;
  font-size: 8px;
  font-weight: 700;
}

.vehicle-price-mini b {
  color: #334038;
  font-size: 9px;
  line-height: 1.25;
}

.detail-fit-block,
.detail-amenity-block {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e7ece8;
}

.detail-fit-block h3,
.detail-amenity-block h3 {
  margin: 0 0 10px;
  color: #223129;
  font-size: 13px;
}

.detail-fit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.detail-fit-list span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f3f8f4;
  color: #176b2c;
  border: 1px solid #dce9df;
  font-size: 9px;
  font-weight: 700;
}

.detail-amenity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.detail-amenity-item {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #e6ebe7;
  border-radius: 11px;
  background: #fff;
  color: #3e4d43;
  font-size: 9px;
  font-weight: 600;
}

.detail-amenity-item b {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf7ef;
  color: #176b2c;
  font-size: 10px;
}

.detail-data-note {
  display: block;
  margin-top: 10px;
  color: #7a847d;
  font-size: 9px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .vehicle-price-v16 {
    grid-template-columns: 1fr;
  }

  .vehicle-placeholder-visual {
    min-height: 185px;
  }

  .vehicle-placeholder-visual.detail-placeholder {
    min-height: 300px;
  }
}


/* ================================================================
   V18 — Expanded catalog categories
   ================================================================ */

@media (min-width: 1101px) {
  .price-grid-v18 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .price-grid-v18 .price-card {
    padding-inline: 18px;
  }
}

.luxury-price-card {
  border-color: rgba(84, 64, 35, .22);
  background:
    linear-gradient(180deg, rgba(248,245,238,.95), #fff);
}

.vehicle-tabs {
  scrollbar-width: thin;
}

@media (max-width: 760px) {
  .price-grid-v18 {
    grid-template-columns: 1fr;
  }
}


/* ================================================================
   V19 — Fix hiển thị toàn cảnh xe trên card/detail
   Mục tiêu: ưu tiên nhìn thấy trọn chiếc xe, tránh mất đầu/đuôi.
   ================================================================ */

.vehicle-image.has-reference-image {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.88), rgba(255,255,255,.88)),
    linear-gradient(180deg, #f6f7f9 0%, #eef1f3 100%);
}

.vehicle-image img {
  width: auto;
  height: auto;
  max-width: calc(100% - 36px);
  max-height: calc(100% - 24px);
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  padding: 12px 0 8px;
  background: transparent;
  transition: transform .22s ease;
}

.vehicle-card:hover .vehicle-image img {
  transform: scale(1.012);
}

.vehicle-image::after {
  display: none;
}

.detail-main-image {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.9), rgba(255,255,255,.88)),
    linear-gradient(180deg, #f6f7f9 0%, #eef1f3 100%);
}

.detail-main-image > img {
  width: auto;
  height: auto;
  max-width: calc(100% - 56px);
  max-height: calc(100% - 42px);
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.detail-thumb {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f6;
}

.detail-thumb img {
  width: auto;
  height: auto;
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.hero-reference-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.86), rgba(255,255,255,.82)),
    linear-gradient(180deg, #f6f7f9 0%, #eef1f3 100%);
}

.hero-reference-image {
  object-fit: contain;
  object-position: center center;
  padding: 18px 24px;
}

@media (max-width: 900px) {
  .vehicle-image.has-reference-image {
    aspect-ratio: 16 / 10;
  }

  .vehicle-image img {
    padding: 12px 14px 8px;
  }

  .detail-main-image {
    aspect-ratio: 16 / 11;
  }

  .detail-main-image > img {
    padding: 16px 18px 12px;
  }
}

@media (max-width: 600px) {
  .vehicle-image.has-reference-image {
    aspect-ratio: 16 / 10;
  }

  .vehicle-image img {
    padding: 10px 12px 8px;
  }

  .hero-reference-image {
    height: 250px;
    padding: 14px 16px;
  }

  .detail-main-image {
    aspect-ratio: 16 / 11;
  }

  .detail-main-image > img {
    padding: 14px 14px 10px;
  }

  .detail-thumb img {
    padding: 6px;
  }
}


/* ================================================================
   V21 — Đồng đều card listing + tối ưu khung ảnh xe
   Mục tiêu:
   - Card đều nhau, chuyên nghiệp hơn.
   - Tiêu đề / mô tả / giá / nút giữ cùng nhịp.
   - Ảnh xe hiển thị trọn hơn và cân đối hơn.
   ================================================================ */

.vehicle-grid,
.listing-grid {
  align-items: stretch;
}

.vehicle-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vehicle-image.has-reference-image {
  flex: 0 0 228px;
  min-height: 228px;
  height: 228px;
  aspect-ratio: auto;
  border-bottom: 1px solid #edf1ee;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,.96), rgba(255,255,255,.90)),
    linear-gradient(180deg, #f7f8fa 0%, #eef2f4 100%);
}

.vehicle-image img {
  width: auto;
  height: auto;
  max-width: calc(100% - 22px);
  max-height: calc(100% - 28px);
  object-fit: contain;
  object-position: center center;
  margin: auto;
  padding: 0;
}

.vehicle-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 18px;
}

.vehicle-card-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.vehicle-card-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vehicle-title-row {
  align-items: flex-start;
  gap: 10px;
}

.vehicle-title-row > div:first-child {
  flex: 1;
  min-width: 0;
  min-height: 72px;
}

.vehicle-title-row h3 {
  margin-top: 4px;
  font-size: 19px;
  line-height: 1.3;
  min-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.vehicle-badge {
  flex: 0 0 auto;
  align-self: flex-start;
  max-width: 92px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.vehicle-use {
  min-height: 40px;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.vehicle-specs {
  min-height: 22px;
}

.vehicle-price {
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid #edf1ee;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(128px, 148px);
  gap: 10px;
  align-items: end;
}

.vehicle-price > div:first-child {
  min-width: 0;
}

.vehicle-price strong {
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  line-height: 1.1;
}

.vehicle-price-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vehicle-price-mini span {
  min-height: 50px;
  padding: 7px 8px;
  border: 1px solid #e8ece8;
  border-radius: 10px;
  background: #f8faf9;
}

.vehicle-price-mini small {
  padding-bottom: 2px;
}

.vehicle-actions {
  margin-top: 0;
}

.vehicle-actions .btn {
  min-height: 46px;
}

@media (max-width: 1100px) {
  .vehicle-image.has-reference-image {
    flex-basis: 216px;
    min-height: 216px;
    height: 216px;
  }

  .vehicle-title-row > div:first-child {
    min-height: 76px;
  }

  .vehicle-price {
    grid-template-columns: 1fr;
  }

  .vehicle-price-mini {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .vehicle-image.has-reference-image {
    flex-basis: 206px;
    min-height: 206px;
    height: 206px;
  }

  .vehicle-card-body {
    padding: 16px;
  }

  .vehicle-title-row h3 {
    font-size: 18px;
    min-height: 46px;
  }

  .vehicle-use {
    min-height: 38px;
  }
}

@media (max-width: 600px) {
  .vehicle-image.has-reference-image {
    flex-basis: 190px;
    min-height: 190px;
    height: 190px;
  }

  .vehicle-image img {
    max-width: calc(100% - 14px);
    max-height: calc(100% - 20px);
  }

  .vehicle-title-row > div:first-child {
    min-height: 70px;
  }

  .vehicle-price strong {
    min-height: auto;
  }
}


/* ================================================================
   V22 — Expanded 30-car catalog
   ================================================================ */

.listing-load-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.listing-load-more[hidden] {
  display: none;
}

.listing-load-more-btn {
  min-width: 180px;
}

.vehicle-placeholder-visual {
  min-height: 100%;
}

@media (max-width: 600px) {
  .listing-load-more {
    margin-top: 22px;
  }

  .listing-load-more-btn {
    width: 100%;
  }
}


/* ================================================================
   V23 — Catalog discovery / search / quick filters
   ================================================================ */

.listing-discovery {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 24px;
}

.listing-search-box label {
  display: block;
  margin-bottom: 8px;
  color: #34463a;
  font-size: 12px;
  font-weight: 800;
}

.listing-search-control {
  position: relative;
}

.listing-search-control input {
  width: 100%;
  min-height: 48px;
  padding: 0 44px 0 15px;
  border: 1px solid #dde5df;
  border-radius: 14px;
  background: #fff;
  color: #223127;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.listing-search-control input:focus {
  border-color: rgba(23,107,44,.55);
  box-shadow: 0 0 0 4px rgba(23,107,44,.08);
}

.listing-search-control button {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #eef3ef;
  color: #4e5d53;
  font-size: 18px;
  line-height: 1;
}

.quick-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.quick-filter-chip {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dde5df;
  border-radius: 999px;
  background: #fff;
  color: #4d5d52;
  font-size: 11px;
  font-weight: 800;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.quick-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(23,107,44,.35);
}

.quick-filter-chip.active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

@media (min-width: 981px) {
  .filter-sidebar .sidebar-card {
    position: sticky;
    top: 92px;
  }
}

@media (max-width: 980px) {
  .listing-discovery {
    grid-template-columns: 1fr;
  }

  .quick-filter-wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
  }

  .quick-filter-chip {
    flex: 0 0 auto;
  }
}

@media (max-width: 600px) {
  .listing-discovery {
    gap: 15px;
    margin-bottom: 18px;
  }

  .listing-search-control input {
    min-height: 46px;
  }
}


/* ================================================================
   V24 — Content pages + basic SEO structure
   ================================================================ */

.desktop-nav a.active {
  color: var(--primary);
}

.content-page {
  background: #fff;
}

.content-hero {
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 86% 14%, rgba(242,194,0,.12), transparent 23%),
    linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
  border-bottom: 1px solid #edf1ee;
}

.content-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 54px;
  align-items: center;
}

.content-hero h1 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.content-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.content-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.content-note-card {
  padding: 28px;
  border: 1px solid #dfe8e1;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 50px rgba(20, 45, 27, .08);
}

.content-note-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf8ef;
  color: var(--primary);
  font-weight: 800;
}

.content-note-card strong {
  display: block;
  margin-top: 18px;
  font-size: 20px;
}

.content-note-card p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
}

.content-section {
  padding: 76px 0;
}

.content-section-soft {
  background: #f7f9f7;
}

.content-section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.content-section-heading h2,
.prose-shell h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.content-section-heading p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-cards {
  display: grid;
  gap: 16px;
}

.content-cards.three-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-cards.four-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-info-card {
  padding: 24px;
  border: 1px solid #e2e8e3;
  border-radius: 18px;
  background: #fff;
}

.content-info-card > span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
}

.content-info-card h3 {
  margin: 10px 0 0;
  font-size: 18px;
}

.content-info-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.price-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.price-filter {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #dce4de;
  border-radius: 999px;
  background: #fff;
  color: #46534b;
  font-weight: 700;
}

.price-filter.active,
.price-filter:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid #e1e7e2;
  border-radius: 18px;
  background: #fff;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #edf1ee;
  text-align: left;
  vertical-align: middle;
}

.pricing-table th {
  background: #f6f9f7;
  color: #4b5a50;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-table td {
  font-size: 13px;
}

.pricing-table td > strong {
  color: var(--primary);
}

.pricing-vehicle-cell strong,
.pricing-vehicle-cell small {
  display: block;
}

.pricing-vehicle-cell small {
  margin-top: 4px;
  color: var(--muted);
}

.pricing-table-result,
.content-disclaimer {
  color: var(--muted);
  font-size: 12px;
}

.pricing-table-result {
  margin: 12px 0 0;
  font-weight: 700;
}

.content-disclaimer {
  margin: 12px 0 0;
  line-height: 1.65;
}

.steps-timeline {
  display: grid;
  gap: 0;
  max-width: 900px;
}

.steps-timeline article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 0 0 30px;
  position: relative;
}

.steps-timeline article:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50px;
  bottom: 4px;
  width: 1px;
  background: #d9e2db;
}

.steps-timeline article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf8ef;
  color: var(--primary);
  font-weight: 800;
}

.steps-timeline h3 {
  margin: 2px 0 0;
  font-size: 19px;
}

.steps-timeline p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.prose-shell {
  max-width: 1000px;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.checklist-grid > div {
  padding: 15px 16px;
  border: 1px solid #e2e8e3;
  border-radius: 13px;
  background: #fff;
  color: #405047;
  font-size: 13px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid #e1e7e2;
  border-radius: 16px;
  background: #fff;
}

.policy-nav strong {
  margin-bottom: 6px;
}

.policy-nav a {
  padding: 9px 10px;
  border-radius: 9px;
  color: #56645b;
  font-size: 12px;
}

.policy-nav a:hover {
  background: #f0f7f2;
  color: var(--primary);
}

.policy-content {
  display: grid;
  gap: 14px;
}

.policy-content article {
  scroll-margin-top: 110px;
  padding: 26px;
  border: 1px solid #e1e7e2;
  border-radius: 18px;
  background: #fff;
}

.policy-content article > span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
}

.policy-content h2 {
  margin: 8px 0 0;
  font-size: 22px;
}

.policy-content p {
  margin: 9px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-grid-v24 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card-v24 {
  padding: 28px;
  border: 1px solid #e1e7e2;
  border-radius: 20px;
  background: #fff;
}

.contact-card-v24 > span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.contact-card-v24 h2 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.35;
}

.contact-card-v24 p {
  min-height: 48px;
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.contact-action-shell,
.content-final-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.contact-action-shell h2,
.content-final-cta h2 {
  margin: 8px 0 0;
  max-width: 760px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.contact-action-shell p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.content-final-cta {
  padding: 58px 0;
  background: #112b19;
  color: #fff;
}

.content-final-cta .eyebrow {
  color: #f2c200;
}

@media (max-width: 980px) {
  .content-hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .content-cards.four-cols,
  .contact-grid-v24 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .policy-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .content-hero {
    padding: 48px 0 42px;
  }

  .content-section {
    padding: 54px 0;
  }

  .content-cards.three-cols,
  .content-cards.four-cols,
  .contact-grid-v24,
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    grid-template-columns: 1fr 1fr;
  }

  .contact-action-shell,
  .content-final-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ================================================================
   V25 — Launch hardening: accessibility + rendering stability
   ================================================================ */
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #0f5726;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(242, 194, 0, .72);
  outline-offset: 3px;
}

img { max-width: 100%; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* ================================================================
   V27 — Content Completion
   ================================================================ */
.why-visual-photo {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #f4f6f7;
}

.why-service-image {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.experience-photo {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f4f6f7;
}

.experience-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 16px;
}

.experience-photo figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(14, 55, 27, .86);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  backdrop-filter: blur(7px);
}

.experience-stack {
  align-content: stretch;
}

.experience-card {
  min-height: 0;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.experience-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(23,107,44,.10);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
}

.experience-card h3 {
  margin: 15px 0 0;
  font-size: 18px;
}

.experience-card p {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.blog-image-real {
  overflow: hidden;
  background: #f3f5f6;
}

.blog-image-real img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 12px;
  transition: transform .25s ease;
}

.blog-card:hover .blog-image-real img {
  transform: scale(1.025);
}

.article-hero {
  padding: 64px 0 38px;
  background: linear-gradient(180deg, #f6f8f7 0%, #fff 100%);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: 54px;
  align-items: center;
}

.article-hero h1 {
  max-width: 850px;
  margin: 12px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.article-hero p {
  margin: 18px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.article-hero-image {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #f3f5f6;
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  padding: 18px;
}

.article-section {
  padding: 48px 0 76px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  justify-content: space-between;
  gap: 54px;
}

.article-body h2 {
  margin: 34px 0 12px;
  font-size: 27px;
  line-height: 1.35;
}

.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 22px 0 8px; font-size: 19px; }
.article-body p,
.article-body li {
  color: #475467;
  font-size: 15px;
  line-height: 1.85;
}
.article-body ul { padding-left: 21px; }
.article-body li + li { margin-top: 7px; }

.article-tip {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: #fff9e7;
  color: #514516;
}

.article-aside {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}
.article-aside h3 { margin: 0; font-size: 17px; }
.article-aside p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.article-aside .btn { width: 100%; margin-top: 8px; }

.article-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .why-visual-photo,
  .why-service-image { min-height: 420px; height: 420px; }
  .article-hero-grid,
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-list-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .why-visual-photo,
  .why-service-image { min-height: 340px; height: 340px; }
  .article-hero { padding-top: 42px; }
  .article-hero-image { min-height: 240px; }
  .article-list-grid { grid-template-columns: 1fr; }
}


/* ================================================================
   V28 — Local Trust / Bãi xe & Google Maps
   ================================================================ */
.location-section-v28 {
  border-top: 1px solid #eef1ee;
  border-bottom: 1px solid #eef1ee;
}

.location-shell-v28 {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: stretch;
}

.location-visual-v28 {
  min-height: 390px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 36px;
  background:
    radial-gradient(circle at 50% 25%, rgba(242,194,0,.18), transparent 29%),
    linear-gradient(145deg, #edf8ef 0%, #f8fbf8 52%, #eef3ef 100%);
  border: 1px solid rgba(23,107,44,.12);
  box-shadow: 0 22px 55px rgba(20,65,33,.08);
}

.location-pin-v28 {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #176b2c;
  color: #fff;
  font-size: 38px;
  box-shadow: 0 14px 32px rgba(23,107,44,.22);
}

.location-visual-v28 strong {
  color: #102418;
  font-size: 24px;
  line-height: 1.3;
}

.location-visual-v28 small {
  margin-top: 9px;
  color: #66756b;
  font-size: 14px;
  line-height: 1.6;
}

.location-content-v28 {
  padding: 18px 0;
  align-self: center;
}

.location-content-v28 h2 {
  margin: 8px 0 14px;
  max-width: 620px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.location-content-v28 > p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.75;
}

.location-address-v28 {
  margin: 24px 0 18px;
  padding: 18px 20px;
  border: 1px solid #e4ebe5;
  border-radius: 16px;
  background: #fff;
}

.location-address-v28 span,
.location-address-v28 small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.location-address-v28 strong {
  display: block;
  margin: 5px 0;
  color: var(--primary-dark);
  font-size: 18px;
  line-height: 1.45;
}

.location-actions-v28 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-note-v28 {
  margin-top: 12px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .location-shell-v28 {
    grid-template-columns: 1fr;
  }

  .location-visual-v28 {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .location-visual-v28 {
    min-height: 250px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .location-pin-v28 {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }

  .location-content-v28 h2 {
    font-size: 30px;
  }

  .location-actions-v28 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .location-actions-v28 .btn {
    width: 100%;
  }
}

/* ================================================================
   V29 — Car + Motorbike architecture
   ================================================================ */
.vehicle-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 10px 0 0;
  color: #2b6c3a;
  font-size: 12px;
  font-weight: 700;
}

.vehicle-availability > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f9e44;
  box-shadow: 0 0 0 4px rgba(47, 158, 68, .12);
}

.service-choice-section-v29 {
  padding: 54px 0 10px;
}

.service-choice-grid-v29 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-choice-card-v29 {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, #f7faf7 100%);
  box-shadow: 0 18px 46px rgba(20, 65, 33, .07);
}

.service-choice-card-v29.motorbike {
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 194, 0, .18), transparent 27%),
    linear-gradient(145deg, #fff 0%, #fbfaf3 100%);
}

.service-choice-card-v29::after {
  content: '';
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(23, 107, 44, .06);
}

.service-choice-card-v29 .service-kicker-v29 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-choice-card-v29 h2 {
  margin: 10px 0 10px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.16;
}

.service-choice-card-v29 p {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.75;
}

.service-choice-tags-v29 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.service-choice-tags-v29 span {
  padding: 7px 10px;
  border: 1px solid #dfe7df;
  border-radius: 999px;
  background: #fff;
  color: #53615a;
  font-size: 11px;
  font-weight: 700;
}

.motorbike-section-v29 {
  background: linear-gradient(180deg, #fbfcfa 0%, #fff 100%);
  border-top: 1px solid #edf1ed;
}

.motorbike-notice-v29 {
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid #f0e0a3;
  border-radius: 14px;
  background: #fffaf0;
  color: #6f5a13;
  font-size: 12px;
  line-height: 1.7;
}

.service-switch-v29 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.service-switch-v29 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #34433a;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.service-switch-v29 a.active,
.service-switch-v29 a:hover {
  border-color: rgba(23, 107, 44, .22);
  background: #edf8ef;
  color: var(--primary);
}

.table-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf8ef;
  color: #236a33;
  font-size: 11px;
  font-weight: 800;
}

.price-service-heading-v29 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 46px 0 18px;
  padding-top: 38px;
  border-top: 1px solid var(--border);
}

.price-service-heading-v29 h2 {
  margin: 6px 0 0;
}

.motorbike-detail-note-v29 {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff9e7;
  color: #6a5818;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .service-choice-grid-v29 {
    grid-template-columns: 1fr;
  }

  .service-choice-card-v29 {
    min-height: auto;
  }

  .price-service-heading-v29 {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .service-choice-section-v29 {
    padding-top: 36px;
  }

  .service-choice-card-v29 {
    padding: 24px 20px;
    border-radius: 20px;
  }
}

@media (min-width: 1181px) {
  .booking-fields-v4 {
    grid-template-columns: .92fr 1fr .68fr 1fr .68fr 1.12fr 1fr auto;
  }
}


/* ================================================================
   V30 — Motorbike catalog image polish
   Ảnh minh họa local, nền trắng, ưu tiên thấy trọn xe.
   ================================================================ */
.motorbike-page .vehicle-image.has-reference-image,
.motorbike-section-v29 .vehicle-image.has-reference-image {
  flex-basis: 252px;
  min-height: 252px;
  height: 252px;
  background: #fff;
  border-bottom-color: #eef1ee;
}

.motorbike-page .vehicle-image img,
.motorbike-section-v29 .vehicle-image img {
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 92%;
  object-fit: contain;
  object-position: center;
}

.motorbike-page .reference-image-tag,
.motorbike-detail-page .reference-image-tag {
  background: rgba(255,255,255,.92);
  color: #52605a;
  border: 1px solid #e3e9e4;
}

.motorbike-detail-page .detail-main-image {
  background: #fff;
}

.motorbike-detail-page .detail-main-image > img {
  width: 100%;
  height: 100%;
  max-width: 96%;
  max-height: 94%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 820px) {
  .motorbike-page .vehicle-image.has-reference-image,
  .motorbike-section-v29 .vehicle-image.has-reference-image {
    flex-basis: 226px;
    min-height: 226px;
    height: 226px;
  }
}

@media (max-width: 600px) {
  .motorbike-page .vehicle-image.has-reference-image,
  .motorbike-section-v29 .vehicle-image.has-reference-image {
    flex-basis: 210px;
    min-height: 210px;
    height: 210px;
  }
}

/* ================================================================
   V32 — Car image standardization
   Đồng bộ khung ảnh ô tô mà không thay đổi dữ liệu/booking.
   ================================================================ */
.car-section-v32 .vehicle-image.has-reference-image,
.car-page-v32 .vehicle-image.has-reference-image {
  flex-basis: 248px;
  min-height: 248px;
  height: 248px;
  aspect-ratio: auto;
  padding: 18px 20px 14px;
  background: #fff;
  border-bottom: 1px solid #edf1ee;
  overflow: hidden;
}

.car-section-v32 .vehicle-image img,
.car-page-v32 .vehicle-image img {
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
  background: #fff;
  filter: saturate(.96) contrast(.99);
}

.car-section-v32 .vehicle-card:hover .vehicle-image img,
.car-page-v32 .vehicle-card:hover .vehicle-image img {
  transform: scale(1.015);
}

.car-section-v32 .reference-image-tag,
.car-page-v32 .reference-image-tag,
.car-detail-v32 .reference-image-tag {
  background: rgba(255,255,255,.94);
  color: #52605a;
  border: 1px solid #e4e9e5;
  box-shadow: 0 4px 14px rgba(23, 42, 31, .05);
}

.car-detail-v32 .detail-main-image {
  background: #fff;
  border: 1px solid #edf1ee;
}

.car-detail-v32 .detail-main-image > img {
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 90%;
  object-fit: contain;
  object-position: center center;
  border-radius: 12px;
  background: #fff;
  filter: saturate(.96) contrast(.99);
}

.car-detail-v32 .detail-thumb {
  background: #fff;
  border-color: #edf1ee;
}

.car-detail-v32 .detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

@media (max-width: 820px) {
  .car-section-v32 .vehicle-image.has-reference-image,
  .car-page-v32 .vehicle-image.has-reference-image {
    flex-basis: 226px;
    min-height: 226px;
    height: 226px;
    padding: 14px 16px 12px;
  }
}

@media (max-width: 560px) {
  .car-section-v32 .vehicle-image.has-reference-image,
  .car-page-v32 .vehicle-image.has-reference-image {
    flex-basis: 204px;
    min-height: 204px;
    height: 204px;
    padding: 12px 14px 10px;
  }

  .car-section-v32 .vehicle-image img,
  .car-page-v32 .vehicle-image img {
    max-width: 96%;
    max-height: 92%;
  }
}

.contact-map-embed {
  width: 100%;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  background: #f5f7f3;
  border: 1px solid rgba(23, 107, 44, 0.08);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.06);
}

.contact-map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  display: block;
}
