@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:300;src:url(../fonts/BMWTypeNext-Light.woff2) format("woff2"),url(../fonts/BMWTypeNext-Light.woff) format("woff")}
@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:400;src:url(../fonts/BMWTypeNext-Regular.woff2) format("woff2"),url(../fonts/BMWTypeNext-Regular.woff) format("woff")}
@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:500;src:url(../fonts/BMWTypeNext-Medium.woff2) format("woff2"),url(../fonts/BMWTypeNext-Medium.woff) format("woff")}
@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:700;src:url(../fonts/BMWTypeNext-Bold.woff2) format("woff2"),url(../fonts/BMWTypeNext-Bold.woff) format("woff")}
@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:300;src:url(../fonts/subfonts/latinextended/BMWTypeNextLightLatinExtended.woff2) format("woff2"),url(../fonts/subfonts/latinextended/BMWTypeNextLightLatinExtended.woff) format("woff");unicode-range:u+0100-017f,u+0180-024f}
@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:400;src:url(../fonts/subfonts/latinextended/BMWTypeNextRegularLatinExtended.woff2) format("woff2"),url(../fonts/subfonts/latinextended/BMWTypeNextRegularLatinExtended.woff) format("woff");unicode-range:u+0100-017f,u+0180-024f}
@font-face{font-display:swap;font-family:"bmwTypeNextWeb";font-weight:700;src:url(../fonts/subfonts/latinextended/BMWTypeNextBoldLatinExtended.woff2) format("woff2"),url(../fonts/subfonts/latinextended/BMWTypeNextBoldLatinExtended.woff) format("woff");unicode-range:u+0100-017f,u+0180-024f}


@font-face{font-display:swap;font-family:"bmw_next_icons";font-weight:300;src:url(../icons/bmw_next_icons_light.woff2) format("woff2"),url(../icons/bmw_next_icons_light.woff) format("woff")}
@font-face{font-display:swap;font-family:"bmw_next_icons";font-weight:400;src:url(../icons/bmw_next_icons_regular.woff2) format("woff2"),url(../icons/bmw_next_icons_regular.woff) format("woff")}

/* css/style.css */
:root {
  --color-red: #ff0000;
  --color-black: #000000;
  --color-gray: #6f6f6f;
  --color-white: #ffffff;
  --color-bg-soft: #f5f5f5;
  --font-main: 'bmwTypeNextWeb', 'Segoe UI', sans-serif;
  --shadow-strong: 0 18px 40px rgba(0, 0, 0, 0.25);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-main);
  background: #f7f7f7;
  color: #0b0b0b;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

section {
  scroll-margin-top: 110px;
}

.anchor-spacer {
  display: block;
  height: 0;
  scroll-margin-top: 120px;
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 60px 0;
  }
}

.section-header {
  margin-bottom: 40px;
  text-align: center;
}

.section-header h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
}

.section-subtitle {
  color: var(--color-gray);
  max-width: 540px;
  margin: 10px auto 0;
}

.legal-content {
  max-width: 980px;
  color: #1c1f26;
}

.legal-section {
  background: #ffffff;
  border: 1px solid #e7e9ef;
  border-radius: 18px;
  padding: 34px;
}

.legal-section h2 {
  margin-bottom: 18px;
}

.legal-section h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.legal-section ul,
.legal-section ol {
  padding-left: 1.25rem;
}

.legal-section blockquote {
  border-left: 3px solid var(--color-red);
  margin: 18px 0;
  padding-left: 16px;
  color: #555;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-red);
  font-weight: 600;
  margin-bottom: 10px;
}

.main-navbar {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.main-navbar .navbar {
  position: relative;
}

.main-navbar .container {
}

.main-navbar.menu-open {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(6px);
  border-color: rgba(0, 0, 0, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.navbar .logo {
  height: 90px;
}

.navbar-toggler {
  border: none;
  padding: 6px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.toggler-line {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--color-black);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.navbar-toggler.collapsed .toggler-line:nth-child(1) {
  transform: translateY(0) rotate(0deg);
}

.navbar-toggler.collapsed .toggler-line:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.collapsed .toggler-line:nth-child(3) {
  transform: translateY(0) rotate(0deg);
}

.navbar-toggler:not(.collapsed) .toggler-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .toggler-line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-menu {
  transition: max-height 0.3s ease;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .nav-menu {
    width: 100vw;
    display: none;
    background: rgba(255, 255, 255, 0.98);
    padding: 18px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  }
  .nav-menu.show {
    display: block;
  }
  .nav-menu .nav-link,
  .nav-menu .btn {
    padding-left: 16px;
  }
}

.nav-link {
  color: var(--color-black);
  font-weight: 500;
  position: relative;
  padding: 10px 14px;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--color-red);
}

.main-navbar.menu-open .nav-link {
  color: var(--color-black);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: 1px;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown-parent {
  position: static;
}

.mega-submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  width: 100vw;
  background: #ffffff;
  color: #0b0b0b;
  display: none;
  z-index: 999;
}

.submenu-link {
  display: inline-block;
  font-weight: 700;
  color: #0b0b0b;
  margin-bottom: 6px;
}

.submenu-link:hover {
  color: var(--color-red);
}

.submenu-text {
  margin: 0;
  color: #414141;
}

.submenu-card {
  position: relative;
  padding: 14px;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  color: #0b0b0b;
  min-height: 180px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.submenu-thumb {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .dropdown-parent.show-submenu .mega-submenu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .mega-submenu {
    position: relative;
    left: 0;
    transform: none;
    top: 0;
    width: 100%;
  }
}

.btn {
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-red {
  background: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-red);
}

.btn-outline-red {
  background: transparent;
  color: var(--color-red);
  border: 1px solid var(--color-red);
}

.btn:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 12px 30px rgba(255, 0, 0, 0.3);
  opacity: 0.98;
}

.btn-red:hover {
  background: #cc0000;
  color: var(--color-white);
}

.btn-outline-red:hover {
  background: var(--color-red);
  color: var(--color-white);
}

.next-step,
.quote-form .btn {
  font-size: 1rem;
  padding: 14px 24px;
  min-width: 220px;
}

.next-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.quote-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
}

.quote-form .actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  color: var(--color-black);
  padding: 0;
  border-radius: 0 0 24px 24px;
}


.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  padding: 32px 24px;
  border-radius: 0;
  overflow: hidden;
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0.25) 100%);
  z-index: 1;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-slide > .container {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.hero-page {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  border-radius: 0 0 24px 24px;
}

.hero-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0.25) 100%);
  z-index: 1;
}

.hero-page .container {
  position: relative;
  z-index: 2;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-copy h1 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.hero .lead {
  color: var(--color-black);
  margin: 18px 0 24px;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.car-placeholder {
  width: 100%;
  max-width: 480px;
  height: 260px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.04), rgba(255, 0, 0, 0.08));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18), inset 0 0 40px rgba(255, 0, 0, 0.14);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.car-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(320px at 30% 30%, rgba(255, 255, 255, 0.08), transparent 55%);
}

.car-placeholder.alt {
  background: linear-gradient(135deg, rgba(0, 180, 255, 0.08), rgba(255, 0, 0, 0.12));
}

.car-placeholder.dark {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
}

.car-img-1 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(255, 0, 0, 0.18)), url('../images/slide1.jpg') center/cover;
}

.car-img-2 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 180, 255, 0.2)), url('../images/slide2.jpg') center/cover;
}

.hero-swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: var(--color-red);
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #111;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
  color: var(--color-red);
}

.model-card {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.model-card:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-strong);
}

.model-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.placeholder-1 {
  background: linear-gradient(120deg, rgba(255, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.placeholder-2 {
  background: linear-gradient(120deg, rgba(0, 180, 255, 0.25), rgba(0, 0, 0, 0.8));
}

.placeholder-3 {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.8));
}

.placeholder-4 {
  background: linear-gradient(120deg, rgba(255, 120, 0, 0.25), rgba(0, 0, 0, 0.85));
}

.card-title {
  margin-bottom: 8px;
  font-weight: 700;
}

.card-text {
  color: var(--color-gray);
  margin-bottom: 16px;
}

.campaigns {
  background: var(--color-bg-soft);
  color: #0f0f0f;
}

.angebot-section {
  background: #ffffff;
}

.leistungen-section {
  background: #f6f7f9;
  color: #0a0a0a;
}

.shop-section {
  background: #ffffff;
}

.shop-detail {
  background: linear-gradient(180deg, #0f1115 0%, #181a20 100%);
  color: #f5f5f5;
}

.shop-detail .detail-copy h3 {
  color: #ffffff;
}

.shop-detail .detail-desc {
  color: #d4d7de;
}

.shop-filter .form-label {
  font-weight: 600;
  color: #111;
}

.shop-filter .form-control,
.shop-filter .form-select {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 14px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
}

.shop-filter .form-control:focus,
.shop-filter .form-select:focus {
  border-color: var(--color-red);
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.14);
}

.shop-filter .pill {
  border-radius: 999px;
}

.shop-card {
  background: #ffffff;
  color: #0f1115;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop-img {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shop-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
}

.shop-category {
  font-weight: 600;
  color: #6b6f78;
}

.shop-year {
  color: #a0a4ad;
  font-weight: 600;
}
.shop-actions {
  margin-top: auto;
}

.shop-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.shop-desc {
  margin: 0;
  color: #3b3e46;
}

.shop-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-red);
}
.shop-hero-banner {
  background: linear-gradient(115deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.28)), url('../images/slide1.jpg') center/cover no-repeat;
  padding: 120px 0 96px;
  border-radius: 0 0 24px 24px;
}
.shop-hero-banner h1 {
  font-weight: 800;
  letter-spacing: -0.5px;
}
.shop-hero-banner.hero.hero-page::before {
  background: linear-gradient(115deg, rgba(0,0,0,0.52), rgba(0,0,0,0.28));
}

.shop-nav {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}
.shop-nav h6 {
  font-weight: 700;
  margin-bottom: 8px;
}
.shop-nav a {
  color: #111;
  display: block;
  padding: 6px 0;
}
.shop-nav a:hover {
  color: var(--color-red);
}
.shop-cat-list {
  margin: 0;
}
.shop-cat-link {
  display: block;
  padding: 8px 10px !important;
  border-radius: 8px;
  color: #1b1b1b;
  transition: background 0.15s ease, color 0.15s ease;
  font-weight: 600;
  background: transparent;
}
.shop-cat-link:hover {
  color: #c20000;
  background: rgba(194, 0, 0, 0.08);
}
.shop-cat-link.active {
  background: linear-gradient(120deg, #ff3b30, #d30000);
  color: #fff;
  box-shadow: 0 10px 22px rgba(211, 0, 0, 0.15);
}
.shop-cat-link.active:hover {
  color: #fff;
}
.mini-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}
.cat-toggle {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #f6f6f6;
  font-weight: 800;
  font-size: 16px;
  margin-right: 6px;
  line-height: 1;
  padding: 0;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cat-toggle:hover {
  background: rgba(255, 59, 48, 0.12);
  border-color: rgba(255, 59, 48, 0.35);
  color: #c20000;
}
.cat-toggle-empty {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  display: inline-block;
}
.shop-cat-children {
  margin-left: 34px;
  padding-left: 0;
}

.shop-hero .badge-soft {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
}

.detail-media img {
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.detail-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-red);
  margin-bottom: 10px;
}

.detail-list {
  padding-left: 18px;
  margin: 12px 0 18px;
  color: #d4d7de;
}

.detail-list li {
  margin-bottom: 6px;
}
.hero.hero-page {
  position: relative;
  padding: 120px 0 90px;
  color: #f7f7f7;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero.hero-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.35));
}
.hero.hero-page .container,
.hero.hero-page .row,
.hero.hero-page .col-12 {
  position: relative;
  z-index: 2;
}
.hero.hero-page h1 {
  font-weight: 800;
  letter-spacing: -0.5px;
}
.hero.hero-page p.lead {
  color: #e9eaed;
}
.product-title {
  color: #fff;
}
.hero.hero-page .lead {
  max-width: 780px;
}
.product-hero {
  padding: 78px 0;
  color: #0c0c0c;
  background-size: cover;
  background-position: center;
}
.product-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.6px;
}
.product-lead {
  font-size: 1.05rem;
  color: #2c2c2c;
  max-width: 720px;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0f2f5;
  color: #0d0d0d;
  font-weight: 600;
}
.pill-strong {
  background: linear-gradient(120deg, #ff3b30, #d30000);
  color: #fff;
  box-shadow: 0 14px 28px rgba(211, 0, 0, 0.18);
}
.product-cta-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.08);
}
.product-detail-light {
  background: #f7f8fb;
}
.product-media-card {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
.product-media-card img {
  border-radius: 10px;
}
.thumb {
  width: 90px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb.active img {
  outline: 2px solid var(--color-red);
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.gallery-nav:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
.gallery-nav.prev {
  left: 10px;
}
.gallery-nav.next {
  right: 10px;
}
.product-info-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
.product-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f1f4;
  color: #4b4b4b;
}
.product-spec-list li strong {
  color: #0c0c0c;
}
.car-zone-grid {
  margin-top: 12px;
}

.car-body-visual img {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.zone-card {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8f8f8;
  color: #0f0f0f;
  padding: 12px 12px 14px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.zone-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.zone-card.selected {
  background: rgba(0, 200, 80, 0.12);
  border-color: #00b35a;
  box-shadow: 0 18px 38px rgba(0, 200, 80, 0.18);
}

.zone-thumb {
  width: 100%;
  height: 150px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.18);
}

.zone-title {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
  color: #0a0a0a;
  text-align: center;
}

.quote-form .form-label {
  font-weight: 600;
  color: #111;
}

.quote-form .form-control {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  padding: 12px 14px;
  font-size: 1rem;
}

.quote-form .form-control:focus {
  border-color: var(--color-red);
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.15);
}

.quote-thanks .thanks-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
}

.info-band {
  background: transparent;
  border-radius: 14px;
  padding: 20px;
  box-shadow: none;
}

.info-band-dark {
  background: transparent;
}

.info-cards .info-card {
  height: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

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

.info-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.leistungen-list .leistung-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.leistungen-list .leistung-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.leistung-media {
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.leistung-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leistung-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.leistung-copy h3 {
  font-size: 2rem;
  margin: 0;
}

.leistung-copy p {
  margin: 0;
  color: #2f2f2f;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .leistung-media {
    min-height: 200px;
  }
  .leistung-copy h3 {
    font-size: 1.6rem;
  }

  .shop-img {
    height: 180px;
  }
}

.info-card h5 {
  font-weight: 700;
  margin: 0;
  color: #111;
}

.info-card p {
  margin: 0;
  color: #444;
  line-height: 1.6;
}

.info-link {
  margin-top: auto;
  color: var(--color-red);
  font-weight: 700;
}

.info-link:hover {
  color: #cc0000;
}

.section-band {
  position: relative;
  width: 100%;
}

.section-band-light {
  background: linear-gradient(180deg, #f7f8fb 0%, #fdfdfd 100%);
}

.section-band-dark {
  background: #0b0b0b;
  color: #f5f5f5;
}

.campaign-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 24px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.campaign-card:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.link-red {
  color: var(--color-red);
  font-weight: 600;
}

.link-red:hover {
  color: #cc0000;
}

.footer {
  color: #d2d2d2;
}

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

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #b0b0b0;
}

.footer-links a:hover {
  color: var(--color-red);
}

.footer-logo-wrap {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.footer-tagline {
  margin: 12px 0 0;
  color: #414141;
  font-weight: 600;
  text-align: center;
}

.contact-list li {
  color: #d2d2d2;
}

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

.footer-logo-col {
  background: #ffffff;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-content {
  background: #0a0a0a;
  color: #d2d2d2;
}

.footer-content-inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-social .social-link {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-social .social-link:hover {
  transform: translateY(-3px);
  color: var(--color-red);
  border-color: var(--color-red);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 16px;
  font-size: 0.95rem;
  color: #888;
}

.footer-signature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  vertical-align: middle;
}

.footer-signature img {
  height: auto;
}

@media (min-width: 992px) {
  .footer-content-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.animate-init {
  opacity: 1;
  transform: none;
}

@media (max-width: 767.98px) {
  .hero-copy h1 {
    font-size: 2.1rem;
  }
  .car-placeholder {
    height: 210px;
  }
}
