:root {
  --cab-yellow: #f9b731;
  --cab-yellow-dark: #e6a00d;
  --cab-ink: #111318;
  --cab-text: #555f6f;
  --cab-muted: #7a8493;
  --cab-border: #e8ebf0;
  --cab-soft: #f5f6f8;
  --cab-soft-2: #eef1f5;
  --cab-white: #fff;
  --cab-shadow: 0 18px 55px rgba(25, 31, 42, .11);
  --cab-shadow-soft: 0 12px 32px rgba(25, 31, 42, .08);
  --cab-radius: 14px;
  --cab-radius-lg: 26px;
  --cab-container: min(1170px, calc(100vw - 40px));
  --cab-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  color: var(--cab-ink);
  background: var(--cab-white);
  font-family: var(--cab-font);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.cab-container { width: var(--cab-container); margin-inline: auto; }

.site-topbar {
  position: relative;
  z-index: 50;
  color: var(--cab-ink);
  background: linear-gradient(90deg, var(--cab-yellow) 0 20%, var(--cab-soft-2) 20% 80%, var(--cab-yellow) 80% 100%);
  border-bottom: 1px solid rgba(17,19,24,.08);
  font-size: 15px;
  font-weight: 900;
}
.site-topbar__inner {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.site-topbar__list {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-topbar__list li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}
.site-topbar__list li::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.site-topbar__list li:nth-child(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.31 1.85.53 2.81.66A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.31 1.85.53 2.81.66A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}
.site-topbar__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.topbar-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.topbar-action::before {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 18h13'/%3E%3Cpath d='M3 6h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 18h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 18h13'/%3E%3Cpath d='M3 6h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 18h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}
.topbar-action--contact::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  background: var(--cab-white);
  box-shadow: 0 12px 30px rgba(25,31,42,.08);
}
.site-header__inner {
  display: grid;
  min-height: 90px;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}
.site-brand__logo {
  display: block;
  width: auto;
  height: 50px;
  max-width: min(235px, 42vw);
  object-fit: contain;
}
.site-brand__mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border-radius: 50%;
}
.site-brand__mark svg { width: 34px; height: 34px; fill: currentColor; }
.site-brand__text strong { display: block; font-size: 25px; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.site-brand__text span { display: block; margin-top: 4px; color: var(--cab-muted); font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }

.site-footer .site-brand__logo {
  height: 48px;
  filter: brightness(0) invert(1);
  opacity: .95;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 16px;
  font-weight: 900;
}
.site-nav a {
  position: relative;
  padding: 32px 0;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--cab-yellow);
  border-radius: 99px;
  opacity: 0;
  transform: scaleX(.55);
  transition: opacity .18s ease, transform .18s ease;
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--cab-yellow-dark); }
.site-nav a:hover::after,
.site-nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.site-nav .site-nav__mobile-only,
.site-nav li.site-nav__mobile-only { display: none; }
.header-tools { display: flex; align-items: center; gap: 14px; }
.icon-btn,
.site-menu-toggle {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--cab-ink);
  background: var(--cab-soft);
  border: 0;
  border-radius: 50%;
}
.icon-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}
.site-menu-toggle { display: none; justify-self: end; margin-left: auto; background: var(--cab-yellow); border-radius: 12px; }
.site-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  background: currentColor;
}

.cab-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 15px 32px rgba(249,183,49,.25);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.cab-btn:hover,
.cab-btn:focus-visible {
  color: var(--cab-ink);
  background: var(--cab-yellow-dark);
}
.cab-btn--white { background: var(--cab-white); box-shadow: var(--cab-shadow-soft); }
.cab-btn--soft { background: var(--cab-soft); box-shadow: none; }
.cab-btn--small { min-height: 44px; padding-inline: 22px; }
.cab-btn--call {
  min-height: 64px;
  padding-inline: 38px;
  font-size: 15px;
}
.mobile-break { display: none; }

.hero {
  position: relative;
  min-height: 650px;
  padding: 170px 0 172px;
  background:
    radial-gradient(circle at 84% 20%, rgba(249,183,49,.36), transparent 24%),
    linear-gradient(180deg, rgba(238,241,245,.92), rgba(245,246,248,.96)),
    var(--cab-soft);
  overflow: hidden;
  text-align: center;
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .45;
  background-image: linear-gradient(45deg, rgba(17,19,24,.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(17,19,24,.05) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(17,19,24,.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(17,19,24,.05) 75%);
  background-position: 0 0, 0 18px, 18px -18px, -18px 0;
  background-size: 36px 36px;
}
.hero__inner {
  position: relative;
  display: block;
}
.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin-inline: auto;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--cab-yellow-dark);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 6px;
  line-height: 1;
  text-transform: uppercase;
}
.section-kicker::after {
  display: inline-block;
  width: 38px;
  height: 3px;
  content: "";
  background: var(--cab-yellow);
  border-radius: 99px;
}
.hero h1 {
  max-width: 770px;
  margin: 0 auto;
  font-size: clamp(50px, 6vw, 86px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 span,
.section-title span { color: var(--cab-yellow-dark); }
.hero p {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--cab-text);
  font-size: 18px;
}
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-top: 34px; }
.hero__media {
  position: absolute;
  right: -80px;
  bottom: -118px;
  z-index: 1;
  width: min(620px, 52vw);
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: .18;
  pointer-events: none;
}
.hero__media img { width: 100%; filter: drop-shadow(0 24px 28px rgba(25,31,42,.10)); }
.hero__float { display: none; }
.hero__float span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--cab-yellow);
  border-radius: 50%;
}

.booking-wrap { position: relative; z-index: 5; margin-top: -74px; }
.booking-card {
  padding: 32px;
  background: var(--cab-white);
  border-radius: var(--cab-radius-lg);
  box-shadow: var(--cab-shadow);
}
.booking-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.booking-card h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.1; }
.booking-card__note { color: var(--cab-text); font-weight: 800; }
.booking-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)) auto; gap: 16px; }
.field { display: grid; gap: 8px; }
.field span { color: var(--cab-ink); font-size: 14px; font-weight: 900; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  color: var(--cab-ink);
  background: var(--cab-white);
  border: 1px solid var(--cab-border);
  border-radius: 10px;
  outline: none;
}
.field textarea { min-height: 150px; padding-top: 16px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--cab-yellow-dark); box-shadow: 0 0 0 4px rgba(249,183,49,.15); }
.field--checkbox {
  align-content: end;
}
.field--checkbox .wpcf7-form-control-wrap,
.field--checkbox .wpcf7-checkbox,
.field--checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.field--checkbox .wpcf7-list-item label,
.field--checkbox {
  color: var(--cab-ink);
  font-size: 14px;
  font-weight: 900;
}
.field--checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 2px;
}
.field--checkbox input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  accent-color: var(--cab-yellow-dark);
  box-shadow: none;
}
.booking-grid .cab-btn { align-self: end; min-height: 58px; }
.form-notice { display: none; margin: 14px 0 0; color: var(--cab-yellow-dark); font-weight: 900; }
.form-notice.is-visible { display: block; }

.section { padding: 110px 0; }
.section--soft { background: var(--cab-soft); }
.section--tight { padding: 86px 0; }
.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-title {
  margin: 0;
  color: var(--cab-ink);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}
.section-text { margin: 18px auto 0; color: var(--cab-text); font-size: 17px; }

.split {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 70px;
}
.image-stage {
  position: relative;
  padding: 30px;
  background: var(--cab-white);
  border-radius: var(--cab-radius-lg);
  box-shadow: var(--cab-shadow-soft);
}
.image-stage::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 180px;
  height: 180px;
  content: "";
  border: 8px solid rgba(249,183,49,.45);
  border-radius: 50%;
  pointer-events: none;
}
.experience-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--cab-white);
  border-radius: 999px;
  box-shadow: var(--cab-shadow-soft);
  font-weight: 950;
}
.experience-badge span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: var(--cab-yellow);
  border-radius: 50%;
}
.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 34px;
  list-style: none;
}
.check-list li { position: relative; padding-left: 34px; color: var(--cab-text); font-weight: 800; }
.check-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border-radius: 50%;
}
.check-list li::after {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 8px;
  height: 5px;
  content: "";
  border-bottom: 2px solid var(--cab-ink);
  border-left: 2px solid var(--cab-ink);
  transform: rotate(-45deg);
}

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.card-grid--four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-card,
.taxi-card,
.step-card,
.contact-card,
.faq-item,
.rate-card {
  background: var(--cab-white);
  border: 1px solid var(--cab-border);
  border-radius: var(--cab-radius);
  box-shadow: var(--cab-shadow-soft);
}
.service-card { padding: 34px 28px; text-align: center; }
.service-card__icon,
.contact-card__icon,
.step-card__number {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--cab-ink);
  background: #fff5de;
  border: 2px solid rgba(249,183,49,.28);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 950;
}
.service-card__icon svg,
.trust-strip span svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.service-card h3,
.taxi-card h3,
.step-card h3,
.contact-card h3,
.rate-card h3 { margin: 0; font-size: 23px; line-height: 1.2; }
.service-card p,
.taxi-card p,
.step-card p,
.contact-card p,
.rate-card p { margin: 14px 0 0; color: var(--cab-text); }
.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--cab-yellow-dark);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.taxi-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 42px; }
.taxi-filter button {
  min-height: 48px;
  padding: 0 24px;
  color: var(--cab-ink);
  background: var(--cab-soft-2);
  border: 1px solid var(--cab-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.taxi-filter button.is-active { color: var(--cab-ink); background: var(--cab-yellow); }
.taxi-card { overflow: hidden; padding: 30px; }
.taxi-card__image {
  display: grid;
  min-height: 210px;
  place-items: center;
  margin-bottom: 24px;
  background: var(--cab-soft);
  border-radius: 16px;
}
.taxi-card__price { color: var(--cab-yellow-dark); font-weight: 950; }
.taxi-specs { display: grid; gap: 10px; padding: 20px 0; margin: 20px 0; border-block: 1px solid var(--cab-border); }
.taxi-specs li { display: flex; justify-content: space-between; gap: 20px; color: var(--cab-text); font-weight: 800; }
.taxi-specs b { color: var(--cab-ink); }

.cta-band {
  padding: 72px 0;
  background: linear-gradient(110deg, var(--cab-yellow) 0 64%, var(--cab-soft-2) 64% 100%);
}
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.05; }

.page-hero {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  color: var(--cab-white);
  background: #17212b;
  text-align: center;
}
.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .92;
  background: url("../images/taxi-hero-jever-panorama.webp") center / cover no-repeat;
  transform: scale(1.03);
}
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(18,28,38,.72), rgba(18,28,38,.46) 50%, rgba(18,28,38,.62));
}
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { margin: 0; color: var(--cab-white); font-size: clamp(46px, 5vw, 70px); font-weight: 950; line-height: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; color: rgba(255,255,255,.84); font-weight: 950; }
.breadcrumb span + span { display: inline-flex; align-items: center; gap: 10px; }
.breadcrumb span + span::before { content: "/"; color: rgba(255,255,255,.58); }
.breadcrumb span:last-child { color: var(--cab-yellow); }

.step-card { padding: 34px; text-align: center; }
.step-card__number { background: var(--cab-yellow); border-color: transparent; }
.faq-list { display: grid; gap: 16px; }
.faq-item { overflow: hidden; }
.faq-item button {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  background: var(--cab-white);
  border: 0;
  color: var(--cab-ink);
  font-weight: 950;
  text-align: left;
}
.faq-item__body { display: none; padding: 0 24px 24px; color: var(--cab-text); }
.faq-item.is-open .faq-item__body { display: block; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.contact-card { padding: 30px; }
.contact-card + .contact-card { margin-top: 18px; }
.contact-card__icon { margin-inline: 0; }
.contact-form { padding: 34px; background: var(--cab-white); border: 1px solid var(--cab-border); border-radius: var(--cab-radius-lg); box-shadow: var(--cab-shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-grid .field--full { grid-column: 1 / -1; }

.blog-card { overflow: hidden; padding: 0; }
.blog-card__image {
  display: grid;
  min-height: 210px;
  place-items: center;
  background: var(--cab-soft);
}
.blog-card__image img { width: 100%; max-height: 220px; object-fit: contain; padding: 24px; }
.blog-card__body { padding: 28px; }
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--cab-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer { background: var(--cab-soft-2); border-top: 1px solid var(--cab-border); }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; padding: 82px 0; }
.footer-brand p { max-width: 360px; color: var(--cab-text); }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col h2 { margin: 0 0 12px; font-size: 20px; }
.footer-col a,
.footer-col span { color: var(--cab-text); font-weight: 800; }
.footer-col a:hover { color: var(--cab-yellow-dark); }
.footer-bottom { padding: 20px 0; background: var(--cab-white); color: var(--cab-muted); font-size: 14px; font-weight: 800; text-align: center; }
.footer-bottom p { margin: 0; }

@media (max-width: 1120px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-menu-toggle { display: inline-flex; flex-direction: column; gap: 3px; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    padding: 18px;
    background: var(--cab-white);
    border: 1px solid var(--cab-border);
    border-radius: var(--cab-radius);
    box-shadow: var(--cab-shadow);
  }
  .site-nav.is-open { display: grid; justify-content: stretch; gap: 0; }
  .site-nav a { padding: 13px 12px; }
  .site-nav a::after { bottom: 6px; }
  .site-nav.is-open .site-nav__mobile-only,
  .site-nav.is-open li.site-nav__mobile-only { display: block; }
  .icon-btn { display: none; }
  .hero__inner,
  .split,
  .contact-layout { grid-template-columns: 1fr; }
  .booking-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .booking-grid .cab-btn { grid-column: 1 / -1; }
  .card-grid,
  .card-grid--four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-top { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --cab-container: min(calc(100vw - 28px), 680px); }
  html { scroll-padding-top: 86px; }
  .site-topbar { display: none; }
  .site-header__inner { min-height: 78px; grid-template-columns: minmax(0, 1fr) auto; justify-content: stretch; column-gap: 0; }
  .site-menu-toggle { grid-column: 2; grid-row: 1; }
  .site-menu-toggle span:not(.screen-reader-text):first-child { margin-top: 17px; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; }
  .header-tools .cab-btn { display: none; }
  .site-brand__text strong { font-size: 20px; }
  .site-brand__text span { font-size: 9px; }
  .section-kicker {
    max-width: 290px;
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .section-kicker::after { display: none; }
  .hero { min-height: auto; padding: 82px 0 106px; }
  .hero__inner { gap: 34px; }
  .hero h1 {
    max-width: 300px;
    font-size: clamp(32px, 8vw, 34px);
    line-height: 1.06;
    text-wrap: balance;
  }
  .mobile-break { display: block; }
  .hero p { max-width: 300px; font-size: 15px; }
  .hero__media { display: none; }
  .hero__float { position: static; margin-top: 14px; }
  .booking-wrap { margin-top: -50px; }
  .booking-card { padding: 22px; }
  .booking-card__head,
  .cta-band__inner { align-items: stretch; flex-direction: column; }
  .booking-grid,
  .card-grid,
  .card-grid--four,
  .form-grid,
  .footer-top { grid-template-columns: 1fr; }
  .section { padding: 74px 0; }
  .page-hero { min-height: 260px; }
  .split { gap: 34px; }
  .image-stage { padding: 16px; }
  .experience-badge { position: static; margin-bottom: 16px; }
  .cta-band { background: var(--cab-yellow); }
  .cab-btn { width: 100%; }
}

/* Home page visual match for the supplied Taxi Ahlers reference screenshot. */
.home-template {
  background: var(--cab-white);
}

.home-template .site-topbar {
  color: var(--cab-white);
  background: var(--cab-ink);
  border-bottom: 0;
}

.home-template .site-topbar__inner {
  min-height: 58px;
}

.home-template .site-topbar__list {
  align-self: stretch;
  gap: 0;
}

.home-template .site-topbar__list li {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 26px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.home-template .site-topbar__list li:first-child {
  color: var(--cab-ink);
  background: var(--cab-yellow);
}

.home-template .site-header {
  position: relative;
  box-shadow: 0 8px 26px rgba(17,19,24,.08);
}

.home-template .site-header__inner {
  min-height: 112px;
}

.home-template .site-brand--ahlers .site-brand__logo {
  height: 60px;
  max-width: min(265px, 44vw);
}

.site-brand--ahlers .site-brand__mark {
  width: 64px;
  height: 64px;
}

.site-brand--ahlers .site-brand__text strong {
  font-size: 28px;
}

.site-brand--ahlers .site-brand__text span {
  color: var(--cab-ink);
  font-size: 13px;
  letter-spacing: 2px;
}

.home-template .site-nav {
  gap: 28px;
}

.home-template .site-nav a {
  padding: 43px 0;
}

.home-template .site-nav a::after {
  bottom: 31px;
}

.home-template .cab-btn {
  min-height: 56px;
  padding-inline: 30px;
}

.home-template .section-title {
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.1;
}

.hero--photo {
  --hero-parallax-y: 0px;
  isolation: isolate;
  min-height: 560px;
  padding: 140px 0 168px;
  color: var(--cab-white);
  background: #17212b;
}

.hero--photo::before {
  position: absolute;
  z-index: -2;
  inset: -140px 0;
  display: block;
  content: "";
  opacity: 1;
  background: url("../images/taxi-hero-jever-panorama.webp") center / cover no-repeat;
  transform: translate3d(0, var(--hero-parallax-y), 0) scale(1.05);
  transform-origin: center;
  will-change: transform;
}

.hero--photo::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(18,28,38,.68), rgba(18,28,38,.34) 44%, rgba(18,28,38,.50));
  pointer-events: none;
}

.hero--photo .hero__copy {
  max-width: 820px;
}

.hero--photo .section-kicker {
  color: var(--cab-yellow);
  letter-spacing: 7px;
}

.hero--photo .section-kicker::after {
  display: none;
}

.hero--photo h1 {
  max-width: 900px;
  color: var(--cab-white);
  font-size: clamp(52px, 5.7vw, 78px);
}

.hero--photo h1 span {
  color: var(--cab-yellow);
}

.hero--photo p {
  color: rgba(255,255,255,.93);
  font-size: 20px;
  font-weight: 800;
}

.hero--photo .cab-btn--white {
  color: var(--cab-ink);
}

.home-template .hero--photo .cab-btn--call {
  min-height: 64px;
  padding-inline: 40px;
  font-size: 15px;
}

.booking-wrap--home {
  margin-top: -86px;
}

.booking-card--wide {
  padding: 34px 36px 32px;
  border: 1px solid rgba(17,19,24,.06);
  border-radius: 18px;
}

.booking-card--wide .booking-card__head {
  margin-bottom: 24px;
}

.booking-card--wide h2 {
  font-size: 34px;
}

.booking-card--wide .booking-card__note {
  position: relative;
  padding-left: 14px;
  color: var(--cab-text);
  font-size: 14px;
}

.booking-card--wide .booking-card__note::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--cab-yellow);
  border-radius: 50%;
  transform: translateY(-50%);
}

.booking-grid--request {
  grid-template-columns: 1.15fr 1.15fr .82fr .82fr;
  align-items: end;
}

.booking-grid--request > .field--wide,
.booking-grid--request > p:has(.field--wide) {
  grid-column: 1 / -1;
  margin: 0;
}

.booking-grid--request > .field--wide,
.booking-grid--request > p:has(.field--wide) .field--wide {
  width: 100%;
}

.booking-grid--request .field:nth-of-type(5),
.booking-grid--request .field:nth-of-type(6) {
  grid-column: span 1;
}

.booking-grid--request .cab-btn {
  grid-column: 4 / 5;
  grid-row: 2;
}

.home-about {
  padding: 78px 0 82px;
}

.split--home {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 84px;
}

.image-stage--home {
  max-width: 548px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.image-stage--home::after {
  right: 68px;
  bottom: 72px;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-color: rgba(249,183,49,.55);
}

.image-stage--fleet {
  display: grid;
  min-height: 430px;
  place-items: end center;
  isolation: isolate;
}

.image-stage--fleet::before {
  position: absolute;
  inset: 80px 8px 86px;
  z-index: -1;
  content: "";
  background:
    url("../images/fleet/jever-silhouette-line.svg") center 62% / 108% auto no-repeat,
    radial-gradient(circle at 50% 72%, rgba(17,19,24,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(246,247,249,.92));
  border-radius: 16px;
  opacity: .95;
}

.image-stage--home img {
  width: 100%;
  filter: drop-shadow(0 20px 28px rgba(17,19,24,.14));
}

.image-stage--fleet img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.image-stage--home .experience-badge {
  top: 14px;
  left: 0;
  max-width: 210px;
}

.home-about__copy .section-title {
  max-width: 680px;
  font-size: clamp(32px, 2.65vw, 38px);
}

.home-about__copy .section-text {
  max-width: 620px;
  margin-left: 0;
}

.services-showcase {
  padding: 82px 0 92px;
  background: #f4f5f7;
}

.services-showcase .section-head,
.fleet-showcase .section-head {
  max-width: 900px;
  margin-bottom: 38px;
}

.services-showcase .section-title,
.fleet-showcase .section-title {
  font-size: clamp(32px, 2.8vw, 40px);
}

.service-grid-five {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 30px;
}

.service-card--compact {
  min-height: 282px;
  padding: 31px 20px 27px;
  border-color: rgba(17,19,24,.05);
  border-radius: 12px;
}

.service-card--compact .service-card__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background: #fff7e7;
  font-size: 22px;
}

.service-card--compact h3 {
  font-size: 18px;
}

.service-card--compact p {
  font-size: 14px;
  line-height: 1.65;
}

.service-card--compact .text-link {
  margin-top: 22px;
  color: var(--cab-yellow-dark);
  font-size: 12px;
}

.insurance-note {
  max-width: 960px;
  margin: 28px auto 0;
  padding: 20px 24px;
  color: var(--cab-dark);
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
  background: var(--cab-white);
  border: 1px solid rgba(253,197,1,.45);
  border-radius: 18px;
  box-shadow: var(--cab-shadow-soft);
}

.insurance-note a {
  color: var(--cab-dark);
  text-decoration: underline;
  text-decoration-color: var(--cab-yellow-dark);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.fleet-showcase {
  padding: 82px 0 78px;
}

.fleet-grid {
  gap: 28px;
}

.fleet-grid--seven {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}

.taxi-card--photo {
  padding: 24px;
  border-radius: 14px;
}

.taxi-card--photo .taxi-card__image {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: end center;
  margin-bottom: 22px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.taxi-card--photo .taxi-card__image::before {
  position: absolute;
  inset: -30px 10px 44px;
  content: "";
  background: url("../images/fleet/jever-silhouette-line.svg") center 55% / 102% auto no-repeat;
  opacity: .12;
}

.taxi-card--photo .taxi-card__image::after {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 70%;
  height: 164px;
  content: "";
  border: 3px solid rgba(249,183,49,.88);
  border-bottom-color: transparent;
  border-left-color: rgba(249,183,49,.28);
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}

.taxi-card--photo .taxi-card__image img,
.fleet-vehicle {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 232px;
  object-fit: contain;
  margin-top: 50px;
  margin-bottom: 0;
  filter: none;
}

.taxi-card--photo h3 {
  font-size: 23px;
}

.fleet-grid--seven .taxi-card--photo {
  flex: 0 1 calc((100% - 72px) / 4);
  padding: 20px;
}

.fleet-grid--seven .taxi-card--photo h3 {
  font-size: 20px;
}

.taxi-card--photo .taxi-card__price {
  margin-top: 6px;
  color: var(--cab-yellow-dark);
  font-size: 14px;
}

.taxi-card--photo .taxi-specs {
  gap: 8px;
  padding: 16px 0;
  margin: 16px 0 18px;
}

.taxi-card--photo .cab-btn {
  width: 100%;
  min-height: 48px;
  padding-inline: 18px;
}

.fleet-grid--seven .taxi-card--photo .cab-btn {
  padding-inline: 12px;
  font-size: 12px;
}

.trust-strip {
  padding: 34px 0 54px;
  background: var(--cab-soft);
}

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

.trust-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 20px 24px;
  background: var(--cab-white);
  border: 1px solid rgba(17,19,24,.04);
  border-radius: 14px;
  box-shadow: var(--cab-shadow-soft);
}

.trust-strip span {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: span 2;
  place-items: center;
  color: var(--cab-yellow-dark);
  background: #fff7e7;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
}

.trust-strip b {
  font-size: 14px;
}

.trust-strip p {
  margin: 2px 0 0;
  color: var(--cab-text);
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .home-template .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .service-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fleet-grid--seven .taxi-card--photo {
    flex-basis: calc((100% - 24px) / 2);
  }

  .booking-grid--request {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-grid--request .cab-btn {
    grid-column: 3 / 4;
    grid-row: auto;
  }

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

@media (max-width: 760px) {
  .home-template .site-header__inner {
    min-height: 92px;
  }

  .site-brand__logo {
    height: 42px;
    max-width: min(180px, 52vw);
  }

  .home-template .site-brand--ahlers .site-brand__logo {
    height: 46px;
    max-width: min(195px, 54vw);
  }

  .site-brand--ahlers .site-brand__mark {
    width: 54px;
    height: 54px;
  }

  .site-brand--ahlers .site-brand__text strong {
    font-size: 20px;
  }

  .hero--photo {
    min-height: 456px;
    padding: 86px 0 112px;
  }

  .hero--photo .section-kicker {
    max-width: 280px;
    color: var(--cab-yellow);
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hero--photo h1 {
    max-width: 306px;
    font-size: 40px;
    line-height: 1.02;
  }

  .hero--photo p {
    max-width: 304px;
    font-size: 15px;
    line-height: 1.65;
  }

  .booking-wrap--home {
    margin-top: -58px;
  }

  .booking-card--wide h2 {
    font-size: 30px;
  }

  .booking-grid--request,
  .service-grid-five,
  .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  .fleet-grid--seven .taxi-card--photo {
    flex-basis: 100%;
  }

  .booking-grid--request .cab-btn {
    grid-column: auto;
    grid-row: auto;
  }

  .home-about {
    padding-top: 66px;
  }

  .split--home {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .taxi-card--photo .taxi-card__image img,
  .fleet-vehicle {
    width: 100%;
  }

  .image-stage--home .experience-badge {
    position: static;
    margin-bottom: 18px;
  }

  .image-stage--fleet {
    min-height: 330px;
    overflow: hidden;
  }

  .image-stage--fleet::before {
    inset: 72px 0 42px;
    background-size: 114% auto, auto, auto;
  }

  .image-stage--fleet img {
    width: 100%;
    margin-bottom: 34px;
  }

  .image-stage--home::after {
    display: none;
  }

  .service-card--compact {
    min-height: auto;
  }
}
