:root {
  --ink: #10151b;
  --ink-soft: #3d4652;
  --night: #080d12;
  --night-2: #111a23;
  --paper: #f8f3eb;
  --paper-2: #eee4d6;
  --line: rgba(16, 21, 27, 0.12);
  --line-light: rgba(248, 243, 235, 0.16);
  --red: #d62235;
  --red-dark: #a91326;
  --blue: #234f78;
  --gold: #d6a951;
  --white: #ffffff;
  --shadow: 0 28px 90px rgba(9, 13, 18, 0.24);
  --radius: 8px;
  --max: 1180px;
  --anchor-intake: -64px;
  --anchor-opleidingen: 115px;
  --anchor-meer: -25px;
  --anchor-werkgebied: -50px;
  --anchor-faq: 0px;
  --anchor-contact: 0px;
}

@property --ghost-ring {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(16, 21, 27, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 84px 84px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.nowrap {
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 28px), var(--max));
  min-height: 66px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(8, 13, 18, 0.78);
  border: 1px solid var(--line-light);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(7, 11, 16, 0.24);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 13, 18, 0.92);
  box-shadow: 0 18px 60px rgba(7, 11, 16, 0.36);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  min-width: 0;
}

.brand__mark {
  width: 46px;
  height: 46px;
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

.brand__mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand__text {
  display: grid;
  line-height: 1.02;
}

.brand__text span {
  font-weight: 850;
  white-space: nowrap;
}

.brand__text small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  position: relative;
  overflow: hidden;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 170ms ease, background 170ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f08a35, var(--red));
  box-shadow: 0 0 16px rgba(214, 169, 81, 0.22);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 380ms cubic-bezier(0.22, 0.85, 0.22, 1);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  border-radius: 99px;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px max(22px, calc((100vw - var(--max)) / 2)) 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background: #091018;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.96) 0%, rgba(8, 13, 18, 0.74) 34%, rgba(8, 13, 18, 0.25) 66%, rgba(8, 13, 18, 0.74) 100%),
    linear-gradient(0deg, rgba(8, 13, 18, 0.9) 0%, rgba(8, 13, 18, 0.12) 42%, rgba(8, 13, 18, 0.55) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.16;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.hero__background {
  position: absolute;
  inset: 0;
}

.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.92) contrast(1.05);
}

.hero__copy,
.hero__side {
  position: relative;
  z-index: 3;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.section--dark .eyebrow {
  color: #ff6573;
}

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

h1 {
  max-width: 12.8ch;
  margin-bottom: 67px;
  font-size: clamp(3.1rem, 7.35vw, 7.15rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h1 span:first-child {
  white-space: nowrap;
}

h1 span:last-child {
  font-size: 0.82em;
}

h1 em,
h1 .title-shine {
  color: transparent;
  background:
    linear-gradient(100deg, #ffffff 0%, #ffe9c5 23%, #d6a951 43%, #ff6573 68%, #ffffff 100%);
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: title-shine 11s ease-in-out infinite;
  text-shadow: 0 0 34px rgba(214, 34, 53, 0.2);
}

h1 em {
  display: inline-block;
  font-style: normal;
}

h1 .title-shine {
  display: inline;
  font-weight: inherit;
}

@keyframes title-shine {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  line-height: 1.08;
}

.hero__lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.42vw, 1.28rem);
  line-height: 1.55;
}

.hero__motto {
  width: fit-content;
  margin: 0 0 34px;
  padding: 10px 14px 11px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(214, 169, 81, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(214, 169, 81, 0.14), rgba(214, 34, 53, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-style: italic;
  line-height: 1;
}

.hero__actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  position: relative;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button--primary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(135deg, #d62235, #9b1324);
  box-shadow:
    0 18px 46px rgba(214, 34, 53, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--primary:active {
  box-shadow:
    0 8px 22px rgba(214, 34, 53, 0.18),
    inset 0 3px 10px rgba(47, 5, 12, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button--ghost {
  --ghost-ring: 0deg;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    --ghost-ring 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button--ghost::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(from -90deg,
      #fff6df 0deg,
      #d6a951 var(--ghost-ring),
      transparent var(--ghost-ring) 360deg);
  opacity: 0.92;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  --ghost-ring: 360deg;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 16px 36px rgba(214, 169, 81, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button--ghost:active {
  box-shadow:
    0 7px 18px rgba(214, 169, 81, 0.08),
    inset 0 3px 10px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.hero__stats {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
}

.hero__stats div {
  min-height: 132px;
  padding: 17px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(7, 11, 16, 0.18);
}

.hero__stats dt {
  color: var(--white);
  font-size: clamp(1rem, 1.25vw, 1.24rem);
  font-weight: 900;
  line-height: 1.06;
}

.hero__stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.38;
}

.hero__side {
  align-self: end;
}

@media (min-width: 981px) {
  .hero__copy > .eyebrow,
  .hero__copy > h1 {
    transform: translateY(-18px);
  }

  .hero__side {
    transform: translateY(-16px);
  }
}

@media (min-width: 981px) and (max-width: 1440px) {
  .hero__side {
    transform: translateY(4px);
  }
}

@media (min-width: 981px) and (max-width: 1366px) and (max-height: 800px) {
  :root {
    --anchor-intake: -36px;
    --anchor-meer: -10px;
    --anchor-werkgebied: -10px;
    --anchor-faq: -6px;
    --anchor-contact: -13px;
  }
}

@media (min-width: 981px) and (max-width: 1100px) and (max-height: 800px) {
  :root {
    --anchor-intake: -38px;
    --anchor-opleidingen: 96px;
    --anchor-meer: -2px;
    --anchor-werkgebied: -10px;
    --anchor-faq: -7px;
    --anchor-contact: -8px;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  :root {
    --anchor-intake: -64px;
    --anchor-opleidingen: -6px;
    --anchor-meer: -25px;
    --anchor-werkgebied: -50px;
    --anchor-faq: -20px;
    --anchor-contact: -20px;
  }
}

@media (max-width: 430px) {
  :root {
    --anchor-intake: -28px;
    --anchor-opleidingen: 5px;
    --anchor-meer: -5px;
    --anchor-werkgebied: 8px;
    --anchor-faq: 15px;
    --anchor-contact: 5px;
  }
}

.drive-card,
.fleet-card {
  max-width: 430px;
  margin-left: auto;
  padding: 24px;
  color: var(--white);
  border: 1px solid var(--line-light);
  border-radius: 22px;
  background: rgba(8, 13, 18, 0.66);
  box-shadow: 0 24px 70px rgba(8, 13, 18, 0.36);
  backdrop-filter: blur(18px);
}

.drive-card__label {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drive-card h2,
.fleet-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.drive-card p:not(.drive-card__label),
.fleet-card p:not(.drive-card__label) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.drive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.drive-card__meta span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.fleet-card {
  max-width: 500px;
  padding: 20px;
  background: rgba(8, 13, 18, 0.74);
  box-shadow:
    0 28px 80px rgba(8, 13, 18, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fleet-card__cars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.fleet-car {
  min-width: 0;
  padding: 7px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  overflow: hidden;
}

.fleet-car img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 12px;
}

.fleet-car span {
  display: block;
  margin: 12px 4px 4px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fleet-car strong {
  display: block;
  margin: 0 4px;
  font-size: 0.92rem;
  line-height: 1.12;
}

.ticker {
  overflow: hidden;
  color: var(--white);
  background: var(--red);
}

.ticker__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 32px;
  padding: 14px 22px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: ticker 34s linear infinite;
}

.ticker__track span::after {
  content: "/";
  margin-left: 32px;
  color: rgba(255, 255, 255, 0.46);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(78px, 9vw, 132px) max(22px, calc((100vw - var(--max)) / 2));
}

section,
.contact-section {
  scroll-margin-top: 112px;
}

#intake {
  scroll-margin-top: 176px;
}

.section--split {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.section__intro {
  position: sticky;
  top: 120px;
}

.section__content > p,
.service-area p:not(.eyebrow),
.contact-section__intro > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.7;
}

.process {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.process div,
.program,
.feature-list div,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.42);
}

.process div {
  display: grid;
  grid-template-columns: 68px minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.process span {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
}

.process strong {
  font-size: 1.08rem;
}

.process p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.section--dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(35, 79, 120, 0.18), transparent 35%),
    var(--night);
}

.section__heading {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.section--dark .section__heading h2,
.contact-section h2 {
  color: var(--white);
}

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

.program {
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.13);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
}

.program--large {
  grid-column: span 4;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 26px;
  align-items: end;
  padding: 0;
  overflow: hidden;
}

.program--large img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
}

.program--large div {
  padding: 36px 34px 36px 0;
}

.program__label {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.program p:not(.program__label) {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.program--photo {
  padding: 0;
  overflow: hidden;
}

.program--photo img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.program--photo div {
  padding: 22px;
}

.program--photo .price {
  margin-top: 22px;
}

.program a {
  margin-top: 12px;
  color: var(--white);
  font-weight: 850;
  text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.price {
  display: block;
  margin-top: 28px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.training-heading {
  max-width: 920px;
  margin-bottom: 26px;
}

.price-stack {
  display: grid;
  gap: 16px;
}

.price-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 0;
  align-items: stretch;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.035)),
    rgba(2, 8, 14, 0.82);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.price-block--featured {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.032)),
    rgba(2, 8, 14, 0.88);
}

.price-block__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #050a0f;
}

.price-block__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 42%, rgba(2, 8, 14, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
}

.price-block__media img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.price-block:hover .price-block__media img {
  transform: scale(1.035);
}

.price-block--starter .price-block__media img {
  object-position: 44% center;
}

.price-block--rates .price-block__media img {
  object-position: 70% center;
}

.price-block--trailer .price-block__media img {
  object-position: 48% center;
}

.price-block__content {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 18px;
  padding: clamp(26px, 4vw, 52px);
}

.price-block__header h3,
.price-block__title {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.price-block__title span {
  display: inline-block;
  color: var(--gold);
  white-space: nowrap;
}

.price-lines,
.price-table {
  margin: 0;
  padding: 0;
}

.price-lines {
  display: grid;
  gap: 12px;
  list-style: none;
}

.price-lines li,
.price-table div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.78);
}

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

.price-lines span,
.price-table dt {
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.price-lines strong,
.price-table dd {
  margin: 0;
  flex: 0 0 auto;
  color: var(--white);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 950;
}

.feature-band {
  background: var(--paper);
}

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

.feature-list div {
  min-height: 270px;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-list div:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(16, 21, 27, 0.12);
}

.feature-list span {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 42px;
  background: var(--red);
}

.feature-list h3 {
  margin-bottom: 12px;
  font-size: clamp(1.18rem, 1.45vw, 1.48rem);
  line-height: 1.08;
}

.feature-list p {
  color: var(--ink-soft);
  line-height: 1.58;
}

.service-area {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.78) 0%, rgba(8, 13, 18, 0.58) 44%, rgba(8, 13, 18, 0.26) 100%),
    linear-gradient(180deg, rgba(8, 13, 18, 0.08), rgba(8, 13, 18, 0.66)),
    url("../img/audi-etron-s-generated.png") center 58% / cover no-repeat;
}

.service-area--text-only {
  grid-template-columns: minmax(0, 720px);
}

.service-area--with-app {
  grid-template-columns: minmax(300px, 0.98fr) minmax(280px, 0.82fr);
}

.service-area__copy {
  max-width: 760px;
}

.service-area__copy p + p {
  margin-top: 18px;
}

.service-area .eyebrow {
  color: var(--red);
}

.service-area p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.app-preview {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(0px, 2vw, 22px);
}

.app-preview img {
  position: relative;
  width: min(79%, 330px);
  max-height: 506px;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.46));
  transform: translateX(12px) rotate(-3deg);
  transform-origin: 50% 100%;
}

.inline-text-link {
  position: relative;
  color: #fff6df;
  font-weight: 780;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(214, 169, 81, 0.18);
  transition:
    color 260ms ease,
    text-shadow 260ms ease;
}

.inline-text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f08a35, var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.inline-text-link:hover,
.inline-text-link:focus-visible {
  color: var(--white);
  text-shadow: 0 0 22px rgba(240, 138, 53, 0.34);
}

.inline-text-link:hover::after,
.inline-text-link:focus-visible::after {
  transform: scaleX(1);
}

.inline-text-link:focus-visible {
  outline: none;
}

.local-hero {
  position: relative;
  min-height: 88svh;
  padding: 150px max(22px, calc((100vw - var(--max)) / 2)) 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background: #091018;
}

.local-page {
  min-height: 100vh;
  background: #080d12;
}

.local-hero--kop {
  min-height: 100svh;
  padding-top: 108px;
  padding-bottom: 68px;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.5fr);
  gap: clamp(24px, 4vw, 56px);
}

.local-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.96) 0%, rgba(8, 13, 18, 0.74) 42%, rgba(8, 13, 18, 0.34) 70%, rgba(8, 13, 18, 0.82) 100%),
    linear-gradient(0deg, rgba(8, 13, 18, 0.92) 0%, rgba(8, 13, 18, 0.14) 42%, rgba(8, 13, 18, 0.56) 100%);
}

.local-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.13;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.local-hero__background {
  position: absolute;
  inset: 0;
}

.local-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(0.95) contrast(1.08);
}

.local-hero__copy,
.local-hero__panel,
.local-app-side {
  position: relative;
  z-index: 3;
}

.local-hero h1 {
  max-width: 11.6ch;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 6.4vw, 6.7rem);
}

.local-hero--kop h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 5.8vw, 6rem);
}

.local-hero h1 span:last-child {
  font-size: 1em;
}

.local-hero__body {
  max-width: 52rem;
  margin-bottom: 32px;
  display: grid;
  gap: 15px;
}

.local-hero--kop .local-hero__body {
  max-width: 60rem;
  margin-bottom: 22px;
  gap: 10px;
}

.local-hero__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.14vw, 1.12rem);
  font-weight: 560;
  line-height: 1.62;
}

.local-hero--kop .local-hero__body p {
  font-size: clamp(0.94rem, 0.92vw, 1.03rem);
  line-height: 1.48;
}

.local-hero__body a {
  position: relative;
  color: #fff6df;
  font-weight: 780;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(214, 169, 81, 0.18);
  transition:
    color 260ms ease,
    text-shadow 260ms ease;
}

.local-hero__body a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f08a35, var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.local-hero__body a:hover::after,
.local-hero__body a:focus-visible::after {
  transform: scaleX(1);
}

.local-hero__body a:hover,
.local-hero__body a:focus-visible {
  color: var(--white);
  text-shadow: 0 0 22px rgba(240, 138, 53, 0.34);
}

.local-hero__body a:focus-visible {
  outline: none;
}

.local-hero__panel {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(6, 11, 17, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.local-hero__panel--info {
  align-self: center;
}

.local-hero__panel--info h2 {
  max-width: 12.5ch;
}

.local-region-list {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.03rem;
  line-height: 1.55;
}

.local-proof-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.local-proof-grid div {
  min-height: 108px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.local-proof-grid span {
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.local-proof-grid strong {
  color: var(--white);
  font-size: clamp(1.04rem, 1.4vw, 1.28rem);
  line-height: 1.12;
}

.local-mini-faq {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.local-mini-faq p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.48;
  background: rgba(255, 255, 255, 0.055);
}

.local-mini-faq strong {
  color: var(--white);
}

.local-app-side {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  isolation: isolate;
  padding-right: clamp(4px, 1vw, 14px);
}

.local-app-side::before {
  content: "";
  position: absolute;
  width: min(78%, 420px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 45%, rgba(214, 36, 62, 0.28), transparent 58%),
    radial-gradient(circle at 62% 68%, rgba(236, 177, 72, 0.2), transparent 56%);
  filter: blur(12px);
  opacity: 0.9;
  z-index: -1;
}

.local-app-side img {
  width: min(74%, 360px);
  max-height: 640px;
  object-fit: contain;
  filter: drop-shadow(0 36px 48px rgba(0, 0, 0, 0.52));
  transform: translateX(30px) rotate(-3.5deg);
  transform-origin: 50% 100%;
}

.local-hero__footer {
  position: absolute;
  left: max(22px, calc((100vw - var(--max)) / 2));
  right: max(22px, calc((100vw - var(--max)) / 2));
  bottom: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  font-weight: 760;
}

.local-hero__footer p {
  margin: 0;
}

.local-hero__footer a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 820;
  text-decoration: none;
  transition: color 260ms ease;
}

.local-hero__footer a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f08a35, var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.local-hero__footer a:hover::after,
.local-hero__footer a:focus-visible::after {
  transform: scaleX(1);
}

.local-hero__footer a:hover,
.local-hero__footer a:focus-visible {
  color: var(--white);
}

.local-hero__footer a:focus-visible {
  outline: none;
}

.local-hero__footer [aria-label="love"] {
  color: var(--red);
  text-shadow: 0 0 18px rgba(214, 34, 53, 0.36);
}

.local-hero__footer nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.local-social {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.local-social svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.local-social--instagram svg {
  color: #e4405f;
}

.local-social--instagram svg rect,
.local-social--instagram svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
}

.local-social--instagram svg circle:last-child {
  fill: #f77737;
  stroke: none;
}

.local-social--linkedin svg {
  fill: #0a66c2;
}

.local-app-side__badge {
  position: absolute;
  z-index: 2;
  width: min(48%, 196px);
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(8, 13, 18, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.local-app-side__badge--top {
  top: 18%;
  left: 6%;
}

.local-app-side__badge--bottom {
  right: 6%;
  bottom: 22%;
}

.local-app-side__badge span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.local-app-side__badge strong {
  display: block;
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.16;
}

.local-hero__panel h2 {
  max-width: 10.5ch;
  font-size: clamp(2rem, 3.15vw, 3.3rem);
}

.local-hero__panel dl {
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.local-hero__panel div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.local-hero__panel dt {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.local-hero__panel dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.local-jump-list {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.local-jump-list a {
  min-height: 52px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.055);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.local-jump-list a::after {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f08a35, var(--red));
  transform-origin: left;
  transition: transform 320ms ease;
}

.local-jump-list a:hover,
.local-jump-list a:focus-visible {
  border-color: rgba(236, 177, 72, 0.44);
  background: rgba(255, 255, 255, 0.09);
  outline: none;
  transform: translateY(-2px);
}

.local-jump-list a:hover::after,
.local-jump-list a:focus-visible::after {
  transform: scaleX(1.22);
}

.local-section .section__heading {
  max-width: 880px;
}

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

.local-card {
  min-height: 255px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.38);
}

.local-card--large {
  grid-column: span 2;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 13, 18, 0.86), rgba(17, 26, 35, 0.66)),
    url("../img/audi-a3-s-line-rear-generated.png") center / cover no-repeat;
}

.local-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

.local-card--large p {
  color: rgba(255, 255, 255, 0.76);
}

.local-card__link {
  width: fit-content;
  margin-top: 18px;
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}

.local-card__link:hover,
.local-card__link:focus-visible {
  color: #9d0f24;
  outline: none;
}

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

.local-programs article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028));
}

.local-programs img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.local-programs div {
  padding: 22px;
}

.local-programs span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.local-programs p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.inline-dark-link {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.inline-dark-link:hover,
.inline-dark-link:focus-visible {
  color: var(--gold);
  outline: none;
}

.local-contact-cta {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.site-footer--local {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  background: #080d12;
}

.site-footer--local .site-footer__copy,
.site-footer--local .site-footer__credit {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer--local a {
  color: var(--white);
}

.faq {
  background: var(--paper-2);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 0;
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 1.12rem;
  font-weight: 850;
}

.faq summary::marker {
  color: var(--red);
}

.faq details p {
  margin: 0;
  padding: 0 24px 22px 44px;
  color: var(--ink-soft);
  line-height: 1.62;
}

.contact-section {
  margin: clamp(70px, 8vw, 112px) max(22px, calc((100vw - var(--max)) / 2));
  padding: clamp(34px, 6vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
  color: var(--white);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 20%, rgba(214, 169, 81, 0.22), transparent 24%),
    linear-gradient(135deg, var(--night), var(--night-2));
  box-shadow: var(--shadow);
}

.contact-section__intro {
  display: grid;
  align-content: center;
}

.contact-section h2 {
  max-width: 10ch;
  font-size: clamp(2rem, 3.35vw, 3.85rem);
  line-height: 0.98;
}

.contact-section .eyebrow {
  color: var(--red);
}

.contact-section__intro > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-actions {
  justify-content: flex-end;
  max-width: 360px;
  margin-top: 30px;
}

.contact-actions .button,
.contact-mail {
  width: 100%;
}

.contact-mail {
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  text-decoration: none;
}

.contact-form {
  position: relative;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(7, 12, 18, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--white);
  background: rgba(2, 7, 12, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-form textarea {
  height: 118px;
  min-height: 118px;
  max-height: 118px;
  resize: none;
  overflow-y: auto;
  scrollbar-color: rgba(214, 169, 81, 0.7) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
  line-height: 1.55;
}

.contact-form textarea::-webkit-scrollbar {
  width: 8px;
}

.contact-form textarea::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-form textarea::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--red));
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(214, 169, 81, 0.72);
  background: rgba(3, 9, 15, 0.66);
  box-shadow:
    0 0 0 4px rgba(214, 169, 81, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.contact-form__message {
  margin-top: 14px;
}

.contact-form__footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.field-counter {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  font-weight: 850;
}

.form-status {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.form-status--success {
  color: #e8fff0;
  border: 1px solid rgba(80, 220, 133, 0.26);
  background: rgba(28, 140, 74, 0.22);
}

.form-status--error {
  color: #fff1f2;
  border: 1px solid rgba(214, 34, 53, 0.36);
  background: rgba(214, 34, 53, 0.18);
}

.contact-honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 28px max(22px, calc((100vw - var(--max)) / 2)) 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-footer p {
  margin: 0;
}

.site-footer__copy {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 24px;
}

.site-footer__credit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-self: center;
  color: var(--ink);
  white-space: nowrap;
}

.site-footer__credit span {
  color: var(--red);
  font-size: 1.12em;
  line-height: 1;
}

.site-footer__links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-footer a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.site-footer__social {
  gap: 7px;
}

.site-footer__social svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.site-footer__social--instagram svg rect,
.site-footer__social--instagram svg circle {
  fill: none;
  stroke: url(#instagram-gradient);
  stroke-width: 1.85;
}

.site-footer__social--instagram svg circle:last-child {
  fill: #d62976;
  stroke: none;
}

.site-footer__social--linkedin svg {
  fill: #0a66c2;
}

.site-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f08a35, var(--red));
  box-shadow: 0 0 14px rgba(214, 169, 81, 0.18);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 380ms cubic-bezier(0.22, 0.85, 0.22, 1);
}

.site-footer a:hover::after,
.site-footer a:focus-visible::after {
  transform: scaleX(1);
}

.site-footer a:focus-visible {
  outline: none;
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 28px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    padding: 14px;
    border: 1px solid var(--line-light);
    border-radius: 24px;
    background: rgba(8, 13, 18, 0.96);
    box-shadow: 0 18px 55px rgba(7, 11, 16, 0.24);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 14px;
  }

  .hero,
  .local-hero,
  .section--split,
  .service-area,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 138px;
  }

  h1 {
    margin-bottom: 26px;
  }

  .hero__lead {
    margin-bottom: 22px;
  }

  .hero__motto {
    margin-bottom: 24px;
  }

  .hero__stats {
    margin-top: 28px;
  }

  .hero__stats div {
    min-height: 120px;
  }

  .hero__background img {
    object-position: 65% center;
  }

  .drive-card,
  .fleet-card {
    margin-left: 0;
  }

  .section__intro {
    position: static;
  }

  .program-grid,
  .feature-list,
  .local-grid,
  .local-programs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .local-hero--kop {
    padding-bottom: 44px;
  }

  .local-hero h1 {
    max-width: 10.6ch;
  }

  .local-hero__panel {
    max-width: 620px;
  }

  .local-app-side {
    min-height: 520px;
    max-width: 620px;
    justify-content: flex-end;
  }

  .local-app-side img {
    width: min(54%, 290px);
    max-height: 510px;
    transform: translateX(18px) rotate(-3deg);
  }

  .local-hero__footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-column: 1;
    margin-top: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .local-app-side__badge--top {
    left: 8%;
  }

  .local-app-side__badge--bottom {
    right: 8%;
  }

  .local-card--large {
    grid-column: span 2;
  }

  .program--large {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .program--large img {
    min-height: 320px;
  }

  .program--large div {
    padding: 0 26px 30px;
  }

  .price-block {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .price-block__media img {
    min-height: 270px;
  }

  .contact-actions {
    justify-content: flex-start;
    max-width: none;
  }

  .contact-form {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 18px), var(--max));
    min-height: 58px;
    padding: 8px;
  }

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

  .brand__text small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 108px 18px 54px;
  }

  .local-hero {
    padding: 110px 18px 58px;
    gap: 22px;
  }

  .local-hero--kop {
    padding-bottom: 30px;
  }

  .local-hero h1 {
    max-width: 100%;
  }

  .local-hero__panel {
    padding: 20px;
    border-radius: 20px;
  }

  .local-hero__panel h2 {
    max-width: 100%;
  }

  .local-app-side {
    min-height: 430px;
    margin-top: 4px;
  }

  .local-app-side img {
    width: min(52%, 230px);
    max-height: 390px;
    transform: translateX(8px) rotate(-3deg);
  }

  .local-app-side__badge {
    width: min(46%, 170px);
    padding: 12px 13px;
    border-radius: 15px;
  }

  .local-app-side__badge strong {
    font-size: 0.88rem;
  }

  .local-app-side__badge--top {
    top: 12%;
    left: 0;
  }

  .local-app-side__badge--bottom {
    right: 0;
    bottom: 16%;
  }

  .local-hero__body {
    gap: 13px;
    margin-bottom: 24px;
  }

  .local-hero__body p {
    font-size: 0.98rem;
    line-height: 1.54;
  }

  .local-hero__footer {
    display: grid;
    gap: 10px;
    font-size: 0.8rem;
  }

  .local-hero__footer nav {
    flex-wrap: wrap;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11vw, 3.25rem);
    line-height: 0.9;
  }

  h1 span:last-child {
    font-size: 0.74em;
  }

  .hero__lead {
    max-width: 34rem;
    margin-bottom: 18px;
    font-size: 1.06rem;
    line-height: 1.48;
  }

  .hero__motto {
    margin-bottom: 18px;
  }

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

  .hero__actions .button {
    min-height: 48px;
    padding-inline: 14px;
  }

  .contact-actions .button {
    width: 100%;
  }

  .hero__stats {
    margin-top: 22px;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__stats div {
    min-height: 116px;
    padding: 12px;
  }

  .hero__stats dt {
    font-size: 1.28rem;
  }

  .hero__stats dd {
    margin-top: 6px;
    font-size: 0.78rem;
  }

  .hero__background img {
    object-position: 58% center;
  }

  .drive-card {
    padding: 18px;
    border-radius: 18px;
  }

  .fleet-card {
    padding: 14px;
    border-radius: 18px;
  }

  .section {
    padding: 64px 18px;
  }

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

  .program-grid,
  .feature-list,
  .local-grid,
  .local-programs {
    grid-template-columns: 1fr;
  }

  .local-card,
  .local-programs article {
    min-height: auto;
    border-radius: 20px;
  }

  .local-card {
    padding: 20px;
  }

  .local-card--large {
    grid-column: span 1;
  }

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

  .program--large {
    grid-column: span 1;
  }

  .program {
    min-height: auto;
  }

  .price-block {
    border-radius: 20px;
  }

  .price-block__media img {
    min-height: 220px;
  }

  .price-block__content {
    padding: 22px;
  }

  .price-lines li,
  .price-table div {
    gap: 12px;
    padding: 13px 0;
  }

  .app-preview {
    min-height: 320px;
    justify-content: center;
    padding-right: 0;
  }

  .app-preview img {
    width: min(57%, 231px);
    max-height: 341px;
    transform: translateX(10px) rotate(-3deg);
  }

  .contact-section {
    margin: 58px 18px;
    padding: 32px 20px;
    border-radius: 20px;
  }

  .contact-form {
    padding: 20px;
    border-radius: 18px;
  }

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

  .contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-form__footer .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 26px 18px 34px;
    text-align: center;
  }

  .site-footer__copy,
  .site-footer__credit,
  .site-footer__links {
    justify-self: center;
    justify-content: center;
  }

  .site-footer__credit {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 1.9rem;
  }

  h1 span:last-child {
    font-size: 0.78em;
  }

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

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

  .fleet-card__cars {
    grid-template-columns: 1fr;
  }

  .local-hero {
    padding-top: 102px;
  }

  .local-hero h1 {
    font-size: 2.35rem;
  }

  .local-hero__panel dl {
    gap: 10px;
  }

  .local-app-side {
    min-height: 390px;
  }

  .local-app-side img {
    width: min(54%, 206px);
    max-height: 360px;
    transform: translateX(4px) rotate(-3deg);
  }

  .local-app-side__badge {
    width: min(48%, 150px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
