:root {
  --navy: #06134f;
  --blue: #0078d9;
  --blue-dark: #005fae;
  --green: #1a9a3b;
  --line: #cfdfef;
  --soft: #f3f8fd;
  --text: #071044;
  --shadow: 0 8px 22px rgba(5, 47, 92, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: #fff;
}

body {
  min-width: 320px;
  margin: 0;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 380px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 102px;
  height: auto;
  padding: 8px 24px 8px 36px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(10, 36, 74, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 364px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #020b3e;
  font-size: 14.5px;
  font-weight: 750;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 36px 0 30px;
}

.main-nav a.active {
  color: var(--blue);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: var(--blue);
}

.language-switch {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 74px;
  min-height: 56px;
  padding: 0 6px !important;
  border: 0;
  border-radius: 0;
  color: var(--blue) !important;
  background: transparent;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
}

.language-switch__flag {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 2px solid rgba(0, 120, 217, .35);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(5, 47, 92, .12);
  font-size: 0;
  line-height: 1;
}

.language-switch__flag-img {
  display: block;
  object-fit: cover;
  background: #fff;
}

.language-switch__flag--en {
  background:
    linear-gradient(32deg, transparent 42%, #fff 42%, #fff 48%, #c8102e 48%, #c8102e 52%, #fff 52%, #fff 58%, transparent 58%),
    linear-gradient(-32deg, transparent 42%, #fff 42%, #fff 48%, #c8102e 48%, #c8102e 52%, #fff 52%, #fff 58%, transparent 58%),
    linear-gradient(90deg, transparent 38%, #fff 38%, #fff 44%, #c8102e 44%, #c8102e 56%, #fff 56%, #fff 62%, transparent 62%),
    linear-gradient(0deg, transparent 36%, #fff 36%, #fff 43%, #c8102e 43%, #c8102e 57%, #fff 57%, #fff 64%, transparent 64%),
    #012169;
}

.language-switch__flag--de {
  background: linear-gradient(180deg, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
}

.language-switch__text {
  display: block;
}

.language-switch::after {
  display: none !important;
}

.header-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.phone {
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  column-gap: 10px;
  color: var(--blue);
}

.phone-icon {
  font-size: 31px;
  line-height: 1;
  transform: rotate(-12deg);
}

.phone strong {
  display: block;
  font-size: 18px;
  line-height: 1.05;
}

.phone small {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 500;
}

.quote-button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.quote-button {
  min-width: 168px;
  padding: 0 18px;
  background: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 327px;
  padding: 35px 37px 0;
  background:
    linear-gradient(90deg, #fff 0%, #fff 31%, rgba(255, 255, 255, .72) 47%, rgba(244, 248, 252, .68) 100%),
    linear-gradient(180deg, #fff 0%, #eef3f8 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 505px;
  background: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 440px;
}

.hero h1 {
  margin: 0 0 8px;
  color: #07166b;
  font-size: 49px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 850;
}

.traits {
  margin: 0 0 21px;
  color: var(--blue);
  font-size: 19px;
  font-weight: 800;
}

.lead {
  margin: 0 0 23px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 760;
}

.hero-buttons {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: max-content;
  margin-bottom: 28px;
}

.primary-button {
  width: 205px;
  padding: 0 14px;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 164px;
  min-height: 44px;
  border: 1.5px solid var(--blue);
  border-radius: 6px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.primary-button span,
.secondary-button span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid currentColor;
  font-size: 12px;
  line-height: 1;
}

.trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 760;
}

.trust span {
  color: var(--green);
}

.hero-vehicle-info {
  position: absolute;
  z-index: 4;
  right: 58px;
  bottom: 23px;
  display: grid;
  gap: 4px;
  width: 220px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 116, 217, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 26px rgba(5, 47, 92, .12);
  color: var(--navy);
}

.hero-vehicle-info h2,
.hero-vehicle-info p {
  margin: 0;
}

.hero-vehicle-info h2 {
  font-size: 17px;
  line-height: 1.15;
  font-weight: 850;
}

.hero-vehicle-info p,
.hero-vehicle-info span {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 760;
}

.hero-vehicle-info strong {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
}

.hero-vehicle-label {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-vehicle-info a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  min-height: 30px;
  padding: 0 10px;
  border: 1.5px solid var(--blue);
  border-radius: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.swoosh {
  display: none;
}

.swoosh::after {
  display: none;
}

.hero-car-link {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 22px;
  bottom: 10px;
  left: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-car-link img,
.hero-car {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  min-height: 151px;
  padding: 7px 38px 10px;
  border-top: 1px solid #dfe9f3;
  border-bottom: 1px solid #dfe9f3;
  background: #fff;
}

.service-strip article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 116px;
  padding: 0 13px;
  color: var(--navy);
  text-align: center;
}

.service-link {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 116px;
  color: inherit;
  text-decoration: none;
}

.service-link:hover h2,
.service-link:focus-visible h2 {
  color: var(--blue);
}

.service-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
  border-radius: 6px;
}

.service-strip article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 1px;
  height: 98px;
  background: #d7dfea;
}

.service-icon {
  display: block;
  width: 66px;
  height: 45px;
  object-fit: contain;
}

.service-strip h2 {
  margin: 5px 0 6px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 850;
}

.service-strip p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.42;
  font-weight: 500;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-detail-grid article {
  padding: 22px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  scroll-margin-top: 120px;
}

.service-detail-grid article.is-filtered {
  display: none;
}

.service-detail-grid article.is-open {
  display: block;
}

.service-detail-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
}

.service-detail-grid p {
  margin: 0;
  color: #20335b;
  line-height: 1.55;
}

.service-detail-grid article:target {
  border-color: #42aa24;
  background: linear-gradient(180deg, #42aa24 0%, #2f941f 100%);
  box-shadow: 0 18px 38px rgba(66, 170, 36, .32);
}

.service-detail-grid article:target h3,
.service-detail-grid article:target p,
.service-detail-grid article:target .text-link {
  color: #fff;
}

.service-detail-grid article:target .text-link {
  border-color: rgba(255, 255, 255, .75);
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 900;
}

.fleet {
  position: relative;
  padding: 14px 42px 8px;
  background: #fff;
}

.filters {
  display: grid;
  grid-template-columns: 156px 130px 178px repeat(6, minmax(116px, 1fr));
  gap: 10px;
  margin: 0 0 11px;
}

.filters-home {
  position: relative;
  grid-template-columns: 156px minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

.filter-all {
  min-height: 100%;
}

.filter-groups {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 17px 20px 16px 17px;
  border: 3px solid #0778b8;
  border-top: 7px solid #42aa24;
  border-bottom: 7px solid #0778b8;
  border-left: 10px solid #0778b8;
  border-right: 7px solid #42aa24;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 120, 217, .1), rgba(255, 255, 255, .98) 28%, rgba(66, 170, 36, .1)),
    linear-gradient(180deg, #ffffff, #eef8ff);
  box-shadow: 0 12px 28px rgba(0, 74, 142, .18);
}

.home-vehicle-picker {
  display: grid;
  grid-template-columns: minmax(170px, .8fr) minmax(170px, .8fr) minmax(260px, 1.4fr);
  gap: 10px;
}

.home-vehicle-picker-secondary {
  grid-template-columns: minmax(210px, .8fr) minmax(260px, 1fr) minmax(230px, .9fr);
  padding-top: 2px;
}

.home-vehicle-picker label {
  display: grid;
  gap: 5px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}

.home-vehicle-picker select {
  width: 100%;
  min-height: 38px;
  border: 2px solid #7bbfe9;
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  padding: 0 10px;
}

.home-vehicle-picker select:focus {
  outline: 3px solid rgba(0, 116, 184, .16);
  border-color: var(--blue);
}

.filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 720;
  box-shadow: 0 2px 6px rgba(5, 47, 92, 0.04);
}

.filter.active {
  border-color: transparent;
  background: linear-gradient(180deg, #0d89da, #00649a);
  color: #fff;
}

.vehicle-row {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(218px, 235px);
  grid-template-columns: none;
  gap: 13px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
}

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

.vehicle-card {
  position: relative;
  display: grid;
  grid-template-rows: 71px minmax(38px, auto) 22px 34px 28px;
  min-height: 236px;
  height: 236px;
  padding: 31px 13px 8px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

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

.badge {
  position: absolute;
  left: 16px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 7px;
  border-radius: 3px;
  background: #189a3f;
  color: #fff;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.premium-badge {
  right: 24px;
  left: auto;
  background: #0647be;
}

.delivery-badge {
  background: #0d89da;
}

.vehicle-card img {
  display: block;
  width: 100%;
  height: 71px;
  object-fit: contain;
  margin: 0 auto 9px;
}

.vehicle-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 71px;
  margin: 0 auto 9px;
  border: 1px dashed rgba(0, 115, 207, .45);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 115, 207, .07), rgba(78, 181, 45, .08));
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.back-link-bottom {
  margin-top: 24px;
}

.vehicle-card h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 850;
}

.fuel {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--navy);
  font-size: 12px;
}

.fuel span {
  color: #006ee7;
  font-size: 16px;
}

.price {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.vehicle-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border: 1.5px solid var(--blue);
  border-radius: 5px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
  align-self: end;
}

.vehicle-card > a span {
  position: absolute;
  right: 24px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.slider-arrow,
.next {
  position: absolute;
  z-index: 1100;
  top: 252px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .94);
  border-radius: 999px;
  background:
    linear-gradient(135deg, #0074c8 0%, #0789dc 52%, #4eb52d 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 75, 140, 0.24);
  font-size: 43px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.slider-arrow:hover,
.next:hover,
.slider-arrow:focus-visible,
.next:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 75, 140, 0.3);
  filter: saturate(1.08);
  outline: 3px solid rgba(78, 181, 45, .22);
  outline-offset: 3px;
}

.prev {
  left: 18px;
}

.next {
  right: 18px;
}

.availability {
  margin: 0;
  padding: 5px 20px 5px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.content-section {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
}

.menu-panel {
  display: none;
}

.menu-panel.is-open {
  display: block;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.section-heading p {
  margin: 0 0 8px;
  color: var(--blue);
  font-weight: 900;
}

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
}

.process-grid,
.feature-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article,
.feature-grid article,
.contact-grid article,
.faq-grid details,
.about-grid p,
.request-form {
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.process-grid article,
.feature-grid article,
.contact-grid article {
  padding: 24px;
}

.process-grid span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.process-grid h3,
.feature-grid h3,
.contact-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
}

.process-grid p,
.feature-grid p,
.contact-grid p,
.faq-grid p,
.about-grid p {
  color: #20335b;
  line-height: 1.55;
}

.process-grid p,
.feature-grid p,
.contact-grid p,
.faq-grid p {
  margin: 0;
}

.benefits-detail,
.faq-section,
.form-section {
  background: linear-gradient(180deg, rgba(238, 248, 241, .62), rgba(255, 255, 255, 0));
}

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

.about-grid p {
  margin: 0;
  padding: 26px;
}

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

.faq-grid details {
  padding: 18px 20px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}

.faq-grid p {
  padding-top: 12px;
}

.request-form {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin-top: 16px;
  padding: 26px;
}

.contact-intro {
  margin-bottom: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bfd4e8;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--navy);
  font: inherit;
  background: #fff;
}

.request-form textarea {
  resize: vertical;
}

.privacy-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: #20335b;
  font-weight: 700;
}

.privacy-check input {
  width: auto;
  margin-top: 3px;
}

.form-submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

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

.contact-grid a:not(.quote-button) {
  color: var(--blue);
  font-weight: 850;
}

.site-footer {
  display: grid;
  grid-template-columns: 300px 130px 160px minmax(420px, 1fr);
  column-gap: 24px;
  row-gap: 0;
  align-items: start;
  min-height: 186px;
  padding: 13px 18px 12px 58px;
  background: #fbfdff;
  color: var(--navy);
  border-top: 1px solid #e3edf7;
}

.footer-column h2 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 850;
}

.footer-column p,
.footer-column a {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.18;
}

.footer-column span {
  margin-left: 20px;
}

.socials {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 0;
  padding-right: 34px;
  text-align: center;
}

.footer-media {
  display: grid;
  grid-template-columns: 238px minmax(360px, 1fr);
  align-items: center;
  gap: 24px;
  min-width: 0;
  height: 168px;
  padding-left: 34px;
  border-left: 1.5px solid #396fcb;
}

.social-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
  min-height: 84px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: currentColor;
  font-weight: 850;
  box-shadow: none;
  transition: transform .18s ease, filter .18s ease;
}

.social-row a:hover,
.social-row a:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.12) drop-shadow(0 8px 12px rgba(5, 47, 92, .16));
  outline: 3px solid rgba(0, 116, 184, .15);
  outline-offset: 3px;
}

.social-row svg {
  width: 40px;
  height: 40px;
}

.social-row img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.facebook svg,
.youtube svg,
.whatsapp svg {
  fill: currentColor;
}

.youtube .play {
  fill: #fff;
}

.instagram {
  color: #e1306c;
}

.facebook {
  color: #1877f2;
}

.youtube {
  color: #ff0000;
}

.whatsapp {
  color: #25d366;
}

.linkedin {
  color: #0a66c2;
}

.app-store-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: -114px;
}

.app-store-row button {
  display: block;
  width: 159px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(5, 47, 92, .10);
  transition: transform .18s ease, filter .18s ease;
}

.app-store-row button:hover,
.app-store-row button:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  outline: 3px solid rgba(0, 116, 184, .15);
  outline-offset: 3px;
}

.app-store-row img {
  display: block;
  width: 100%;
  height: 100%;
}

.qr {
  width: 64px;
  height: 64px;
  border: 1px solid #b2cadc;
  border-radius: 3px;
  background: #fff;
  object-fit: contain;
}

.socials p {
  margin: 0;
  font-size: 12px;
}

.footer-logo-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  justify-self: start;
  margin-left: 118px;
  transform: translateX(clamp(0px, calc(100vw - 1332px), 114px));
}

.footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding-top: 0;
}

.footer-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 168px;
  flex: 0 0 210px;
}

.footer-logo-img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: 168px;
  object-fit: contain;
}

.footer-logo-reise {
  width: 210px;
  height: 168px;
}

.copyright {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  font-size: 11px;
  text-align: center;
}

.footer-column .copyright {
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 210px 1fr;
    height: auto;
  }

  .brand img {
    width: 280px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
  }

  .header-action {
    justify-self: end;
  }

  .filters,
  .vehicle-row {
    overflow-x: auto;
  }

  .filters {
    grid-template-columns: repeat(9, max-content);
  }

  .filter {
    padding: 0 18px;
  }

  .vehicle-row {
    grid-auto-columns: minmax(218px, 244px);
    grid-template-columns: none;
    padding-bottom: 8px;
  }

  .slider-arrow,
  .next {
    display: grid;
  }

  .service-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 0;
  }

  .site-footer {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .footer-media {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 0;
    border-left: 0;
  }

  .socials {
    padding-right: 0;
  }

  .footer-logo-row {
    justify-self: center;
    margin-left: 0;
  }

  .footer-logos {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    padding: 12px 20px;
  }

  .header-action {
    justify-self: start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    min-height: 620px;
    padding: 28px 24px 0;
  }

  .hero-copy {
    width: min(100%, 460px);
  }

  .hero-vehicle-info {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 330px);
    margin-top: 18px;
  }

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

  .hero-car {
    right: -90px;
    width: 760px;
    max-width: none;
  }

  .hero-car-link {
    top: 310px;
    left: 0;
  }

  .swoosh {
    left: 55%;
  }

  .fleet {
    padding-inline: 18px;
  }

  .service-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 22px 24px;
  }

  .process-grid,
  .feature-grid,
  .contact-grid,
  .faq-grid,
  .about-grid,
  .service-detail-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-media,
  .copyright {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .main-nav {
    gap: 18px;
    font-size: 14px;
  }

  .phone {
    grid-template-columns: 26px auto;
  }

  .quote-button {
    width: 100%;
  }

  .hero {
    min-height: 565px;
  }

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

  .traits {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .hero-car {
    right: -185px;
    width: 690px;
  }

  .hero-car-link {
    top: 340px;
    left: 0;
  }

  .swoosh {
    left: 62%;
    opacity: .8;
  }

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

  .content-section {
    width: min(100% - 28px, 1280px);
    padding: 32px 0;
  }

  .request-form {
    padding: 18px;
  }

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

  .service-strip article + article::before {
    display: none;
  }
}

.subpage-body {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(135deg, #f5faff 0%, #fff 48%, #eef8f1 100%);
}

.detail-page,
.legal-card.standalone {
  width: min(1160px, calc(100% - 40px));
  margin: 32px auto;
}

.overview-page {
  width: min(1280px, calc(100% - 48px));
  margin: 30px auto 44px;
}

.overview-head {
  margin-bottom: 22px;
}

.overview-head h1 {
  margin: 8px 0 8px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.overview-head p {
  margin: 0;
  color: #23345d;
  font-weight: 700;
}

.vehicle-picker {
  display: grid;
  grid-template-columns: minmax(210px, .75fr) minmax(210px, .75fr) minmax(320px, 1.5fr);
  gap: 18px;
  margin-top: 24px;
  margin-bottom: 42px;
  padding: 24px;
  border: 3px solid #0778b8;
  border-top: 7px solid #42aa24;
  border-bottom: 7px solid #0778b8;
  border-left: 10px solid #0778b8;
  border-right: 7px solid #42aa24;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 120, 217, .1), rgba(255, 255, 255, .98) 28%, rgba(66, 170, 36, .1)),
    linear-gradient(180deg, #ffffff, #eef8ff);
  box-shadow: 0 12px 28px rgba(0, 74, 142, .18);
}

.vehicle-picker__headline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 -2px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.vehicle-picker__headline::before {
  content: "";
  width: 34px;
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.vehicle-picker label,
.vehicle-picker__field {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
}

.vehicle-picker__field > span {
  display: block;
}

.vehicle-picker select {
  width: 100%;
  min-height: 56px;
  border: 2px solid #76bce8;
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  padding: 0 16px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 116, 184, .08), inset 0 1px 0 rgba(255,255,255,.95);
}

.vehicle-picker select:focus {
  outline: 3px solid rgba(0, 116, 184, .18);
  border-color: var(--blue);
}

.native-vehicle-select {
  display: none;
}

.vehicle-combobox {
  position: relative;
}

.vehicle-combobox__button {
  position: relative;
  width: 100%;
  min-height: 56px;
  border: 2px solid #76bce8;
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 800;
  padding: 0 42px 0 16px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 116, 184, .08), inset 0 1px 0 rgba(255,255,255,.95);
}

.vehicle-combobox__button::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-65%) rotate(45deg);
}

.vehicle-combobox__list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 360px;
  overflow-y: auto;
  border: 2px solid #92c4e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(6, 42, 92, .18);
}

.vehicle-combobox.is-open .vehicle-combobox__list {
  display: grid;
}

.vehicle-combobox__option {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e2edf6;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 750;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
}

.vehicle-combobox__option:hover,
.vehicle-combobox__option:focus {
  outline: none;
  background: #edf8ff;
  color: var(--blue);
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
  gap: 16px;
}

.overview-grid .vehicle-card {
  min-width: 0;
}

.back-link-detail {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 850;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.detail-hero h1 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.detail-fuel {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 850;
}

.detail-hero img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.detail-placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  border: 1px dashed rgba(0, 115, 207, .45);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 115, 207, .08), rgba(78, 181, 45, .08));
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

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

.detail-card,
.legal-card.standalone {
  padding: 26px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-card h2,
.legal-card.standalone h1,
.legal-card.standalone h2 {
  color: var(--navy);
}

.price-card div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #e5eef7;
}

.price-card span {
  text-align: right;
  font-weight: 800;
  line-height: 1.25;
}

.price-card--net h2 {
  color: #0f7d24;
}

.price-card--gross h2 {
  color: var(--blue);
}

.price-cta-wide {
  grid-column: 1 / span 2;
}

.vehicle-data-card {
  grid-column: auto;
  grid-row: auto;
}

.price-cta-wide .detail-cta {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 15px;
}

.contract-info {
  margin-top: 10px;
  padding: 12px 0 2px;
}

.contract-info p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 6px 0;
  color: var(--navy);
  font-weight: 800;
}

.contract-info strong {
  color: #4b5a78;
  font-size: 12px;
  text-transform: uppercase;
}

.detail-cta {
  width: 100%;
  margin-top: 18px;
}

.detail-card dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.detail-card dt {
  color: #4b5a78;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-card dd {
  margin: 0;
  color: var(--navy);
  font-weight: 780;
}

.equipment-card ul {
  columns: 2;
  gap: 28px;
  margin: 0;
  padding-left: 18px;
}

.equipment-card li {
  break-inside: avoid;
  margin-bottom: 8px;
  line-height: 1.35;
}

.holding-page {
  text-align: center;
}

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

  .price-cta-wide,
  .vehicle-data-card {
    grid-column: auto;
    grid-row: auto;
  }

  .equipment-card ul {
    columns: 1;
  }
}

.cookie-banner {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 12px;
  z-index: 950;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: min(480px, calc(100% - 36px));
  max-width: 480px;
  margin: 0;
  padding: 14px 17px 13px;
  transform: translateX(-50%);
  border: 2px solid #0778b8;
  border-top: 6px solid #42aa24;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  box-shadow: 0 18px 45px rgba(5, 47, 92, .22);
}
.cookie-banner p { margin: 0; line-height: 1.35; color: #06134f; }
.cookie-banner strong { color: #0778b8; font-size: 17px; }
.cookie-text { display: grid; gap: 8px; }
.cookie-options,
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.cookie-actions {
  width: 100%;
}
.cookie-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #c8dfef;
  border-radius: 6px;
  background: #fff;
  color: #06134f;
  font-size: 13px;
  font-weight: 800;
}
.cookie-options input { accent-color: #0778b8; }
.cookie-banner button { border: 1px solid #0778b8; border-radius: 6px; padding: 9px 12px; background: #fff; color: #06134f; font-weight: 800; }
.cookie-banner button[data-consent="save"] { border-color: #42aa24; color: #1f7f16; }
.cookie-banner button[data-consent="accept"] { background: #0778b8; color: #fff; }
@media (max-width: 700px) { .cookie-banner { flex-direction: column; align-items: flex-start; } .cookie-actions { width: 100%; } .cookie-actions button { flex: 1 1 100%; } }

.detail-inquiry { max-width: 1120px; margin: 0 auto 44px; }
.vehicle-inquiry-form { background: #fff; border: 1px solid #d9e8f6; border-radius: 8px; box-shadow: 0 10px 28px rgba(0, 74, 142, .09); }
.vehicle-inquiry-form h2 { margin: 0 0 8px; color: #07175f; }
.form-note { margin: 0 0 18px; color: #425170; font-weight: 600; }
.vehicle-inquiry-form input[readonly] { background: #f3f8fc; color: #07175f; font-weight: 800; }

.detail-back-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
.detail-back-row .back-link-detail { margin: 0; }
.overview-page > .back-link-detail { display: inline-flex; margin-bottom: 18px; }

.process-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.process-card-link:hover h3 { color: #0778b8; }
.process-card-link:focus-visible { outline: 3px solid rgba(7, 120, 184, .35); outline-offset: 4px; border-radius: 8px; }

.vehicle-card[data-card-link] { cursor: pointer; }
.vehicle-card[data-card-link]:focus-within, .vehicle-card[data-card-link]:hover { border-color: #91c9f4; }

.whatsapp-qr-footer {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border: 1.5px solid #25d366;
  border-radius: 6px;
  background: #fff;
  padding: 3px;
}
.whatsapp-qr-wrap {
  display: grid;
  justify-items: center;
  gap: 2px;
  line-height: 1;
}
.whatsapp-qr-label {
  font-size: 10px;
  font-weight: 850;
  color: #0a1a55;
}
.whatsapp-qr-divider {
  width: 0;
  height: 168px;
  margin-left: 34px;
  border-left: 1.5px solid #396fcb;
  background: transparent;
  display: inline-block;
  flex: 0 0 0;
}
.whatsapp-qr-contact {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin: 12px 0;
  border: 1.5px solid #25d366;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
}
.form-note-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.form-note-row .form-note {
  margin: 0;
  flex: 1 1 auto;
}
.whatsapp-qr-form {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border: 1.5px solid #25d366;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
  flex: 0 0 auto;
}
@media (max-width: 700px) {
  .form-note-row { align-items: flex-start; }
  .whatsapp-qr-form { width: 72px; height: 72px; }
  .whatsapp-qr-footer { width: 48px; height: 48px; }
  .whatsapp-qr-divider { height: 92px; margin-left: 14px; }
  .app-store-row { justify-content: center; flex-wrap: wrap; }
}

.hero-vehicle-info-link { color: inherit; text-decoration: none; cursor: pointer; }
.hero-vehicle-info-link:hover { border-color: #91c9f4; }
.hero-vehicle-cta { display: inline-flex; align-items: center; justify-content: center; gap: 6px; margin-top: 8px; color: #0778b8; font-weight: 850; }

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 14px 12px;
  }

  .brand img {
    width: min(245px, 78vw);
  }

  .main-nav {
    grid-column: 1;
    order: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    padding: 4px 0 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .header-action {
    order: 3;
    justify-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: 100%;
  }

  .header-action .phone,
  .header-action .quote-button {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: 760px;
    padding: 24px 16px 0;
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .95) 40%, rgba(244, 248, 252, .8) 100%),
      linear-gradient(180deg, #fff 0%, #eef3f8 100%);
  }

  .hero::before {
    top: 275px;
    right: -185px;
    bottom: 96px;
    left: -30px;
    background-position: center bottom;
    background-size: auto 100%;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 34px;
    line-height: 1.08;
  }

  .traits {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
  }

  .lead {
    margin-bottom: 17px;
    font-size: 15px;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 330px;
    margin-bottom: 15px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .trust {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-vehicle-info {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
    max-width: none;
    margin: 0;
    background: rgba(255, 255, 255, .93);
  }

  .hero-car-link {
    top: 275px;
    right: 0;
    bottom: 112px;
    left: 0;
  }

  .service-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 14px;
  }

  .service-strip article {
    min-height: 132px;
    padding: 8px 7px;
  }

  .service-strip h2 {
    font-size: 12px;
  }

  .service-strip p {
    font-size: 11px;
  }

  .filters {
    display: flex;
    gap: 8px;
    padding: 10px 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .filters-home {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 10px 0;
  }

  .filter-groups {
    padding: 10px;
  }

  .home-vehicle-picker,
  .home-vehicle-picker-secondary {
    grid-template-columns: 1fr;
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .filter {
    flex: 0 0 auto;
    min-width: max-content;
    scroll-snap-align: start;
  }

  .fleet {
    padding: 12px 14px 20px;
  }

  .vehicle-row {
    grid-auto-columns: minmax(250px, 82vw);
    gap: 12px;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
  }

  .vehicle-card {
    scroll-snap-align: center;
  }

  .vehicle-card img {
    height: 118px;
  }

  .overview-page {
    padding: 18px 14px 34px;
  }

  .vehicle-picker {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .content-section {
    width: 100%;
    padding: 26px 0;
  }

  .section-heading h1,
  .section-heading h2 {
    font-size: 29px;
    line-height: 1.12;
  }

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

  .detail-hero {
    padding: 20px 14px 24px;
  }

  .detail-hero h1 {
    font-size: 31px;
  }

  .detail-hero img {
    min-height: 220px;
  }

  .request-form,
  .vehicle-inquiry-form {
    padding: 18px;
  }

  .form-row,
  .form-note-row,
  .general-form-note-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .whatsapp-qr-form {
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 20px 18px 24px;
  }

  .footer-column .copyright {
    white-space: normal;
  }

  .footer-media {
    height: auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    border-left: 0;
  }

  .social-row {
    justify-content: center;
    align-items: center;
    min-height: auto;
    flex-wrap: wrap;
  }

  .whatsapp-qr-divider {
    display: none;
  }

  .footer-logo-row {
    margin-left: 0;
    transform: none;
  }

  .footer-logos {
    justify-content: center;
    gap: 10px;
  }

  .footer-logos a,
  .footer-logo-img,
  .footer-logo-reise {
    width: min(44vw, 170px);
    height: min(34vw, 136px);
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 790px;
  }

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

  .hero::before {
    right: -235px;
  }

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

  .service-strip article {
    min-height: 0;
  }

  .vehicle-row {
    grid-auto-columns: minmax(238px, 88vw);
  }

  .footer-logos {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logos a,
  .footer-logo-img,
  .footer-logo-reise {
    width: min(78vw, 230px);
    height: min(58vw, 178px);
  }
}

.notfallkompass-page {
  min-height: 100vh;
  margin: 0;
  background: #f7fbff;
}

.notfallkompass-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.notfallkompass-poster {
  position: relative;
  width: min(100%, 735px);
  aspect-ratio: 1 / 1;
  background: #fff;
  box-shadow: 0 18px 44px rgba(5, 47, 92, .13);
}

.notfallkompass-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.notfall-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 999px;
  text-decoration: none;
}

.notfall-hotspot:focus-visible {
  outline: 4px solid rgba(7, 120, 184, .35);
  outline-offset: 5px;
}

.notfall-hotspot-unfall {
  left: 10.5%;
  top: 54.6%;
  width: 26%;
  height: 22%;
}

.notfall-hotspot-panne {
  right: 10.5%;
  top: 54.6%;
  width: 26%;
  height: 22%;
}

.notfallkompass-qr {
  position: absolute;
  z-index: 2;
  left: 40.6%;
  top: 72.9%;
  width: 18.1%;
  height: 18.1%;
  object-fit: contain;
  background: #fff;
  border-radius: 5%;
  padding: .9%;
}

.notfall-info-card {
  max-width: 920px;
  padding: 28px;
  border: 1px solid #d9e8f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 74, 142, .08);
  color: #06134f;
}

.notfall-info-card h2 {
  margin: 24px 0 12px;
  color: #07175f;
  font-size: 24px;
  line-height: 1.2;
}

.notfall-info-card p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 560;
}

.notfall-contact-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 24px;
}

.notfall-contact-list div {
  display: grid;
  grid-template-columns: minmax(135px, 180px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid #e2eef8;
  border-radius: 8px;
  background: #fbfdff;
}

.notfall-contact-list dt {
  color: #0778b8;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.notfall-contact-list dd {
  margin: 0;
  font-weight: 650;
  line-height: 1.5;
  min-width: 0;
  overflow-wrap: anywhere;
}

.notfall-contact-list dd span {
  display: block;
  margin-top: 3px;
  color: #425170;
  font-size: 14px;
  font-weight: 600;
}

.notfall-contact-list a {
  color: #06134f;
  text-decoration: none;
  font-weight: 850;
}

.notfall-contact-list a:hover {
  color: #0778b8;
}

.notfall-table-wrap {
  margin: 18px 0 22px;
  overflow-x: auto;
}

.notfall-service-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #d9e8f6;
  border-radius: 8px;
  font-size: 15px;
}

.notfall-service-table th,
.notfall-service-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e7f0f8;
  text-align: left;
}

.notfall-service-table th {
  background: #eef7ff;
  color: #07175f;
  font-weight: 850;
}

.notfall-service-table td:first-child {
  color: #0778b8;
  font-weight: 850;
}

.notfall-service-table tr:last-child td {
  border-bottom: 0;
}

.notfall-maker-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
  margin: 20px 0 24px;
}

.notfall-maker-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border: 1.5px solid #b9d6ed;
  border-radius: 8px;
  background: #f8fcff;
  color: #06134f;
  font-weight: 850;
  text-decoration: none;
}

.notfall-maker-list a:hover,
.notfall-maker-list a:focus-visible {
  border-color: #0778b8;
  color: #0778b8;
  outline: none;
}

@media (max-width: 700px) {
  .notfallkompass-main {
    padding: 10px;
  }

  .notfallkompass-poster {
    width: min(100%, 405px);
    box-shadow: none;
  }

  .notfall-info-card {
    padding: 20px;
  }

  .notfall-info-card h2 {
    font-size: 23px;
  }

  .notfall-info-card p {
    font-size: 15px;
  }

  .notfall-contact-list div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px;
  }

  .notfall-service-table {
    min-width: 420px;
    font-size: 14px;
  }

  .notfall-maker-list {
    grid-template-columns: 1fr;
  }
}



.seo-link-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.seo-link-band a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(0, 116, 184, .28);
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.seo-link-band a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.seo-page .content-hero {
  max-width: 980px;
}

.seo-copy article,
.vehicle-seo-copy {
  line-height: 1.65;
}

.vehicle-seo-copy {
  margin: 18px 0 0;
}

/* Mobile-only polish: desktop layout remains unchanged above 760px. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #fff;
  }

  .site-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px 14px 12px;
    gap: 10px;
  }

  .brand {
    justify-self: center;
  }

  .brand img {
    width: min(260px, 82vw);
    max-height: 102px;
    object-fit: contain;
  }

  .main-nav {
    width: calc(100vw - 28px);
    margin: 0;
    padding: 6px 0 10px;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .main-nav a {
    flex: 0 0 auto;
    min-height: 34px;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .header-action {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-self: stretch;
  }

  .header-action .phone,
  .header-action .quote-button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }

  .hero {
    min-height: 735px;
    padding: 22px 16px 0;
  }

  .hero::before {
    top: 292px;
    right: -185px;
    bottom: 118px;
    left: -46px;
    background-position: center bottom;
    background-size: auto 100%;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 345px;
    font-size: 34px;
    line-height: 1.06;
  }

  .traits {
    max-width: 350px;
    font-size: 16px;
  }

  .lead {
    max-width: 330px;
    font-size: 15px;
  }

  .hero-buttons {
    max-width: 342px;
  }

  .primary-button,
  .secondary-button,
  .form-submit {
    min-height: 46px;
  }

  .hero-car-link {
    top: 292px;
    right: -16px;
    bottom: 132px;
    left: -16px;
  }

  .hero-vehicle-info {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 12px 14px;
    border-radius: 8px;
  }

  .hero-vehicle-info h2 {
    font-size: 16px;
  }

  .hero-vehicle-info p,
  .hero-vehicle-info span {
    font-size: 12px;
  }

  .service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 10px;
  }

  .service-strip article {
    min-height: 126px;
    padding: 9px 8px;
  }

  .service-strip h2 {
    min-height: 32px;
    font-size: 12px;
  }

  .service-strip p {
    font-size: 11px;
    line-height: 1.35;
  }

  .filters {
    padding: 12px 14px;
  }

  .filters-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 14px 16px;
  }

  .filters-home > .filter {
    justify-content: center;
    width: 100%;
  }

  .filter-groups {
    width: 100%;
    padding: 13px;
    border-width: 2px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 7px;
  }

  .home-vehicle-picker,
  .home-vehicle-picker-secondary,
  .vehicle-picker {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-vehicle-picker select,
  .vehicle-picker select {
    min-height: 46px;
    font-size: 15px;
  }

  .fleet {
    padding: 12px 14px 22px;
  }

  .vehicle-row {
    grid-auto-columns: minmax(260px, 84vw);
    gap: 12px;
    padding: 6px 2px 14px;
  }

  .vehicle-card {
    min-height: 350px;
  }

  .vehicle-card img {
    height: 126px;
  }

  .slider-arrow,
  .next {
    top: 240px;
    width: 40px;
    height: 40px;
  }

  .prev {
    left: 6px;
  }

  .next {
    right: 6px;
  }

  .overview-page {
    padding: 18px 14px 34px;
  }

  .vehicle-picker {
    margin-bottom: 22px;
    padding: 15px;
    border-left-width: 7px;
  }

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

  .detail-hero,
  .detail-specs,
  .content-grid,
  .form-row,
  .form-note-row,
  .general-form-note-row {
    grid-template-columns: 1fr;
  }

  .detail-hero {
    padding: 20px 14px 24px;
  }

  .detail-hero h1,
  .section-heading h1,
  .section-heading h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .detail-hero img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 220px;
    object-fit: contain;
  }

  .request-form,
  .vehicle-inquiry-form,
  .content-card,
  .notfall-info-card {
    padding: 18px;
  }

  .request-form input,
  .request-form select,
  .request-form textarea,
  .vehicle-inquiry-form input,
  .vehicle-inquiry-form select,
  .vehicle-inquiry-form textarea {
    min-height: 46px;
  }

  .whatsapp-qr-form {
    width: 86px;
    height: 86px;
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px 26px;
  }

  .footer-column,
  .footer-column ul {
    min-width: 0;
  }

  .footer-column .copyright {
    white-space: normal;
    line-height: 1.35;
  }

  .footer-media {
    grid-template-columns: 1fr;
    height: auto;
    padding-left: 0;
    border-left: 0;
  }

  .social-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-logo-row {
    margin-left: 0;
    transform: none;
  }

  .footer-logos {
    justify-content: center;
    gap: 12px;
  }

  .footer-logos a,
  .footer-logo-img,
  .footer-logo-reise {
    width: min(44vw, 176px);
    height: min(34vw, 136px);
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 760px;
  }

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

  .hero::before {
    top: 302px;
    right: -228px;
    bottom: 136px;
    left: -72px;
  }

  .hero-car-link {
    top: 302px;
    bottom: 148px;
  }

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

  .service-strip article {
    min-height: 0;
  }

  .vehicle-row {
    grid-auto-columns: minmax(246px, 88vw);
  }

  .vehicle-card {
    min-height: 342px;
  }

  .footer-logos {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logos a,
  .footer-logo-img,
  .footer-logo-reise {
    width: min(78vw, 230px);
    height: min(58vw, 178px);
  }
}

/* Mobile refinement 2026-07-12: applies only to phones/tablets, desktop stays untouched. */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 12px;
  }

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

  .main-nav {
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    padding: 8px 11px;
    border: 1px solid rgba(0, 120, 217, .14);
    border-radius: 999px;
    background: #f5faff;
  }

  .main-nav a.active::after {
    display: none;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 342px);
  }

  .primary-button,
  .secondary-button,
  .quote-button {
    width: 100%;
  }

  .hero-vehicle-info {
    backdrop-filter: blur(7px);
  }

  .service-link {
    min-width: 0;
  }

  .filter-groups {
    box-shadow: 0 10px 28px rgba(5, 47, 92, .12);
  }

  .home-vehicle-picker label,
  .home-vehicle-picker-secondary label,
  .vehicle-picker label,
  .vehicle-picker__field {
    min-width: 0;
    width: 100%;
  }

  .vehicle-row {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .vehicle-row .vehicle-card,
  .vehicle-row a.vehicle-card {
    scroll-snap-align: center;
  }

  .slider-arrow,
  .next {
    z-index: 8;
  }

  .overview-page .section-heading,
  .content-hero,
  .seo-page .content-hero {
    padding-right: 0;
    padding-left: 0;
  }

  .section-heading h1,
  .content-hero h1,
  .legal-card.standalone h1 {
    overflow-wrap: anywhere;
  }

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

  .detail-card,
  .legal-card.standalone {
    padding: 18px;
  }

  .price-card div,
  .contract-info p {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-card span,
  .contract-info span {
    text-align: left;
  }

  .price-cta-wide,
  .vehicle-data-card {
    grid-column: auto;
  }

  .detail-back-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .back-link-detail,
  .overview-page > .back-link-detail {
    width: 100%;
    justify-content: center;
  }

  .request-form,
  .vehicle-inquiry-form {
    overflow: hidden;
  }

  .form-row,
  .form-note-row,
  .general-form-note-row {
    grid-template-columns: 1fr !important;
  }

  .whatsapp-qr-form {
    margin: 0 auto;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 10px;
    width: auto;
    max-width: none;
    transform: none;
  }

  .cookie-options,
  .cookie-actions {
    width: 100%;
  }

  .cookie-options label,
  .cookie-actions button {
    flex: 1 1 100%;
    justify-content: center;
  }

  .footer-media {
    gap: 16px;
  }

  .app-store-row {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .app-store-row button {
    width: min(44vw, 159px);
    height: auto;
    aspect-ratio: 159 / 48;
  }

  .whatsapp-qr-footer {
    width: 74px;
    height: 74px;
  }

  .notfallkompass-main,
  .notfall-info-card,
  .notfall-maker-list {
    width: 100%;
  }

  .notfallkompass-poster {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .notfall-service-table {
    min-width: 640px;
  }
}

@media (max-width: 430px) {
  .brand img {
    width: min(74vw, 230px);
  }

  .main-nav {
    gap: 8px;
  }

  .hero {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero h1,
  .detail-hero h1,
  .section-heading h1,
  .content-hero h1 {
    font-size: 29px;
  }

  .hero-vehicle-info {
    right: 10px;
    left: 10px;
  }

  .filter-groups {
    padding: 11px;
  }

  .vehicle-card img {
    height: 120px;
  }

  .slider-arrow,
  .next {
    width: 36px;
    height: 36px;
  }

  .social-row a {
    width: 46px;
    height: 46px;
  }

  .social-row svg,
  .social-row img {
    width: 36px;
    height: 36px;
  }

  .whatsapp-qr-footer {
    width: 66px;
    height: 66px;
  }
}

/* Final mobile usability layer: phone/tablet only, desktop remains unchanged. */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    box-shadow: 0 4px 18px rgba(10, 36, 74, .08);
  }

  .main-nav {
    width: auto;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    justify-items: center;
    gap: 7px;
    overflow: visible;
    padding: 4px 0 6px;
    scroll-snap-type: none;
  }

  .main-nav a {
    padding: 8px 9px;
    font-size: 13px;
  }

  .language-switch {
    grid-column: 1 / -1;
    order: 20;
    min-width: 88px;
    padding-top: 2px !important;
  }

  .language-switch__flag {
    width: 28px;
    height: 28px;
  }

  .phone {
    grid-template-columns: 28px auto;
  }

  .phone strong {
    font-size: 17px;
  }

  .quote-button {
    min-height: 46px;
  }

  .hero {
    min-height: 800px;
    padding-top: 26px;
    border-top: 1px solid #eaf3fb;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(30px, 8.8vw, 36px);
  }

  .traits,
  .lead,
  .trust {
    max-width: 360px;
  }

  .hero::before {
    top: 330px;
    right: -210px;
    bottom: 142px;
    left: -74px;
  }

  .hero-car-link {
    top: 330px;
    right: -18px;
    bottom: 152px;
    left: -18px;
  }

  .hero-vehicle-info {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .service-strip {
    gap: 8px;
  }

  .service-link {
    height: 100%;
  }

  .filters,
  .filters-home {
    overflow: visible;
  }

  .filter {
    min-height: 44px;
  }

  .vehicle-row {
    margin-inline: -4px;
    padding-inline: 4px;
  }

  .vehicle-row .vehicle-card,
  .vehicle-row a.vehicle-card {
    width: auto;
  }

  .slider-arrow,
  .next {
    top: 250px;
    border: 2px solid rgba(0, 120, 217, .35);
    background: linear-gradient(135deg, #fff, #eff9ff);
    box-shadow: 0 8px 18px rgba(5, 47, 92, .16);
  }

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

  .overview-grid .vehicle-card {
    min-height: 0;
  }

  .detail-page {
    padding-inline: 14px;
    overflow-x: hidden;
  }

  .detail-hero {
    margin-inline: 0;
    overflow: hidden;
  }

  .detail-hero > * {
    min-width: 0;
  }

  .detail-hero img {
    justify-self: center;
    max-width: 100%;
    width: min(100%, 330px);
  }

  .price-card div {
    align-items: start;
  }

  .equipment-card ul {
    padding-left: 18px;
  }

  .request-form label,
  .vehicle-inquiry-form label {
    min-width: 0;
  }

  .request-form input,
  .request-form select,
  .request-form textarea {
    width: 100%;
  }

  .cookie-banner {
    max-height: min(78vh, 520px);
    overflow: auto;
    overflow-wrap: anywhere;
  }

  .cookie-banner p,
  .cookie-banner h2 {
    max-width: 100%;
  }

  .footer-media {
    justify-items: center;
  }

  .footer-divider,
  .footer-divider-right {
    display: none;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 10px;
  }

  .main-nav a {
    font-size: 12px;
    padding-inline: 8px;
  }

  .hero {
    min-height: 820px;
  }

  .hero::before {
    top: 342px;
    right: -248px;
    bottom: 158px;
    left: -92px;
  }

  .hero-car-link {
    top: 342px;
    bottom: 168px;
  }

  .hero-buttons {
    width: 100%;
  }

  .trust {
    font-size: 12px;
  }

  .vehicle-card {
    border-radius: 8px;
  }

  .cookie-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}

/* V6: strukturierter Abschluss der Fahrzeugdetailseite */
.vehicle-legal-note {
  background: #f4f6f8;
  border-top: 1px solid rgba(15, 35, 55, .12);
  padding: 18px 0;
}
.vehicle-legal-note p {
  margin: 0;
  color: #536170;
  font-size: .9rem;
  line-height: 1.55;
}
.vehicle-legal-note + .site-footer {
  margin-top: 0;
}
.price-table td:nth-child(n+2) {
  white-space: nowrap;
}
@media (max-width: 720px) {
  .vehicle-legal-note { padding: 14px 0; }
  .vehicle-legal-note p { font-size: .82rem; }
  .price-table td:nth-child(n+2) { white-space: normal; }
}

/* V8 – Fahrzeugdetailseite nach freigegebenem Carfino-Referenzdesign */
.vehicle-detail-v8{background:#fff;color:#07184b}.vehicle-detail-v8 .site-header{position:relative;z-index:5}.vd-page{width:min(1450px,calc(100% - 42px));margin:0 auto 38px}.vd-breadcrumb{display:flex;align-items:center;gap:10px;padding:18px 0 24px;font-size:14px;color:#60708d}.vd-breadcrumb a{color:#0c6dad;text-decoration:none}.vd-hero{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(340px,.92fr);gap:42px;align-items:start}.vd-gallery{min-width:0}.vd-main-image{position:relative;display:grid;place-items:center;min-height:520px;background:linear-gradient(145deg,#f5f7f9,#e8ebef);border-radius:15px 15px 0 0;overflow:hidden}.vd-main-image>img{width:100%;height:520px;object-fit:contain}.vd-image-placeholder{color:#68758a;font-weight:800}.vd-fuel-badge{position:absolute;top:20px;left:20px;border-radius:7px;background:#05679d;color:#fff;padding:10px 15px;font-size:14px;font-weight:800}.vd-gallery-arrow{position:absolute;top:50%;width:48px;height:48px;border:0;border-radius:50%;transform:translateY(-50%);background:#fff;color:#076bac;font-size:38px;line-height:1;box-shadow:0 8px 22px rgba(2,37,75,.18);cursor:pointer}.vd-gallery-prev{left:12px}.vd-gallery-next{right:12px}.vd-thumbnails{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(100px,1fr);gap:12px;padding:14px;background:#eef1f4;border-radius:0 0 15px 15px;overflow-x:auto}.vd-thumb{height:104px;padding:0;border:2px solid transparent;border-radius:9px;background:#fff;overflow:hidden;cursor:pointer}.vd-thumb.is-active{border-color:#0077c8}.vd-thumb img{width:100%;height:100%;object-fit:cover}.vd-intro{padding:4px 4px 0}.vd-intro h1{font-size:clamp(32px,3.1vw,48px);line-height:1.14;margin:0 0 22px;color:#06154a}.vd-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.vd-tags span{padding:9px 13px;border-radius:7px;background:#e8f2f9;color:#075b95;font-size:14px}.vd-benefits{list-style:none;margin:0;padding:0;display:grid;gap:20px;font-size:16px}.vd-benefits li{position:relative;padding-left:32px;line-height:1.45}.vd-benefits li:before{content:'✓';position:absolute;left:0;color:#0071b8;font-size:24px;font-weight:900}.vd-info-grid{display:grid;grid-template-columns:.95fr 1.18fr .95fr;gap:20px;margin-top:30px}.vd-card{border:1px solid #d1dde7;border-radius:9px;padding:22px;background:#fff;min-width:0}.vd-card h2,.vd-pricing h2,.vd-included h2,.vd-contact-card h2,.vd-disclaimer h2{margin:0 0 18px;color:#0565a3;font-size:21px}.vd-card h2 small{font-size:13px;color:#26385d;font-weight:500}.vd-card dl{margin:0}.vd-card dl>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:12px 0;border-bottom:1px solid #e4ebf1;align-items:center}.vd-card dt{font-size:14px}.vd-card dd{margin:0;text-align:right;font-weight:600}.vd-list-price{display:grid;margin-top:18px;padding:16px;border-radius:8px;background:#e6eef6}.vd-list-price small{font-weight:700}.vd-list-price strong{font-size:26px;margin:4px 0}.vd-list-price span,.vd-small-note{font-size:12px;line-height:1.5}.vd-small-note{margin:16px 0 0}.vd-efficiency-class{min-width:34px;padding:4px 9px;border-radius:4px;background:#38b500;color:#fff;text-align:center!important}.vd-equipment ul{margin:0;padding-left:20px;display:grid;gap:10px;font-size:14px;line-height:1.35}.vd-equipment li::marker{color:#0672b5}.vd-empty-data{color:#637087;line-height:1.55}.vd-pricing{margin-top:30px;border:2px solid #0b86d1;border-radius:9px;padding:18px;background:#fff}.vd-pricing-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.vd-pricing-head h2{margin-bottom:0}.vd-price-switch{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:440px}.vd-price-switch button{padding:14px 20px;border:0;border-radius:7px;background:#39a900;color:#fff;cursor:pointer}.vd-price-switch button:first-child{background:#0874b6}.vd-price-switch button:not(.is-active){filter:saturate(.7);opacity:.76}.vd-price-switch strong,.vd-price-switch span{display:block}.vd-price-switch strong{font-size:18px}.vd-price-switch span{font-size:13px;margin-top:4px}.vd-price-notice{margin:18px 0;padding:14px 18px;border-radius:7px;background:#e3f2fb;color:#075b95;font-weight:600}.vd-price-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:18px}.vd-price-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vd-price-card{padding:15px;border:1px solid #cfdbe5;border-radius:7px;text-align:center}.vd-price-card h3{margin:0 0 12px;font-size:17px}.vd-price-value{display:block;color:#06649f;font-size:30px}.vd-price-tax{display:block;margin:2px 0 5px;font-size:12px}.vd-price-card p{margin:0 0 16px;font-size:12px}.vd-price-card ul{list-style:none;margin:0;padding:0;text-align:left;display:grid;gap:12px;font-size:12px;font-weight:700}.vd-price-card li{position:relative;padding-left:24px}.vd-price-card li:before{content:'✓';position:absolute;left:0;color:#0672b5;font-size:18px}.vd-request-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:7px;background:linear-gradient(145deg,#eef6fb,#dceaf3);padding:18px}.vd-request-icon{display:grid;place-items:center;width:70px;height:70px;border:2px solid #0874b6;border-radius:50%;font-size:32px;background:#fff}.vd-request-box h3{color:#075b95;margin:14px 0 8px}.vd-request-box p{font-size:13px;line-height:1.45}.vd-request-box a,.vd-contact-card button{display:block;width:100%;padding:13px;border:0;border-radius:5px;background:#0877b9;color:#fff;text-decoration:none;font-weight:800;text-align:center}.vd-included{margin-top:24px;padding:17px 22px;border:1px solid #ccd9e4;border-radius:8px;background:#f4f8fb}.vd-included h2{font-size:18px;margin-bottom:14px}.vd-included>div{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:16px}.vd-included span{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:8px;font-size:22px;color:#0872b6}.vd-included strong{color:#132752;font-size:11px;line-height:1.35}.vd-contact-card{margin-top:24px;padding:24px;border:1px solid #ccd9e4;border-radius:8px;background:#fff}.vd-contact-card>div{display:flex;justify-content:space-between;gap:20px}.vd-contact-card form{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.vd-contact-card label{display:grid;gap:6px;font-size:13px;font-weight:700}.vd-contact-card input,.vd-contact-card textarea{width:100%;box-sizing:border-box;padding:11px;border:1px solid #c6d4df;border-radius:5px;font:inherit}.vd-contact-message{grid-column:1/-1}.vd-contact-card button{grid-column:1/-1;cursor:pointer}.vd-disclaimer{display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:start;margin-top:16px;padding:17px 22px;border:1px solid #9bc7e5;border-radius:8px;background:#eaf5fb}.vd-disclaimer>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#0872b6;color:#fff;font-size:34px;font-weight:800}.vd-disclaimer h2{font-size:17px;margin:0 0 5px}.vd-disclaimer p{margin:0;font-size:13px;line-height:1.45}.vehicle-detail-v8 .site-footer{margin-top:0}
@media(max-width:1100px){.vd-hero{grid-template-columns:1fr}.vd-info-grid{grid-template-columns:1fr 1fr}.vd-equipment{grid-column:1/-1}.vd-price-layout{grid-template-columns:1fr}.vd-request-box{min-height:220px}.vd-included>div{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.vd-page{width:min(100% - 24px,1450px)}.vd-breadcrumb{overflow-x:auto;white-space:nowrap}.vd-main-image,.vd-main-image>img{min-height:300px;height:300px}.vd-hero{gap:24px}.vd-intro h1{font-size:31px}.vd-info-grid{grid-template-columns:1fr}.vd-equipment{grid-column:auto}.vd-pricing-head{align-items:stretch;flex-direction:column}.vd-price-switch{min-width:0;width:100%}.vd-price-cards{grid-template-columns:1fr}.vd-included>div{grid-template-columns:repeat(2,1fr)}.vd-contact-card>div{display:block}.vd-contact-card form{grid-template-columns:1fr}.vd-thumbnails{grid-auto-columns:105px}.vd-gallery-arrow{width:40px;height:40px}.vd-card dl>div{grid-template-columns:1fr;gap:5px}.vd-card dd{text-align:left}.vd-efficiency-class{justify-self:start}.vd-disclaimer{grid-template-columns:1fr}.vd-disclaimer>span{width:44px;height:44px;font-size:28px}}

/* Carfino V11: aufklappbare Preisberechnung fuer 6 x 30 Tage */
.vd-price-accordions {
  display: grid;
  gap: 14px;
}

.vd-price-accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(5, 47, 92, .08);
}

.vd-price-summary {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(250px, 1.5fr) 36px;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 92px;
  padding: 18px 22px;
  border: 0;
  color: var(--navy);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.vd-price-summary:hover,
.vd-price-summary:focus-visible {
  background: var(--soft);
  outline: none;
}

.vd-price-summary-km,
.vd-price-summary-best {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vd-price-summary-km strong {
  font-size: 24px;
  line-height: 1;
}

.vd-price-summary-km small,
.vd-price-summary-best small {
  color: #62718a;
  font-size: 13px;
}

.vd-price-summary-best {
  align-items: flex-end;
  text-align: right;
}

.vd-price-summary-best strong {
  color: var(--blue);
  font-size: 22px;
}

.vd-price-summary-best em {
  color: #62718a;
  font-size: 12px;
  font-style: normal;
}

.vd-price-chevron {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue);
  font-size: 24px;
  transition: transform .2s ease;
}

.vd-price-accordion.is-open .vd-price-chevron {
  transform: rotate(180deg);
}

.vd-price-details {
  padding: 0 22px 22px;
  border-top: 1px solid var(--line);
  background: #fbfdff;
}

.vd-payment-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 20px;
}

.vd-payment-option {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.vd-payment-option-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.vd-payment-option-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
}

.vd-payment-option-head span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.vd-payment-main {
  margin: 0 0 18px;
  color: var(--navy);
}

.vd-payment-main strong {
  color: var(--blue);
  font-size: 29px;
  line-height: 1;
}

.vd-payment-main span {
  color: #62718a;
  font-size: 13px;
}

.vd-payment-option dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.vd-payment-option dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid #e6eef6;
}

.vd-payment-option dt {
  color: #62718a;
  font-size: 12px;
}

.vd-payment-option dd {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.vd-payment-best {
  border: 2px solid var(--blue);
  box-shadow: 0 10px 28px rgba(0, 120, 217, .13);
}

.vd-best-badge {
  display: inline-flex;
  margin: -4px 0 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.vd-price-legal {
  margin: 16px 0 0;
  color: #62718a;
  font-size: 12px;
  line-height: 1.5;
}

.vd-price-accordion.is-unavailable .vd-price-summary {
  cursor: default;
  opacity: .72;
}

@media (max-width: 980px) {
  .vd-payment-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .vd-price-summary {
    grid-template-columns: 1fr 34px;
    gap: 10px;
    padding: 16px;
  }

  .vd-price-summary-best {
    grid-column: 1 / 2;
    align-items: flex-start;
    text-align: left;
  }

  .vd-price-chevron {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .vd-price-summary-best strong {
    font-size: 19px;
  }

  .vd-price-details {
    padding: 0 14px 16px;
  }

  .vd-payment-option dl div {
    flex-direction: column;
    gap: 4px;
  }

  .vd-payment-option dd {
    text-align: left;
  }
}

/* Carfino V12 consolidated additions */
.hero-price-note{display:block;margin-top:6px;font-size:.78rem;font-weight:500;color:#42546b}
.info-service-section{max-width:1220px;margin:48px auto;padding:42px;display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;background:#f4f8fc;border-radius:20px;box-shadow:0 16px 40px rgba(7,37,87,.08)}
.info-service-section .eyebrow{font-weight:800;color:#0075b9;text-transform:uppercase;letter-spacing:.08em}.info-service-section h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:.35rem 0 1rem;color:#072557}.info-service-section ul{padding-left:1.2rem}.info-service-form{background:#fff;border-radius:16px;padding:26px}.info-service-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.info-service-form label{display:grid;gap:6px;font-weight:700;color:#16365f}.info-service-form input,.info-service-form select{width:100%;padding:12px;border:1px solid #c9d8e8;border-radius:8px;font:inherit}.info-service-form fieldset{margin:18px 0;border:1px solid #d9e5ef;border-radius:10px;padding:14px}.info-service-form fieldset label{display:flex;grid-template-columns:none;align-items:center;gap:8px;font-weight:500;margin:8px 0}.info-service-form fieldset input,.info-service-form .consent input{width:auto}.info-service-form .consent{display:flex;grid-template-columns:none;align-items:flex-start;gap:9px;font-weight:500}.info-service-form button{margin-top:16px;background:#0075b9;color:#fff;border:0;border-radius:9px;padding:14px 20px;font-weight:800;cursor:pointer}.hp-field{position:absolute!important;left:-9999px!important}
@media(max-width:760px){.info-service-section{grid-template-columns:1fr;margin:24px 14px;padding:24px;gap:20px}.info-service-form{padding:18px}.info-service-form .form-grid{grid-template-columns:1fr}.vd-price-options{grid-template-columns:1fr!important}.vd-hero,.vd-info-grid{grid-template-columns:1fr!important}.vd-thumbnails{overflow-x:auto;scroll-snap-type:x mandatory}.vd-thumb{min-width:86px;scroll-snap-align:start}.site-header{flex-wrap:wrap}.main-nav{overflow-x:auto;white-space:nowrap}}
.vd-customer-choice{grid-column:1/-1;display:flex;gap:18px;padding:12px;background:#f4f8fc;border-radius:10px}.vd-customer-choice label{display:flex!important;align-items:center;gap:7px}.vd-customer-choice input{width:auto!important}.vd-company-field[hidden]{display:none!important}

/* V13: vehicle detail layout and fully clickable gallery */
.vehicle-detail-v8 .vd-page{max-width:1500px;margin:0 auto;padding:0 22px 48px}.vd-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:34px;align-items:start}.vd-gallery{position:relative;min-width:0}.vd-main-image{position:relative;aspect-ratio:16/9;background:#f5f7fa;border-radius:14px;overflow:hidden}.vd-main-image img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.vd-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:10px 2px 4px;scroll-snap-type:x mandatory}.vd-thumb{flex:0 0 132px;height:82px;border:2px solid transparent;border-radius:9px;background:#f3f5f8;padding:0;overflow:hidden;cursor:pointer;scroll-snap-align:start}.vd-thumb img{width:100%;height:100%;object-fit:cover}.vd-thumb:hover,.vd-thumb:focus-visible,.vd-thumb.is-active{border-color:#0077bb;box-shadow:0 0 0 2px rgba(0,119,187,.12)}.vd-open-lightbox{position:absolute;right:12px;bottom:106px;border:0;border-radius:999px;background:rgba(0,63,111,.9);color:#fff;padding:9px 14px;font-weight:700;cursor:pointer}.vd-lightbox[hidden]{display:none}.vd-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(3,18,38,.94);display:flex;align-items:center;justify-content:center;padding:50px}.vd-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.vd-lightbox-close{position:absolute;top:18px;right:24px;border:0;background:none;color:#fff;font-size:46px;cursor:pointer}.vd-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:#0067a5;font-size:40px;cursor:pointer}.vd-lightbox-prev{left:22px}.vd-lightbox-next{right:22px}.vd-lightbox-open{overflow:hidden}.vd-info-grid{display:grid;grid-template-columns:1fr 1.18fr 1fr;gap:18px;align-items:stretch}.vd-card{height:100%}.vd-price-summary{width:100%}.vd-payment-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vd-payment-option:first-child{order:1}.vd-payment-option:nth-child(2){order:2}.vd-payment-option:nth-child(3){order:3}
@media(max-width:900px){.vd-hero{grid-template-columns:1fr}.vd-info-grid{grid-template-columns:1fr}.vd-payment-options{grid-template-columns:1fr}.vd-thumb{flex-basis:110px;height:70px}.vd-open-lightbox{bottom:94px}.vd-lightbox{padding:25px}.vd-lightbox-arrow{width:44px;height:44px}.vd-lightbox-prev{left:8px}.vd-lightbox-next{right:8px}}
.info-service-page{max-width:1280px;margin:0 auto;padding:34px 24px 70px}.info-service-page>.back-link-detail{display:inline-flex;margin-bottom:26px}.info-service-landing{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:48px;align-items:start}.info-service-copy{min-width:0}.info-service-landing h1{margin:.25rem 0 1.1rem;color:#08265b;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;overflow-wrap:break-word}.info-service-landing li{margin:.7rem 0}.info-service-form{min-width:0;background:#fff;border:1px solid #d5e4f0;border-radius:16px;padding:28px;box-shadow:0 14px 40px rgba(15,66,105,.1)}.info-service-form h2{margin-top:0;color:#075b96}.info-service-form .form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px}.info-service-form label{display:grid;min-width:0;gap:6px;font-weight:600;color:#183a64}.info-service-form input,.info-service-form select{width:100%;min-width:0;min-height:46px;border:1px solid #bfd2e2;border-radius:8px;padding:10px 12px;font:inherit}.info-service-form fieldset{min-width:0;margin:20px 0;border:1px solid #d5e4f0;border-radius:10px;padding:14px}.info-service-form fieldset label,.info-service-form .consent{display:flex;align-items:flex-start;gap:9px;font-weight:400;margin:8px 0}.info-service-form input[type=checkbox]{width:auto;min-height:auto;flex:0 0 auto}.info-service-button{white-space:nowrap}.info-service-submit{width:100%;min-height:58px;height:auto;margin-top:18px;padding:14px 22px;border:0;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:break-word;cursor:pointer}@media(max-width:850px){.info-service-landing{grid-template-columns:1fr;gap:30px}.info-service-form .form-grid{grid-template-columns:1fr}}@media(max-width:480px){.info-service-page{padding:24px 14px 50px}.info-service-form{padding:20px 16px}.info-service-submit{min-height:64px;padding:14px 16px;font-size:14px}}

/* Carfino V16: zentrale Fahrzeugseite nach freigegebener Vorlage */
.vd-pricing-v16{padding:22px}.vd-pricing-v16 .vd-pricing-head{align-items:flex-start}.vd-pricing-subtitle{margin:6px 0 0;color:#61718a;font-size:14px}.vd-km-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0 16px}.vd-km-selector button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:70px;padding:13px 18px;border:1px solid #cbd9e5;border-radius:10px;background:#fff;color:#0a2654;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.vd-km-selector button:hover,.vd-km-selector button:focus-visible{border-color:#0877b9;box-shadow:0 8px 20px rgba(7,91,149,.12);outline:none}.vd-km-selector button.is-active{border:2px solid #0877b9;background:#eaf5fc;box-shadow:0 8px 22px rgba(7,91,149,.14)}.vd-km-selector strong{font-size:20px}.vd-km-selector span{color:#61718a;font-size:12px}.vd-pricing-v16 .vd-price-layout{grid-template-columns:minmax(0,1fr) 250px;align-items:stretch}.vd-pricing-v16 .vd-payment-options{padding-top:0}.vd-pricing-v16 .vd-payment-option{display:flex;flex-direction:column;min-height:100%;padding:20px}.vd-pricing-v16 .vd-payment-caption{margin:-10px 0 18px;color:#61718a;font-size:12px}.vd-pricing-v16 .vd-payment-option dl{margin-bottom:18px}.vd-payment-cta{display:block;margin-top:auto;padding:11px 12px;border-radius:7px;background:#0877b9;color:#fff;text-align:center;text-decoration:none;font-size:13px;font-weight:800}.vd-payment-best .vd-payment-cta{background:#0667a4}.vd-pricing-v16 .vd-payment-options.is-unavailable .vd-payment-cta{pointer-events:none;opacity:.55}.vd-pricing-v16 .vd-price-legal{margin-top:16px}.vd-pricing-v16 .vd-price-notice{line-height:1.45}.vd-pricing-v16 .vd-request-box{min-height:100%}
@media(max-width:1100px){.vd-pricing-v16 .vd-price-layout{grid-template-columns:1fr}.vd-pricing-v16 .vd-request-box{display:grid;grid-template-columns:auto 1fr auto;gap:14px;text-align:left}.vd-pricing-v16 .vd-request-box .vd-request-icon{grid-row:1/3}.vd-pricing-v16 .vd-request-box h3{margin:0}.vd-pricing-v16 .vd-request-box p{margin:0}.vd-pricing-v16 .vd-request-box a{grid-column:3;grid-row:1/3;align-self:center;width:auto;min-width:160px}}
@media(max-width:760px){.vd-pricing-v16{padding:15px}.vd-pricing-v16 .vd-pricing-head{display:grid;gap:16px}.vd-pricing-v16 .vd-price-switch{min-width:0;width:100%;grid-template-columns:1fr 1fr}.vd-pricing-v16 .vd-price-switch button{padding:12px 8px}.vd-km-selector{grid-template-columns:1fr;margin-top:16px;gap:9px}.vd-km-selector button{justify-content:space-between;min-height:56px}.vd-pricing-v16 .vd-request-box{display:flex;text-align:center}.vd-pricing-v16 .vd-request-box a{width:100%}.vd-pricing-v16 .vd-payment-main strong{font-size:27px}}

/* V19: Fahrzeugbilder eindeutig anklickbar */
.vd-main-image-button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}
.vd-main-image-button img{display:block;width:100%;height:100%;object-fit:contain}
.vd-main-image-button:focus-visible{outline:4px solid #00a6df;outline-offset:-4px}
.vd-main-image .vd-fuel-badge,.vd-main-image .vd-gallery-arrow{z-index:3}
.vd-open-lightbox{z-index:4}
.vehicle-card__image-link{display:block;text-decoration:none;cursor:pointer}
.vehicle-card__image-link img{display:block;width:100%}

/* V20: clearer vehicle price presentation on homepage and overview */
.vehicle-card {
  grid-template-rows: 158px minmax(48px, auto) minmax(72px, auto) 70px 38px;
  min-height: 422px;
  height: 422px;
  padding: 31px 15px 13px;
  overflow: visible;
}
.vehicle-card__image-link {
  display: block;
  min-width: 0;
}
.vehicle-card__image-stage {
  position: relative;
  display: block;
  height: 158px;
  margin: 0 -3px 10px;
  border-radius: 10px;
  background: linear-gradient(145deg, #f7fbff, #ffffff 58%, #f2f8fc);
  overflow: hidden;
}
.vehicle-card__image-stage img,
.vehicle-card__image-link img {
  display: block;
  width: 100%;
  height: 158px;
  margin: 0;
  padding: 8px 6px 5px;
  object-fit: contain;
  transition: transform .25s ease;
}
.vehicle-card:hover .vehicle-card__image-stage img {
  transform: scale(1.035);
}
.vehicle-card__facts {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #42627e;
  font-size: 12px;
  line-height: 1.3;
}
.vehicle-card__facts li {
  position: relative;
  padding-left: 14px;
  overflow-wrap: anywhere;
}
.vehicle-card__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #62ae2e;
}
.vehicle-card__price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(88px, auto);
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 70px;
  box-sizing: border-box;
  padding: 9px 11px;
  border: 1px solid #d8e8f3;
  border-radius: 10px;
  background: #f4f9fc;
  color: #064f84;
}
.vehicle-card__price > span:first-child {
  display: grid;
  gap: 1px;
  min-width: 0;
}
.vehicle-card__price small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.vehicle-card__price strong {
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.05;
  white-space: nowrap;
}
.vehicle-card__price-note {
  display: grid;
  justify-items: end;
  min-width: 0;
  max-width: 112px;
  color: #42627e;
  font-size: 10px;
  line-height: 1.3;
  text-align: right;
  overflow-wrap: break-word;
}
.vehicle-card__price-note small {
  display: block;
  font-size: 8.5px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}
.vehicle-card__price--request {
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
}
.vehicle-card > a.vehicle-card__cta {
  height: 38px;
  border-radius: 7px;
  background: #fff;
}
@media (max-width: 720px) {
  .vehicle-card {
    grid-template-rows: 150px minmax(48px, auto) minmax(72px, auto) 70px 38px;
    min-height: 414px;
    height: 414px;
  }
  .vehicle-card__image-stage,
  .vehicle-card__image-stage img,
  .vehicle-card__image-link img {
    height: 150px;
  }
}

/* V23: Preis-Zusatzangaben bleiben in Hero- und Fahrzeugkarten lesbar. */
.hero-vehicle-info {
  box-sizing: border-box;
}
.hero-vehicle-info strong,
.hero-price-note {
  max-width: 100%;
  overflow-wrap: break-word;
}
.hero-price-note {
  line-height: 1.3;
}

.info-service-button{min-width:210px;justify-content:center}
.app-store-row{flex-wrap:wrap}
.app-coming-note{flex:0 0 100%;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-align:center}

/* Kundenlogin navigation */
.main-nav .customer-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 119, 190, .28);
  border-radius: 999px;
  color: #005f9e;
  background: linear-gradient(135deg, rgba(0, 164, 214, .10), rgba(92, 176, 38, .10));
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.main-nav .customer-login-link:hover,
.main-nav .customer-login-link:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(0, 164, 214, .17), rgba(92, 176, 38, .16));
  box-shadow: 0 8px 22px rgba(0, 95, 158, .14);
}
.main-nav .customer-login-link.active::after { display:none; }

.customer-login-page { max-width: 1160px; margin: 0 auto; padding: 36px 22px 80px; }
.customer-login-shell { display:grid; grid-template-columns: minmax(0,1fr) minmax(330px,460px); gap:42px; align-items:center; margin-top:28px; }
.customer-login-copy h1 { color:#001b4d; font-size:clamp(34px,4vw,58px); line-height:1.02; margin:0 0 18px; }
.customer-login-copy p { color:#43526d; font-size:18px; line-height:1.65; max-width:650px; }
.customer-login-card { background:#fff; border:1px solid #dce9f3; border-radius:22px; padding:30px; box-shadow:0 22px 65px rgba(0,48,92,.12); }
.customer-login-card h2 { color:#005f9e; margin:0 0 8px; }
.customer-login-card label { display:block; color:#12345a; font-weight:750; margin:18px 0 7px; }
.customer-login-card input { width:100%; min-height:48px; padding:12px 14px; border:1px solid #bfd4e3; border-radius:11px; font:inherit; }
.customer-login-card button { width:100%; margin-top:22px; min-height:50px; border:0; border-radius:11px; background:linear-gradient(135deg,#0079bd,#5caf26); color:#fff; font-weight:900; font-size:16px; cursor:pointer; }
.customer-login-note { margin-top:16px; padding:13px 15px; border-radius:10px; background:#eef7fb; color:#35506d; font-size:14px; line-height:1.5; }
@media(max-width:900px){.customer-login-shell{grid-template-columns:1fr}.customer-login-copy{text-align:center}.customer-login-copy p{margin-left:auto;margin-right:auto}}
/* Carfino Kundenbereich V22 */
.customer-portal-page,.customer-form-page{max-width:1180px;margin:0 auto;padding:34px 22px 70px}.customer-portal-heading,.customer-form-intro{max-width:760px;margin:18px 0 30px}.customer-portal-heading h1,.customer-form-intro h1{color:#062859;font-size:clamp(2rem,4vw,3.25rem);margin:.2rem 0}.customer-document-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.customer-document-card{background:#fff;border:1px solid #d9e9f4;border-radius:22px;padding:28px;box-shadow:0 14px 34px rgba(0,76,130,.09)}.customer-document-card h2{color:#075b96}.customer-document-card.is-muted{opacity:.72}.document-icon{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#008fc9,#6dbb2f);color:#fff;font-weight:800}.document-actions{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.button-primary,.button-secondary{display:inline-flex;padding:12px 16px;border-radius:10px;text-decoration:none;font-weight:700}.button-primary{background:#0074b8;color:#fff}.button-secondary{border:1px solid #0074b8;color:#006ca9;background:#fff}.carfino-online-form{background:#fff;border:1px solid #d9e9f4;border-radius:22px;padding:28px;box-shadow:0 16px 40px rgba(0,76,130,.09)}.carfino-online-form fieldset{border:0;border-top:1px solid #dcebf4;padding:24px 0;margin:0}.carfino-online-form fieldset:first-of-type{border-top:0}.carfino-online-form legend{font-weight:800;color:#075b96;font-size:1.15rem;padding-right:12px}.form-grid,.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.span-2{grid-column:1/-1}.carfino-online-form label{display:flex;flex-direction:column;gap:7px;font-weight:650;color:#16395b}.carfino-online-form input,.carfino-online-form textarea{width:100%;box-sizing:border-box;border:1px solid #bcd5e5;border-radius:10px;padding:12px 13px;font:inherit;background:#fbfdff}.carfino-online-form input:focus,.carfino-online-form textarea:focus{outline:3px solid rgba(0,145,201,.15);border-color:#0091c9}.check-row,.check-grid label:has(input[type=checkbox]){flex-direction:row!important;align-items:flex-start}.check-row input,.check-grid input[type=checkbox]{width:auto;margin-top:3px}.legal-box{background:#eef7fb;border-left:4px solid #6dbb2f;border-radius:10px;padding:16px;margin:16px 0;line-height:1.55}.form-submit-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding-top:18px}.form-submit-row button{border:0;border-radius:12px;background:linear-gradient(135deg,#0077b9,#009fca);color:#fff;padding:14px 20px;font-weight:800;font-size:1rem;cursor:pointer}.form-success{background:#eaf7df;border:1px solid #8acb55;color:#315f13;padding:16px 18px;border-radius:12px;margin-bottom:20px}.hp-field{position:absolute!important;left:-9999px!important}.customer-login-card input{box-sizing:border-box;width:100%}@media(max-width:720px){.form-grid,.check-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.carfino-online-form{padding:19px}.site-header .main-nav{flex-wrap:wrap}}


/* BMW hero override: intentionally last to win over legacy responsive rules. */
.hero::before{background:none!important}
.hero-car-link{display:flex!important;left:650px!important;top:18px!important;right:22px!important;bottom:10px!important}
.hero-car-link::before,
.hero-car-link::after{
  content:"";
  position:absolute;
  z-index:3;
  top:7%;
  bottom:7%;
  width:72px;
  border-left:5px solid #0788d5;
  border-radius:50%;
  transform:rotate(8deg);
  pointer-events:none;
}
.hero-car-link::before{left:4px}
.hero-car-link::after{
  left:22px;
  border-left-width:3px;
  border-left-color:#56aa24;
}
.hero-car-link img,.hero-car{position:relative;z-index:2;display:block!important;width:100%!important;height:100%!important;object-fit:contain!important}
@media(max-width:1100px){
  .hero-car-link{left:560px!important;opacity:.96}
  .hero-vehicle-info{right:24px}
}
@media(max-width:850px){
  .hero{padding-bottom:260px}
  .hero-copy{width:100%}
  .hero-buttons{flex-wrap:wrap;width:100%}
  .info-service-button::before,.info-service-button::after{display:none}
  .hero-car-link{left:18px!important;right:18px!important;top:auto!important;bottom:8px!important;height:245px}
  .hero-car-link::before,.hero-car-link::after{top:9%;bottom:9%;transform:rotate(6deg)}
  .hero-car-link::before{left:2px}
  .hero-car-link::after{left:17px}
  .hero-vehicle-info{right:18px;bottom:18px;z-index:5}
}
