/* ═══════════════════════════════════════════════════
   VinFast Hà Nam Clone Pro v5.0 — Site CSS
   Design: automotive-electric, clean, confident
   Palette: --vfhp-blue (primary) · --vfhp-dark (navy)
   Font: Inter / Arial — tiếng Việt safe
   ═══════════════════════════════════════════════════ */

:root {
  --vfhp-blue:    #117cff;
  --vfhp-dark:    #061e34;
  --vfhp-soft:    #f4f8ff;
  --vfhp-muted:   #5a6a82;
  --vfhp-border:  #dde3ec;
  --vfhp-text:    #1a2233;
  --vfhp-radius:  10px;
  --vfhp-wrap:    1320px;
  --vfhp-speed:   .18s;
}

/* ─── Global / Font fix (tiếng Việt không cắt chữ) ─── */
.vfhp, .vfhp *, .vfhp-header, .vfhp-header * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.vfhp, .vfhp-header {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--vfhp-text);
}
.vfhp h1 { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.15; font-weight: 800; }
.vfhp h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.18; font-weight: 700; }
.vfhp h3 { font-size: 1.05rem; line-height: 1.25; font-weight: 700; }

/* ─── Form fix — input/select/textarea không cắt chữ ─ */
.vfhp input, .vfhp select, .vfhp textarea,
.vfhp-form input, .vfhp-form select, .vfhp-form textarea {
  min-height: 48px;
  padding: 12px 16px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: normal;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  border: 1.5px solid var(--vfhp-border);
  border-radius: 8px;
  background: #fff;
  color: var(--vfhp-text);
  transition: border-color var(--vfhp-speed);
  -webkit-appearance: none;
}
.vfhp input:focus, .vfhp select:focus, .vfhp textarea:focus,
.vfhp-form input:focus, .vfhp-form select:focus { border-color: var(--vfhp-blue); outline: none; box-shadow: 0 0 0 3px rgba(17,124,255,.12); }
.vfhp label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.vfhp textarea { min-height: 96px; resize: vertical; }

/* ─── Wrap ─────────────────────────────────────────── */
.vfhp-wrap { max-width: var(--vfhp-wrap); margin: 0 auto; padding: 0 20px; }

/* ─── Eyebrow ──────────────────────────────────────── */
.vfhp-eyebrow {
  display: block; text-transform: uppercase; letter-spacing: .12em;
  font-size: .78rem; font-weight: 700; color: var(--vfhp-blue); margin-bottom: 6px;
}

/* ─── Buttons ──────────────────────────────────────── */
.vfhp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px; border-radius: 8px; font-weight: 700;
  font-size: .9rem; line-height: 1; text-decoration: none;
  white-space: nowrap; cursor: pointer; border: none;
  transition: opacity var(--vfhp-speed), transform var(--vfhp-speed);
}
.vfhp-btn:hover { opacity: .88; transform: translateY(-1px); }
.vfhp-btn-primary { background: var(--vfhp-blue); color: #fff; }
.vfhp-btn-dark    { background: var(--vfhp-dark); color: #fff; }
.vfhp-btn-light   { background: #fff; color: var(--vfhp-dark); border: 1.5px solid var(--vfhp-border); }
.vfhp-btn-wide    { width: 100%; }

/* ─── Hero stats bar ───────────────────────────────── */
.vfhp-hero-stats {
  display: flex; gap: 36px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px;
}
.vfhp-hero-stats div { display: flex; flex-direction: column; }
.vfhp-hero-stats small { font-size: .78rem; color: rgba(255,255,255,.65); }
.vfhp-hero-stats b { font-size: 1.5rem; font-weight: 800; color: #fff; }

/* ─── Section head ─────────────────────────────────── */
.vfhp-section-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px; flex-wrap: wrap; gap: 12px;
}
.vfhp-section-head h2 { margin: 0; }
.vfhp-see-all { font-weight: 600; color: var(--vfhp-blue); text-decoration: none; white-space: nowrap; }

/* ─── Calcbox preview ──────────────────────────────── */
.vfhp-calcbox-preview {
  max-width: 460px; margin: 0 auto;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--vfhp-radius); padding: 16px;
}
.vfhp-calcbox-preview > div {
  display: flex; justify-content: space-between; padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12); font-size: .9rem;
}
.vfhp-calcbox-preview > div:last-child { border: none; }
.vfhp-calcbox-preview span { color: rgba(255,255,255,.7); }
.vfhp-calcbox-preview b { color: #fff; font-weight: 700; }

/* ─── Step number ──────────────────────────────────── */
.vfhp-step-num {
  display: inline-block; font-size: 1.8rem; font-weight: 900;
  color: var(--vfhp-blue); line-height: 1;
}

/* ─── Car card inner (inside [ux_image_box]) ───────── */
.vfhp-car-col { transition: transform var(--vfhp-speed); }
.vfhp-card-inner { padding: 4px 0 12px; }
.vfhp-badge {
  display: inline-block; font-size: .72rem; font-weight: 700;
  background: var(--vfhp-soft); color: var(--vfhp-blue);
  padding: 3px 10px; border-radius: 999px; margin-bottom: 8px;
}
.vfhp-card-title { font-size: 1.05rem; margin-bottom: 2px; }
.vfhp-card-title a { text-decoration: none; color: var(--vfhp-text); }
.vfhp-card-price { font-size: .9rem; margin-bottom: 6px; }
.vfhp-card-price small { color: var(--vfhp-muted); display: block; font-size: .75rem; }
.vfhp-card-price strong { font-size: 1.1rem; color: var(--vfhp-dark); }
.vfhp-card-desc { font-size: .88rem; color: var(--vfhp-muted); margin-bottom: 12px; }
.vfhp-mini-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 6px;
  background: var(--vfhp-soft); border-radius: 8px; padding: 10px; margin-bottom: 12px;
}
.vfhp-mini-stats span { display: flex; flex-direction: column; align-items: center; }
.vfhp-mini-stats small { font-size: .7rem; color: var(--vfhp-muted); }
.vfhp-mini-stats b { font-size: .82rem; font-weight: 700; }
.vfhp-card-cta { display: flex; gap: 8px; }
.vfhp-card-cta .vfhp-btn { flex: 1; padding: 9px 10px; font-size: .82rem; }

/* ─── Flatsome [ux_image_box] override – ảnh không méo */
.vfhp-car-col .image-box img,
.vfhp-car-col .ux-image-box img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}

/* ─── Filter bar ────────────────────────────────────── */
.vfhp-filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 8px; }
.vfhp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.vfhp-chips button {
  border: 1.5px solid var(--vfhp-border); background: #fff;
  padding: 7px 16px; border-radius: 999px; font-size: .85rem;
  cursor: pointer; font-weight: 500; transition: var(--vfhp-speed);
  font-family: Inter, Arial, sans-serif;
}
.vfhp-chips button.active,
.vfhp-chips button:hover { background: var(--vfhp-blue); color: #fff; border-color: var(--vfhp-blue); }
.vfhp-filter-bar select { min-height: 40px; width: auto; padding: 8px 12px; }
.vfhp-count { font-size: .88rem; color: var(--vfhp-muted); margin-bottom: 8px; }

/* ─── Page hero (sub pages) ─────────────────────────── */
.vfhp-page-hero { max-width: var(--vfhp-wrap); margin: 0 auto; padding: 56px 20px 40px; }
.vfhp-page-hero h1 { margin-bottom: 10px; }
.vfhp-page-hero p { color: var(--vfhp-muted); max-width: 640px; }

/* ─── Compare ────────────────────────────────────────── */
.vfhp-compare-selector { display: flex; flex-wrap: wrap; gap: 10px; max-width: var(--vfhp-wrap); margin: 0 auto 28px; padding: 0 20px; }
.vfhp-cmp-btn {
  border: 2px solid var(--vfhp-border); background: #fff;
  border-radius: var(--vfhp-radius); padding: 12px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  cursor: pointer; transition: var(--vfhp-speed); min-width: 100px;
}
.vfhp-cmp-btn img { width: 80px; height: 56px; object-fit: contain; }
.vfhp-cmp-btn.active { border-color: var(--vfhp-blue); background: var(--vfhp-soft); }
.vfhp-compare-output { max-width: var(--vfhp-wrap); margin: 0 auto; padding: 0 20px 48px; }
.vfhp-compare-output table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.vfhp-compare-output th, .vfhp-compare-output td { padding: 10px 14px; border: 1px solid var(--vfhp-border); text-align: center; }
.vfhp-compare-output th { background: var(--vfhp-dark); color: #fff; }
.vfhp-compare-output tr:nth-child(even) { background: var(--vfhp-soft); }
.vfhp-compare-output td:first-child { text-align: left; font-weight: 600; }

/* ─── Price tool ─────────────────────────────────────── */
.vfhp-price-tool { max-width: 900px; margin: 0 auto 24px; padding: 0 20px; }
.vfhp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#vfhp-price-result { max-width: 540px; margin: 0 auto; padding: 0 20px 48px; }
#vfhp-price-result .vfhp-price-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--vfhp-border); font-size: .9rem; }
#vfhp-price-result .vfhp-price-row.total { font-weight: 700; font-size: 1.05rem; color: var(--vfhp-blue); border: none; }
.vfhp-price-actions { display: flex; gap: 10px; max-width: 540px; margin: 12px auto 48px; padding: 0 20px; }

/* ─── Test drive ─────────────────────────────────────── */
.vfhp-testdrive-page { max-width: var(--vfhp-wrap); margin: 0 auto; padding: 56px 20px 64px; }
.vfhp-two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.vfhp-testdrive-copy h1 { margin-bottom: 12px; }
.vfhp-checks { list-style: none; padding: 0; margin: 16px 0; display: flex; flex-direction: column; gap: 8px; }
.vfhp-checks li::before { content: "✓ "; color: var(--vfhp-blue); font-weight: 700; }
.vfhp-pick-cars { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.vfhp-pick-car {
  border: 2px solid var(--vfhp-border); background: #fff;
  border-radius: var(--vfhp-radius); padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  cursor: pointer; transition: var(--vfhp-speed); min-width: 80px;
}
.vfhp-pick-car img { width: 64px; height: 44px; object-fit: contain; }
.vfhp-pick-car b { font-size: .8rem; }
.vfhp-pick-car small { font-size: .7rem; color: var(--vfhp-muted); }
.vfhp-pick-car.active { border-color: var(--vfhp-blue); background: var(--vfhp-soft); }
.vfhp-toggle { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.vfhp-toggle button {
  border: 1.5px solid var(--vfhp-border); background: #fff; border-radius: 6px;
  padding: 8px 14px; font-size: .85rem; cursor: pointer; font-family: Inter, Arial, sans-serif;
}
.vfhp-toggle button.active { background: var(--vfhp-blue); color: #fff; border-color: var(--vfhp-blue); }
.vfhp-btn-wide { width: 100%; margin-top: 16px; }
.vfhp-form-note { text-align: center; color: var(--vfhp-muted); font-size: .85rem; margin-top: 8px; }
.vfhp-success { background: #eafaf1; border: 1px solid #27ae60; color: #1a6e3a; padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; }

/* ─── News ───────────────────────────────────────────── */
.vfhp-news-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; max-width: var(--vfhp-wrap); margin-left: auto; margin-right: auto; padding: 0 20px; }
.vfhp-news-chips button { border: 1.5px solid var(--vfhp-border); background: #fff; padding: 6px 16px; border-radius: 999px; font-size: .85rem; cursor: pointer; font-family: inherit; }
.vfhp-news-chips button.active { background: var(--vfhp-blue); color: #fff; border-color: var(--vfhp-blue); }
.vfhp-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: var(--vfhp-wrap); margin: 0 auto; padding: 0 20px 48px; }
.vfhp-news-card { background: #fff; border: 1px solid var(--vfhp-border); border-radius: var(--vfhp-radius); overflow: hidden; }
.vfhp-news-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.vfhp-news-body { padding: 16px; }
.vfhp-news-body h3 { margin-bottom: 8px; }
.vfhp-news-body p { color: var(--vfhp-muted); font-size: .88rem; }
.vfhp-read-more { color: var(--vfhp-blue); font-weight: 600; text-decoration: none; }

/* ─── Contact ────────────────────────────────────────── */
.vfhp-contact-page { max-width: var(--vfhp-wrap); margin: 0 auto; padding: 0 20px 64px; }
.vfhp-contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 32px; }
.vfhp-contact-cards > div { background: var(--vfhp-soft); border-radius: var(--vfhp-radius); padding: 20px; text-align: center; }
.vfhp-contact-cards span { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.vfhp-contact-cards strong { display: block; font-size: .78rem; color: var(--vfhp-muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
.vfhp-contact-cards b, .vfhp-contact-cards a { font-weight: 700; text-decoration: none; color: var(--vfhp-dark); }
.vfhp-contact-two { align-items: flex-start; }
.vfhp-map { border-radius: var(--vfhp-radius); overflow: hidden; height: 300px; }
.vfhp-map iframe { width: 100%; height: 100%; border: none; display: block; }

/* ─── Breadcrumb ─────────────────────────────────────── */
.vfhp-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .88rem; }
.vfhp-breadcrumb a { color: var(--vfhp-blue); text-decoration: none; }
.vfhp-breadcrumb span { color: var(--vfhp-muted); }

/* ─── Vehicle detail ─────────────────────────────────── */
.vfhp-detail-h1 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: 6px; }
.vfhp-detail-tagline { color: var(--vfhp-muted); margin-bottom: 20px; }
.vfhp-spec-box { background: var(--vfhp-soft); border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.vfhp-spec-box span { font-size: 1.3rem; }
.vfhp-spec-box small { font-size: .75rem; color: var(--vfhp-muted); }
.vfhp-spec-box b { font-weight: 700; }

/* Buybox */
.vfhp-buybox { background: #fff; border: 1px solid var(--vfhp-border); border-radius: 14px; padding: 24px; position: sticky; top: 80px; }
.vfhp-box-label { font-size: .78rem; font-weight: 700; color: var(--vfhp-muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; }
.vfhp-version { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border: 1.5px solid var(--vfhp-border); border-radius: 8px; margin-bottom: 8px; cursor: pointer; transition: var(--vfhp-speed); font-size: .88rem; }
.vfhp-version.vfhp-ver-selected { border-color: var(--vfhp-blue); background: #eef6ff; }
.vfhp-color-dots { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.vfhp-color-dot { width: 28px; height: 28px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); cursor: pointer; display: block; transition: transform var(--vfhp-speed); }
.vfhp-color-dot:hover { transform: scale(1.18); }
.vfhp-buybox hr { border: none; border-top: 1px solid var(--vfhp-border); margin: 14px 0; }
.vfhp-price-row { display: flex; justify-content: space-between; align-items: center; font-size: .88rem; padding: 6px 0; }
.vfhp-price-row b { font-weight: 700; font-size: .98rem; }
.vfhp-installment { background: var(--vfhp-soft); border-radius: 8px; padding: 10px 12px; font-size: .85rem; color: var(--vfhp-muted); margin: 12px 0; }
.vfhp-installment strong { color: var(--vfhp-blue); }
.vfhp-btn-primary.vfhp-btn-wide { width: 100%; display: flex; justify-content: center; margin-bottom: 10px; }
.vfhp-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vfhp-cta-row .vfhp-btn { font-size: .82rem; padding: 10px; text-align: center; justify-content: center; }

/* ─── Header ─────────────────────────────────────────── */
.vfhp-header {
  position: sticky; top: 0; z-index: 9999;
  background: #fff; border-bottom: 1px solid var(--vfhp-border);
  box-shadow: 0 1px 12px rgba(0,0,0,.06);
}
.vfhp-header-inner {
  max-width: var(--vfhp-wrap); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 16px; height: 64px;
}
.vfhp-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.vfhp-logo-img { width: 38px; height: 38px; object-fit: contain; border-radius: 6px; }
.vfhp-brand-text strong { display: block; font-size: .92rem; font-weight: 800; color: var(--vfhp-dark); line-height: 1.1; }
.vfhp-brand-text small  { font-size: .7rem; color: var(--vfhp-muted); }
.vfhp-nav { display: flex; align-items: center; gap: 2px; flex: 1; overflow: hidden; }
.vfhp-nav a { padding: 7px 11px; border-radius: 6px; font-size: .86rem; font-weight: 500; color: var(--vfhp-text); text-decoration: none; white-space: nowrap; transition: var(--vfhp-speed); }
.vfhp-nav a:hover, .vfhp-nav a.active { background: var(--vfhp-soft); color: var(--vfhp-blue); }
.vfhp-header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.vfhp-phone { font-weight: 700; color: var(--vfhp-dark); text-decoration: none; font-size: .86rem; white-space: nowrap; }
.vfhp-deposit { background: var(--vfhp-blue); color: #fff; padding: 9px 18px; border-radius: 8px; font-weight: 700; font-size: .86rem; text-decoration: none; white-space: nowrap; transition: opacity var(--vfhp-speed); }
.vfhp-deposit:hover { opacity: .88; }
.vfhp-hamburger { display: none; background: none; border: none; font-size: 1.4rem; cursor: pointer; padding: 8px; flex-shrink: 0; }

/* ─── Responsive ─────────────────────────────────────── */
@media (max-width: 1100px) {
  .vfhp-contact-cards { grid-template-columns: 1fr 1fr; }
  .vfhp-news-grid { grid-template-columns: repeat(2,1fr); }
  .vfhp-two { gap: 32px; }
}
@media (max-width: 900px) {
  .vfhp-hamburger { display: block; }
  .vfhp-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; padding: 12px 20px; border-bottom: 1px solid var(--vfhp-border); box-shadow: 0 8px 24px rgba(0,0,0,.1); z-index: 999; }
  .vfhp-nav.open { display: flex; }
  .vfhp-nav a { width: 100%; }
  .vfhp-header-right .vfhp-phone { display: none; }
  .vfhp-two { grid-template-columns: 1fr; gap: 28px; }
  .vfhp-buybox { position: static; }
  .vfhp-form-row { grid-template-columns: 1fr; }
  .vfhp-contact-cards { grid-template-columns: 1fr 1fr; }
  .vfhp-price-tool .vfhp-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .vfhp-hero-stats { gap: 16px; }
  .vfhp-news-grid { grid-template-columns: 1fr; }
  .vfhp-contact-cards { grid-template-columns: 1fr; }
  .vfhp-cta-row { grid-template-columns: 1fr; }
  .vfhp-price-actions { flex-direction: column; }
  .vfhp-pick-cars { gap: 6px; }
}

/* ══════════════════════════════════════════════════════
   PATCHES v5.1 — fix các lỗi hình ảnh
   ══════════════════════════════════════════════════════ */

/* ── FIX 5 & 4: Car grid CSS thuần (thay [row][col]) ── */
.vfhp-car-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}

.vfhp-card {
  background: #fff;
  border: 1px solid var(--vfhp-border);
  border-radius: var(--vfhp-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.vfhp-card:hover {
  box-shadow: 0 10px 28px rgba(17,124,255,.1);
  transform: translateY(-3px);
}
.vfhp-card-img-wrap { display: block; overflow: hidden; }
.vfhp-card-img-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.vfhp-card:hover .vfhp-card-img-wrap img { transform: scale(1.04); }
.vfhp-card-body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }

/* ── FIX 1: Icon-box thuần (thay [icon_box]) ─────────── */
.vfhp-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vfhp-icon-box {
  background: #fff;
  border: 1px solid var(--vfhp-border);
  border-radius: var(--vfhp-radius);
  padding: 28px 20px;
  text-align: center;
}
.vfhp-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  background: var(--vfhp-soft);
  border-radius: 14px;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.vfhp-icon-box h3 { font-size: .98rem; margin-bottom: 8px; }
.vfhp-icon-box p  { font-size: .88rem; color: var(--vfhp-muted); margin: 0; }
.vfhp-icon-box.icon-3-col { /* giới thiệu 3 cột */ grid-column: auto; }

/* ── FIX 2: Hero section ─────────────────────────────── */
.vfhp-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(to right, rgba(6,30,52,.85) 55%, rgba(6,30,52,.4) 100%),
    var(--vfhp-hero-bg, none) center/cover no-repeat;
  color: #fff;
  padding: 80px 0;
}
.vfhp-hero h1 { color: #fff; margin-bottom: 14px; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.vfhp-hero-sub { color: rgba(255,255,255,.85); max-width: 560px; margin-bottom: 28px; }
.vfhp-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.vfhp-btn-outline-white {
  border: 2px solid rgba(255,255,255,.7);
  background: transparent;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: .18s;
}
.vfhp-btn-outline-white:hover { background: rgba(255,255,255,.15); }

/* ── FIX 3: Lái thử layout đúng ─────────────────────── */
.vfhp-testdrive-page { padding: 56px 0 64px; }
.vfhp-testdrive-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: flex-start;
  padding: 0 20px;
  max-width: var(--vfhp-wrap);
  margin: 0 auto;
}
.vfhp-testdrive-form-col { min-width: 0; }

/* Pick cars – flex-wrap tự nhiên, items đều kích thước */
.vfhp-pick-cars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.vfhp-pick-car {
  flex: 0 0 calc(16.6% - 9px); /* 6 xe/hàng */
  min-width: 80px;
  max-width: 110px;
  border: 2px solid var(--vfhp-border);
  background: #fff;
  border-radius: var(--vfhp-radius);
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: var(--vfhp-speed);
  box-sizing: border-box;
}
.vfhp-pick-car img { width: 60px; height: 42px; object-fit: contain; }
.vfhp-pick-car b { font-size: .78rem; text-align: center; line-height: 1.2; }
.vfhp-pick-car small { font-size: .68rem; color: var(--vfhp-muted); }
.vfhp-pick-car.active { border-color: var(--vfhp-blue); background: var(--vfhp-soft); }

/* ── Steps grid ──────────────────────────────────────── */
.vfhp-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vfhp-step {
  background: #fff;
  border: 1px solid var(--vfhp-border);
  border-radius: var(--vfhp-radius);
  padding: 24px 20px;
}
.vfhp-step b { display: block; font-size: 2.2rem; font-weight: 900; color: var(--vfhp-blue); margin-bottom: 10px; }
.vfhp-step h3 { font-size: .95rem; margin-bottom: 6px; }
.vfhp-step p  { font-size: .88rem; color: var(--vfhp-muted); margin: 0; }

/* ── Stats dark (giới thiệu) ─────────────────────────── */
.vfhp-stats-dark {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 12px 0;
  text-align: center;
}
.vfhp-stats-dark b { display: block; font-size: 2rem; font-weight: 900; color: var(--vfhp-blue); }
.vfhp-stats-dark small { color: rgba(255,255,255,.7); font-size: .82rem; }

/* ── Page hero light (trang xe) ──────────────────────── */
.vfhp-page-hero-light {
  background: var(--vfhp-soft);
  padding: 48px 20px 36px;
  max-width: 100%;
}
.vfhp-page-hero-light > * { max-width: var(--vfhp-wrap); margin-left: auto; margin-right: auto; }
.vfhp-filter-selects { display: flex; gap: 10px; }
.vfhp-filter-selects select { min-height: 40px; width: auto; }
.vfhp-form-row-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }

/* ── Section utilities ───────────────────────────────── */
.vfhp-section { padding: 64px 0; }
.vfhp-section-soft { background: var(--vfhp-soft); }

/* ── Two-col (về chúng tôi) ──────────────────────────── */
.vfhp-two { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.vfhp-contact-two { align-items: flex-start; }

/* ── About icon grid 3 cột ───────────────────────────── */
.vfhp-about-page .vfhp-icon-grid { grid-template-columns: repeat(3,1fr); }

/* ══ RESPONSIVE PATCHES ══════════════════════════════ */
@media (max-width: 1100px) {
  .vfhp-car-grid { grid-template-columns: repeat(2,1fr); }
  .vfhp-icon-grid { grid-template-columns: repeat(2,1fr); }
  .vfhp-steps-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .vfhp-testdrive-layout { grid-template-columns: 1fr; gap: 32px; }
  .vfhp-two { grid-template-columns: 1fr; }
  .vfhp-form-row-3 { grid-template-columns: 1fr; }
  .vfhp-pick-car { flex: 0 0 calc(33.3% - 8px); }
}
@media (max-width: 600px) {
  .vfhp-car-grid { grid-template-columns: 1fr; }
  .vfhp-icon-grid { grid-template-columns: 1fr; }
  .vfhp-steps-grid { grid-template-columns: 1fr; }
  .vfhp-pick-car { flex: 0 0 calc(50% - 6px); max-width: none; }
  .vfhp-stats-dark { gap: 28px; }
}

/* ══════════════════════════════════════════════════════
   PATCH v5.2 — pixel-match layout sections + full width
   ══════════════════════════════════════════════════════ */
html, body { overflow-x: hidden; }
body, button, input, select, textarea { font-family: Inter, Arial, sans-serif !important; }
.vfhp {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--vfhp-text);
  font-size: 16px;
  line-height: 1.55;
}
.vfhp *, .vfhp-header *, .vfhp-footer * { box-sizing: border-box; }
.vfhp h1, .vfhp h2, .vfhp h3, .vfhp h4 { letter-spacing: -0.035em; color: #061e34; margin-top: 0; overflow: visible; }
.vfhp p { margin-top: 0; }
.vfhp-wrap { max-width: 1320px; width: 100%; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.vfhp-section { padding: 72px 0; }
.vfhp-page-content { padding-bottom: 76px; }
.vfhp-page-hero { padding-top: 58px; padding-bottom: 34px; }
.vfhp-page-hero h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 900; line-height: 1.08; margin-bottom: 12px; }
.vfhp-page-hero p { max-width: 760px; color: #334155; font-size: 1.05rem; }
.vfhp-muted-note { color: var(--vfhp-muted); padding: 20px 0; }

/* Header */
.vfhp-header { width: 100%; min-height: 74px; box-shadow: none; border-bottom: 1px solid #e7edf6; }
.vfhp-header-inner { max-width: 1500px; height: 74px; gap: 26px; }
.vfhp-brand-text strong { font-size: 1.08rem; letter-spacing: -.03em; }
.vfhp-brand-text small { display: block; font-weight: 600; line-height: 1.2; }
.vfhp-logo-img { width: 48px; height: 48px; border-radius: 12px; }
.vfhp-nav { justify-content: center; gap: 16px; }
.vfhp-nav a { font-size: 1rem; font-weight: 700; padding: 9px 4px; background: transparent !important; }
.vfhp-nav a.active, .vfhp-nav a:hover { color: var(--vfhp-blue); }
.vfhp-header-right { gap: 16px; }
.vfhp-phone { font-size: 1rem; display: inline-flex; align-items: center; gap: 10px; }
.vfhp-phone:before { content: "☎"; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #eef5ff; color: var(--vfhp-blue); }
.vfhp-deposit { border-radius: 999px; padding: 13px 28px; font-size: 1rem; }

/* Hero */
.vfhp-hero { min-height: 660px; padding: 96px 0 86px; background: linear-gradient(90deg, rgba(6,30,52,.94) 0%, rgba(6,30,52,.83) 40%, rgba(6,30,52,.55) 100%), var(--vfhp-hero-bg, none) center/cover no-repeat; }
.vfhp-hero-pill { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: #fff; border-radius: 999px; padding: 9px 20px; font-weight: 800; letter-spacing: .04em; margin-bottom: 28px; }
.vfhp-hero h1 { max-width: 740px; color: #fff; font-size: clamp(3rem, 6vw, 6rem); line-height: 1.04; font-weight: 900; margin-bottom: 28px; }
.vfhp-hero h1 span { color: #2378ff; }
.vfhp-hero-sub { max-width: 740px; font-size: 1.28rem; line-height: 1.55; color: rgba(255,255,255,.92); }
.vfhp-hero-btns { margin: 28px 0 50px; gap: 16px; }
.vfhp-hero-stats { max-width: 640px; gap: 92px; }
.vfhp-hero-stats b { font-size: 2rem; }

/* Buttons & forms */
.vfhp-btn { min-height: 48px; border-radius: 999px; padding: 13px 26px; line-height: 1.2; }
.vfhp-btn-primary, .vfhp-btn-dark { color: #fff !important; }
.vfhp-btn-light { background: #fff !important; color: var(--vfhp-dark) !important; }
.vfhp input, .vfhp select, .vfhp textarea { min-height: 52px !important; font-size: 16px !important; line-height: 1.35 !important; padding: 14px 18px !important; border-radius: 12px !important; }
.vfhp textarea { min-height: 120px !important; }
.vfhp label { font-weight: 800; gap: 9px; color: #061e34; }
.vfhp-form-row { grid-template-columns: 1fr 1fr; gap: 18px; }

/* Product cards */
.vfhp-section-head { align-items: flex-start; margin-bottom: 34px; }
.vfhp-section-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1.05; margin-bottom: 14px; }
.vfhp-section-sub { max-width: 760px; color: #334155; font-size: 1.08rem; }
.vfhp-car-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 28px; }
.vfhp-card { border-radius: 20px; box-shadow: 0 18px 36px rgba(15, 35, 70, .06); min-height: 100%; }
.vfhp-card-img-wrap { position: relative; }
.vfhp-card-img-wrap img { aspect-ratio: 16 / 10; }
.vfhp-badge-overlay { position: absolute; left: 16px; top: 16px; margin: 0; background: rgba(6,30,52,.92); color: #fff; }
.vfhp-card-body { padding: 24px 26px 26px; gap: 14px; }
.vfhp-card-title-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: start; }
.vfhp-card-title { font-size: 1.35rem; font-weight: 900; }
.vfhp-card-price { text-align: right; margin: 0; min-width: 80px; }
.vfhp-card-price strong { color: var(--vfhp-blue); display: block; font-size: 1.45rem; line-height: 1.15; }
.vfhp-card-desc { min-height: 48px; font-size: 1rem; color: #334155; }
.vfhp-mini-stats { background: transparent; border-top: 1px solid #e5edf7; border-radius: 0; padding: 16px 0 0; }
.vfhp-mini-stats span { align-items: flex-start; }
.vfhp-mini-stats b { font-size: .95rem; }
.vfhp-card-cta { margin-top: auto; gap: 14px; }
.vfhp-card-cta .vfhp-btn { min-height: 46px; font-size: .95rem; }

/* Benefits + CTA + steps */
.vfhp-home-benefits .vfhp-icon-grid { margin-top: 28px; }
.vfhp-home-benefits h2, .vfhp-process-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; margin-bottom: 28px; }
.vfhp-calc-section { background: #fff; }
.vfhp-calc-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; background: var(--vfhp-dark); border-radius: 22px; padding: 44px; color: #fff; }
.vfhp-calc-card h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 3.2rem); font-weight: 900; }
.vfhp-calc-card p { color: rgba(255,255,255,.85); }
.vfhp-calcbox-preview { max-width: none; margin: 0; padding: 24px; border-radius: 16px; background: rgba(255,255,255,.08); }
.vfhp-calcbox-preview > div { font-size: 1rem; }
.vfhp-process-section { background: #f4f8ff; }
.vfhp-process-section .vfhp-eyebrow, .vfhp-process-section h2 { text-align: left; }
.vfhp-step { border-radius: 18px; min-height: 170px; box-shadow: 0 12px 26px rgba(10, 40, 90, .04); }
.vfhp-step b { color: #d6e8ff; font-size: 2.4rem; }
.vfhp-step h3 { font-size: 1.1rem; font-weight: 900; }
.vfhp-cta-soft { background: #eaf3ff; text-align: center; }
.vfhp-cta-soft .vfhp-wrap { max-width: 1020px; background: transparent; }
.vfhp-cta-soft h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; }
.vfhp-center-actions, .vfhp-inline-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vfhp-center-actions { justify-content: center; }

/* Compare */
.vfhp-compare-selector { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 14px 0 32px; max-width: none; }
.vfhp-cmp-chip { border: 1.5px solid #dbe6f2; background: #fff; border-radius: 999px; padding: 10px 22px; font-weight: 800; cursor: pointer; }
.vfhp-cmp-chip.active { background: var(--vfhp-blue); border-color: var(--vfhp-blue); color: #fff; }
.vfhp-compare-output { max-width: none; padding: 0; }
.vfhp-compare-table-wrap { overflow-x: auto; }
.vfhp-compare-table { width: 100%; border-collapse: collapse; min-width: 760px; font-size: 1rem; }
.vfhp-compare-table th, .vfhp-compare-table td { padding: 18px 20px; border-bottom: 1px solid #e2eaf5; text-align: left; vertical-align: top; }
.vfhp-compare-table th:first-child, .vfhp-compare-table td:first-child { width: 220px; color: #334155; font-weight: 800; text-transform: uppercase; font-size: .82rem; letter-spacing: .03em; }
.vfhp-compare-table th { background: #fff; color: #061e34; }
.vfhp-compare-table th img { width: 100%; max-width: 440px; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; display: block; margin-bottom: 12px; }
.vfhp-compare-table th strong { font-size: 1.25rem; }
.vfhp-highlight-range { color: var(--vfhp-blue); font-size: 1.15rem; font-weight: 900; }
.vfhp-highlight-range + em { font-style: normal; background: #e7f1ff; color: var(--vfhp-blue); border-radius: 999px; padding: 3px 9px; font-size: .78rem; font-weight: 800; margin-left: 8px; }
.vfhp-compare-actions-row td { border-bottom: 0; }
.vfhp-compare-actions-row .vfhp-btn { margin: 4px 8px 4px 0; min-height: 42px; padding: 10px 18px; }

/* Rolling price */
.vfhp-rolling-layout { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr); gap: 32px; align-items: start; }
.vfhp-price-panel, .vfhp-price-result-panel { background: #fff; border: 1px solid #dbe6f2; border-radius: 20px; padding: 28px; box-shadow: 0 14px 34px rgba(15,35,70,.04); }
.vfhp-price-panel { display: flex; flex-direction: column; gap: 18px; }
.vfhp-price-result-panel h2 { font-size: 1.4rem; font-weight: 900; margin-bottom: 18px; }
.vfhp-radio-stack { display: grid; gap: 10px; }
.vfhp-radio-stack button { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 54px; border: 1.5px solid #dbe6f2; background: #fff; border-radius: 12px; padding: 12px 16px; cursor: pointer; text-align: left; font-weight: 800; }
.vfhp-radio-stack button small { color: #64748b; font-weight: 600; }
.vfhp-radio-stack button.active { border-color: var(--vfhp-blue); background: #eef6ff; color: var(--vfhp-blue); }
.vfhp-loan-toggle { margin-bottom: 2px; }
.vfhp-loan-toggle button { min-width: 74px; border-radius: 999px; }
.vfhp-price-result { display: grid; gap: 0; }
.vfhp-price-result .vfhp-price-row { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #e5edf7; padding: 12px 0; font-size: 1rem; }
.vfhp-price-result .vfhp-price-row b { font-weight: 900; }
.vfhp-price-result .vfhp-price-row.total { background: var(--vfhp-dark); color: #fff; border-radius: 12px; padding: 18px 20px; margin-top: 12px; font-size: 1.35rem; }
.vfhp-price-savings { margin: 14px 0; background: #e7f1ff; color: #1158c7; font-weight: 800; border-radius: 12px; padding: 13px 16px; }
.vfhp-loan-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border: 1px solid #dbe6f2; border-radius: 14px; padding: 16px; margin-bottom: 16px; }
.vfhp-loan-summary small { color: #64748b; display: block; }
.vfhp-loan-summary b { font-weight: 900; }
.vfhp-price-note { color: #64748b; font-size: .92rem; }
.vfhp-price-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 0; padding: 0; max-width: none; }

/* Test drive */
.vfhp-testdrive-page { padding: 58px 0 84px; }
.vfhp-testdrive-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.vfhp-testdrive-copy h1 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1.06; }
.vfhp-testdrive-copy p { color: #334155; font-size: 1.1rem; }
.vfhp-checks { margin-top: 34px; gap: 22px; }
.vfhp-checks li { position: relative; padding-left: 56px; font-weight: 800; min-height: 42px; display: flex; align-items: center; }
.vfhp-checks li:before { position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 12px; background: #eef6ff; display: flex; align-items: center; justify-content: center; content: "✓"; color: var(--vfhp-blue); }
.vfhp-drive-card { border: 1px solid #dbe6f2; border-radius: 22px; padding: 28px; box-shadow: 0 14px 34px rgba(15,35,70,.04); }
.vfhp-td-pick-grid { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vfhp-td-pick-grid .vfhp-pick-car { flex: none; max-width: none; width: 100%; padding: 0; overflow: hidden; align-items: flex-start; border-radius: 14px; }
.vfhp-td-pick-grid .vfhp-pick-car img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; }
.vfhp-td-pick-grid .vfhp-pick-car b, .vfhp-td-pick-grid .vfhp-pick-car small { padding-left: 14px; padding-right: 14px; }
.vfhp-td-pick-grid .vfhp-pick-car b { font-size: 1rem; padding-top: 10px; }
.vfhp-td-pick-grid .vfhp-pick-car small { padding-bottom: 12px; }

/* News */
.vfhp-news-chips { padding: 0; margin: 0 0 30px; max-width: none; }
.vfhp-news-layout { display: grid; gap: 26px; }
.vfhp-news-featured { display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; }
.vfhp-news-featured img { height: 100%; min-height: 300px; object-fit: cover; }
.vfhp-news-featured .vfhp-news-body { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.vfhp-news-featured h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 900; line-height: 1.08; }
.vfhp-news-grid { grid-template-columns: repeat(3, 1fr); max-width: none; padding: 0; gap: 26px; }
.vfhp-news-card { border-radius: 18px; box-shadow: 0 12px 26px rgba(15,35,70,.04); }
.vfhp-news-body { padding: 22px; }
.vfhp-news-body h3 { font-size: 1.18rem; font-weight: 900; }
.vfhp-news-body a { color: inherit; text-decoration: none; }
.vfhp-read-more { color: var(--vfhp-blue) !important; font-weight: 800; }

/* About */
.vfhp-about-hero img { border-radius: 24px; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.vfhp-about-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; line-height: 1.06; }
.vfhp-stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; background: var(--vfhp-dark); border-radius: 22px; padding: 34px; color: #fff; margin-bottom: 36px; text-align: center; }
.vfhp-stats-bar b { display: block; color: var(--vfhp-blue); font-size: 2.5rem; font-weight: 900; }
.vfhp-stats-bar small { color: rgba(255,255,255,.82); }
.vfhp-about-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vfhp-cta-row-wide { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #e7f1ff; border-radius: 20px; padding: 28px 34px; text-align: left; }
.vfhp-cta-row-wide h2 { margin-bottom: 6px; }

/* Contact */
.vfhp-contact-page { max-width: none; margin: 0; padding: 0; }
.vfhp-contact-cards { grid-template-columns: repeat(4, 1fr) !important; gap: 18px; }
.vfhp-contact-cards > div { background: #fff; border: 1px solid #dbe6f2; border-radius: 16px; padding: 24px; text-align: left; display: flex; align-items: center; gap: 16px; }
.vfhp-contact-cards span { margin: 0; width: 46px; height: 46px; border-radius: 12px; background: #eef6ff; color: var(--vfhp-blue); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; flex: 0 0 auto; }
.vfhp-contact-cards strong { margin: 0 0 4px; }
.vfhp-contact-cards b { display: block; }
.vfhp-contact-two { display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px; align-items: start; }
.vfhp-contact-two > div:first-child { background: #fff; border: 1px solid #dbe6f2; border-radius: 20px; padding: 28px; }
.vfhp-map { height: 385px; border: 1px solid #dbe6f2; border-radius: 20px; }

/* Footer */
.vfhp-footer { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: var(--vfhp-dark); color: rgba(255,255,255,.82); padding: 58px 0 0; font-family: Inter, Arial, sans-serif; }
.vfhp-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 54px; }
.vfhp-footer h3, .vfhp-footer h4 { color: #fff; margin: 0 0 14px; }
.vfhp-footer p, .vfhp-footer a, .vfhp-footer li { color: rgba(255,255,255,.82); font-size: .96rem; line-height: 1.7; text-decoration: none; }
.vfhp-footer ul { padding: 0; margin: 0; list-style: none; }
.vfhp-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 20px; margin-top: 44px; color: rgba(255,255,255,.65); }
.vfhp-footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.vfhp-footer-brand img { width: 34px; height: 34px; border-radius: 8px; }

@media (max-width: 1100px) {
  .vfhp-car-grid, .vfhp-news-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .vfhp-calc-card, .vfhp-rolling-layout, .vfhp-testdrive-layout, .vfhp-news-featured, .vfhp-contact-two { grid-template-columns: 1fr; }
  .vfhp-contact-cards { grid-template-columns: repeat(2, 1fr) !important; }
  .vfhp-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .vfhp-header-inner { height: 66px; }
  .vfhp-nav { top: 66px; gap: 0; }
  .vfhp-brand-text small { display: none; }
  .vfhp-header-right .vfhp-phone { display: none; }
  .vfhp-deposit { padding: 10px 14px; font-size: .88rem; }
  .vfhp-hero { min-height: 560px; padding: 70px 0; }
  .vfhp-hero h1 { font-size: clamp(2.4rem, 10vw, 4rem); }
  .vfhp-hero-stats { gap: 28px; }
  .vfhp-form-row, .vfhp-two, .vfhp-about-cards, .vfhp-stats-bar, .vfhp-icon-grid, .vfhp-steps-grid { grid-template-columns: 1fr 1fr; }
  .vfhp-td-pick-grid { grid-template-columns: repeat(2, 1fr); }
  .vfhp-loan-summary { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .vfhp-wrap { padding-left: 18px; padding-right: 18px; }
  .vfhp-car-grid, .vfhp-news-grid, .vfhp-form-row, .vfhp-about-cards, .vfhp-stats-bar, .vfhp-icon-grid, .vfhp-steps-grid, .vfhp-contact-cards, .vfhp-footer-grid { grid-template-columns: 1fr !important; }
  .vfhp-calc-card, .vfhp-price-panel, .vfhp-price-result-panel, .vfhp-drive-card { padding: 22px; }
  .vfhp-td-pick-grid { grid-template-columns: 1fr; }
  .vfhp-cta-row-wide { flex-direction: column; align-items: flex-start; }
  .vfhp-hero-pill { font-size: .72rem; }
}
