:root {
  --bg: #090a0c;
  --bg-soft: #111318;
  --panel: #15181d;
  --panel-2: #1a1e24;
  --text: #f4f5f7;
  --muted: #9da3ad;
  --line: rgba(255,255,255,.09);
  --accent: #d71920;
  --accent-2: #ff3b40;
  --shadow: 0 22px 70px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(9,10,12,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-logo { width: 182px; height: 72px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: #d7dae0; }
.main-nav a:hover { color: #fff; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,59,64,.4); border-radius: 9px; }
.nav-toggle { display: none; background: none; border: 0; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; display: block; margin: 5px; }

.hero { position: relative; overflow: hidden; padding: 105px 0 90px; }
.hero:before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .25; }
.hero-glow-one { width: 420px; height: 420px; background: var(--accent); right: -170px; top: -110px; }
.hero-glow-two { width: 260px; height: 260px; background: #771017; left: 25%; bottom: -160px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { color: var(--accent-2); font-size: 12px; letter-spacing: .18em; font-weight: 800; margin-bottom: 14px; }
h1 { font-size: clamp(44px, 6vw, 76px); line-height: .98; margin: 0 0 28px; letter-spacing: -.055em; }
h1 span { color: var(--accent-2); }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.04em; margin: 0 0 20px; }
h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.02em; }
.hero-lead, .large-copy { color: var(--muted); font-size: 18px; max-width: 700px; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 24px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 10px; font-weight: 750; border: 1px solid transparent; cursor: pointer; font: inherit; }
.btn-primary { background: linear-gradient(135deg, var(--accent-2), #b40f16); color: #fff; box-shadow: 0 14px 30px rgba(215,25,32,.25); }
.btn-primary:hover { transform: translateY(-1px); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.03); }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px; color: #b7bcc5; font-size: 13px; }

.hero-panel { position: relative; background: linear-gradient(180deg, #171a20, #0f1115); border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); }
.panel-topline { position: absolute; left: 24px; right: 24px; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--accent-2), transparent); }
.panel-badge { display: inline-flex; background: rgba(215,25,32,.12); color: #ff676b; border: 1px solid rgba(255,59,64,.22); border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.diagnostic-screen { margin: 22px 0 18px; padding: 22px; border: 1px solid rgba(255,255,255,.08); background: #090b0e; border-radius: 14px; box-shadow: inset 0 0 40px rgba(255,255,255,.018); }
.screen-head, .screen-row { display: flex; justify-content: space-between; align-items: center; }
.screen-head { color: #707782; font-size: 11px; letter-spacing: .14em; margin-bottom: 18px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #52d273; box-shadow: 0 0 14px rgba(82,210,115,.7); }
.screen-row { font-size: 13px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #c6cad1; }
.screen-row strong { color: #62df7d; font-size: 11px; letter-spacing: .08em; }
.wave { height: 55px; margin-top: 18px; opacity: .85; background: linear-gradient(90deg, transparent, rgba(255,59,64,.8), transparent); clip-path: polygon(0 55%, 7% 55%, 10% 20%, 13% 78%, 17% 46%, 21% 60%, 26% 54%, 30% 12%, 34% 83%, 38% 50%, 43% 56%, 48% 44%, 52% 58%, 56% 50%, 62% 53%, 67% 22%, 71% 75%, 76% 48%, 82% 57%, 87% 51%, 92% 54%, 100% 54%); }
.panel-caption { color: var(--muted); font-size: 14px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c0e11; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; font-size: 12px; letter-spacing: .14em; color: #fff; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 100px 0; }
.section-alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; }
.service-card { padding: 26px; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(255,59,64,.25); background: var(--panel-2); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.primary-service {
  position: relative;
  overflow: hidden;
  border-color: rgba(255,59,64,.22);
  background: linear-gradient(180deg, rgba(215,25,32,.075), var(--panel) 62%);
}
.primary-service::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  opacity: .8;
}
.primary-service h3 { font-size: 21px; }
.icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: rgba(215,25,32,.12); color: var(--accent-2); font-size: 12px; font-weight: 800; margin-bottom: 28px; }
.split-grid, .about-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.feature-list { border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.feature > span { color: var(--accent-2); font-weight: 800; font-size: 12px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.project-visual { aspect-ratio: 16/10; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background:
  radial-gradient(circle at 75% 20%, rgba(215,25,32,.35), transparent 30%),
  linear-gradient(135deg, #252a31, #0f1115 70%);
  border-bottom: 1px solid var(--line); }
.project-visual span { font-size: 36px; font-weight: 800; letter-spacing: -.05em; }
.project-visual small { color: var(--accent-2); font-weight: 700; letter-spacing: .08em; }
.project-copy { padding: 22px; }
.project-copy p { color: var(--muted); font-size: 14px; min-height: 48px; }
.project-copy > span { color: #7d838e; font-size: 10px; letter-spacing: .12em; font-weight: 800; }

.about-box { min-height: 320px; border-radius: 22px; border: 1px solid var(--line); background:
  linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)),
  radial-gradient(circle at 20% 20%, rgba(215,25,32,.28), transparent 35%), #0d0f13;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; }
.about-number { font-size: clamp(54px, 7vw, 90px); line-height: 1; font-weight: 800; letter-spacing: -.07em; color: #fff; }
.about-box p { color: var(--muted); max-width: 350px; }

.contact-section { background: linear-gradient(180deg, #0b0d10, #090a0c); }
.contact-list { margin-top: 32px; border-top: 1px solid var(--line); }
.contact-list a, .contact-list div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list strong { font-size: 13px; }
.contact-list span { color: var(--muted); text-align: right; }
.contact-form { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; }
.contact-form label { display: block; color: #d9dde3; font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; background: #0c0e12; border: 1px solid var(--line); border-radius: 10px; color: #fff; padding: 13px 14px; font: inherit; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(255,59,64,.55); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { color: #7d838d; font-size: 11px; }
.hp { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: #070809; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 30px; align-items: end; }
.footer-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.footer-logo { width: 210px; height: auto; object-fit: contain; object-position: left center; }
.footer-brand { align-self: center; }
.footer-grid > div:nth-child(2) { display: flex; gap: 16px; font-size: 13px; color: #b8bdc5; }
.footer-meta { color: #737983; font-size: 12px; text-align: right; }

.notice { width: min(760px, calc(100% - 40px)); margin: 50px auto; padding: 24px; border-radius: 16px; border: 1px solid var(--line); background: var(--panel); }
.notice.success { border-color: rgba(82,210,115,.25); }
.notice.error { border-color: rgba(255,59,64,.25); }
.notice a { color: var(--accent-2); }

@media (max-width: 900px) {
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #111318; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-toggle { display: block; }
  .hero-grid, .split-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding-top: 75px; }
  .service-grid, .project-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { text-align: left; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 78px; }
  .site-logo { width: 145px; height: 62px; }
  .footer-logo { width: 180px; }
  .section { padding: 72px 0; }
  .hero { padding: 65px 0 70px; }
  .service-grid, .project-grid, .trust-grid, .form-row { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-points { flex-direction: column; gap: 8px; }
  .contact-list a, .contact-list div { flex-direction: column; gap: 4px; }
  .contact-list span { text-align: left; }
  .footer-grid > div:nth-child(2) { flex-direction: column; gap: 6px; }
}


/* Brand submenu */
.brand-menu {
  margin-top: 38px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012));
}
.brand-menu-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: end;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.brand-menu-head .eyebrow { margin-bottom: 8px; }
.brand-menu-head h3 { font-size: 25px; margin: 0; }
.brand-menu-head p { margin: 0; color: var(--muted); font-size: 14px; max-width: 580px; justify-self: end; }
.brand-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.brand-links a {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0d0f13;
  color: #dfe2e7;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
  overflow: hidden;
}
.brand-links a::after {
  content: '›';
  margin-left: auto;
  color: #626873;
  font-size: 19px;
  transition: .2s ease;
}
.brand-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,59,64,.35);
  background: rgba(215,25,32,.08);
  color: #fff;
}
.brand-links a:hover::after { color: var(--accent-2); transform: translateX(2px); }

@media (max-width: 1050px) {
  .brand-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .brand-menu-head { grid-template-columns: 1fr; gap: 10px; align-items: start; }
  .brand-menu-head p { justify-self: start; }
  .brand-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .brand-menu { padding: 20px; margin-top: 28px; }
  .brand-links { grid-template-columns: 1fr; }
  .brand-links a { min-height: 46px; font-size: 12px; padding: 0 12px; }
}


/* Brand-specific services */
.brand-services {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(255,59,64,.24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(215,25,32,.09), rgba(255,255,255,.012));
}
.brand-services-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}
.brand-services-head .eyebrow { margin-bottom: 8px; }
.brand-services-head h3 { margin: 0; font-size: 24px; }
.brand-services-head p { margin: 0; color: var(--muted); font-size: 14px; justify-self: end; max-width: 560px; }
.brand-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0d0f13;
  transition: .2s ease;
}
.brand-service-item > div { display: flex; flex-direction: column; gap: 5px; }
.brand-service-item strong { color: #fff; font-size: 15px; letter-spacing: .02em; }
.brand-service-item span { color: var(--muted); font-size: 13px; }
.brand-service-item .service-arrow { color: var(--accent-2); font-size: 26px; line-height: 1; }
.brand-service-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255,59,64,.38);
  background: rgba(215,25,32,.07);
}

@media (max-width: 900px) {
  .brand-services-head { grid-template-columns: 1fr; gap: 8px; align-items: start; }
  .brand-services-head p { justify-self: start; }
}

@media (max-width: 620px) {
  .brand-services { padding: 18px; }
  .brand-service-item { min-height: 68px; padding: 15px 16px; }
}

/* VAG feature activation */
.activation-section {
  margin-top: 22px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  scroll-margin-top: 92px;
}
.activation-intro {
  max-width: 850px;
  margin-bottom: 22px;
}
.activation-intro h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}
.activation-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.activation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.activation-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #11141a, #0b0d11);
}
.activation-kicker {
  margin-bottom: 9px;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.activation-card h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
}
.activation-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.activation-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.activation-card li {
  position: relative;
  padding-left: 18px;
  color: #d7d9de;
  font-size: 13px;
  line-height: 1.5;
}
.activation-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-2);
  font-weight: 800;
}
.activation-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent-2);
  border-radius: 8px;
  background: rgba(215,25,32,.06);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.activation-note strong { color: #fff; }

@media (max-width: 900px) {
  .activation-grid { grid-template-columns: 1fr; }
}


/* v9 multi-page navigation */
.main-nav { gap: 18px; }
.main-nav > a, .nav-parent { min-height: 44px; display: inline-flex; align-items: center; }
.main-nav > a.active, .nav-dropdown.active > .nav-parent-wrap .nav-parent { color: #fff; }
.nav-dropdown { position: relative; }
.nav-parent-wrap { display: flex; align-items: center; }
.dropdown-toggle { border: 0; background: transparent; color: #9da3ad; font: inherit; font-size: 16px; padding: 8px 3px 8px 7px; cursor: pointer; transition: .2s ease; }
.nav-dropdown:hover .dropdown-toggle, .nav-dropdown.open .dropdown-toggle { color: var(--accent-2); transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 9px); left: 0; min-width: 320px; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: rgba(15,17,21,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(7px); transition: .18s ease; }
.nav-dropdown:hover > .dropdown-menu, .nav-dropdown:focus-within > .dropdown-menu, .nav-dropdown.open > .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 10px 12px; border-radius: 9px; color: #c8ccd2; font-size: 12px; line-height: 1.35; }
.dropdown-menu a:hover { color: #fff; background: rgba(215,25,32,.1); }
.brands-dropdown { width: 430px; max-height: min(68vh, 560px); overflow-y: auto; }
.services-dropdown { width: 340px; }

.page-hero { position: relative; overflow: hidden; padding: 82px 0 72px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 88% 0%, rgba(215,25,32,.16), transparent 34%), #0b0d10; }
.page-hero::before { content:""; position:absolute; inset:0; pointer-events:none; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent); }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 980px; font-size: clamp(42px, 5.6vw, 72px); }
.page-hero h1 span { color: var(--accent-2); }
.breadcrumb { display:flex; gap:8px; flex-wrap:wrap; color:#747a84; font-size:11px; margin-bottom:26px; }
.breadcrumb a:hover { color:#fff; }
.section-actions { margin-top: 28px; }
.link-card { display:block; color:inherit; }
.card-link { display:inline-block; margin-top:18px; color:var(--accent-2); font-size:12px; font-weight:800; letter-spacing:.02em; }
.detail-grid { display:grid; grid-template-columns: 1fr .9fr; gap:70px; align-items:start; }
.detail-card { padding:30px; background:var(--panel); border:1px solid var(--line); border-radius:18px; }
.check-list { list-style:none; padding:0; margin:0; }
.check-list li { position:relative; padding:15px 0 15px 29px; border-bottom:1px solid var(--line); color:#d9dde3; }
.check-list li:last-child { border-bottom:0; }
.check-list li::before { content:'✓'; position:absolute; left:0; color:var(--accent-2); font-weight:800; }
.brand-overview-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.brand-overview-card { min-height:210px; padding:24px; background:var(--panel); border:1px solid var(--line); border-radius:16px; scroll-margin-top:120px; }
.brand-overview-card.featured { display:block; border-color:rgba(255,59,64,.32); background:linear-gradient(180deg,rgba(215,25,32,.09),var(--panel)); }
.brand-overview-card p { color:var(--muted); font-size:14px; }
.brand-tag { display:inline-block; margin-bottom:22px; color:var(--accent-2); font-size:10px; font-weight:800; letter-spacing:.16em; }
.activation-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.activation-card { padding:20px; border:1px solid var(--line); border-radius:16px; background:var(--panel); }
.activation-card h4 { font-size:20px; margin:6px 0 10px; }
.activation-card p, .activation-card li { color:var(--muted); font-size:13px; }
.activation-card ul { margin:16px 0 0; padding-left:18px; }
.activation-kicker { color:var(--accent-2); font-size:10px; font-weight:800; letter-spacing:.15em; }
.media-placeholder { min-height:190px; margin:-20px -20px 20px; padding:20px; display:flex; flex-direction:column; justify-content:flex-end; border-bottom:1px solid var(--line); border-radius:16px 16px 0 0; background:radial-gradient(circle at 75% 15%,rgba(215,25,32,.25),transparent 35%),linear-gradient(135deg,#1a1e24,#0b0d10); }
.media-placeholder span { font-size:25px; font-weight:800; letter-spacing:-.03em; }
.media-placeholder small { color:#7d838e; margin-top:5px; }

@media (max-width: 1000px) {
  .brand-overview-grid { grid-template-columns:repeat(2,1fr); }
  .activation-grid { grid-template-columns:1fr; }
}

@media (max-width: 900px) {
  .main-nav { display:none; position:absolute; left:20px; right:20px; top:78px; max-height:calc(100vh - 100px); overflow:auto; flex-direction:column; align-items:stretch; gap:2px; padding:12px; background:#111318; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav > a { padding:10px 12px; }
  .nav-dropdown { width:100%; }
  .nav-parent-wrap { justify-content:space-between; border-radius:9px; }
  .nav-parent { flex:1; padding:10px 12px; }
  .dropdown-toggle { width:44px; min-height:44px; }
  .dropdown-menu { position:static; min-width:0; width:auto; max-height:none; overflow:visible; padding:0 0 0 12px; border:0; border-radius:0; background:transparent; box-shadow:none; opacity:1; visibility:visible; transform:none; display:none; }
  .nav-dropdown.open > .dropdown-menu { display:block; }
  .nav-dropdown:not(.open):hover > .dropdown-menu, .nav-dropdown:not(.open):focus-within > .dropdown-menu { display:none; }
  .dropdown-menu a { padding:9px 12px; border-left:1px solid rgba(255,255,255,.08); border-radius:0 8px 8px 0; }
  .detail-grid { grid-template-columns:1fr; gap:35px; }
}
@media (max-width:620px) {
  .brand-overview-grid { grid-template-columns:1fr; }
  .page-hero { padding:62px 0 55px; }
  .page-hero h1 { font-size:clamp(38px,12vw,54px); }
}


/* v10 - three-level services -> brands navigation */
.services-tiered { width: 470px; overflow: visible; }
.service-submenu { position: relative; }
.service-submenu + .service-submenu { border-top: 1px solid rgba(255,255,255,.07); }
.service-submenu-head { display: flex; align-items: stretch; border-radius: 10px; transition: .18s ease; }
.service-submenu:hover > .service-submenu-head,
.service-submenu:focus-within > .service-submenu-head,
.service-submenu.open > .service-submenu-head { background: rgba(215,25,32,.10); }
.service-category-link { flex: 1; display: flex !important; flex-direction: column; gap: 4px; padding: 13px 12px !important; border-radius: 10px 0 0 10px !important; }
.service-category-link span { color: #f4f5f7; font-size: 13px; font-weight: 750; }
.service-category-link small { color: #777e88; font-size: 10px; line-height: 1.35; font-weight: 500; }
.submenu-toggle { width: 42px; flex: 0 0 42px; border: 0; background: transparent; color: #8c929b; font-size: 22px; cursor: pointer; border-radius: 0 10px 10px 0; transition: .18s ease; }
.service-submenu:hover .submenu-toggle,
.service-submenu.open .submenu-toggle { color: var(--accent-2); transform: translateX(2px); }
.nested-dropdown { top: -9px; left: calc(100% + 8px); width: 430px; max-height: min(70vh, 590px); overflow-y: auto; z-index: 30; }
.service-submenu:hover > .nested-dropdown,
.service-submenu:focus-within > .nested-dropdown,
.service-submenu.open > .nested-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.service-grid-three { grid-template-columns: repeat(3, 1fr); }
.service-grid-three .service-card h3 { font-size: 20px; line-height: 1.3; }
.service-brand-card { scroll-margin-top: 120px; }

@media (max-width: 1180px) and (min-width: 901px) {
  .services-tiered { width: 400px; }
  .nested-dropdown { width: 380px; }
}

@media (max-width: 900px) {
  .services-tiered { width: auto; }
  .service-submenu + .service-submenu { border-top: 1px solid rgba(255,255,255,.06); }
  .service-submenu-head { align-items: center; }
  .service-category-link { padding: 11px 12px !important; }
  .service-category-link small { display: none; }
  .submenu-toggle { min-height: 42px; transform: rotate(90deg); }
  .service-submenu.open .submenu-toggle { transform: rotate(-90deg); }
  .nested-dropdown { position: static; width: auto; max-height: none; overflow: visible; padding: 0 0 8px 18px; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .service-submenu.open > .nested-dropdown { display: block; }
  .service-submenu:not(.open):hover > .nested-dropdown,
  .service-submenu:not(.open):focus-within > .nested-dropdown { display: none; }
  .nested-dropdown a { border-left: 1px solid rgba(215,25,32,.24); padding: 8px 11px; }
  .service-grid-three { grid-template-columns: 1fr; }
}

/* v13 - concrete service under brand + MHI3/MPR3 region conversion page */
.brand-service-submenu { position: relative; border-radius: 9px; }
.brand-submenu-head { display: flex; align-items: stretch; border-radius: 9px; }
.brand-service-submenu:hover > .brand-submenu-head,
.brand-service-submenu:focus-within > .brand-submenu-head,
.brand-service-submenu.open > .brand-submenu-head { background: rgba(215,25,32,.10); }
.brand-category-link { flex: 1; padding: 10px 12px !important; border-radius: 9px 0 0 9px !important; }
.brand-submenu-toggle { width: 38px; flex: 0 0 38px; border: 0; background: transparent; color: #8c929b; font-size: 20px; cursor: pointer; border-radius: 0 9px 9px 0; transition: .18s ease; }
.brand-service-submenu:hover .brand-submenu-toggle,
.brand-service-submenu.open .brand-submenu-toggle { color: var(--accent-2); transform: rotate(90deg); }
.service-list-dropdown { display: none; padding: 3px 0 8px 16px; }
.brand-service-submenu:hover > .service-list-dropdown,
.brand-service-submenu:focus-within > .service-list-dropdown,
.brand-service-submenu.open > .service-list-dropdown { display: block; }
.service-list-dropdown a { border-left: 1px solid rgba(215,25,32,.32); margin-left: 1px; background: rgba(255,255,255,.018); }
.featured-service-link strong, .featured-service-link span { display: block; }
.featured-service-link strong { color: #fff; font-size: 11px; }
.featured-service-link span { color: #9da3ad; margin-top: 3px; font-size: 10px; }
.vag-service-feature { max-width: 760px; }

.region-page-hero { background: radial-gradient(circle at 82% 8%, rgba(215,25,32,.20), transparent 34%), #0b0d10; }
.region-page-hero .hero-lead { max-width: 900px; }
.region-intro-grid { align-items: center; }
.service-note { margin-top: 26px; padding: 16px 18px; border-left: 3px solid var(--accent-2); background: rgba(215,25,32,.07); border-radius: 0 10px 10px 0; color: #b9bec6; font-size: 13px; }
.service-note strong { color: #fff; }

.process-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.process-photo-card { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: #0c0e12; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.process-photo-card > a { position: relative; display: block; min-height: 540px; background: #050608; border-bottom: 1px solid var(--line); }
.process-photo-card img { width: 100%; height: 540px; object-fit: contain; object-position: center; }
.photo-label { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(5,6,8,.78); backdrop-filter: blur(10px); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.photo-label-before { border-color: rgba(255,59,64,.34); color: #ff777a; }
.photo-label-after { border-color: rgba(82,210,115,.34); color: #75df8b; }
.process-photo-card figcaption { padding: 20px; }
.process-photo-card figcaption strong { display: block; margin-bottom: 7px; font-size: 15px; }
.process-photo-card figcaption span { display: block; color: var(--muted); font-size: 12px; }
.process-photo-card code, .version-examples code { color: #ff777a; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.gallery-disclaimer { margin: 18px 0 0; color: #747b85; font-size: 11px; }

.delivery-options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.delivery-card { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.delivery-card.featured { border-color: rgba(255,59,64,.3); background: linear-gradient(180deg, rgba(215,25,32,.09), var(--panel)); }
.delivery-number { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 30px; border-radius: 9px; background: rgba(215,25,32,.12); color: var(--accent-2); font-size: 11px; font-weight: 800; }
.delivery-card p { color: var(--muted); font-size: 14px; }
.delivery-card small { display: block; margin-top: 14px; color: #737a84; font-size: 11px; }

.compatibility-heading { max-width: 900px; }
.compatibility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.compat-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.compat-brand { color: var(--accent-2); font-size: 10px; font-weight: 800; letter-spacing: .16em; margin-bottom: 14px; }
.compat-card h3 { font-size: 22px; }
.compat-card ul { columns: 1; margin: 18px 0 0; padding-left: 20px; color: #cbd0d7; }
.compat-card li { margin: 8px 0; font-size: 13px; }
.compat-note { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: #747b85; font-size: 11px; }
.verify-grid { align-items: center; }
.version-examples > span { display: block; margin-bottom: 14px; color: #858b94; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.version-examples code { display: block; padding: 10px 12px; margin: 8px 0; border: 1px solid rgba(255,255,255,.06); border-radius: 9px; background: #0b0d10; }
.version-examples p { color: var(--muted); font-size: 12px; margin: 16px 0 0; }
.contact-form select { width: 100%; margin-top: 7px; background: #0c0e12; border: 1px solid var(--line); border-radius: 10px; color: #fff; padding: 13px 14px; font: inherit; outline: none; }
.contact-form select:focus { border-color: rgba(255,59,64,.55); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }

@media (max-width: 1000px) {
  .process-gallery { grid-template-columns: 1fr; }
  .process-photo-card > a { min-height: 0; }
  .process-photo-card img { height: auto; max-height: 760px; }
  .delivery-options-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .brand-submenu-toggle { transform: rotate(90deg); }
  .brand-service-submenu.open .brand-submenu-toggle { transform: rotate(-90deg); }
  .brand-service-submenu:not(.open):hover > .service-list-dropdown,
  .brand-service-submenu:not(.open):focus-within > .service-list-dropdown { display: none; }
  .service-list-dropdown { padding-left: 18px; }
  .compatibility-grid { grid-template-columns: 1fr; }
}

/* v14 - keep the multi-level service menu inside the viewport */
@media (min-width: 901px) {
  .service-submenu.open-left > .nested-dropdown {
    left: auto;
    right: calc(100% + 8px);
  }
  .service-submenu.open-left > .service-submenu-head .submenu-toggle {
    transform: rotate(180deg);
  }
  .service-submenu.open-left:hover > .service-submenu-head .submenu-toggle,
  .service-submenu.open-left.open > .service-submenu-head .submenu-toggle {
    transform: rotate(180deg) translateX(2px);
  }
}

/* v15 - standalone MHI3 / MPR3 feature activation page */
.activation-page-hero {
  background:
    radial-gradient(circle at 82% 8%, rgba(215,25,32,.20), transparent 34%),
    radial-gradient(circle at 12% 85%, rgba(255,255,255,.035), transparent 28%),
    #0b0d10;
}
.feature-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.feature-showcase-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0c0e12;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.feature-photo-link {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #050608;
  border-bottom: 1px solid var(--line);
}
.feature-photo-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}
.feature-showcase-card:hover .feature-photo-link img { transform: scale(1.018); }
.feature-showcase-copy { padding: 22px; }
.feature-showcase-copy h3 { margin: 7px 0 10px; font-size: 21px; }
.feature-showcase-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-showcase-copy ul { margin: 17px 0 0; padding: 0; list-style: none; }
.feature-showcase-copy li {
  position: relative;
  margin: 9px 0;
  padding-left: 20px;
  color: #c8cdd4;
  font-size: 12px;
  line-height: 1.55;
}
.feature-showcase-copy li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-2);
  font-weight: 800;
}
.activation-proof-grid { align-items: center; }
.activation-proof-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #090b0e;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.activation-proof-photo a { display: block; background: #050608; }
.activation-proof-photo img {
  width: 100%;
  max-height: 720px;
  display: block;
  object-fit: contain;
  object-position: center;
}
.activation-proof-photo figcaption {
  padding: 15px 18px;
  color: #858b94;
  font-size: 11px;
}
.service-list-dropdown .featured-service-link + .featured-service-link {
  margin-top: 4px;
}

@media (max-width: 1000px) {
  .feature-showcase-grid { grid-template-columns: 1fr; }
  .feature-showcase-card {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) 1.1fr;
  }
  .feature-photo-link { aspect-ratio: auto; min-height: 360px; border-bottom: 0; border-right: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .feature-showcase-card { display: block; }
  .feature-photo-link { aspect-ratio: 1 / 1; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-showcase-copy { padding: 20px; }
}


/* v16 - BMW CCC repair page */
/* Uses existing detail, compatibility, delivery and contact components. */


/* v17 - BMW CCC photo gallery */
.ccc-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ccc-photo-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0c0e12;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.ccc-photo-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  background: #f5f5f5;
  border-bottom: 1px solid var(--line);
}
.ccc-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform .3s ease;
}
.ccc-photo-card:hover img { transform: scale(1.018); }
.ccc-photo-card figcaption { padding: 18px 20px 20px; }
.ccc-photo-card figcaption strong { display: block; margin-bottom: 6px; font-size: 15px; }
.ccc-photo-card figcaption span { color: var(--muted); font-size: 12px; line-height: 1.6; }
@media (max-width: 760px) {
  .ccc-photo-grid { grid-template-columns: 1fr; }
}


/* v18 - Audi / Bentley / Lamborghini ConBox SOS telematics repair page */
/* Reuses existing detail, delivery, compatibility and contact components. */


/* v19 - ConBox module and SOS fault gallery */
.conbox-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.conbox-photo-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0c0e12;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.conbox-photo-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.conbox-photo-card.light-photo > a { background: #f5f5f5; }
.conbox-photo-card.dark-photo > a { background: #050608; padding: 0; }
.conbox-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform .3s ease;
}
.conbox-photo-card.dark-photo img { object-fit: cover; }
.conbox-photo-card:hover img { transform: scale(1.018); }
.conbox-photo-card figcaption { padding: 18px 20px 20px; }
.conbox-photo-card figcaption strong { display: block; margin-bottom: 6px; font-size: 15px; }
.conbox-photo-card figcaption span { color: var(--muted); font-size: 12px; line-height: 1.6; }
@media (max-width: 760px) {
  .conbox-photo-grid { grid-template-columns: 1fr; }
  .conbox-photo-card > a { aspect-ratio: auto; min-height: 280px; }
  .conbox-photo-card.dark-photo img { object-fit: contain; }
}
