:root {
  color-scheme: light;
  --bg: #f5f5f3;
  --surface: #ffffff;
  --surface-strong: #e7e7e3;
  --text: #171717;
  --muted: #676767;
  --line: #d9d9d4;
  --accent: #2f2f2f;
  --accent-2: #74746e;
  --panel: #fbfbf8;
  --soft: #efefeb;
  --shadow: 0 24px 70px rgba(20, 20, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

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

body.dark {
  color-scheme: dark;
  --bg: #111111;
  --surface: #1b1b1b;
  --surface-strong: #262626;
  --text: #f4f4f1;
  --muted: #b9b9b0;
  --line: #383832;
  --accent: #f2f2ec;
  --accent-2: #9f9f95;
  --panel: #202020;
  --soft: #2d2d2a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) minmax(170px, 230px) auto auto;
  align-items: center;
  gap: 18px;
  row-gap: 10px;
  min-height: 72px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(18px);
}

.site-header > * {
  min-width: 0;
}

.brand,
.main-nav,
.hero-actions,
.product-tools,
.cookie-actions,
.settings-head {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 1 auto;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  min-width: 0;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--surface);
  color: var(--bg);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--surface);
}

.brand-mark.fallback-mark::before {
  content: "V";
  font-weight: 900;
}

.main-nav {
  justify-content: center;
  min-width: 0;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--text);
}

.icon-button {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  font-size: 20px;
}

.searchBox {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 230px;
  min-width: 170px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 50px;
  background: #2f3640;
}

.searchInput {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  outline: 0;
  background: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0 58px 0 22px;
}

.searchInput::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.searchButton {
  position: absolute;
  right: 4px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gradient-2, linear-gradient(90deg, #2af598 0%, #009efd 100%));
  color: #ffffff;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.searchButton svg {
  width: 18px;
  height: 18px;
}

.searchButton:hover {
  background-color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, 0.36) 0 8px 16px;
  color: #ffffff;
  transform: translateY(-2px);
}

.searchButton:active {
  box-shadow: none;
  transform: translateY(0);
}

.button2 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 0 42px 0 14px;
  background: #e8e8e8;
  color: #090909;
  box-shadow: 4px 4px 10px #c5c5c5, -4px -4px 10px #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: all 0.2s ease-in;
}

.button2 > svg {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 22px;
}

.whatsapp-header {
  min-width: 122px;
}

.whatsapp-header > svg {
  display: block;
  transform: translateY(0.5px);
}

.button2:active {
  color: #666666;
  box-shadow: inset 3px 3px 8px #c5c5c5, inset -3px -3px 8px #ffffff;
}

.button2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 140%;
  height: 180%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.button2::after {
  content: "";
  position: absolute;
  top: 180%;
  left: 55%;
  z-index: -1;
  display: block;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.button2:hover {
  border-color: #009087;
  color: #ffffff;
}

.button2:hover::before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover::after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

body.dark .button2 {
  border-color: #333333;
  background: #202020;
  color: #f4f4f1;
  box-shadow: 4px 4px 10px #111111, -4px -4px 10px #2b2b2b;
}

.toggle-switch {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 68px;
  height: 34px;
  --light: #d8dbe0;
  --dark: #28292c;
  --link: rgb(27, 129, 112);
  --link-hover: rgb(24, 94, 82);
}

.switch-label {
  position: absolute;
  display: block;
  width: 100%;
  height: 34px;
  background-color: var(--dark);
  border: 2px solid var(--dark);
  border-radius: 17px;
  cursor: pointer;
}

.checkbox {
  position: absolute;
  display: none;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  transition: 0.3s;
}

.checkbox:checked ~ .slider,
.checkbox:checked ~ .switch-label .slider {
  background-color: var(--light);
}

.slider::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--dark);
  box-shadow: inset 8px -3px 0 0 var(--light);
  transition: 0.3s;
}

.checkbox:checked ~ .slider::before,
.checkbox:checked ~ .switch-label .slider::before {
  transform: translateX(34px);
  background-color: var(--dark);
  box-shadow: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 420px);
  min-height: calc(100vh - 72px);
  overflow: hidden;
  padding: 9vw 5vw 8vw;
  background: linear-gradient(120deg, #dbdbd6 0%, #f7f7f3 54%, #b9b9b2 100%);
}

body.dark .hero {
  background: linear-gradient(120deg, #161616 0%, #242424 54%, #3b3b38 100%);
}

.hero-bg {
  position: absolute;
  inset: auto 0 3vw 34vw;
  height: 38vw;
  min-height: 340px;
  opacity: 0.72;
  pointer-events: none;
}

.car-body {
  position: absolute;
  right: 4vw;
  bottom: 58px;
  width: min(660px, 58vw);
  height: 148px;
  border-radius: 70px 100px 30px 30px;
  background: linear-gradient(135deg, #2f2f2f, #8a8a82);
  box-shadow: var(--shadow);
}

.roof-box {
  position: absolute;
  right: 17vw;
  bottom: 218px;
  width: min(360px, 34vw);
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, #595959, #d3d3cc);
  animation: float 5s ease-in-out infinite;
}

.wheel {
  position: absolute;
  bottom: 18px;
  width: 92px;
  height: 92px;
  border: 18px solid #202020;
  border-radius: 50%;
  background: #bdbdb7;
}

.wheel-left {
  right: 36vw;
}

.wheel-right {
  right: 9vw;
}

.road-line {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: 180px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  animation: slide 2.8s linear infinite;
}

.line-two {
  right: 28vw;
  animation-delay: -1.2s;
}

.hero-content,
.booking-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text);
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
}

.primary-button {
  background: var(--text);
  color: var(--bg);
}

.secondary-button {
  background: transparent;
  color: var(--text);
}

.full {
  width: 100%;
}

.booking-panel {
  align-self: end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 16px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.trust-strip div {
  display: grid;
  gap: 6px;
  padding: 28px 5vw;
  border-right: 1px solid var(--line);
}

.trust-strip strong {
  font-size: 18px;
}

.trust-strip span,
.section p,
.process-band p,
.legal-band li,
.contact-section p {
  color: var(--muted);
  line-height: 1.6;
}

.section,
.process-band,
.legal-band,
.contact-section {
  padding: 86px 5vw;
}

.section-head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
}

.product-tools {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.search-box {
  min-width: min(320px, 100%);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
  gap: 18px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-2);
  box-shadow: var(--shadow);
}

.product-visual {
  position: relative;
  display: grid;
  height: 210px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #d1d1cb, #8b8b84);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
}

.product-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  filter: grayscale(0.15);
  transition: transform 220ms ease;
}

.product-card:hover .product-visual img {
  transform: scale(1.06);
}

.product-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.product-details {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.product-details summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
  list-style-position: inside;
}

.product-details ul {
  max-height: 260px;
  overflow: auto;
  margin-top: 12px;
  padding-right: 8px;
  font-size: 14px;
}

.product-open {
  width: 100%;
}

.empty-state {
  display: none;
  margin-top: 24px;
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  text-align: center;
}

.examples-section {
  background: var(--surface-strong);
}

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

.example-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(20, 20, 20, 0.08);
}

.example-card img {
  display: block;
  width: 100%;
  height: clamp(340px, 42vw, 560px);
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background: linear-gradient(135deg, #d1d1cb, #8b8b84);
}

.example-card.image-missing::before {
  content: "Bilddatei fehlt: assets/brand/Verleihservice Bild E2 oder E3";
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 24px;
  background: linear-gradient(135deg, var(--soft), color-mix(in srgb, var(--accent-2) 24%, var(--surface)));
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.example-card.image-missing img {
  display: none;
}

.example-card div {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.example-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.example-card strong {
  font-size: 20px;
  line-height: 1.25;
}

.process-band,
.legal-band {
  background: var(--surface-strong);
}

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

.steps article,
.contact-card,
.price-table,
.legal-band ul {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.steps article {
  padding: 28px;
}

.steps span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 900;
}

.split,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: start;
}

.price-table {
  overflow: hidden;
}

.price-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.price-table span,
.price-table strong {
  min-width: 0;
}

.price-table small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.price-table strong {
  max-width: 52%;
  text-align: right;
  line-height: 1.35;
}

.price-table div:last-child {
  border-bottom: 0;
}

.legal-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
}

.legal-band ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 28px 28px 28px 48px;
}

.contact-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  font-size: 18px;
  font-weight: 800;
}

.legal-docs {
  background: var(--bg);
}

.doc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.doc-tabs a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--surface);
  color: var(--text);
  font-weight: 800;
}

.legal-document {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.legal-document h3 {
  margin-bottom: 24px;
  font-size: clamp(26px, 3vw, 40px);
}

.legal-document h4 {
  margin: 28px 0 10px;
  font-size: 18px;
}

.legal-document p {
  max-width: 980px;
  color: var(--muted);
  line-height: 1.72;
}

.legal-document a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

address {
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 5vw 26px;
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.site-footer small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.btn {
  display: inline-grid;
  min-width: 0;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 8px 10px;
  background: #e3edf7;
  box-shadow:
    6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  color: #5865f2;
  cursor: pointer;
  transition: transform 0.5s;
}

.btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0 rgba(255, 255, 255, 1),
    0.5px 0.5px 0 rgba(0, 0, 0, 0.15),
    0 12px 10px -10px rgba(0, 0, 0, 0.05);
  transform: translateY(4px);
}

.btn svg {
  transition: transform 0.5s;
}

.btn:hover svg {
  color: #333333;
  transform: scale(0.9);
}

.discord-banner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.discord-banner svg {
  width: 18px;
  height: 18px;
}

body.dark .btn {
  background: #202020;
  color: #8ea1ff;
  box-shadow:
    6px 6px 10px -1px rgba(0, 0, 0, 0.42),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.05);
}

body.dark .btn:hover svg {
  color: #ffffff;
}

.settings-panel {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  justify-content: end;
  padding: 18px;
  background: rgba(12, 12, 12, 0.46);
  backdrop-filter: blur(6px);
}

.settings-panel.open {
  display: flex;
}

.settings-card {
  width: min(420px, 100%);
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--panel) 96%, transparent), var(--surface)),
    var(--surface);
  box-shadow: var(--shadow);
}

.settings-head {
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.settings-head h2 {
  margin: 0;
  font-size: 24px;
}

.setting-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  background: var(--soft);
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.select-setting {
  grid-template-columns: 1fr;
}

.select-setting select {
  background: var(--surface);
}

.toggle-control {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 32px;
}

.toggle-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle-control span {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  transition: background 160ms ease, border-color 160ms ease;
}

.toggle-control span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--text);
  transition: transform 160ms ease;
}

.toggle-control input:checked + span {
  background: #4b4b45;
  border-color: #4b4b45;
}

.toggle-control input:checked + span::after {
  transform: translateX(26px);
  background: #ffffff;
}

.product-modal,
.cookie-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(8px);
}

.product-modal {
  z-index: 55;
}

.cookie-modal {
  z-index: 60;
}

.product-modal.open,
.cookie-modal.show {
  display: grid;
}

.product-modal-card,
.cookie-card {
  width: min(1080px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-modal-card {
  position: relative;
  padding: clamp(18px, 3vw, 34px);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.modal-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
}

.modal-image {
  display: grid;
  min-height: 420px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--soft), color-mix(in srgb, var(--accent-2) 28%, var(--surface)));
}

.modal-image img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: contain;
  padding: 22px;
}

.modal-content {
  display: grid;
  gap: 18px;
  align-content: start;
  padding-right: 34px;
}

.modal-content h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 48px);
}

.modal-price {
  display: inline-flex;
  width: fit-content;
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--text);
  color: var(--bg);
  font-weight: 900;
}

.modal-content ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.cookie-card {
  display: grid;
  gap: 22px;
  width: min(760px, 100%);
  padding: clamp(22px, 4vw, 36px);
}

.cookie-card h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 4vw, 46px);
}

.cookie-card p {
  color: var(--muted);
  line-height: 1.6;
}

.cookie-options {
  display: grid;
  gap: 12px;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  background: var(--soft);
  color: var(--text);
}

.cookie-option input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.cookie-option small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.45;
}

.cookie-actions {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes slide {
  from {
    transform: translateX(220px);
    opacity: 0;
  }
  25%,
  80% {
    opacity: 1;
  }
  to {
    transform: translateX(-260px);
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto minmax(230px, 1fr) minmax(150px, 190px) auto auto;
    gap: 14px;
  }

  .brand span:last-child {
    max-width: 220px;
  }

  .main-nav {
    gap: 16px;
    font-size: 13px;
  }

  .searchBox {
    max-width: 190px;
    min-width: 150px;
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .whatsapp-header {
    grid-column: 3 / 4;
    grid-row: 1;
  }

  .settings-trigger {
    grid-column: 4 / 5;
    grid-row: 1;
  }

  .header-search {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-self: end;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

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

@media (max-width: 920px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    gap: 18px;
    padding: 0 0 12px;
    scrollbar-width: none;
  }

  .hero,
  .split,
  .legal-band,
  .contact-section,
  .modal-layout {
    grid-template-columns: 1fr;
  }

  .modal-content {
    padding-right: 0;
  }

  .modal-image {
    min-height: 280px;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero-bg {
    position: relative;
    inset: auto;
    grid-row: 2;
    width: min(680px, 100%);
    height: 300px;
    min-height: 300px;
    margin: 28px auto 0;
    opacity: 0.78;
  }

  .car-body {
    right: 4%;
    bottom: 60px;
    width: 78%;
    height: 118px;
  }

  .roof-box {
    right: 25%;
    bottom: 205px;
    width: 46%;
    height: 46px;
  }

  .wheel {
    bottom: 28px;
    width: 72px;
    height: 72px;
    border-width: 14px;
  }

  .wheel-left {
    right: 56%;
  }

  .wheel-right {
    right: 12%;
  }

  .road-line {
    bottom: 10px;
    width: 130px;
  }

  .line-two {
    right: 36%;
  }

  .booking-panel {
    margin-top: 42px;
  }

  .trust-strip,
  .steps,
  .examples-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
    align-items: start;
  }

  .product-tools {
    display: grid;
    grid-template-columns: 1fr 220px;
    justify-content: stretch;
  }

  .search-box {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    align-items: center;
    padding-inline: 18px;
  }

  .brand {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand span:last-child {
    max-width: 100%;
  }

  .hero,
  .section,
  .process-band,
  .legal-band,
  .contact-section {
    padding-inline: 18px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-bg {
    width: 100%;
    height: 230px;
    min-height: 230px;
    margin-top: 24px;
    opacity: 0.9;
  }

  .car-body {
    right: 2%;
    bottom: 48px;
    width: 86%;
    height: 88px;
    border-radius: 44px 62px 20px 20px;
  }

  .roof-box {
    right: 24%;
    bottom: 155px;
    width: 52%;
    height: 34px;
  }

  .wheel {
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-width: 10px;
  }

  .wheel-left {
    right: 58%;
  }

  .wheel-right {
    right: 14%;
  }

  .road-line {
    bottom: 8px;
    width: 90px;
    height: 5px;
  }

  h1 {
    font-size: 38px;
    line-height: 1;
  }

  h2 {
    font-size: 30px;
    line-height: 1.05;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions,
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .settings-trigger {
    grid-column: 3 / 4;
    grid-row: 1;
  }

  .whatsapp-header {
    grid-column: 2 / 3;
    grid-row: 1;
    display: grid;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    place-items: center;
    padding: 0;
    border-color: #1fb35d;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
    font-size: 0;
  }

  .whatsapp-header > svg {
    position: static;
    width: 23px;
    height: 23px;
    color: #ffffff;
    transform: translateY(-6px);
  }

  .whatsapp-header:hover > svg {
    color: #ffffff;
  }

  body.dark .whatsapp-header > svg {
    color: #ffffff;
  }

  .searchBox {
    min-height: 48px;
  }

  .searchInput {
    height: 48px;
    padding: 0 56px 0 20px;
  }

  .searchButton {
    width: 40px;
    height: 40px;
  }

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

  .booking-panel,
  .steps article,
  .contact-card,
  .legal-document {
    padding: 20px;
  }

  .trust-strip div {
    padding: 22px 18px;
  }

  .section,
  .process-band,
  .legal-band,
  .contact-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .product-tools {
    grid-template-columns: 1fr;
  }

  .product-body {
    padding: 18px;
  }

  .product-meta {
    display: grid;
  }

  .product-visual {
    height: 188px;
  }

  .price-table div {
    grid-template-columns: 1fr;
  }

  .price-table div {
    display: grid;
  }

  .price-table strong {
    max-width: none;
    text-align: left;
  }

  .settings-panel,
  .product-modal,
  .cookie-modal {
    padding: 10px;
  }

  .settings-card {
    min-height: auto;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 20px;
  }

  .product-modal-card,
  .cookie-card {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 10px;
  }

  .modal-image {
    min-height: 230px;
  }

  .modal-image img {
    height: min(42vh, 360px);
    padding: 14px;
  }

  .modal-content h2 {
    font-size: 28px;
  }

  .cookie-card {
    gap: 16px;
    padding: 20px;
  }

  .cookie-card h2 {
    font-size: 28px;
  }

  .cookie-option {
    padding: 12px;
  }

  .doc-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-document p {
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .site-footer {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 18px 22px;
    text-align: center;
  }

  .discord-banner {
    padding: 7px 9px;
  }
}

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

  .brand span:last-child {
    font-size: 14px;
  }

  h1 {
    font-size: 34px;
  }

  .hero-bg {
    height: 200px;
    min-height: 200px;
  }

  .car-body {
    bottom: 44px;
    height: 76px;
  }

  .roof-box {
    bottom: 135px;
    height: 30px;
  }

  .wheel {
    width: 46px;
    height: 46px;
    border-width: 9px;
  }

  .searchInput {
    font-size: 13px;
    padding-left: 14px;
  }

  .whatsapp-header,
  .icon-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .whatsapp-header > svg {
    width: 21px;
    height: 21px;
  }

  .primary-button,
  .secondary-button {
    padding-inline: 14px;
  }

  .hero,
  .section,
  .process-band,
  .legal-band,
  .contact-section {
    padding-inline: 12px;
  }
}
