* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #1f1f1f;
  line-height: 1.6;
}

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

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

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

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

/* =========================
   LEGACY TOPBAR / HEADER
========================= */

.topbar {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 100;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  color: #222222;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.topbar .brand {
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.topbar .brand > span:first-child {
  color: #d60000;
  font-weight: 900;
  font-size: 1.28em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact,
.contact-header {
  color: #666666;
  font-size: 0.95rem;
}

/* =========================
   FLOATING DYNAMIC NAV (LEGACY)
========================= */

.has-floating-nav #site-nav-shell {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 95;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.has-floating-nav.nav-shell-hidden #site-nav-shell {
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
}

.has-floating-nav.nav-shell-hidden .nav-shell {
  pointer-events: none;
}

body.has-cookie-banner.has-floating-nav #site-nav-shell {
  top: 144px;
}

.nav-shell-wrap {
  padding-top: 8px;
}

.nav-shell {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px) saturate(1.04);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
  overflow: hidden;
}

.nav-shell-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.nav-shell-row::-webkit-scrollbar {
  display: none;
}

.nav-shell-row + .nav-shell-row {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.nav-shell-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(30, 30, 30, 0.88);
  transition:
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.nav-shell-link:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #d60000;
}

.nav-shell-link.is-active {
  background: rgba(17, 17, 17, 0.92);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
}

.nav-shell-link-small {
  min-height: 23px;
  padding: 3px 7px;
  font-size: 0.79rem;
}

.nav-shell-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  padding: 3px 10px 5px;
  font-size: 0.73rem;
  color: rgba(40, 40, 40, 0.66);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell-breadcrumb a {
  color: #d60000;
  font-weight: 700;
}

.nav-shell-sep {
  color: rgba(40, 40, 40, 0.42);
}

/* =========================
   NEW GLOBAL HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #ececec;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.26s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    top 0.22s ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  position: relative;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  flex: 0 0 auto;
  white-space: nowrap;
}

.site-header .brand-logo {
  width: 2rem;
  height: 2rem;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  transform: translateY(-1px);
  margin-right: 0.04rem;
}

.site-header .brand-mark {
  color: #d60000;
  font-weight: 900;
  font-size: 1.34rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.site-header .brand-sep {
  color: #222222;
  font-weight: 700;
  font-size: 1.18rem;
}

.site-header .brand-text {
  color: #222222;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
}

.site-footer .brand-logo {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-footer .brand-mark {
  color: #d60000;
  font-weight: 900;
  font-size: 1.14rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.site-footer .brand-sep {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
}

.site-footer .brand-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.main-nav-surface {
  width: 100%;
}

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.main-nav-item {
  position: relative;
}

.main-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 72px;
  color: #1a1a1a;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.18s ease;
}

.main-nav-link:hover,
.main-nav-item.is-active > .main-nav-link,
.main-nav-item.is-open > .main-nav-link {
  color: #d60000;
}

.main-nav-caret {
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.main-nav-item.is-open > .main-nav-link .main-nav-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.main-nav-item:nth-last-child(-n + 2) .dropdown-panel {
  left: auto;
  right: 0;
}

.dropdown-panel::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 18px;
}

.main-nav-item.is-open > .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-surface {
  background: rgba(10, 10, 12, 0.97);
  border-radius: 22px;
  padding: 10px 0;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.dropdown-link {
  display: block;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.35;
  transition:
    color 0.16s ease,
    background 0.16s ease;
}

.dropdown-link:hover,
.dropdown-link.is-active {
  color: #d60000;
  background: rgba(255, 255, 255, 0.04);
}

.header-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.header-toggle:hover {
  background: #f7f7f7;
  border-color: #cfcfcf;
}

.header-toggle-bars {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.header-toggle-bars::before,
.header-toggle-bars::after,
.header-toggle-bars span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.header-toggle-bars::before {
  top: 0;
}

.header-toggle-bars span {
  top: 7px;
}

.header-toggle-bars::after {
  bottom: 0;
}

.site-header.is-menu-open .header-toggle-bars::before {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .header-toggle-bars span {
  opacity: 0;
}

.site-header.is-menu-open .header-toggle-bars::after {
  transform: translateY(-7px) rotate(-45deg);
}

/* =========================
   NEW GLOBAL FOOTER
========================= */

.site-footer {
  margin-top: 0;
}

.footer-main {
  background: #0f1114;
  color: #ffffff;
  padding: 52px 0 42px;
}

.footer-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
}

.footer-brand {
  max-width: 460px;
}

.footer-brandline {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  margin-bottom: 24px;
}

.footer-brandline .brand-text,
.footer-brandline .brand-sep {
  color: #ffffff;
}

.footer-follow {
  margin-bottom: 14px;
  font-size: 0.98rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.social-circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d60000;
  color: #ffffff;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.social-circle:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(214, 0, 0, 0.22);
  background: #b80000;
}

.social-circle svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-contact {
  min-width: 260px;
}

.footer-contact h3 {
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.2;
  color: #ffffff;
}

.footer-contact-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.footer-contact-list li + li {
  margin-top: 8px;
}

.footer-contact-list a,
.footer-address {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.6;
}

.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-address {
  margin-top: 10px;
}

.footer-sub {
  background: #161a20;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 15px 0;
}

.footer-sub-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.footer-copyline {
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-legal a {
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.18s ease;
}

.footer-legal a:hover {
  color: #ffffff;
}

.footer-sub-spacer {
  min-height: 1px;
}

/* =========================
   HERO UNDER FLOATING NAV (LEGACY)
========================= */

.has-floating-nav .hero {
  margin-top: -94px;
  padding-top: 94px;
}

.has-floating-nav .vehicle-hero {
  margin-top: -94px;
  padding-top: 94px;
}

/* =========================
   GLOBAL BUTTONS
========================= */

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.2s ease;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
}

.btn-primary {
  background: #d60000;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(214, 0, 0, 0.18);
}

.btn-primary:hover {
  background: #b80000;
}

.btn-secondary {
  border: 1px solid #cfcfcf;
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
}

.btn-secondary:hover {
  background: #f5f5f5;
}

/* =========================
   MAIN PAGE HERO
========================= */

.hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 45%, rgba(255, 255, 255, 0.12) 100%),
    var(--hero-bg-image, url("../img/site/hero-bg.jpg")) center center / cover no-repeat;
  min-height: 78vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  flex-wrap: wrap;
  width: 100%;
  padding: 90px 0 80px;
}

.hero-text {
  max-width: 720px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid #efc4c4;
  border-radius: 999px;
  color: #9f0000;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 0.98rem;
}

.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  color: #111111;
  max-width: 760px;
  letter-spacing: -0.03em;
}

.hero p {
  max-width: 720px;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

.hero-lead-bubble {
  max-width: 760px;
  margin-top: 22px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-box {
  max-width: 420px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
}

.hero-box h2 {
  margin: 0 0 16px;
  color: #d60000;
  font-size: 1.8rem;
}

.hero-box ul {
  margin: 0;
  padding-left: 20px;
}

.hero-box li {
  margin-bottom: 10px;
  color: #2d2d2d;
}

/* =========================
   GLOBAL SECTION LAYOUT
========================= */

.section {
  padding: 88px 0;
}

.light-section {
  background: #f8f8f8;
}

.section-header {
  margin-bottom: 34px;
}

.section-header h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: #111111;
  letter-spacing: -0.02em;
}

.section-header p {
  margin: 0;
  color: #666666;
  font-size: 1.08rem;
}

.section-header p + p {
  margin-top: 10px;
}

/* =========================
   MAIN PAGE VEHICLE CARDS
========================= */

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

.card {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  background: #f2f2f2;
}

.card-body {
  padding: 24px;
}

.card-body h3 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #111111;
}

.card-body p {
  color: #666666;
  line-height: 1.65;
  margin: 0 0 16px;
}

.card-body a {
  font-weight: 700;
  color: #d60000;
  display: inline-block;
}

.card-body a:hover {
  color: #a90000;
}

/* =========================
   FEATURE BLOCKS
========================= */

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

.feature-box {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.feature-box h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #111111;
}

.feature-box p {
  margin: 0;
  color: #666666;
  line-height: 1.65;
}

/* =========================
   CONTACT BLOCK (LEGACY)
========================= */

.contact-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.contact-box h2 {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.1;
  color: #111111;
}

.contact-left p,
.contact-right p {
  margin: 0 0 10px;
  color: #333333;
}

.social-row {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-label {
  font-weight: 700;
  color: #333333;
  margin-right: 4px;
}

.social-badge {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.social-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 0.95;
}

.social-facebook {
  background: #1877f2;
}

.social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-icon-link {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.social-icon-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
}

.social-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* =========================
   LEGACY FOOTER
========================= */

.footer {
  border-top: 1px solid #e7e7e7;
  padding: 28px 0 40px;
  background: #ffffff;
  color: #666666;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  font-size: 0.96rem;
}

.footer-copy {
  display: grid;
  gap: 8px;
}

.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #555555;
  font-weight: 700;
}

.footer-legal a:hover {
  color: #d60000;
}

/* =========================
   GLOBAL VEHICLE SUBPAGES
========================= */

.vehicle-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vehicle-hero-overlay {
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0.10) 100%);
}

.vehicle-hero-inner {
  padding: 72px 0 64px;
  max-width: 760px;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: #d60000;
  font-weight: 700;
}

.vehicle-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #111111;
  max-width: 720px;
}

.vehicle-hero p {
  margin: 0;
  max-width: 720px;
  font-size: 1.08rem;
  color: #333333;
  line-height: 1.7;
}

.vehicle-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.vehicle-section {
  padding: 80px 0;
}

.vehicle-section-light {
  background: #f8f8f8;
}

.vehicle-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}

.vehicle-card,
.vehicle-spec-card,
.vehicle-gallery-card,
.vehicle-video-card,
.vehicle-cta-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.vehicle-card h2,
.vehicle-spec-card h2,
.vehicle-gallery-card h2,
.vehicle-video-card h2,
.vehicle-cta-card h2 {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1.1;
  color: #111111;
}

.vehicle-card p,
.vehicle-video-card p,
.vehicle-cta-card p {
  margin: 0 0 14px;
  color: #444444;
  line-height: 1.75;
}

.vehicle-spec-list {
  display: grid;
  gap: 14px;
}

.vehicle-spec-item {
  padding: 14px 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fcfcfc;
}

.vehicle-spec-item strong {
  display: block;
  color: #111111;
  margin-bottom: 4px;
}

.vehicle-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vehicle-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #f3f3f3;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.vehicle-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.vehicle-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.vehicle-video-wrap video {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #ececec;
  background: #000000;
}

.vehicle-cta-card {
  text-align: center;
}

.vehicle-price-line {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 14px;
}

.vehicle-status {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
}

.vehicle-status-new {
  background: #edf8ed;
  color: #187a2f;
  border: 1px solid #cfe9d3;
}

.vehicle-status-used {
  background: #fff5e8;
  color: #a45a00;
  border: 1px solid #f1d7b3;
}

/* =========================
   LIGHTBOX
========================= */

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2000;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: min(1200px, 100%);
  max-height: 100%;
}

.lightbox-image {
  max-width: 100%;
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* =========================
   LEGAL PAGES
========================= */

.legal-page {
  padding: 72px 0 88px;
}

.legal-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.legal-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.legal-card h1 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.legal-card h2 {
  margin: 32px 0 14px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #111111;
}

.legal-card p,
.legal-card li,
.legal-card .legal-note {
  color: #444444;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
}

.legal-card ul {
  margin: 0;
  padding-left: 22px;
}

.legal-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff8e8;
  border: 1px solid #f1deae;
  color: #6d5400;
}

/* =========================
   COOKIE CONSENT
========================= */

body.has-cookie-banner .topbar,
body.has-cookie-banner .site-header {
  top: 88px;
}

.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #111111;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.cookie-banner-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.cookie-banner-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.cookie-banner-text a {
  color: #f1d600;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.cookie-btn {
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.96rem;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    background 0.18s ease;
}

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

.cookie-btn-primary {
  background: #f1d600;
  color: #111111;
}

.cookie-btn-primary:hover {
  background: #ffea3d;
}

.cookie-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* =========================
   CONTACT FORM + MAP
========================= */

.contact-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.contact-panel {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.contact-panel-form {
  padding: 34px;
}

.contact-form-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: #111111;
}

.contact-form-intro p {
  margin: 0 0 24px;
  color: #555555;
  font-size: 1.04rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-grid {
  display: grid;
  gap: 16px;
}

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label {
  font-weight: 700;
  color: #222222;
  font-size: 0.95rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  background: #ffffff;
  color: #1f1f1f;
  font: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #d60000;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.08);
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #444444;
  font-size: 0.95rem;
}

.checkbox-field input {
  margin-top: 3px;
}

.checkbox-field a {
  color: #d60000;
  font-weight: 700;
}

.form-actions {
  padding-top: 6px;
}

.form-note {
  margin: 14px 0 0;
  color: #666666;
  font-size: 0.94rem;
}

.form-alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.form-alert.is-success {
  background: #edf8ef;
  color: #116b2d;
  border: 1px solid #cde9d4;
}

.form-alert.is-error {
  background: #fff1f1;
  color: #8e1b1b;
  border: 1px solid #f0c9c9;
}

.input-error {
  border-color: #d60000 !important;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.08) !important;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-panel-map {
  display: flex;
  flex-direction: column;
}

.contact-map-frame {
  min-height: 380px;
  background: #f2f2f2;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.contact-info {
  padding: 28px 30px 30px;
}

.contact-info h3 {
  margin: 0 0 18px;
  font-size: 1.35rem;
  color: #111111;
}

.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info-list li {
  margin-bottom: 12px;
  color: #333333;
}

.contact-info-list a {
  color: #1f1f1f;
}

.contact-info-actions {
  margin-top: 22px;
}

.contact-social-row {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.social-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  font-weight: 700;
  transition: 0.2s ease;
}

.social-pills a:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .main-nav-list {
    gap: 22px;
  }

  .site-header .brand-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 1080px) {
  .header-row {
    min-height: 66px;
  }

  .header-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0.18s ease;
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav-surface {
    background: #ffffff;
    border-top: 1px solid #ececec;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
  }

  .main-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0;
  }

  .main-nav-item {
    width: 100%;
    border-top: 1px solid #f1f1f1;
  }

  .main-nav-item:first-child {
    border-top: 0;
  }

  .main-nav-link {
    min-height: 0;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    width: 100%;
  }

  .main-nav-item[data-has-dropdown="false"] .main-nav-link {
    justify-content: flex-start;
  }

  .dropdown-panel {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px 0;
    transition:
      max-height 0.22s ease,
      padding 0.22s ease;
  }

  .dropdown-panel::before {
    display: none;
  }

  .main-nav-item.is-open > .dropdown-panel {
    max-height: 420px;
    padding: 0 24px 16px;
  }

  .dropdown-surface {
    border-radius: 18px;
    padding: 8px 0;
    box-shadow: none;
  }

  .dropdown-link {
    padding: 13px 16px;
  }

  .hero-inner,
  .contact-box,
  .vehicle-detail-grid,
  .contact-split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 72px 0 64px;
    gap: 32px;
  }

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

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

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

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

  .has-floating-nav #site-nav-shell {
    top: 52px;
  }

  body.has-cookie-banner.has-floating-nav #site-nav-shell {
    top: 158px;
  }

  .nav-shell {
    width: min(100%, calc(100% - 28px));
    border-radius: 15px;
  }

  .nav-shell-row {
    padding: 5px 8px;
    gap: 6px;
  }

  .nav-shell-link {
    min-height: 25px;
    padding: 3px 8px;
    font-size: 0.83rem;
  }

  .nav-shell-link-small {
    min-height: 22px;
    padding: 2px 6px;
    font-size: 0.77rem;
  }

  .nav-shell-breadcrumb {
    padding: 3px 9px 5px;
    font-size: 0.71rem;
  }

  .has-floating-nav .hero,
  .has-floating-nav .vehicle-hero {
    margin-top: -88px;
    padding-top: 88px;
  }

  .footer-main-inner {
    flex-direction: column;
    gap: 34px;
  }

  .footer-contact {
    min-width: 0;
  }

  .footer-sub-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }

  .contact-panel-form {
    padding: 24px;
  }

  .contact-info {
    padding: 24px;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 320px;
  }

  body.has-cookie-banner .topbar,
  body.has-cookie-banner .site-header {
    top: 104px;
  }

  .cookie-banner-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .topbar-inner {
    padding: 8px 0;
  }

  .site-header .brand {
    gap: 0.42rem;
  }

  .site-header .brand-logo {
    width: 1.55rem;
    height: 1.55rem;
  }

  .site-header .brand-mark {
    font-size: 1.08rem;
  }

  .site-header .brand-sep {
    font-size: 0.98rem;
  }

  .site-header .brand-text {
    font-size: 0.98rem;
  }

  .header-row {
    min-height: 62px;
  }

  .hero-inner {
    padding: 52px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero-box {
    padding: 24px;
  }

  .hero-lead-bubble {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .section,
  .vehicle-section,
  .legal-page {
    padding: 64px 0;
  }

  .has-floating-nav #site-nav-shell {
    top: 64px;
  }

  body.has-cookie-banner.has-floating-nav #site-nav-shell {
    top: 190px;
  }

  .nav-shell {
    width: min(100%, calc(100% - 20px));
    border-radius: 14px;
  }

  .nav-shell-row {
    padding: 4px 7px;
    gap: 5px;
  }

  .nav-shell-link {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 0.79rem;
  }

  .nav-shell-link-small {
    min-height: 21px;
    padding: 2px 6px;
    font-size: 0.73rem;
  }

  .nav-shell-breadcrumb {
    padding: 3px 8px 5px;
    font-size: 0.68rem;
  }

  .has-floating-nav .hero,
  .has-floating-nav .vehicle-hero {
    margin-top: -82px;
    padding-top: 82px;
  }

  .card-grid,
  .feature-grid,
  .vehicle-gallery-grid,
  .offers-grid {
    grid-template-columns: 1fr;
  }

  .card img {
    height: 220px;
  }

  .card-body,
  .feature-box,
  .contact-box,
  .vehicle-card,
  .vehicle-spec-card,
  .vehicle-gallery-card,
  .vehicle-video-card,
  .vehicle-cta-card,
  .legal-card {
    padding: 22px;
  }

  .section-header h2 {
    font-size: 2.2rem;
  }

  .feature-box h3 {
    font-size: 1.25rem;
  }

  .contact-box h2,
  .vehicle-card h2,
  .vehicle-spec-card h2,
  .vehicle-gallery-card h2,
  .vehicle-video-card h2,
  .vehicle-cta-card h2 {
    font-size: 1.8rem;
  }

  .legal-card p,
  .legal-card li,
  .legal-card .legal-note {
    text-align: left;
  }

  .social-row {
    gap: 8px;
  }

  .social-badge {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
  }

  .vehicle-hero-inner {
    padding: 52px 0 46px;
  }

  .vehicle-hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .footer-main {
    padding: 42px 0 34px;
  }

  .footer-brandline {
    flex-wrap: wrap;
  }

  .footer-legal {
    gap: 14px 18px;
  }

  body.has-cookie-banner .topbar,
  body.has-cookie-banner .site-header {
    top: 132px;
  }

  .cookie-banner-inner {
    width: min(100% - 24px, 1200px);
    min-height: auto;
    gap: 14px;
  }

  .cookie-banner-text {
    font-size: 0.94rem;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
  }
}


/* =========================
   FAMILY HUB HERO SYSTEM
========================= */

.family-hero {
  min-height: clamp(440px, 64vh, 680px);
  display: flex;
  align-items: center;
  background-image: var(--family-hero-bg, var(--hero-bg-image, url("../img/site/hero-bg.jpg")));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.family-hero .vehicle-hero-overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.54) 44%, rgba(255, 255, 255, 0.18) 100%);
}

.family-hero-inner {
  max-width: none;
  display: flex;
  align-items: center;
  padding: 84px 0 70px;
}

.family-hero-copy {
  max-width: 860px;
}

.family-hero-copy .breadcrumb {
  margin-bottom: 10px;
}

.family-hero-copy h1 {
  max-width: 620px;
  margin-bottom: 0;
}

.family-hero-subline {
  display: inline-block;
  max-width: 720px;
  margin: 10px 0 18px;
  padding: 12px 16px;
  border: 1px solid #efd0d0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #6d0000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.family-hero-lead {
  max-width: 760px;
  margin-top: 0;
  padding: 18px 20px;
  border: 1px solid rgba(235, 235, 235, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.family-hero-actions {
  display: grid;
  grid-template-columns: auto minmax(420px, 1fr);
  align-items: center;
  gap: 42px;
  max-width: 1080px;
  margin-top: 24px;
}

.family-hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  min-width: max-content;
}

.family-hero-model-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  padding-left: 22px;
}

.family-model-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #d60000;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.93rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(214, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.family-model-pill:hover {
  background: #b80000;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(214, 0, 0, 0.22);
}

/* =========================
   FAMILY HUB CONTENT MEDIA
========================= */

.family-band-figure {
  margin: 34px 0 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.family-band-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.family-figure-caption {
  padding: 14px 18px;
  color: #5a5a5a;
  font-size: 0.96rem;
  line-height: 1.65;
  background: #ffffff;
  border-top: 1px solid #ededed;
}

.family-visual-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.family-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.family-visual-card.is-technical img {
  object-fit: contain;
  background: linear-gradient(180deg, #f8f9fb, #ffffff);
  padding: 18px;
}

.family-kv-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.family-kv-item {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #ececec;
  background: #fcfcfc;
  color: #454545;
  line-height: 1.7;
}

.family-kv-item strong {
  display: block;
  color: #111111;
  margin-bottom: 4px;
}

/* =========================
   FAMILY HERO BACKGROUNDS
========================= */

body[data-family="n-series"] {
  --family-hero-bg: url("/assets/img/n-series/hub/n-series-hero-jobsite-lifestyle.webp");
}

@media (max-width: 1080px) {
  .family-hero-inner {
    padding: 72px 0 62px;
  }

  .family-hero-actions {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: flex-start;
  }

  .family-hero-model-links {
    justify-content: flex-start;
    padding-left: 0;
  }

  .family-visual-card img {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .family-hero {
    min-height: auto;
  }

  .family-hero-inner {
    padding: 52px 0 46px;
  }

  .family-hero-copy h1 {
    max-width: none;
  }

  .family-hero-subline {
    width: 100%;
    margin-bottom: 16px;
  }

  .family-hero-actions {
    gap: 16px;
  }

  .family-model-pill {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .family-band-figure {
    margin-top: 24px;
  }

  .family-visual-card img {
    min-height: 220px;
  }

  .family-figure-caption {
    padding: 12px 14px;
    font-size: 0.92rem;
  }
}

/* =========================
   N-SERIES PACKAGE PATCH
========================= */

.vehicle-hero.is-generic {
  min-height: clamp(440px, 64vh, 680px);
  background-image: var(--hero-bg-image, url("../img/site/hero-bg.jpg"));
}

.vehicle-hero.is-generic:not(.family-hero) .vehicle-hero-overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.54) 44%, rgba(255, 255, 255, 0.18) 100%);
}

.vehicle-hero.is-generic:not(.family-hero) .vehicle-hero-inner {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
  padding: 84px 0 70px;
}

.hero-model-nav {
  align-self: start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-model-nav h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.15;
  color: #111111;
}

.hero-model-nav p {
  margin: 0 0 14px;
  color: #555555;
  font-size: 0.98rem;
  line-height: 1.6;
}

.hero-model-list {
  display: grid;
  gap: 10px;
}

.hero-model-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.72);
  color: #111111;
  font-weight: 700;
  line-height: 1.25;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hero-model-link small {
  display: block;
  color: #666666;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-model-link:hover {
  color: #d60000;
  border-color: #efcaca;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.hero-model-link.is-active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.hero-model-link.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

.hero-model-link::after {
  content: "→";
  color: currentColor;
  font-size: 1rem;
  line-height: 1;
}

.vehicle-section {
  padding: 68px 0;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.model-card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.15;
  color: #111111;
}

.model-card p {
  margin: 0 0 14px;
  color: #4a4a4a;
  line-height: 1.72;
}

.model-card .meta {
  display: grid;
  gap: 8px;
  margin: 18px 0 18px;
}

.model-card .meta-item {
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fcfcfc;
  color: #333333;
}

.model-card .meta-item strong {
  display: block;
  color: #111111;
  margin-bottom: 3px;
}

.model-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

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

.info-band-item {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035);
}

.info-band-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
  color: #111111;
}

.info-band-item span {
  color: #4d4d4d;
  line-height: 1.65;
}

.note-card {
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid #f0e1e1;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(253,249,249,0.96));
  box-shadow: 0 12px 26px rgba(0,0,0,0.03);
}

.note-card h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 1.3rem;
}

.note-card p {
  margin: 0;
  color: #4b4b4b;
  line-height: 1.75;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.simple-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  background: #fcfcfc;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 14px 16px;
  color: #444444;
}

.simple-list li strong {
  color: #111111;
}

.offer-link-list {
  display: grid;
  gap: 16px;
}

.offer-link-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.035);
}

.offer-link-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.offer-link-card p {
  margin: 0 0 12px;
  color: #4d4d4d;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .site-header .brand-mark {
    font-size: 1.18rem;
  }

  .site-header .brand-sep {
    font-size: 1.06rem;
  }

  .site-header .brand-text {
    font-size: 1.08rem;
  }

  .main-nav-list {
    gap: 18px;
  }
}

@media (max-width: 1080px) {
  .vehicle-hero.is-generic:not(.family-hero) .vehicle-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 72px 0 62px;
  }

  .hero-model-nav {
    max-width: 720px;
  }

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

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

@media (max-width: 720px) {
  .model-grid,
  .info-band {
    grid-template-columns: 1fr;
  }

  .model-card,
  .info-band-item,
  .note-card,
  .offer-link-card {
    padding: 22px 20px;
  }
}



/* =========================
   HOMEPAGE HERO + RHYTHM PATCH 2026-04-16
========================= */

body[data-page="home"] .hero {
  min-height: clamp(540px, 68vh, 680px);
}

body[data-page="home"] .hero-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 68px 0 60px;
  gap: 32px;
}

body[data-page="home"] .hero-text,
body[data-page="home"] .hero-copy {
  max-width: 760px;
}

body[data-page="home"] .eyebrow {
  margin-bottom: 14px;
}

body[data-page="home"] .hero h1 {
  max-width: 700px;
  margin-bottom: 16px;
}

body[data-page="home"] .hero-lead-bubble {
  max-width: 640px;
  margin-top: 18px;
  padding: 16px 20px;
}

body[data-page="home"] .hero-buttons {
  margin-top: 22px;
}

body[data-page="home"] .hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body[data-page="home"] .hero-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  color: #222222;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

body[data-page="home"] .section {
  padding: 74px 0;
}

body[data-page="home"] .section-header {
  margin-bottom: 28px;
}

body[data-page="home"] .section-header h2 {
  margin-bottom: 10px;
}

body[data-page="home"] .contact-box,
body[data-page="home"] .contact-cta-box {
  padding: 30px;
}

@media (max-width: 1080px) {
  body[data-page="home"] .hero {
    min-height: auto;
  }

  body[data-page="home"] .hero-inner {
    padding: 56px 0 50px;
    gap: 26px;
  }

  body[data-page="home"] .section {
    padding: 66px 0;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .hero-inner {
    width: min(100% - 24px, 1200px);
    padding: 44px 0 40px;
    gap: 22px;
  }

  body[data-page="home"] .hero-lead-bubble {
    max-width: 100%;
    margin-top: 16px;
    padding: 14px 16px;
  }

  body[data-page="home"] .hero-buttons {
    margin-top: 18px;
  }

  body[data-page="home"] .hero-trust-row {
    gap: 8px;
    margin-top: 16px;
  }

  body[data-page="home"] .hero-trust-row span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.85rem;
  }

  body[data-page="home"] .section {
    padding: 58px 0;
  }

  body[data-page="home"] .contact-box,
  body[data-page="home"] .contact-cta-box {
    padding: 22px;
  }
}


/* =========================
   HUB HERO MAIN-MATCH FIX
========================= */

.hero.hero-hub {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0.28) 45%, rgba(255,255,255,0.12) 100%),
    var(--hero-bg-image, var(--family-hero-bg, url("../img/site/hero-bg.jpg"))) var(--family-hero-position, center center) / cover no-repeat;
  min-height: 78vh;
  display: flex;
  align-items: center;
}

.hero.hero-hub .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0 80px;
}

.hero.hero-hub .hero-text,
.hero.hero-hub .hero-copy,
.hero.hero-hub .hero-family-copy {
  width: 100%;
  max-width: 760px;
}

.hero.hero-hub .breadcrumb {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 18px;
}

.hero.hero-hub .breadcrumb a {
  color: #d60000;
  font-weight: 700;
}

.hero.hero-hub h1 {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  color: #111111;
  max-width: 640px;
  letter-spacing: -0.03em;
}

.hero.hero-hub .eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid #efc4c4;
  border-radius: 16px;
  color: #9f0000;
  background: rgba(255,255,255,0.82);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
}

.hero.hero-hub .hero-lead-bubble {
  max-width: 720px;
  margin: 0;
  padding: 16px 20px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero.hero-hub .hero-family-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
}

.hero.hero-hub .hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 0;
  flex: 0 0 auto;
}

.hero.hero-hub .hero-family-model-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 0;
  margin-left: auto;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.hero.hero-hub .family-model-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #d60000;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(214,0,0,0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hero.hero-hub .family-model-pill:hover {
  background: #b80000;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(214,0,0,0.22);
}

body[data-family="n-series"] {
  --family-hero-bg: url("/assets/img/n-series/hub/n-series-hero-jobsite-lifestyle.webp");
  --family-hero-position: center center;
}

@media (max-width: 1000px) {
  .hero.hero-hub {
    min-height: auto;
  }

  .hero.hero-hub .hero-inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 72px 0 64px;
  }

  .hero.hero-hub .hero-family-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero.hero-hub .hero-family-model-links {
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
}

@media (max-width: 680px) {
  .hero.hero-hub .hero-inner {
    width: min(100% - 24px, 1200px);
    margin: 0 auto;
    padding: 52px 0 48px;
  }

  .hero.hero-hub h1 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero.hero-hub .eyebrow {
    font-size: 0.92rem;
    padding: 9px 14px;
  }

  .hero.hero-hub .hero-lead-bubble {
    max-width: 100%;
    padding: 14px 16px;
  }

  .hero.hero-hub .hero-family-model-links {
    gap: 8px;
  }

  .hero.hero-hub .family-model-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.85rem;
  }
}


/* =========================
   N-SERIES MŰSZAKI ADATLAP
   /n-series/muszaki-adatok.html
   Oldalspecifikus blokk az egységes style.css-ben
========================= */

body.spec-page .vehicle-hero.is-generic {
  background-image: var(--hero-bg-image, url('/assets/img/site/hero-bg.jpg'));
}

body.spec-page .hero-lead-bubble {
  display: block;
  max-width: 760px;
  padding: 18px 22px;
  border: 1px solid rgba(214, 0, 0, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: #222222;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.spec-page .spec-page-intro {
  max-width: 720px;
}

body.spec-page .anchor-label {
  font-size: 0.85rem;
  color: #888888;
}

body.spec-page .page-anchor-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

body.spec-page .page-anchor-nav a {
  font-size: 0.85rem;
  color: #d60000;
  border-bottom: 1px solid rgba(214, 0, 0, 0.3);
  padding-bottom: 2px;
  transition: border-color 0.15s ease, color 0.15s ease;
}

body.spec-page .page-anchor-nav a:hover {
  border-color: #d60000;
  color: #a90000;
}

body.spec-page .scroll-hint {
  font-size: 0.78rem;
  color: #aaaaaa;
  margin-bottom: 8px;
  display: none;
}

@media (max-width: 860px) {
  body.spec-page .scroll-hint { display: block; }
}

body.spec-page .spec-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  margin-bottom: 40px;
  background: #ffffff;
}

body.spec-page .spec-compare {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

body.spec-page .spec-compare thead tr {
  background: #1a1a1a;
  color: #ffffff;
}

body.spec-page .spec-compare thead th {
  padding: 13px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.spec-page .spec-compare thead th:first-child {
  background: #111111;
  min-width: 180px;
}

body.spec-page .spec-compare thead th.col-m21  { background: #b50000; }
body.spec-page .spec-compare thead th.col-m27  { background: #c20000; }
body.spec-page .spec-compare thead th.col-m29  { background: #cc0000; }
body.spec-page .spec-compare thead th.col-m30a { background: #d60000; }
body.spec-page .spec-compare thead th.col-m30b { background: #df1a1a; }

body.spec-page .spec-compare tbody tr:nth-child(even) {
  background: #f9f9f9;
}

body.spec-page .spec-compare tbody tr:hover {
  background: #fff3f3;
}

body.spec-page .spec-compare td {
  padding: 10px 16px;
  border-bottom: 1px solid #ebebeb;
  vertical-align: top;
  color: #222222;
  line-height: 1.45;
}

body.spec-page .spec-compare td:first-child {
  font-weight: 700;
  color: #444444;
  font-size: 0.85rem;
  background: #fafafa;
  border-right: 1px solid #e4e4e4;
  white-space: nowrap;
}

body.spec-page .spec-compare .section-divider td {
  background: #f0f0f0;
  font-weight: 800;
  font-size: 0.8rem;
  color: #777777;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-top: 1px solid #dddddd;
}

body.spec-page .spec-highlight {
  color: #d60000;
  font-weight: 800;
}

body.spec-page .spec-note {
  font-size: 0.78rem;
  color: #888888;
  margin-top: 3px;
}

body.spec-page .spec-muted {
  color: #888888;
  font-size: 0.78em;
}

body.spec-page .model-detail-section {
  margin-bottom: 56px;
}

body.spec-page .model-detail-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #d60000;
}

body.spec-page .model-detail-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #111111;
  margin: 0;
  letter-spacing: -0.02em;
}

body.spec-page .model-detail-header .model-gvw {
  font-size: 1rem;
  color: #d60000;
  font-weight: 800;
}

body.spec-page .model-detail-header .model-chassis {
  font-size: 0.85rem;
  color: #888888;
}

body.spec-page .spec-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  body.spec-page .spec-two-col { grid-template-columns: 1fr; }
}

body.spec-page .spec-block {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 20px 22px;
  border-left: 3px solid #d60000;
}

body.spec-page .spec-block-spaced {
  margin-bottom: 24px;
}

body.spec-page .spec-block h3 {
  font-size: 0.8rem;
  font-weight: 800;
  color: #888888;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

body.spec-page .spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 0.88rem;
}

body.spec-page .spec-row:last-child {
  border-bottom: none;
}

body.spec-page .spec-row-label {
  color: #666666;
  flex-shrink: 0;
}

body.spec-page .spec-row-value {
  color: #1a1a1a;
  font-weight: 700;
  text-align: right;
}

body.spec-page .spec-row-value.is-red {
  color: #d60000;
}

body.spec-page .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.spec-page .variants-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  margin-top: 8px;
}

body.spec-page .variants-table th {
  background: #222222;
  color: #ffffff;
  padding: 7px 12px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.spec-page .variants-table td {
  padding: 7px 12px;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
}

body.spec-page .variants-table tr:nth-child(even) td {
  background: #f6f6f6;
}

body.spec-page .variants-table td:first-child {
  font-weight: 800;
  color: #d60000;
}

body.spec-page .note-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 26px 28px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

body.spec-page .note-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.18;
  color: #111111;
}

body.spec-page .note-card p {
  margin: 0 0 16px;
  color: #444444;
  line-height: 1.75;
}

body.spec-page .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body.spec-page .safety-pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

@media (max-width: 700px) {
  body.spec-page .safety-pack-grid { grid-template-columns: 1fr; }
}

body.spec-page .safety-pack-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 18px 20px;
}

body.spec-page .safety-pack-card h4 {
  font-size: 0.82rem;
  font-weight: 800;
  color: #d60000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

body.spec-page .safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.spec-page .safety-list li {
  font-size: 0.82rem;
  color: #444444;
  padding: 4px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  gap: 8px;
}

body.spec-page .safety-list li:last-child { border-bottom: none; }

body.spec-page .safety-list .abbr {
  font-weight: 800;
  color: #1a1a1a;
  min-width: 58px;
  flex-shrink: 0;
}

body.spec-page .safety-note,
body.spec-page .spec-inline-note {
  color: #888888;
  line-height: 1.6;
}

body.spec-page .safety-note {
  font-size: 0.75rem;
  margin-top: 10px;
}

body.spec-page .spec-inline-note {
  font-size: 0.82rem;
  margin-top: 16px;
}

body.spec-page .spec-disclaimer {
  background: #fff8f0;
  border-left: 3px solid #e08000;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 0.83rem;
  color: #7a5000;
  margin-top: 32px;
  line-height: 1.65;
}

body.spec-page .spec-link-grid {
  display: grid;
  gap: 16px;
}

body.spec-page .spec-link-grid-primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.spec-page .spec-link-grid-secondary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.spec-page .spec-link-card,
body.spec-page .spec-mini-link,
body.spec-page .spec-external-card {
  border: 1px solid #e8e8e8;
  background: #ffffff;
  border-radius: 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.spec-page .spec-link-card:hover,
body.spec-page .spec-mini-link:hover,
body.spec-page .spec-external-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 0, 0, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

body.spec-page .spec-link-card {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 22px;
}

body.spec-page .spec-link-kicker,
body.spec-page .spec-external-card span {
  color: #d60000;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.spec-page .spec-link-card strong,
body.spec-page .spec-external-card strong {
  color: #111111;
  font-size: 1.05rem;
  line-height: 1.2;
}

body.spec-page .spec-link-card span:last-child {
  color: #555555;
  font-size: 0.92rem;
  line-height: 1.55;
}

body.spec-page .spec-link-group {
  margin-top: 36px;
}

body.spec-page .spec-link-group h3 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  color: #111111;
}

body.spec-page .spec-mini-link {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  color: #222222;
  font-weight: 700;
  line-height: 1.25;
}

body.spec-page .spec-external-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

body.spec-page .spec-external-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 20px;
  min-height: 130px;
}

@media (max-width: 1020px) {
  body.spec-page .spec-link-grid-primary,
  body.spec-page .spec-external-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.spec-page .spec-link-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.spec-page .spec-link-grid-primary,
  body.spec-page .spec-link-grid-secondary,
  body.spec-page .spec-external-grid {
    grid-template-columns: 1fr;
  }

  body.spec-page .spec-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  body.spec-page .spec-row-value {
    text-align: left;
  }
}


/* =========================
   N-SERIES MODELL OLDAL HERO ÖRÖKLÉS
   2026-05-10
========================= */

body[data-family="n-series"] .vehicle-hero.nseries-model-hero,
body[data-family="n-series"] .vehicle-hero.is-generic.nseries-model-hero {
  background-image: var(--family-hero-bg, url("/assets/img/n-series/hub/n-series-hero-jobsite-lifestyle.webp"));
  background-position: var(--family-hero-position, center center);
  background-size: cover;
  background-repeat: no-repeat;
}

body[data-family="n-series"] .vehicle-hero.nseries-model-hero .vehicle-hero-overlay {
  background: linear-gradient(90deg, rgba(255,255,255,0.80) 0%, rgba(255,255,255,0.54) 44%, rgba(255,255,255,0.18) 100%);
}


/* =========================
   N-SERIES MIXED MODEL PAGE POLISH
   2026-05-11
========================= */

.section-note {
  margin: 20px 0 0;
  color: #555555;
  font-size: 0.92rem;
  line-height: 1.7;
}

.meta-note {
  color: #888888;
  font-size: 0.9em;
  font-weight: 600;
}

.note-card p + p {
  margin-top: 12px;
}

.note-card .note-list {
  margin-top: 16px;
}

.note-actions {
  margin-top: 20px;
}

body[data-family="n-series"] .vehicle-card p,
body[data-family="n-series"] .feature-box p,
body[data-family="n-series"] .model-card p,
body[data-family="n-series"] .note-card p {
  text-wrap: pretty;
}

/* =========================
   HUB INDEX CLEANUP / FAMILY HERO FALLBACKS
========================= */

body[data-family="n-series"] .vehicle-hero.nseries-hub-hero,
body[data-family="n-series"] .vehicle-hero.is-generic.nseries-hub-hero {
  background-image: var(--family-hero-bg, url("/assets/img/n-series/hub/n-series-hero-jobsite-lifestyle.webp"));
  background-position: var(--family-hero-position, center center);
  background-size: cover;
  background-repeat: no-repeat;
}

body[data-family="f-series"] {
  --family-hero-bg: url("/assets/img/hero-pools/f-series/f-series-01.webp");
  --family-hero-position: center center;
}

body[data-family="f-series"] .vehicle-hero.fseries-hub-hero,
body[data-family="f-series"] .vehicle-hero.is-generic.fseries-hub-hero {
  background-image: var(--family-hero-bg, url("/assets/img/hero-pools/f-series/f-series-01.webp"));
  background-position: var(--family-hero-position, center center);
  background-size: cover;
  background-repeat: no-repeat;
}

body[data-family="n-series"] .vehicle-hero.nseries-hub-hero .vehicle-hero-overlay,
body[data-family="n-series"] .vehicle-hero.is-generic.nseries-hub-hero .vehicle-hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.80) 0%,
    rgba(255, 255, 255, 0.54) 44%,
    rgba(255, 255, 255, 0.18) 100%
  );
}

body[data-family="f-series"] .vehicle-hero.fseries-hub-hero .vehicle-hero-overlay,
body[data-family="f-series"] .vehicle-hero.is-generic.fseries-hub-hero .vehicle-hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0.24) 100%
  );
}

body[data-family="n-series"] .vehicle-card p,
body[data-family="n-series"] .feature-box p,
body[data-family="n-series"] .model-card p,
body[data-family="n-series"] .note-card p,
body[data-family="f-series"] .vehicle-card p,
body[data-family="f-series"] .feature-box p,
body[data-family="f-series"] .model-card p,
body[data-family="f-series"] .note-card p {
  text-wrap: pretty;
}

.model-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

/* =========================
   N-SERIES VISUAL + CLOSING POLISH
   2026-05-11
========================= */

.compact-section-header {
  margin-bottom: 24px;
}

.compact-section-header h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
}

.nseries-visual-section {
  padding: 58px 0;
  background: #ffffff;
}

.nseries-model-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.nseries-hub-showcase {
  background: #ffffff;
}

.nseries-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nseries-visual-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid #e8e8e8;
  background: linear-gradient(135deg, #f4f4f4, #ffffff);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
  isolation: isolate;
}

.nseries-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.24s ease;
}

.nseries-visual-card:hover img {
  transform: scale(1.045);
}

.nseries-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.16) 55%, rgba(0,0,0,0.42) 100%);
  pointer-events: none;
}

.nseries-visual-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.nseries-visual-card figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: #111111;
  font-size: 1.05rem;
  line-height: 1.2;
}

.nseries-visual-card figcaption span {
  display: block;
  color: #3f3f3f;
  font-size: 0.94rem;
  line-height: 1.55;
}

.nseries-visual-card.is-image-missing img {
  display: none;
}

.nseries-visual-card.is-image-missing::before {
  content: "Kép feltöltésre vár";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #777777;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 18% 18%, rgba(214,0,0,0.10), transparent 32%),
    linear-gradient(135deg, #f4f4f4, #ffffff);
}

/* N-Series záróblokkok: feszesebb, M29/M30 jellegű alj.
   Nem kapszulás lista, de nem is szétesően szellős. */
body[data-family="n-series"] .vehicle-section:has(> .container > .note-card) {
  padding: 40px 0;
}

body[data-family="n-series"] .vehicle-section:has(> .container > .note-card) + .vehicle-section:has(> .container > .note-card) {
  padding-top: 8px;
}

body[data-family="n-series"] .note-card {
  padding: 20px 24px;
  border-radius: 18px;
}

body[data-family="n-series"] .note-card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.2;
}

body[data-family="n-series"] .note-card p {
  line-height: 1.55;
}

body[data-family="n-series"] .note-card p + p {
  margin-top: 8px;
}

.note-card .note-list,
.note-card .note-list.simple-list {
  display: block;
  margin: 10px 0 0;
  padding-left: 20px;
  list-style: disc;
}

.note-card .note-list li,
.note-card .note-list.simple-list li {
  display: list-item;
  margin: 4px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #222222;
  line-height: 1.48;
}

body[data-family="n-series"] .note-actions,
body[data-family="n-series"] .note-card .cta-row {
  margin-top: 14px;
}

body[data-family="n-series"] .note-card .btn,
body[data-family="n-series"] .related-actions-card .btn {
  padding: 12px 20px;
  border-radius: 12px;
}

.nseries-closing-section {
  padding: 38px 0;
}

.nseries-closing-section .container {
  display: grid;
  gap: 14px;
}

.nseries-closing-card {
  padding: 20px 24px;
}

.related-actions-card {
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.03);
}

.related-actions-card h3 {
  margin: 0 0 5px;
  color: #111111;
  font-size: 1.18rem;
  line-height: 1.2;
}

.related-actions-card p {
  margin: 0;
  color: #555555;
  line-height: 1.5;
}

.related-actions-card .cta-row {
  margin-top: 12px;
}

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

  .nseries-visual-card,
  .nseries-visual-card img {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .nseries-visual-section {
    padding: 44px 0;
  }

  .nseries-visual-card,
  .nseries-visual-card img {
    min-height: 240px;
  }

  .nseries-visual-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .nseries-closing-card,
  .related-actions-card {
    padding: 22px 18px;
  }
}


/* Compact bottom safety override — keeps M29/M30 feel after visual blocks. */
body[data-family="n-series"] .vehicle-section-light + .vehicle-section:has(> .container > .note-card),
body[data-family="n-series"] .nseries-visual-section + .vehicle-section:has(> .container > .note-card) {
  padding-top: 32px;
}


/* =========================
   N-SERIES BOTTOM COMPACT V2
   2026-05-11
   Feszesebb záróblokkok buboréklista nélkül.
========================= */

body[data-family="n-series"] .vehicle-section:has(> .container > .note-card) {
  padding-top: 30px;
  padding-bottom: 28px;
}

body[data-family="n-series"] .vehicle-section:has(> .container > .note-card) + .vehicle-section:has(> .container > .note-card) {
  padding-top: 0;
}

body[data-family="n-series"] .note-card {
  padding: 18px 24px;
  border-radius: 18px;
}

body[data-family="n-series"] .note-card h3 {
  margin-bottom: 6px;
  font-size: 1.18rem;
}

body[data-family="n-series"] .note-card p {
  line-height: 1.48;
}

body[data-family="n-series"] .note-card .note-list,
body[data-family="n-series"] .note-card .note-list.simple-list {
  margin-top: 8px;
  padding-left: 18px;
}

body[data-family="n-series"] .note-card .note-list li,
body[data-family="n-series"] .note-card .note-list.simple-list li {
  margin: 2px 0;
  line-height: 1.42;
}

body[data-family="n-series"] .note-actions,
body[data-family="n-series"] .note-card .cta-row {
  margin-top: 12px;
}

body[data-family="n-series"] .note-card .btn,
body[data-family="n-series"] .related-actions-card .btn {
  padding: 10px 18px;
  border-radius: 13px;
}

body[data-family="n-series"] .nseries-closing-section {
  padding-top: 34px;
  padding-bottom: 24px;
}

body[data-family="n-series"] .nseries-closing-section .container {
  display: grid;
  gap: 14px;
}

body[data-family="n-series"] .nseries-closing-card,
body[data-family="n-series"] .related-actions-card {
  padding: 18px 22px;
}

body[data-family="n-series"] .related-actions-card h3 {
  margin-bottom: 4px;
  font-size: 1.12rem;
}

body[data-family="n-series"] .related-actions-card .cta-row {
  margin-top: 10px;
}

body[data-family="n-series"] .nseries-closing-section + .vehicle-section-light {
  padding-top: 14px;
  padding-bottom: 24px;
}

body[data-family="n-series"] .nseries-closing-section + .vehicle-section-light + .vehicle-section {
  padding-top: 46px;
}

body[data-family="n-series"] .nseries-closing-section + .vehicle-section-light + .vehicle-section .section-header {
  margin-bottom: 22px;
}

body[data-family="n-series"] .nseries-closing-section + .vehicle-section-light + .vehicle-section .section-header h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

@media (max-width: 640px) {
  body[data-family="n-series"] .note-card,
  body[data-family="n-series"] .nseries-closing-card,
  body[data-family="n-series"] .related-actions-card {
    padding: 18px 16px;
  }

  body[data-family="n-series"] .vehicle-section:has(> .container > .note-card) {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}


/* N-Series visual cards: Portugal-inspired technical card rhythm */
.nseries-visual-section.is-portugal-inspired .compact-section-header {
  margin-bottom: 24px;
}

.nseries-visual-grid-technical .nseries-visual-card figcaption {
  padding: 15px 17px 16px;
}

.nseries-visual-grid-technical .nseries-visual-card figcaption strong {
  letter-spacing: -0.015em;
}

.nseries-visual-grid-technical .nseries-visual-card figcaption span {
  line-height: 1.45;
}


/* =========================
   N-SERIES IMAGE-RICH LAYOUT V4
   Rebuilds the visual rhythm of the earlier redesign: large product images,
   alternating media/text blocks, compact cards.
========================= */
.nseries-wide-media-card,
.nseries-side-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #f1f3f5;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 42px rgba(0,0,0,0.07);
  margin: 28px 0 0;
}

.nseries-wide-media-card img,
.nseries-side-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nseries-wide-media-card {
  min-height: 360px;
}

.nseries-wide-media-card img {
  height: min(52vw, 500px);
  min-height: 360px;
}

.nseries-side-image-card {
  min-height: 100%;
  align-self: stretch;
  margin: 0;
}

.nseries-side-image-card img {
  min-height: 420px;
}

.nseries-side-image-card.is-contain,
.nseries-wide-media-card.is-contain {
  background: linear-gradient(135deg, #f4f7fa, #e7edf2);
}

.nseries-side-image-card.is-contain img,
.nseries-wide-media-card.is-contain img {
  object-fit: contain;
  padding: 24px;
}

.nseries-media-caption,
.nseries-wide-media-card figcaption,
.nseries-side-image-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 12px 26px rgba(0,0,0,0.10);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  color: #222;
}

.nseries-media-caption strong,
.nseries-wide-media-card figcaption strong,
.nseries-side-image-card figcaption strong {
  display: block;
  color: #111;
  font-size: 1.04rem;
  line-height: 1.2;
  margin-bottom: 3px;
}

.nseries-media-caption span,
.nseries-wide-media-card figcaption span,
.nseries-side-image-card figcaption span {
  display: block;
  color: #444;
  font-size: 0.96rem;
  line-height: 1.45;
}

.nseries-image-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.nseries-image-split.is-image-left {
  grid-template-columns: minmax(340px, 0.96fr) minmax(0, 0.86fr);
}

.nseries-image-split .vehicle-card,
.nseries-image-split .vehicle-spec-card,
.nseries-image-split .note-card {
  height: 100%;
}

.nseries-compact-pills {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.nseries-compact-pill {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}

.nseries-compact-pill strong {
  display: block;
  color: #111;
  margin-bottom: 4px;
}

.nseries-compact-pill span {
  color: #444;
}

.nseries-visual-section.nseries-model-showcase,
.nseries-visual-section.nseries-hub-showcase {
  padding: 66px 0;
  background: #fff;
}

.nseries-visual-section .compact-section-header {
  margin-bottom: 22px;
}

.nseries-visual-section .compact-section-header h2 {
  font-size: clamp(2.0rem, 4vw, 3.1rem);
  line-height: 1.08;
  margin: 0 0 8px;
}

.nseries-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nseries-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border-radius: 24px;
  background: #f2f3f5;
  box-shadow: 0 18px 42px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

.nseries-visual-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nseries-visual-card:hover img {
  transform: scale(1.025);
}

.nseries-visual-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(255,255,255,0.56);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.nseries-visual-card figcaption strong {
  display: block;
  margin-bottom: 3px;
  color: #111;
  font-size: 1rem;
  line-height: 1.2;
}

.nseries-visual-card figcaption span {
  display: block;
  color: #333;
  font-size: 0.94rem;
  line-height: 1.42;
}

/* Keep bottom note cards compact, not pill-heavy and not airy. */
body[data-family="n-series"] .nseries-closing-section,
body[data-family="n-series"] .vehicle-section:has(> .container > .note-card) {
  padding-top: 44px;
  padding-bottom: 44px;
}

body[data-family="n-series"] .note-card {
  padding: 22px 24px;
}

body[data-family="n-series"] .note-card h3 {
  margin-bottom: 8px;
}

body[data-family="n-series"] .note-card p {
  line-height: 1.55;
  margin-bottom: 10px;
}

body[data-family="n-series"] .note-card .note-list,
body[data-family="n-series"] .note-card .note-list.simple-list {
  display: block;
  margin: 8px 0 0 18px;
  padding: 0;
  list-style: disc;
}

body[data-family="n-series"] .note-card .note-list li,
body[data-family="n-series"] .note-card .note-list.simple-list li {
  margin: 5px 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  line-height: 1.48;
}

body[data-family="n-series"] .note-card .cta-row {
  margin-top: 16px;
  gap: 10px;
}

body[data-family="n-series"] .note-card .btn,
body[data-family="n-series"] .related-actions-card .btn {
  padding: 12px 18px;
  border-radius: 13px;
}

@media (max-width: 980px) {
  .nseries-image-split,
  .nseries-image-split.is-image-left,
  .nseries-visual-grid {
    grid-template-columns: 1fr;
  }

  .nseries-wide-media-card img,
  .nseries-side-image-card img {
    min-height: 300px;
    height: 340px;
  }

  .nseries-visual-card img {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .nseries-visual-section.nseries-model-showcase,
  .nseries-visual-section.nseries-hub-showcase {
    padding: 44px 0;
  }

  .nseries-wide-media-card,
  .nseries-side-image-card,
  .nseries-visual-card {
    border-radius: 20px;
  }

  .nseries-wide-media-card img,
  .nseries-side-image-card img,
  .nseries-visual-card img {
    height: 280px;
    min-height: 280px;
  }

  .nseries-media-caption,
  .nseries-wide-media-card figcaption,
  .nseries-side-image-card figcaption,
  .nseries-visual-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
  }
}

/* =========================
   CONTACT HUB /kapcsolat/
   2026-05-26
========================= */

body[data-page="kapcsolat"] .contact-hero {
  min-height: clamp(460px, 62vh, 650px);
}

body[data-page="kapcsolat"] .contact-hero .hero-lead-bubble {
  max-width: 760px;
}

.contact-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

.contact-hub-form-card {
  max-width: 100%;
}


.contact-hub-form-card {
  position: static;
  top: auto;
}

.contact-topic-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  color: #555555;
  font-size: 0.94rem;
  line-height: 1.6;
}

.contact-location-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.location-card {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.location-map-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 290px;
  background: #f2f2f2;
  overflow: hidden;
}

.location-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  display: block;
}

.location-card-body {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.location-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff1f1;
  border: 1px solid #efc4c4;
  color: #9f0000;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.location-card h2,
.location-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 1.42rem;
  line-height: 1.18;
}

.location-card p {
  margin: 0 0 10px;
  color: #444444;
  line-height: 1.65;
}

.location-data-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.location-data-list li {
  padding: 12px 14px;
  border-radius: 15px;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  color: #333333;
  line-height: 1.5;
}

.location-data-list strong {
  color: #111111;
}

.location-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

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

.contact-method-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.contact-method-card h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
  line-height: 1.2;
  color: #111111;
}

.contact-method-card p {
  margin: 0;
  color: #555555;
  line-height: 1.65;
}

.contact-method-card a {
  color: #d60000;
  font-weight: 800;
}

.contact-form .form-field select option {
  color: #111111;
}

@media (max-width: 1080px) {
  .contact-hub-grid {
    grid-template-columns: 1fr;
  }

  .contact-hub-form-card {
    position: static;
  }

  .contact-location-stack {
    grid-template-columns: 1fr;
  }

  .contact-method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .location-card-body,
  .contact-panel-form {
    padding: 22px;
  }

  .location-map-frame {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .location-map-frame iframe {
    min-height: 0;
  }

  .location-actions .btn {
    width: 100%;
    text-align: center;
  }
}


/* =========================
   D-MAX TEMPORARY HERO FALLBACK
   A saját D-Max hero-pool érkezéséig létező site hero képet használ.
========================= */
body[data-family="d-max"] {
  --family-hero-bg: url("/assets/img/site/hero-bg.jpg");
  --family-hero-position: center center;
}
