:root {
  --hero-cut-large: 14%;
  --hero-cut-medium: 8%;
  --hero-cut-small: 4%;
  --site-header-mobile-height: 4rem;
  --accent-gradient: linear-gradient(131deg, #0A2342, #2E6EB5);
  --accent-gradient-dark: linear-gradient(131deg, #081A35, #265A94);
  --nav-surface: #ffffff;
  --nav-surface-elevated: #f4f6fb;
  --nav-border: rgba(15, 21, 32, 0.1);
  --nav-text: #0f1520;
  --nav-muted: rgba(15, 21, 32, 0.62);
  --nav-highlight: rgba(10, 35, 66, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  color: #0f1520;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(10, 35, 66, 0.65);
  outline-offset: 3px;
}

body.nav-open {
  overflow: hidden;
}

body.booking-modal-open {
  overflow: hidden;
}

/*Btn--------------------------------------------------------------------*/
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: var(--accent-gradient);
  border: none;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
}

.btn:hover {
  background: var(--accent-gradient-dark);
  transform: translateY(-0.5px);
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 2.5vw, 1.5rem);
  bottom: calc(clamp(1rem, 2.8vw, 1.5rem) + env(safe-area-inset-bottom, 0px));
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(4, 7, 16, 0.25);
  z-index: 1250;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.88);
  pointer-events: none;
  will-change: opacity, transform;
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-whatsapp svg {
  display: none;
}

.floating-whatsapp::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M13.601%202.326A7.85%207.85%200%200%200%207.994%200C3.627%200%20.068%203.558.064%207.926c0%201.399.366%202.76%201.057%203.965L0%2016l4.204-1.102a7.9%207.9%200%200%200%203.79.965h.004c4.368%200%207.926-3.558%207.93-7.93A7.9%207.9%200%200%200%2013.6%202.326zM7.994%2014.521a6.6%206.6%200%200%201-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56%206.56%200%200%201-1.007-3.505c0-3.626%202.957-6.584%206.591-6.584a6.56%206.56%200%200%201%204.66%201.931%206.56%206.56%200%200%201%201.928%204.66c-.004%203.639-2.961%206.592-6.592%206.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73%200%200%200-.529.247c-.182.198-.691.677-.691%201.654s.71%201.916.81%202.049c.098.133%201.394%202.132%203.383%202.992.47.205.84.326%201.129.418.475.152.904.129%201.246.08.38-.058%201.171-.48%201.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M13.601%202.326A7.85%207.85%200%200%200%207.994%200C3.627%200%20.068%203.558.064%207.926c0%201.399.366%202.76%201.057%203.965L0%2016l4.204-1.102a7.9%207.9%200%200%200%203.79.965h.004c4.368%200%207.926-3.558%207.93-7.93A7.9%207.9%200%200%200%2013.6%202.326zM7.994%2014.521a6.6%206.6%200%200%201-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56%206.56%200%200%201-1.007-3.505c0-3.626%202.957-6.584%206.591-6.584a6.56%206.56%200%200%201%204.66%201.931%206.56%206.56%200%200%201%201.928%204.66c-.004%203.639-2.961%206.592-6.592%206.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73%200%200%200-.529.247c-.182.198-.691.677-.691%201.654s.71%201.916.81%202.049c.098.133%201.394%202.132%203.383%202.992.47.205.84.326%201.129.418.475.152.904.129%201.246.08.38-.058%201.171-.48%201.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") center / contain no-repeat;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

@media (max-width: 959px) {
  body.nav-open .floating-whatsapp {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.88);
    pointer-events: none;
  }

  body:has([data-service-persistent-cta]) .floating-whatsapp {
    bottom: calc(6.25rem + env(safe-area-inset-bottom, 0px));
    z-index: 1260;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp {
    transition: none;
  }
}

/*Navbar--------------------------------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: var(--nav-surface);
  border-bottom: 1px solid rgba(15, 21, 32, 0.08);
  backdrop-filter: blur(18px);
  color: var(--nav-text);
}

.site-header__container {
  width: min(100% - 2.5rem, 1200px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 959px) {
  body {
    padding-top: var(--site-header-mobile-height);
  }

  .site-header {
    position: fixed;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 251, 253, 0.66)),
      rgba(255, 255, 255, 0.62);
    -webkit-backdrop-filter: blur(28px) saturate(1.18);
    backdrop-filter: blur(28px) saturate(1.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.86),
      0 8px 28px rgba(4, 7, 16, 0.08);
  }

  .site-header.is-open {
    z-index: 1301;
  }

  .site-header__container {
    min-height: var(--site-header-mobile-height);
    width: min(100% - 2rem, 1200px);
    padding: 0.72rem 0;
    justify-content: space-between;
  }
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--nav-text);
  transition: opacity 180ms ease;
  white-space: nowrap;
}

.site-header__brand:hover,
.site-header__brand:focus-visible {
  opacity: 0.92;
}

.site-header__logo {
  display: block;
  width: clamp(8.6rem, 10.15vw, 10.85rem);
  height: auto;
  object-fit: contain;
}

.site-header__brand-word {
  font-weight: 800;
  line-height: 1;
}

.site-header__brand-word--primary {
  font-size: clamp(1rem, 0.94rem + 0.24vw, 1.18rem);
  letter-spacing: inherit;
  color: var(--nav-text);
}

.site-header__brand-word--secondary {
  font-size: 0.95rem;
  letter-spacing: 0.24em;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.lang-switcher {
  position: relative;
  z-index: 1401;
}

@media (max-width: 959px) {
  .site-header.is-open .lang-switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.lang-switcher__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.25rem;
  padding: 0 0.3rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--nav-text);
  cursor: pointer;
  transition: background-color 180ms ease;
}

.lang-switcher__trigger:hover {
  background: rgba(15, 21, 32, 0.08);
}

.lang-switcher__flag {
  display: inline-block;
  width: 1.2rem;
  height: 0.85rem;
  border-radius: 2px;
  border: 1px solid rgba(15, 21, 32, 0.2);
  box-shadow: inset 0 0 0 0.35px rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

.lang-switcher__flag--de {
  background: url('../flags/de.svg') center / cover no-repeat;
}

.lang-switcher__flag--en {
  background: url('../flags/us.svg') center / cover no-repeat;
}

.lang-switcher__chevron {
  width: 0.72rem;
  height: 0.72rem;
  color: rgba(15, 21, 32, 0.78);
  transition: transform 180ms ease;
}

.lang-switcher.is-open .lang-switcher__chevron {
  transform: rotate(180deg);
}

.lang-switcher__menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  min-width: 5.8rem;
  margin: 0;
  padding: 0.25rem;
  list-style: none;
  border-radius: 9px;
  border: 1px solid rgba(15, 21, 32, 0.14);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 21, 32, 0.12);
  display: none;
}

@media (max-width: 959px) {
  .site-header__brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-header__actions {
    display: contents;
  }

  .lang-switcher {
    order: 1;
    margin-right: auto;
  }

  .site-header__toggle {
    order: 3;
    margin-left: auto;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border-radius: 50%;
  }

  .site-header__toggle-icon {
    align-items: center;
    width: 1.8rem;
    gap: 0.36rem;
  }

  .site-header__toggle-icon span {
    height: 2px;
    width: 1.55rem;
  }

  .site-header__toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .site-header__logo {
    width: clamp(9rem, 31.2vw, 10.15rem);
  }

  .lang-switcher__trigger {
    min-height: 2.1rem;
    padding: 0 0.34rem;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.12);
  }

  .lang-switcher__trigger:hover,
  .lang-switcher.is-open .lang-switcher__trigger {
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.28);
  }

  .lang-switcher__menu {
    left: 0;
    right: auto;
    border-color: rgba(255, 255, 255, 0.58);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.72)),
      rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(1.16);
    backdrop-filter: blur(24px) saturate(1.16);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 14px 28px rgba(4, 7, 16, 0.14);
  }
}

.lang-switcher.is-open .lang-switcher__menu {
  display: block;
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  border-radius: 6px;
  padding: 0.35rem 0.5rem;
  color: rgba(15, 21, 32, 0.82);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lang-switcher__option:hover {
  background: rgba(10, 35, 66, 0.08);
  color: var(--nav-text);
}

.lang-switcher__option.is-active {
  background: rgba(10, 35, 66, 0.12);
  color: #0a2342;
}

.site-header__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--nav-border);
  background: rgba(15, 21, 32, 0.04);
  color: var(--nav-text);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 150ms ease, background 180ms ease;
}

@media (max-width: 959px) {
  .site-header__toggle {
    border-color: rgba(10, 35, 66, 0.12);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(242, 246, 251, 0.64)),
      rgba(255, 255, 255, 0.58);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    backdrop-filter: blur(18px) saturate(1.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      inset 0 -1px 0 rgba(10, 35, 66, 0.04),
      0 7px 18px rgba(4, 7, 16, 0.11);
    color: #0a2342;
  }

  .site-header__toggle:hover {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 246, 252, 0.72)),
      rgba(255, 255, 255, 0.68);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -1px 0 rgba(10, 35, 66, 0.05),
      0 9px 22px rgba(4, 7, 16, 0.13);
  }
}

.site-header__toggle:hover {
  transform: translateY(-1px);
  background: rgba(15, 21, 32, 0.08);
}

.site-header__toggle-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 1.2rem;
}

.site-header__toggle-icon span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: currentColor;
  transition: transform 200ms ease, opacity 200ms ease;
}

@media (max-width: 959px) {
  .site-header__toggle {
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    padding: 0;
    border-radius: 50%;
  }

  .site-header__toggle-icon {
    align-items: center;
    justify-content: center;
    gap: 0.23rem;
    width: 1.25rem;
  }

  .site-header__toggle-icon span {
    width: 1rem;
    height: 2px;
  }

  .site-header__toggle-icon span:nth-child(2) {
    display: none;
  }
}

.site-header.is-open .site-header__toggle-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .site-header__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-header__toggle-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 959px) {
  .site-header.is-open .site-header__toggle-icon span:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
  }

  .site-header.is-open .site-header__toggle-icon span:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
  }
}

.site-header__backdrop {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  z-index: 1;
}

.site-header.is-open .site-header__backdrop {
  opacity: 1;
  pointer-events: auto;
}


.site-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 75vw;
  background: #ffffff;
  color: #0f1520;
  box-shadow: -16px 0 40px rgba(15, 21, 32, 0.18);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 240ms ease, opacity 200ms ease;
  display: flex;
  justify-content: flex-start;
  padding: 4.25rem 1.75rem 2.75rem;
  overflow-y: auto;
  height: 100vh;
  max-height: 100vh;
  z-index: 1300;
}

.site-header.is-open .site-header__nav {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.site-header__nav-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
  color: inherit;
  min-height: 100%;
}

.site-header__contact {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-header__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #0a5678;
}

.site-header__contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-header__phone {
  color: inherit;
  letter-spacing: 0.02em;
}

.site-header__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--nav-muted);
}

.site-header__close {
  align-self: flex-end;
  border: none;
  background: transparent;
  color: #0f1520;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0.25rem;
  cursor: pointer;
  transition: color 180ms ease;
}

.site-header__close:hover {
  color: #08152b;
}

.site-header__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  list-style: none;
  width: auto;
}

.site-header__contact-item {
  display: none;
  align-self: center;
}

.site-header__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
  color: var(--nav-text);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: color 180ms ease;
}

.site-header__contact-link:hover {
  color: #0a2342;
}

.site-header__contact-link .site-header__contact-icon {
  width: 1rem;
  height: 1rem;
  color: #0a5678;
}

.site-header__contact-number {
  white-space: nowrap;
}

.site-header__link-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.site-header__link--desktop {
  display: none;
}

.site-header__sublist {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--nav-muted);
}

.site-header__sublist a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  transition: color 180ms ease;
}

.site-header__sublist a::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(10, 35, 66, 0.2);
  transform: translateY(1px);
}

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

.site-header__links a {
  display: inline-block;
  padding: 0;
  border: none;
  transition: color 180ms ease;
}

.site-header__links a:hover {
  color: #08152b;
}

.site-header__divider {
  width: 100%;
  height: 1px;
  background: rgba(15, 21, 32, 0.08);
}

.site-header__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}

.site-header__cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__cta-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding-inline: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
}

@media (max-width: 959px) {
  .site-header__nav {
    padding-top: 4rem;
  }

  .site-header__nav-inner {
    align-items: stretch;
    text-align: left;
    gap: 1.7rem;
  }

  .site-header__contact {
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.32rem;
    justify-content: flex-start;
    width: 100%;
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(10, 35, 66, 0.08);
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 252, 0.74)),
      rgba(10, 35, 66, 0.03);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 8px 22px rgba(4, 7, 16, 0.04);
  }

  .site-header__contact .site-header__contact-icon {
    display: none;
  }

  html:lang(de) .site-header__contact::before {
    content: 'Direkt anrufen';
  }

  html:lang(en) .site-header__contact::before {
    content: 'Call directly';
  }

  .site-header__contact::before {
    color: rgba(10, 35, 66, 0.54);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }

  .site-header__phone {
    display: inline-flex;
    align-items: center;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .site-header__divider {
    width: 100%;
    flex-shrink: 0;
    margin-block: 0.15rem;
    background: rgba(15, 21, 32, 0.11);
  }

  .site-header__cta {
    gap: 0.8rem;
  }

  .site-header__cta-primary,
  .site-header__cta-whatsapp {
    min-height: 3.15rem;
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    text-transform: none;
  }

  .site-header__cta-whatsapp {
    border: 1px solid rgba(10, 35, 66, 0.12);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 252, 0.82)),
      rgba(10, 35, 66, 0.04);
    color: #0a2342;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 6px 18px rgba(4, 7, 16, 0.05);
  }

  .site-header__cta-whatsapp:hover {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 251, 0.88)),
      rgba(10, 35, 66, 0.06);
    color: #081c36;
  }

  .site-header__cta-whatsapp .site-header__cta-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .site-header__links {
    align-items: flex-start;
    gap: 1.35rem;
    width: 100%;
  }

  .site-header__links > li {
    width: 100%;
  }

  .site-header__link-group {
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
  }

  .site-header__sublist {
    gap: 0.36rem;
    padding-left: 0.95rem;
  }

  .site-header__sublist a {
    display: flex;
    width: 100%;
  }

  .site-header__sublist a::before {
    content: none;
  }
}

@media (min-width: 640px) {
  .site-header__container {
    width: min(100% - 2rem, 1200px);
  }

  .site-header__nav {
    padding-top: 6rem;
  }
}

@media (min-width: 960px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .site-header__container {
    width: min(calc(100% - clamp(2.5rem, 7vw, 5rem)), 1200px);
    justify-content: flex-start;
  }

  .site-header__backdrop {
    display: none;
  }

  .site-header__toggle {
    display: none;
  }

  .site-header__nav {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    color: var(--nav-text);
    box-shadow: none;
    width: auto;
    max-width: none;
    overflow: visible;
    height: auto;
    max-height: none;
    order: 2;
  }

  .site-header__nav-inner {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    color: var(--nav-text);
    text-align: left;
    min-height: auto;
  }

  .site-header__close,
  .site-header__contact {
    display: none;
  }

  .site-header__container {
    padding: 0.9rem 0;
  }

  .site-header__actions {
    order: 3;
    margin-left: 1.1rem;
  }

  .lang-switcher__trigger {
    min-height: 2rem;
    padding: 0 0.2rem;
  }

  .site-header__divider {
    display: none;
  }

  .site-header__links {
    flex-direction: row;
    align-items: center;
    gap: 1.75rem;
    font-size: 0.95rem;
  }

  .site-header__contact-item {
    display: none;
  }

  .site-header__link-group {
    display: block;
    position: relative;
  }

  .site-header__sublist {
    position: absolute;
    top: 100%;
    left: 50%;
    display: grid;
    min-width: 17rem;
    padding: 0.7rem;
    border: 1px solid rgba(15, 21, 32, 0.12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 21, 32, 0.14);
    color: rgba(15, 21, 32, 0.72);
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.4rem);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    z-index: 5;
  }

  .site-header__link-group:hover .site-header__sublist,
  .site-header__link-group:focus-within .site-header__sublist {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
  }

  .site-header__sublist a {
    width: 100%;
    padding: 0.48rem 0.55rem;
    border-radius: 6px;
    color: inherit;
  }

  .site-header__sublist a::before,
  .site-header__sublist a::after {
    display: none;
  }

  .site-header__sublist a:hover,
  .site-header__sublist a:focus-visible {
    background: rgba(10, 35, 66, 0.08);
    color: #0a2342;
  }

  .site-header__link--desktop {
    display: block;
  }

  .site-header__links a {
    display: inline-flex;
    align-items: center;
    border: none;
    padding-bottom: 0;
    position: relative;
    color: var(--nav-text);
  }

  .site-header__links a:hover {
    color: #0a2342;
  }

  .site-header__links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--accent-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 200ms ease;
  }

  .site-header__links a:hover::after {
    transform: scaleX(1);
  }

  .site-header__cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    width: auto;
  }

  .site-header__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-header__cta-whatsapp {
    display: none;
  }
}

/*Hero--------------------------------------------------------------------*/
.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 6vw, 3rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(2rem, 6vw, 4rem);
  min-height: clamp(28rem, 70vh, 40rem);
  width: min(100% - clamp(4rem, 12vw, 9rem), 1100px);
  margin-inline: auto;
  padding: clamp(4rem, 12vw, 6.5rem) clamp(1.5rem, 7vw, 6rem);
  color: #ffffff;
  background-image: url('../img/hero-desktop/hero-1200.webp');
  background-image: image-set(
    url('../img/hero-desktop/hero-1200.webp') 1x,
    url('../img/hero-desktop/hero-2048.webp') 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--hero-cut-large)), 0 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(4, 7, 16, 0.78) 0%, rgba(4, 7, 16, 0.48) 55%, rgba(4, 7, 16, 0.18) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 30rem;
  flex: 1 1 20rem;
  margin-top: clamp(4.5rem, 25vh, 8rem);
}

.hero__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.78rem, 0.72rem + 0.28vw, 0.92rem);
  font-weight: 780;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__lead {
  margin: 0;
  max-width: 27rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 0.98rem + 0.46vw, 1.28rem);
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.24;
  text-shadow: 0 1px 18px rgba(4, 7, 16, 0.42);
}

.hero__form {
  position: relative;
  z-index: 3;
  display: none;
  width: min(100% - clamp(4rem, 12vw, 9rem), 1100px);
  margin-inline: auto;
}

.hero-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2.5rem 2.75rem;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 28px 55px rgba(4, 7, 16, 0.22);
  color: #0f1520;
  gap: 1.75rem;
}

@media (max-width: 768px) {
  .hero-section {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    position: relative;
    isolation: isolate;
    align-items: stretch;
    gap: 0;
    min-height: calc(100svh - var(--site-header-mobile-height));
    height: calc(100svh - var(--site-header-mobile-height));
    padding-bottom: 0;
    background-image: url('../img/hero-mobile/hero-mobile-480.webp');
    background-image: image-set(
      url('../img/hero-mobile/hero-mobile-480.webp') 1x,
      url('../img/hero-mobile/hero-mobile-1080.webp') 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      radial-gradient(circle at 0% 100%, rgba(4, 7, 16, 0.76) 0%, rgba(4, 7, 16, 0.5) 36%, transparent 68%),
      linear-gradient(180deg, rgba(4, 7, 16, 0.08) 0%, rgba(4, 7, 16, 0.18) 42%, rgba(4, 7, 16, 0.72) 100%);
    pointer-events: none;
  }

  .hero {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: clamp(1.5rem, 4svh, 3.25rem) clamp(1.35rem, 6vw, 2rem);
    clip-path: none;
    background: transparent;
    overflow: visible;
  }

  .hero::before {
    display: none;
  }

  .hero__content {
    max-width: 21rem;
    margin-top: 0;
    gap: 0.72rem;
  }

  .hero__form {
    position: relative;
    z-index: 2;
    inset-inline: auto;
    bottom: auto;
    display: block;
    width: 100%;
    order: 0;
    margin-top: 0;
    margin-inline: 0;
    padding-inline: clamp(1rem, 5vw, 1.35rem);
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    transform: translateY(-0.75rem);
  }

  .hero__form .hero-form {
    max-width: none;
    margin: 0;
    padding: clamp(2rem, 8vw, 2.75rem);
    padding-bottom: clamp(0.9rem, 4.2vw, 1.35rem);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .hero-form__section .hero-form__group:last-of-type {
    margin-bottom: -0.2rem;
  }

  .hero-form__submit {
    margin-top: 0.1rem;
  }

  .hero-form__alt-cta {
    margin-top: -0.45rem;
    margin-bottom: -0.1rem;
    line-height: 1.45;
  }
}

@supports (height: 100dvh) {
  @media (max-width: 768px) {
    .hero-section {
      min-height: calc(100svh - var(--site-header-mobile-height));
      height: calc(100svh - var(--site-header-mobile-height));
    }
  }
}

.hero-form__tabs {
  display: flex;
  gap: clamp(1rem, 4vw, 2rem);
  justify-content: center;
  align-items: center;
  padding-bottom: 0.75rem;
}

.hero-form__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(10, 86, 120, 0.5);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 160ms ease;
}

.hero-form__tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}

.hero-form__tab.is-active {
  color: #0a5678;
}

.hero-form__tab.is-active::after {
  background: #0a5678;
  transform: scaleX(1);
}

.hero-form__tab:focus-visible {
  outline: none;
  color: #0a5678;
}

.hero-form__tab:hover {
  color: #0a5678;
}

.hero-form__tab:focus-visible::after {
  background: #0a5678;
  transform: scaleX(1);
}

.hero-form__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-form__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-form__section.is-hidden {
  display: none;
}

.hero-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hero-form__group.is-hidden {
  display: none;
}

.hero-form__group.has-error .hero-form__label {
  color: #c23824;
}

.hero-form__group.has-error .hero-form__control {
  border-color: #c23824;
  background: rgba(194, 56, 36, 0.08);
}

.hero-form__error {
  display: none;
  font-size: 0.78rem;
  color: #c23824;
  font-weight: 500;
  margin-top: -0.2rem;
}

.hero-form__group.has-error .hero-form__error {
  display: block;
}

.hero-form__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 21, 32, 0.55);
}

.hero-form__group.is-focused .hero-form__label,
.hero-form__group.is-filled .hero-form__label {
  color: #0a5678;
}

.hero-form__control {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(10, 86, 120, 0.18);
  border-radius: 14px;
  background: rgba(10, 86, 120, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hero-form__control--autocomplete {
  position: relative;
}

.hero-form__control--autocomplete.is-autocomplete-open {
  z-index: 1150;
}

.hero-form__control--select {
  position: relative;
  cursor: pointer;
}

.hero-form__control--select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.75rem;
  pointer-events: none;
}

.hero-form__control--accent {
  border-color: #0a5678;
  border-width: 2px;
}

.hero-form__control--with-list {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.hero-form__control:focus-within {
  border-color: #0a5678;
  box-shadow: 0 12px 28px rgba(10, 86, 120, 0.24);
  background: #ffffff;
}

.hero-form__control--accent:focus-within {
  box-shadow: 0 12px 28px rgba(10, 86, 120, 0.28);
}

.hero-form__icon {
  width: 1rem;
  height: 1rem;
  color: #0a5678;
  flex-shrink: 0;
}

.hero-form__input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: clamp(1rem, 0.7rem + 1vw, 1.05rem);
  color: #0f1520;
  outline: none;
  font-weight: 500;
}

.hero-form__input:-webkit-autofill,
.hero-form__input:-webkit-autofill:hover,
.hero-form__input:-webkit-autofill:focus,
.hero-form__input:-webkit-autofill:active {
  -webkit-text-fill-color: #0f1520;
  caret-color: #0f1520;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 9999s ease-out 0s;
}

.hero-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
}

.hero-form__group:not(.is-filled) .hero-form__select {
  color: rgba(10, 86, 120, 0.55);
}

.hero-form__group.is-filled .hero-form__select {
  color: #0f1520;
}

.hero-form__input::placeholder {
  color: rgba(10, 86, 120, 0.55);
}

.address-autocomplete {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: grid;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(10, 35, 66, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(4, 7, 16, 0.16);
  -webkit-overflow-scrolling: touch;
}

.address-autocomplete--inline {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 5;
  width: auto;
  max-height: var(--address-autocomplete-max-height, 14rem);
}

.address-autocomplete[hidden] {
  display: none;
}

.address-autocomplete__option {
  display: grid;
  gap: 0.18rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(10, 35, 66, 0.08);
  padding: 0.72rem 0.85rem;
  background: transparent;
  color: #0f1520;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.address-autocomplete__option:last-child {
  border-bottom: 0;
}

.address-autocomplete__option:hover,
.address-autocomplete__option:focus-visible,
.address-autocomplete__option.is-active {
  background: rgba(10, 86, 120, 0.08);
  outline: none;
}

.address-autocomplete__main {
  overflow: hidden;
  font-size: 0.92rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-autocomplete__secondary {
  overflow: hidden;
  color: rgba(15, 21, 32, 0.58);
  font-size: 0.78rem;
  font-weight: 550;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .address-autocomplete--inline {
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(4, 7, 16, 0.16);
  }

  .address-autocomplete--inline .address-autocomplete__option {
    min-height: 3.25rem;
    padding: 0.78rem 0.9rem;
  }
}

.hero-form__select option[value=''] {
  color: rgba(10, 86, 120, 0.55);
}

.hero-form__select option:not([value='']) {
  color: #0f1520;
}

.hero-form__swap {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  border: 1px solid rgba(15, 21, 32, 0.15);
  background: #f4f6fb;
  color: #0a5678;
  cursor: pointer;
}

.hero-form__swap svg,
.hero-form__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-form__options {
  border: 1px solid rgba(15, 21, 32, 0.12);
  border-top: none;
  border-radius: 0 0 14px 14px;
  padding: 1.05rem 1.25rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: -1px;
}

.hero-form__options-empty {
  font-size: 0.9rem;
  color: rgba(15, 21, 32, 0.5);
}

.hero-form__options-provider {
  font-size: 0.78rem;
  color: rgba(15, 21, 32, 0.45);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.hero-form__options-provider span {
  font-weight: 600;
  color: #0e658f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: #0f1520;
  cursor: pointer;
  position: relative;
}

.hero-form__checkbox input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}

.hero-form__checkbox-box {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 4px;
  border: 2px solid rgba(15, 21, 32, 0.25);
  background: #ffffff;
  display: grid;
  place-items: center;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
  color: #ffffff;
}

.hero-form__checkbox-icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity 120ms ease;
}

.hero-form__checkbox-label {
  font-weight: 500;
}

.hero-form__checkbox input:focus-visible + .hero-form__checkbox-box {
  box-shadow: 0 0 0 3px rgba(10, 86, 120, 0.2);
}

.hero-form__checkbox input:hover + .hero-form__checkbox-box {
  border-color: rgba(15, 21, 32, 0.4);
}

.hero-form__checkbox input:checked + .hero-form__checkbox-box {
  border-color: #0a5678;
  background: #0a5678;
}

.hero-form__checkbox input:checked + .hero-form__checkbox-box .hero-form__checkbox-icon {
  opacity: 1;
}

.hero-form__submit {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}

.hero-form__submit svg,
.service-sticky-cta__button svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 1.2rem;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
}

.service-sticky-cta__button svg {
  transform: translateY(-0.8px);
}

.hero-form__alt-cta {
  margin: -0.15rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(15, 21, 32, 0.72);
}

.hero-form__alt-cta a {
  color: #0a5678;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.hero-form__alt-cta a:hover,
.hero-form__alt-cta a:focus-visible {
  color: #0e658f;
}

.hero-form .hero-form__input[type='datetime-local'] {
  min-height: 1.25rem;
}

.hero-form .hero-form__input[type='datetime-local']::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.hero-form .hero-form__input[type='datetime-local']::-webkit-clear-button,
.hero-form .hero-form__input[type='datetime-local']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
  margin: 0;
}

.hero-form__group:not(.is-filled) .hero-form__input[type='datetime-local']::-webkit-datetime-edit {
  color: transparent;
}

.hero-form__group.is-filled .hero-form__input[type='datetime-local']::-webkit-datetime-edit {
  color: #0f1520;
}

@media (max-width: 768px) {
  .hero-form .hero-form__input[type='datetime-local']::-webkit-datetime-edit,
  .hero-form .hero-form__input[type='datetime-local']::-webkit-datetime-edit-fields-wrapper,
  .hero-form .hero-form__input[type='datetime-local']::-webkit-date-and-time-value {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

.hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: clamp(2.25rem, 7vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.038em;
  line-height: 1;
  text-wrap: balance;
  text-shadow:
    0 1px 2px rgba(4, 7, 16, 0.22),
    0 16px 36px rgba(4, 7, 16, 0.3);
}

.hero__title span {
  display: block;
}

@media (max-width: 768px) {
  .hero__title {
    max-width: 10.5ch;
    font-size: clamp(2.35rem, 10.5vw, 3.45rem);
    letter-spacing: -0.048em;
    line-height: 0.97;
  }

  .hero__lead {
    max-width: 19.5rem;
    font-size: clamp(1.1rem, 4.5vw, 1.28rem);
    letter-spacing: -0.032em;
    line-height: 1.22;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hero {
    background-image: url('../img/hero-mobile/hero-mobile-768.webp');
  }

  .hero-section {
    background-image: url('../img/hero-mobile/hero-mobile-768.webp');
    background-image: image-set(
      url('../img/hero-mobile/hero-mobile-768.webp') 1x,
      url('../img/hero-mobile/hero-mobile-1080.webp') 2x
    );
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .hero {
    background-image: url('../img/hero-desktop/hero-1200.webp');
    background-image: image-set(
      url('../img/hero-desktop/hero-1200.webp') 1x,
      url('../img/hero-desktop/hero-2048.webp') 2x
    );
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .hero-section {
    background-image: url('../img/hero-desktop/hero-1200.webp');
    background-image: image-set(
      url('../img/hero-desktop/hero-1200.webp') 1x,
      url('../img/hero-desktop/hero-2048.webp') 2x
    );
  }
}

@media (max-width: 768px) {
  .hero {
    background-image: none;
  }
}

@media (min-width: 960px) {
  .hero-section {
    padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  }

  .hero {
    width: min(100% - 4rem, 1400px);
    align-items: center;
  }

  .hero__form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: min(100% - clamp(4rem, 12vw, 9rem), 1100px);
    margin-inline: auto;
    order: 0;
    margin-top: clamp(-24rem, -25vw, -11rem);
    transform: none;
  }

  .hero__form .hero-form {
    max-width: 26rem;
    margin-left: auto;
  }

  .hero-section + .services {
    padding-top: clamp(2.5rem, 4vw, 3.75rem);
  }
}

@media (min-width: 1280px) and (max-width: 1920px) {
  .hero {
    min-height: clamp(32rem, 68vh, 46rem);
    background-image: url('../img/hero-desktop/hero-1600.webp');
    background-image: image-set(
      url('../img/hero-desktop/hero-1600.webp') 1x,
      url('../img/hero-desktop/hero-2048.webp') 2x
    );
  }
}

@media (min-width: 1921px) {
  .hero {
    min-height: clamp(34rem, 65vh, 50rem);
    background-image: url('../img/hero-desktop/hero-2048.webp');
  }
}
.hero-form__select-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 1rem;
  height: 1rem;
  color: rgba(10, 86, 120, 0.6);
  pointer-events: none;
}

/* Homepage booking entry form: keep the hero placement, use the newer booking UI treatment. */
.hero__form .hero-form {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.82), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(248, 250, 252, 0.48) 54%, rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(34px) saturate(1.24);
  backdrop-filter: blur(34px) saturate(1.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    0 3px 12px rgba(4, 7, 16, 0.07),
    0 18px 44px rgba(4, 7, 16, 0.17);
  gap: 0;
}

.hero__form .hero-form__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  gap: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.hero__form .hero-form__tab {
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.82rem 1rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(15, 21, 32, 0.58);
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hero__form .hero-form__tab.is-active {
  background: rgba(255, 255, 255, 0.48);
  color: #0a2342;
  box-shadow:
    inset 0 -2px 0 rgba(10, 86, 120, 0.48),
    inset 1px 0 0 rgba(255, 255, 255, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero__form .hero-form__tab::after {
  display: none;
}

.hero__form .hero-form__body {
  gap: 0.58rem;
  padding: 0.9rem;
}

.hero__form .hero-form__section {
  gap: 0.48rem;
}

.hero__form .hero-form__group {
  position: relative;
  gap: 0.25rem;
}

.hero__form .hero-form__label {
  position: absolute;
  top: 0.58rem;
  left: 0.9rem;
  z-index: 1;
  color: rgba(15, 21, 32, 0.5);
  font-size: 0.72rem;
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  pointer-events: none;
}

.hero__form .hero-form__group.is-focused .hero-form__label,
.hero__form .hero-form__group.is-filled .hero-form__label {
  color: rgba(10, 35, 66, 0.72);
}

.hero__form .hero-form__control {
  min-height: 3.28rem;
  gap: 0;
  padding: 1.32rem 0.9rem 0.5rem;
  border: 1px solid rgba(10, 35, 66, 0.085);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 1px 0 rgba(255, 255, 255, 0.3);
}

.hero__form .hero-form__control:focus-within {
  border-color: rgba(46, 110, 181, 0.42);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(46, 110, 181, 0.2),
    0 0 0 3px rgba(46, 110, 181, 0.12);
}

.hero__form .hero-form__group.has-error .hero-form__control {
  background: rgba(194, 56, 36, 0.08);
  box-shadow: inset 0 0 0 1px rgba(194, 56, 36, 0.18);
}

.hero__form .hero-form__icon {
  display: none;
}

.hero__form .hero-form__input {
  min-width: 0;
  font-size: 0.96rem;
  line-height: 1.2;
}

.hero__form .hero-form__select-caret {
  align-self: flex-end;
  margin-bottom: 0.15rem;
}

.hero__form .hero-form__error {
  margin-top: 0.2rem;
}

.hero__form .hero-form__submit {
  min-height: 3.18rem;
  margin-top: 0.28rem;
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(10, 35, 66, 0.2);
}

.hero__form .hero-form__alt-cta {
  margin: 0.12rem 0 0;
  color: rgba(15, 21, 32, 0.62);
  font-size: 0.92rem;
  line-height: 1.35;
  text-align: center;
}

.hero__form .hero-form__alt-cta a {
  color: #075a78;
  font-weight: 720;
}

@media (max-width: 768px) {
  .hero__form {
    padding-inline: clamp(1rem, 5vw, 1.35rem);
  }

  .hero__form .hero-form {
    padding: 0 clamp(0.9rem, 4.4vw, 1.15rem) clamp(0.95rem, 3.4vw, 1.15rem);
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 16px;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.82), transparent 42%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(248, 250, 252, 0.48) 54%, rgba(255, 255, 255, 0.62)),
      rgba(255, 255, 255, 0.54);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      inset 0 -1px 0 rgba(255, 255, 255, 0.26),
      0 2px 8px rgba(4, 7, 16, 0.08),
      0 18px 42px rgba(4, 7, 16, 0.18);
    gap: clamp(0.68rem, 2.4vw, 0.9rem);
  }

  .hero__form .hero-form__tabs {
    margin-inline: calc(clamp(0.9rem, 4.4vw, 1.15rem) * -1);
  }

  .hero__form .hero-form__tab {
    min-height: 2.95rem;
    padding: 0.68rem 0.5rem;
    font-size: clamp(0.98rem, 4.25vw, 1.16rem);
  }

  .hero__form .hero-form__body,
  .hero__form .hero-form__section {
    gap: 0.4rem;
  }

  .hero__form .hero-form__body {
    padding: 0;
  }

  .hero__form .hero-form__control {
    min-height: 3.18rem;
    border-radius: 7px;
  }

  .hero__form .hero-form__input {
    font-size: 1rem;
  }

  .hero__form .hero-form__submit {
    min-height: 3.05rem;
    margin-top: 0.38rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) and (max-height: 760px) {
  .hero {
    padding-block: clamp(1rem, 3svh, 1.65rem);
  }

  .hero__content {
    max-width: 19rem;
    gap: 0.5rem;
  }

  .hero__eyebrow {
    letter-spacing: 0.15em;
  }

  .hero__lead {
    max-width: 17rem;
    font-size: clamp(1.02rem, 4vw, 1.16rem);
    line-height: 1.2;
  }

  .hero__form {
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
    transform: translateY(-0.4rem);
  }

  .hero__form .hero-form {
    padding-bottom: 0.75rem;
    gap: 0.65rem;
  }

  .hero__form .hero-form__tab {
    min-height: 2.85rem;
    padding-block: 0.55rem;
    font-size: 1rem;
  }

  .hero__form .hero-form__body,
  .hero__form .hero-form__section {
    gap: 0.4rem;
  }

  .hero__form .hero-form__label {
    top: 0.52rem;
    font-size: 0.72rem;
  }

  .hero__form .hero-form__control {
    min-height: 3.18rem;
    padding: 1.28rem 0.9rem 0.45rem;
  }

  .hero__form .hero-form__submit {
    min-height: 3rem;
    margin-top: 0.35rem;
    font-size: 1rem;
  }

  .hero__form .hero-form__alt-cta {
    margin-top: 0;
    font-size: 0.92rem;
    line-height: 1.28;
  }
}

.mobile-scroll-cue {
  position: fixed;
  left: 50%;
  bottom: calc(clamp(1.35rem, 5vw, 1.9rem) + env(safe-area-inset-bottom, 0px));
  width: 1rem;
  height: 1rem;
  color: rgba(38, 90, 148, 0.78);
  opacity: 0;
  transform: translate(-50%, 6px);
  pointer-events: none;
  z-index: 900;
  display: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-scroll-cue::before {
  content: '';
  position: absolute;
  inset: -0.24rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 10px rgba(4, 7, 16, 0.12);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.mobile-scroll-cue svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-scroll-cue.is-visible {
  opacity: 0.92;
  transform: translate(-50%, 0);
}

.mobile-scroll-cue.is-hidden {
  opacity: 0;
  transform: translate(-50%, 4px);
}

.mobile-scroll-cue.is-pulsing svg {
  transform-origin: 50% 50%;
  animation: mobile-scroll-cue-chevron-pulse 900ms ease-out 1 360ms;
}

@keyframes mobile-scroll-cue-chevron-pulse {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(1.75px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .mobile-scroll-cue {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-scroll-cue {
    transition: none;
  }

  .mobile-scroll-cue.is-pulsing svg {
    animation: none;
  }
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 22, 0.48);
}

.booking-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 34rem);
  max-height: calc(100dvh - 0.4rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border-radius: 1rem 1rem 0 0;
  padding: 1.1rem clamp(1rem, 4vw, 1.3rem) 1.3rem;
  box-shadow: 0 -18px 40px rgba(4, 7, 16, 0.2);
}

.booking-modal__dialog.is-feedback-state {
  overflow: visible;
}

.booking-modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 86, 120, 0.08);
  color: rgba(15, 21, 32, 0.76);
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.booking-modal__state {
  display: grid;
  gap: 1rem;
}

.booking-modal__state.is-hidden {
  display: none;
}

.booking-modal__state--success,
.booking-modal__state--failure {
  gap: 1.05rem;
  padding-top: 3.75rem;
  text-align: center;
}

.booking-modal__state--success .booking-modal__title,
.booking-modal__state--failure .booking-modal__title {
  max-width: 18rem;
  margin-inline: auto;
}

.booking-modal__state--success .booking-modal__text,
.booking-modal__state--failure .booking-modal__text {
  max-width: 24rem;
  margin-inline: auto;
}

.booking-modal__state--success .booking-modal__summary-box {
  margin-top: 0.3rem;
  text-align: left;
}

.booking-modal__title {
  margin: 0;
  font-size: clamp(1.25rem, 1.05rem + 1.05vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.booking-modal__text {
  margin: -0.2rem 0 0;
  color: rgba(15, 21, 32, 0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}

.booking-modal__alt-cta {
  margin: -0.3rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(15, 21, 32, 0.72);
}

.booking-modal__alt-cta a {
  color: #0a5678;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.booking-modal__alt-cta a:hover,
.booking-modal__alt-cta a:focus-visible {
  color: #0e658f;
}

.booking-modal__summary-box {
  margin-top: 0.1rem;
  border: 1px solid rgba(10, 86, 120, 0.13);
  border-radius: 14px;
  background: rgba(10, 86, 120, 0.05);
  padding: 0.85rem 0.9rem;
  display: grid;
  gap: 0.65rem;
}

.booking-modal__summary-title {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 21, 32, 0.58);
}

.booking-modal__summary {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.booking-modal__summary-row {
  display: grid;
  gap: 0.2rem;
}

.booking-modal__summary-row dt {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(15, 21, 32, 0.52);
}

.booking-modal__summary-row dd {
  margin: 0;
  color: #0f1520;
  font-size: 0.94rem;
  line-height: 1.4;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.booking-modal__contact-form {
  display: grid;
  gap: 0.82rem;
}

.booking-modal__group {
  gap: 0.5rem;
}

.booking-modal__actions {
  display: grid;
  gap: 0.62rem;
  margin-top: 0.35rem;
}

.booking-modal__submit,
.booking-modal__success-close,
.booking-modal__failure-retry {
  width: 100%;
  justify-content: center;
}

.booking-modal__edit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.85rem;
  border: 1px solid rgba(10, 86, 120, 0.22);
  border-radius: 6px;
  background: #ffffff;
  color: #0a5678;
  font-size: 0.96rem;
  font-weight: 500;
  cursor: pointer;
}

.booking-modal__privacy {
  margin: 0.2rem 0 0;
  color: rgba(15, 21, 32, 0.58);
  font-size: 0.79rem;
  line-height: 1.5;
}

.booking-modal__privacy a {
  color: #0a5678;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.booking-modal__success-icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #4fd37d 0%, #239b57 100%);
  border: 4px solid #ffffff;
  box-shadow: 0 18px 34px rgba(35, 155, 87, 0.24);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.booking-modal__failure-icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #ef7a7a 0%, #d44343 100%);
  border: 4px solid #ffffff;
  box-shadow: 0 18px 34px rgba(212, 67, 67, 0.22);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.booking-modal__success-icon svg,
.booking-modal__failure-icon svg {
  width: 3rem;
  height: 3rem;
}

.booking-modal__state--success.is-active .booking-modal__success-icon,
.booking-modal__state--failure.is-active .booking-modal__failure-icon {
  animation: booking-modal-success-badge-in 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.booking-modal__success-close,
.booking-modal__failure-retry {
  margin-top: 0.15rem;
}

@keyframes booking-modal-success-badge-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -68%) scale(0.82);
  }

  60% {
    opacity: 1;
    transform: translate(-50%, -46%) scale(1.06);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.booking-modal__submit:disabled,
.booking-modal__edit:disabled,
.booking-modal__close:disabled {
  opacity: 0.62;
  cursor: default;
}

@media (min-width: 768px) {
  .booking-modal {
    align-items: center;
    padding: 1.5rem;
  }

  .booking-modal__dialog {
    max-height: none;
    overflow: visible;
    border-radius: 18px;
    padding: 1.35rem 1.35rem 1.4rem;
    box-shadow: 0 30px 68px rgba(4, 7, 16, 0.27);
  }

  .booking-modal__dialog.is-feedback-state {
    margin-top: 1.25rem;
  }

  .booking-modal__state--success {
    padding-top: 4rem;
  }

  .booking-modal__state--failure {
    padding-top: 4rem;
  }

  .booking-modal__success-icon,
  .booking-modal__failure-icon {
    width: 4.85rem;
    height: 4.85rem;
  }

  .booking-modal__success-icon svg,
  .booking-modal__failure-icon svg {
    width: 3.15rem;
    height: 3.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-modal__state--success.is-active .booking-modal__success-icon,
  .booking-modal__state--failure.is-active .booking-modal__failure-icon {
    animation: none;
  }
}

/*Services--------------------------------------------------------------------*/
.services {
  background: #ffffff;
  color: #0f1520;
  padding: clamp(3.25rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2.75rem) clamp(3rem, 3vw + 2rem, 4.5rem);
}

.services__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.services__intro {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
  max-width: 760px;
}

#services-heading {
  scroll-margin-top: clamp(4.5rem, 8vw, 6.5rem);
}

#fleet-heading {
  scroll-margin-top: clamp(4.5rem, 8vw, 6.5rem);
}

#arrival-heading {
  scroll-margin-top: clamp(4.5rem, 8vw, 6.5rem);
}

.services__title {
  font-size: clamp(2.05rem, 1.45rem + 2vw, 3.35rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.services__lead {
  margin: 0;
  max-width: 70ch;
  text-align: center;
  color: rgba(15, 21, 32, 0.68);
  font-size: clamp(1rem, 0.95rem + 0.4vw, 1.1rem);
  line-height: 1.7;
}

/*Arrival--------------------------------------------------------------------*/
.arrival {
  background:
    radial-gradient(circle at 18% 0%, rgba(46, 110, 181, 0.08), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  color: #0f1520;
  padding: clamp(3.25rem, 6vw, 5.25rem) clamp(1.25rem, 4vw, 2.75rem) clamp(3rem, 3vw + 2rem, 4.5rem);
  position: relative;
  z-index: 2;
}

.arrival__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.7rem, 4vw, 2.7rem);
}

.arrival__intro {
  max-width: 800px;
  display: grid;
  gap: 1rem;
}

.arrival__title {
  margin: 0;
  max-width: 15.5ch;
  font-size: clamp(2.05rem, 1.45rem + 2vw, 3.35rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.arrival__lead {
  margin: 0;
  max-width: 68ch;
  color: rgba(15, 21, 32, 0.68);
  font-size: clamp(1.02rem, 0.95rem + 0.38vw, 1.16rem);
  line-height: 1.65;
}

.arrival__carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.arrival__card {
  position: relative;
  min-height: clamp(25rem, 32vw, 31rem);
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 8px;
  background: #0f1520;
  box-shadow:
    0 18px 34px rgba(4, 7, 16, 0.09),
    0 2px 8px rgba(4, 7, 16, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.arrival__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 7, 16, 0.02) 0%, rgba(4, 7, 16, 0.08) 38%, rgba(4, 7, 16, 0.5) 100%);
  pointer-events: none;
}

.arrival__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.arrival__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 520ms ease;
}

.arrival__content {
  position: absolute;
  inset-inline: clamp(1rem, 2vw, 1.25rem);
  bottom: clamp(1rem, 2vw, 1.25rem);
  z-index: 2;
  display: grid;
  gap: 0.5rem;
  max-width: calc(100% - clamp(2rem, 4vw, 2.5rem));
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  padding: clamp(1rem, 2vw, 1.2rem);
  box-shadow: 0 16px 38px rgba(4, 7, 16, 0.14);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.arrival__card-title {
  margin: 0;
  color: #0f1520;
  font-size: clamp(1.25rem, 1rem + 0.6vw, 1.55rem);
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.arrival__card-text {
  margin: 0;
  color: rgba(15, 21, 32, 0.78);
  font-size: clamp(0.98rem, 0.94rem + 0.22vw, 1.05rem);
  line-height: 1.5;
}

@media (hover: hover) {
  .arrival__card:hover {
    transform: translateY(-2px);
    box-shadow:
      0 22px 42px rgba(4, 7, 16, 0.12),
      0 4px 12px rgba(4, 7, 16, 0.05);
  }

  .arrival__card:hover .arrival__media img {
    transform: scale(1.045);
  }
}

@media (max-width: 899px) {
  .arrival {
    padding-top: clamp(3rem, 3vw + 2rem, 4.5rem);
    padding-bottom: 0;
    padding-inline: 0;
    overflow-x: hidden;
  }

  .arrival__intro {
    padding-inline: clamp(1.25rem, 5vw, 2rem);
  }

  .arrival__title {
    max-width: 15.5ch;
    font-size: clamp(2rem, 9vw, 2.8rem);
    overflow-wrap: normal;
    hyphens: none;
  }

  .arrival__carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0.15rem clamp(1.25rem, 5vw, 2rem) 48px;
    scroll-padding-inline: clamp(1.25rem, 5vw, 2rem);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

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

  .arrival__card {
    flex: 0 0 min(84vw, 24rem);
    min-height: min(126vw, 31rem);
    border-radius: 7px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

/*Fleet--------------------------------------------------------------------*/
.fleet {
  background: #ffffff;
  color: #0f1520;
  padding: 0 clamp(1.25rem, 4vw, 2.75rem) clamp(3rem, 3vw + 2rem, 4.5rem);
  border-bottom-left-radius: clamp(1.35rem, 3.2vw, 2.35rem);
  border-bottom-right-radius: clamp(1.35rem, 3.2vw, 2.35rem);
  position: relative;
  z-index: 2;
}

.fleet__container {
  width: 100%;
  min-width: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  row-gap: clamp(1.75rem, 3vw, 2.5rem);
  column-gap: clamp(1.5rem, 4vw, 2.5rem);
}

.fleet__intro {
  min-width: 0;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.fleet__title {
  font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  text-align: center;
}

.fleet__lead {
  margin: 0;
  max-width: 70ch;
  text-align: center;
  color: rgba(15, 21, 32, 0.68);
  font-size: clamp(1rem, 0.95rem + 0.4vw, 1.1rem);
  line-height: 1.7;
}

.fleet__carousel {
  width: 100%;
  min-width: 0;
  max-width: min(1120px, 100%);
  margin-inline: auto;
}

.fleet .carousel-viewport {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.fleet__track {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  gap: clamp(1rem, 2.4vw, 1.5rem);
  margin-inline: clamp(-1rem, -2vw, -0.35rem);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0.25rem clamp(1rem, 2vw, 1.25rem) 1rem;
  scroll-behavior: smooth;
  scroll-padding-inline: clamp(1rem, 2vw, 1.25rem);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

.fleet__card {
  flex: 0 0 min(86vw, 31rem);
  overflow: hidden;
  border: 1px solid rgba(10, 35, 66, 0.11);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(4, 7, 16, 0.08);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fleet__card.is-current {
  border-color: rgba(46, 110, 181, 0.32);
  box-shadow: 0 24px 56px rgba(10, 35, 66, 0.14);
}

.fleet__card:hover,
.fleet__card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 26px 58px rgba(4, 7, 16, 0.12);
}

.fleet__media {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid rgba(10, 35, 66, 0.08);
}

.fleet__media img,
.fleet .carousel-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.fleet__details {
  margin-top: 0;
  padding: clamp(1.05rem, 2vw, 1.3rem);
  text-align: left;
  display: grid;
  gap: 0.58rem;
  justify-items: start;
}

.fleet__details-title {
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0f1520;
  margin: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.fleet__details-subtitle {
  margin: 0;
  color: rgba(15, 21, 32, 0.68);
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.05rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.fleet__details-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.35rem 0 0;
  padding: 0;
  color: rgba(15, 21, 32, 0.62);
  font-size: 0.9rem;
  font-weight: 500;
}

.fleet__meta-item {
  border-radius: 999px;
  background: rgba(10, 35, 66, 0.06);
  padding: 0.34rem 0.62rem;
}

.fleet .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.fleet .carousel-dot {
  width: 0.62rem;
  height: 0.62rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 21, 32, 0.24);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.fleet .carousel-dot[aria-current="true"] {
  width: 1.55rem;
  background: rgba(15, 21, 32, 0.88);
}

.fleet .carousel-control {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 6;
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
}

.fleet .carousel-control[hidden] {
  display: none;
}

.fleet .carousel-control-prev {
  left: -0.2rem;
}

.fleet .carousel-control-next {
  right: -0.2rem;
}

.fleet .carousel-control-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 35, 66, 0.1);
  box-shadow: 0 14px 34px rgba(4, 7, 16, 0.14);
  display: grid;
  place-items: center;
  color: #0a2342;
  backdrop-filter: blur(8px);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.fleet .carousel-control-inner svg {
  width: 1.25rem;
  height: 1.25rem;
}

.fleet .carousel-control:hover .carousel-control-inner,
.fleet .carousel-control:focus-visible .carousel-control-inner {
  background: var(--accent-gradient);
  color: #ffffff;
  transform: translateY(-1px);
}

.fleet__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.4rem, 4vw, 2.2rem);
}

.fleet__cta-link--mobile {
  display: none;
}

@media (min-width: 768px) {
  .fleet__card {
    flex-basis: clamp(22rem, 44vw, 31.5rem);
  }
}

@media (min-width: 1160px) {
  .fleet__card {
    flex-basis: calc((100% - 1.5rem) / 2.25);
  }
}

@media (max-width: 767px) {
  .fleet .carousel-control,
  .fleet .carousel-control:active,
  .fleet .carousel-control:focus {
    background: transparent;
  }

  .fleet .carousel-control:focus {
    outline: none;
  }

  .fleet .carousel-control {
    display: none;
  }

  .fleet__cta-link--desktop {
    display: none;
  }

  .fleet__cta-link--mobile {
    display: inline-block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fleet__track,
  .fleet__card {
    scroll-behavior: auto;
    transition: none;
  }
}

.reviews {
  width: 100%;
  margin: 0;
  padding: clamp(3rem, 3vw + 2rem, 4.5rem) clamp(1.25rem, 4vw, 2.75rem) clamp(3rem, 3vw + 2rem, 4.5rem);
  background: #edf0f3;
  position: relative;
  z-index: 1;
}

#reviews-heading {
  scroll-margin-top: clamp(4.5rem, 8vw, 6.5rem);
}

.reviews__heading {
  margin: 0 auto clamp(1.45rem, 2.2vw, 2rem);
  max-width: 1200px;
  text-align: center;
  color: #0f1520;
  font-size: clamp(2.05rem, 1.45rem + 2vw, 3.35rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

@media (max-width: 899px) {
  .reviews__heading {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
}

.reviews .splide__track {
  max-width: 1200px;
  margin-inline: auto;
  overflow: hidden;
}

.reviews .splide__slide {
  min-width: 0;
  height: auto;
}

.reviews__card {
  height: 100%;
  min-height: 15rem;
  border: 1px solid rgba(10, 35, 66, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.reviews__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.reviews__stars {
  margin: 0;
  color: #F9B310;
  font-size: 1.36rem;
  letter-spacing: 0.14em;
  line-height: 1;
}

.reviews__google-icon {
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reviews__google-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.reviews__time {
  margin: 0;
  color: #9096a0;
  font-size: 0.8rem;
  line-height: 1.2;
}

.reviews__text {
  margin: 0;
  color: rgba(15, 21, 32, 0.62);
  font-size: 0.93rem;
  line-height: 1.55;
}

.reviews__name {
  margin: auto 0 0;
  color: #0f1520;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.2;
}

.reviews__footer-link {
  width: fit-content;
  display: block;
  margin: clamp(1.15rem, 2.3vw, 1.44rem) auto 0;
  color: #0a5678;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.reviews__footer-link:hover,
.reviews__footer-link:focus-visible {
  color: #0e658f;
}

@media (max-width: 767px) {
  .reviews__card {
    min-height: 0;
    border-radius: 14px;
    padding: 0.95rem 1rem 1rem;
  }
}


.cta {
  background: #f7f7f7;
  color: #0f1520;
  padding: clamp(3rem, 4vw + 2rem, 5rem) clamp(1.5rem, 5vw, 3rem);
}

.arrival + .cta {
  border-top: 1px solid rgba(10, 35, 66, 0.08);
}

.cta__container {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  justify-items: center;
  text-align: center;
}

.cta__headline {
  margin: 0;
  font-size: clamp(2rem, 1.6rem + 2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.cta__button {
  padding-inline: clamp(1.75rem, 2vw + 1.25rem, 3rem);
}

.cta__button:hover {
  transform: translateY(-1px);
}


.site-footer {
  --footer-padding-y: clamp(3.5rem, 6vw, 5.5rem);
  --footer-overlap: clamp(2.25rem, 5vw, 3.5rem);
  background: #0b0d13;
  color: rgba(255, 255, 255, 0.82);
  padding-top: calc(var(--footer-padding-y) + var(--footer-overlap));
  padding-bottom: var(--footer-padding-y);
  padding-inline: clamp(1.75rem, 6vw, 3.5rem);
  clip-path: polygon(0 var(--hero-cut-large), 100% 0, 100% 100%, 0 100%);
  margin-top: calc(var(--footer-overlap) * -1);
}

/* Content pages ------------------------------------------------------------*/
.content-page {
  background: #ffffff;
}

.page-hero {
  padding: clamp(4.5rem, 9vw, 7rem) clamp(1.5rem, 5vw, 3rem) clamp(3rem, 6vw, 5rem);
  background-image: linear-gradient(115deg, rgba(4, 7, 16, 0.82) 0%, rgba(4, 7, 16, 0.56) 54%, rgba(4, 7, 16, 0.28) 100%), url('../img/hero-desktop/hero-1600.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.page-hero__container {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.1rem, 2.4vw, 1.7rem);
}

.page-hero__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero__title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.4rem, 1.8rem + 3vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.page-hero__lead {
  margin: 0;
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 0.98rem + 0.5vw, 1.2rem);
  line-height: 1.75;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.page-hero__secondary {
  color: currentColor;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.content-section {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}

.content-section--muted {
  background: #f7f8fb;
}

.content-section__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.content-section__intro {
  max-width: 760px;
  display: grid;
  gap: 1rem;
}

.content-section__title {
  margin: 0;
  font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.content-section__text {
  margin: 0;
  color: rgba(15, 21, 32, 0.7);
  font-size: 1rem;
  line-height: 1.75;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

.content-card {
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
  padding: clamp(1.2rem, 2.5vw, 1.6rem);
  border: 1px solid rgba(15, 21, 32, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.content-card__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.content-card__text {
  margin: 0;
  color: rgba(15, 21, 32, 0.68);
  line-height: 1.7;
}

/* Service landing pages ----------------------------------------------------*/
.service-landing {
  --service-soft-section-bg:
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 18rem, #f7f9fc 42rem, #f7f9fc 100%);

  background: #ffffff;
  color: #0f1520;
  overflow-x: hidden;
}

.service-content-flow {
  padding-top: clamp(1.1rem, 3vw, 1.8rem);
  background: var(--service-soft-section-bg);
}

.service-landing .service-content-flow {
  position: relative;
  z-index: 2;
  border-bottom-left-radius: clamp(1.35rem, 3.2vw, 2.35rem);
  border-bottom-right-radius: clamp(1.35rem, 3.2vw, 2.35rem);
}

.service-section__container {
  width: min(calc(100% - clamp(2.5rem, 7vw, 5rem)), 1200px);
  min-width: 0;
  margin-inline: auto;
}

.service-section__header {
  min-width: 0;
  display: grid;
  gap: 0.65rem;
  max-width: 760px;
}

.service-section__eyebrow {
  margin: 0;
  color: rgba(10, 35, 66, 0.62);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-section__title {
  margin: 0;
  color: #0f1520;
  font-size: clamp(2rem, 1.45rem + 2vw, 3.25rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.service-hero {
  padding: clamp(2.4rem, 6vw, 4.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(46, 110, 181, 0.12), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.service-hero__container {
  width: min(calc(100% - clamp(2.5rem, 7vw, 5rem)), 1200px);
  min-width: 0;
  margin-inline: auto;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.service-hero__heading {
  min-width: 0;
  display: grid;
  gap: 0.55rem;
  max-width: 780px;
}

.service-hero__eyebrow {
  margin: 0;
  color: rgba(10, 35, 66, 0.66);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.service-hero__title {
  margin: 0;
  max-width: 12ch;
  color: #0f1520;
  font-size: clamp(2.8rem, 2rem + 4vw, 5.8rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.96;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.service-landing--fleet__mobile-title-break {
  display: none;
}

.service-hero__media {
  position: relative;
  margin: 0;
  min-height: clamp(21rem, 48vw, 37rem);
  border-radius: clamp(1.1rem, 2.8vw, 2rem);
  overflow: hidden;
  background: #0f1520;
  box-shadow: 0 30px 70px rgba(4, 7, 16, 0.16);
}

.service-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 7, 16, 0.06) 0%, rgba(4, 7, 16, 0.36) 100%);
  pointer-events: none;
}

.service-hero__media picture,
.service-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.service-hero__media picture {
  position: absolute;
  inset: 0;
}

.service-hero__media img {
  object-fit: cover;
}

.service-hero__booking {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  margin: clamp(-3.7rem, -6vw, -2rem) auto 0;
}

.service-hero__booking .hero-form {
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(10, 35, 66, 0.1);
  border-radius: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 24px 58px rgba(4, 7, 16, 0.16);
  gap: 1.1rem;
}

.service-hero__booking .hero-form__tabs {
  justify-content: flex-start;
  padding-bottom: 0.55rem;
}

.service-hero__booking .hero-form__body {
  gap: 1rem;
}

.service-hero__booking .hero-form__section {
  gap: 1rem;
}

.service-hero__booking .hero-form__section.is-hidden,
.service-hero__booking .hero-form__section[hidden] {
  display: none;
}

.service-hero__booking .hero-form__submit {
  margin-top: 0;
}

.service-sticky-cta {
  display: none;
}

.service-booking-form__note {
  margin: -0.15rem 0 0;
  color: rgba(15, 21, 32, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.service-breadcrumb {
  width: min(calc(100% - clamp(2.5rem, 7vw, 5rem)), 1200px);
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: rgba(15, 21, 32, 0.55);
  font-size: 0.9rem;
  font-weight: 600;
}

.service-breadcrumb a {
  color: rgba(10, 35, 66, 0.82);
}

.service-breadcrumb a:hover,
.service-breadcrumb a:focus-visible {
  color: #2e6eb5;
}

.service-editorial,
.service-closing {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.service-editorial {
  padding-top: 0;
}

.service-vehicles.fleet {
  padding: clamp(1.2rem, 3vw, 2.2rem) clamp(1.25rem, 4vw, 2.75rem) clamp(3.5rem, 7vw, 6rem);
  border-radius: 0;
  background: transparent;
}

.service-vehicles .service-section__header {
  justify-items: start;
  margin-inline: 0;
  text-align: left;
}

.service-vehicles .fleet__title {
  text-align: left;
}

.service-vehicles .fleet__carousel {
  margin-top: 0;
}

.service-vehicle-card {
  position: relative;
  display: grid;
  flex: 0 0 min(86vw, 31rem);
  overflow: hidden;
  border: 1px solid rgba(10, 35, 66, 0.12);
  border-radius: 22px;
  background: #ffffff;
  color: #0f1520;
  cursor: default;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow: 0 10px 16px -14px rgba(4, 7, 16, 0.22);
}

.service-vehicle-card__media {
  position: relative;
  display: grid;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #ffffff;
  border-bottom: 1px solid rgba(10, 35, 66, 0.08);
}

.service-vehicle-card__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.service-vehicle-card__body {
  display: grid;
  gap: 0.72rem;
  padding: clamp(1rem, 2.4vw, 1.2rem);
}

.service-vehicle-card__name,
.service-vehicle-card__model,
.service-vehicle-card__price {
  display: block;
  margin: 0;
}

.service-vehicle-card__name {
  font-size: clamp(1.05rem, 0.98rem + 0.25vw, 1.2rem);
  font-weight: 850;
  line-height: 1.1;
}

.service-vehicle-card__model,
.service-vehicle-card__price {
  color: rgba(15, 21, 32, 0.64);
  font-size: 0.94rem;
}

.service-vehicle-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: rgba(15, 21, 32, 0.72);
  font-size: 0.88rem;
}

.service-vehicle-card__meta span {
  border-radius: 999px;
  background: rgba(10, 35, 66, 0.06);
  padding: 0.32rem 0.55rem;
}

.fleet__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0.25rem;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: rgba(10, 35, 66, 0.07);
  color: #0a2342;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.fleet__card-link:hover,
.fleet__card-link:focus-visible {
  background: var(--accent-gradient);
  color: #ffffff;
  transform: translateY(-1px);
}

.service-landing--fleet .fleet-page-vehicle-card {
  --fleet-showroom-inset: clamp(0.55rem, 1.8vw, 0.75rem);
  --fleet-info-offset: clamp(10.5rem, 49vw, 18.4rem);

  isolation: isolate;
  flex-basis: min(88vw, 34rem);
  padding: var(--fleet-showroom-inset);
  border-color: rgba(255, 255, 255, 0.62);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.9), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(247, 250, 252, 0.5) 58%, rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    0 1px 2px rgba(4, 7, 16, 0.035),
    0 1px 0 rgba(255, 255, 255, 0.8);
}

.service-landing--fleet .fleet-page-vehicle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 0%, rgba(46, 110, 181, 0.11), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9), transparent 14rem);
  pointer-events: none;
}

.service-landing--fleet .fleet-page-vehicle-card__showroom {
  position: absolute;
  inset: var(--fleet-showroom-inset);
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.98), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 250, 0.72) 62%, rgba(255, 255, 255, 0.58) 100%);
  padding-bottom: clamp(4.8rem, 8vw, 6.4rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(4, 7, 16, 0.045);
}

.service-landing--fleet .fleet-page-vehicle-card__showroom::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.5) 42%, rgba(255, 255, 255, 0.78) 100%);
  pointer-events: none;
}

.service-landing--fleet .fleet-page-vehicle-card__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 2;
  margin: 0;
  border: 0;
  border-radius: 18px 18px 0 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.service-landing--fleet .fleet-page-vehicle-card__media::before {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 0.85rem;
  left: 12%;
  z-index: 3;
  height: 1.45rem;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(4, 7, 16, 0.2), rgba(4, 7, 16, 0) 70%);
  filter: blur(5px);
  opacity: 0.78;
  pointer-events: none;
}

.service-landing--fleet .fleet-page-vehicle-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.2rem;
  z-index: 2;
  height: 26%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.4) 58%, rgba(255, 255, 255, 0.64) 100%);
  pointer-events: none;
}

.service-landing--fleet .fleet-page-vehicle-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.service-landing--fleet .fleet-page-vehicle-card__body {
  position: relative;
  z-index: 2;
  align-content: start;
  gap: 0.85rem;
  min-height: 16rem;
  margin: var(--fleet-info-offset) 0 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  box-shadow: 0 16px 38px rgba(4, 7, 16, 0.14);
}

.fleet-page-vehicle-card__eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(10, 35, 66, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-landing--fleet .fleet-page-vehicle-card .service-vehicle-card__name {
  font-size: clamp(1.45rem, 1.12rem + 1vw, 2rem);
  letter-spacing: -0.03em;
}

.service-landing--fleet .fleet-page-vehicle-card .service-vehicle-card__model {
  max-width: 28rem;
  font-size: clamp(0.98rem, 0.92rem + 0.2vw, 1.08rem);
  line-height: 1.55;
}

.service-landing--fleet .fleet-page-vehicle-card .service-vehicle-card__meta {
  margin-top: 0.1rem;
}

.service-landing--fleet .fleet-page-vehicle-card .service-vehicle-card__meta span {
  border: 1px solid rgba(46, 110, 181, 0.18);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.92), transparent 64%),
    linear-gradient(135deg, rgba(46, 110, 181, 0.14), rgba(10, 35, 66, 0.055));
  color: rgba(10, 35, 66, 0.82);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  backdrop-filter: blur(14px) saturate(1.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 8px 16px rgba(10, 35, 66, 0.08);
}

.service-landing--fleet .fleet-page-vehicle-card .service-vehicle-card__price {
  margin-top: auto;
  border: 1px solid rgba(10, 35, 66, 0.07);
  border-radius: 14px;
  background: rgba(10, 35, 66, 0.04);
  padding: 0.82rem 0.92rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-editorial .service-section__container {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4.5rem);
}

.service-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  align-items: center;
}

.service-story--reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.service-story--reverse .service-story__media {
  order: 2;
}

.service-story__media {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f4f6fb;
  box-shadow: 0 22px 54px rgba(4, 7, 16, 0.1);
}

.service-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
}

.service-story__content {
  min-width: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 34rem;
}

.service-story__content h2 {
  margin: 0;
  color: #0f1520;
  font-size: clamp(1.75rem, 1.3rem + 1.6vw, 2.65rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.1;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.service-story__content p:not(.service-section__eyebrow) {
  margin: 0;
  color: rgba(15, 21, 32, 0.68);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.08rem);
  line-height: 1.75;
}

.about-editorial {
  padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem);
}

.about-editorial__container {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.about-editorial__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

.about-editorial__intro-copy,
.about-editorial__chapter,
.about-values__card,
.about-process__item {
  border: 1px solid rgba(10, 35, 66, 0.08);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.9), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 14px 34px rgba(4, 7, 16, 0.045);
}

.about-editorial__intro-copy {
  display: grid;
  gap: 1rem;
  border-radius: 20px;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.about-editorial__intro-copy p,
.about-editorial__chapter p,
.about-values__card p,
.about-process__item p,
.about-closing__text {
  margin: 0;
  color: rgba(15, 21, 32, 0.68);
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.08rem);
  line-height: 1.75;
}

.about-editorial__chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
}

.about-editorial__chapter {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  border-radius: 22px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.about-editorial__chapter h3,
.about-values__card h3,
.about-process__item h3 {
  margin: 0;
  color: #0f1520;
  font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.65rem);
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.about-values {
  display: grid;
  gap: clamp(1.1rem, 3vw, 1.8rem);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.1rem);
}

.about-values__card {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 100%;
  border-radius: 18px;
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.about-process {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  padding-top: clamp(0.5rem, 2vw, 1rem);
}

.about-process__list {
  display: grid;
  gap: 0.85rem;
}

.about-process__item {
  display: grid;
  gap: 0.55rem;
  border-radius: 18px;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.about-closing {
  padding-top: 0;
}

.about-closing__text {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.service-closing {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.service-closing__card {
  width: min(calc(100% - clamp(2.5rem, 7vw, 5rem)), 1120px);
  min-width: 0;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border-radius: clamp(1.1rem, 2.6vw, 1.8rem);
  background:
    linear-gradient(135deg, rgba(10, 35, 66, 0.96), rgba(46, 110, 181, 0.94)),
    #0a2342;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(10, 35, 66, 0.22);
}

.service-closing__card .service-section__eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.service-closing__card h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 1.45rem + 2vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (min-width: 900px) {
  .service-hero {
    padding: 0;
    background: #ffffff;
  }

  .service-hero__container {
    position: relative;
    width: 100%;
    max-width: none;
    gap: 0;
  }

  .service-hero__heading {
    width: min(calc(100% - clamp(2.5rem, 7vw, 5rem)), 1200px);
    max-width: none;
    margin-inline: auto;
    padding: clamp(1.25rem, 2.2vw, 2rem) min(30rem, 42vw) clamp(1.1rem, 2vw, 1.65rem) 0;
  }

  .service-hero__eyebrow {
    display: none;
  }

  .service-hero__title {
    max-width: none;
    font-size: clamp(1.8rem, 2.25vw, 2.35rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
    white-space: nowrap;
  }

  .service-hero__media {
    width: 100%;
    min-height: clamp(29rem, 36vw, 35rem);
    margin-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .service-hero__media::after {
    display: none;
  }

  .service-hero__booking {
    position: absolute;
    top: clamp(1.55rem, 2.5vw, 2.35rem);
    right: max(calc((100vw - 1200px) / 2), 1.25rem);
    width: clamp(23rem, 31vw, 28rem);
    margin: 0;
  }

  .service-hero__booking .hero-form {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(15, 21, 32, 0.08);
    border-radius: 6px;
    background: #ffffff;
    box-shadow:
      0 2px 8px rgba(4, 7, 16, 0.08),
      0 16px 34px rgba(4, 7, 16, 0.18);
    gap: 0;
  }

  .service-hero__booking .hero-form__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0;
    padding: 0;
  }

  .service-hero__booking .hero-form__tab {
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.9rem 1rem;
    background: #e7ebf0;
    color: #0f1520;
    font-size: 1rem;
    font-weight: 760;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: none;
  }

  .service-hero__booking .hero-form__tab.is-active {
    background: #ffffff;
    color: #0f1520;
  }

  .service-hero__booking .hero-form__tab::after {
    display: none;
  }

  .service-hero__booking .hero-form__body {
    gap: 0.65rem;
    padding: 1rem;
  }

  .service-hero__booking .hero-form__section:not(.is-hidden) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .service-hero__booking .hero-form__group {
    position: relative;
    gap: 0.25rem;
  }

  .service-hero__booking .hero-form__label {
    position: absolute;
    top: 0.64rem;
    left: 1rem;
    z-index: 1;
    color: rgba(15, 21, 32, 0.58);
    font-size: 0.76rem;
    font-weight: 740;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    pointer-events: none;
  }

  .service-hero__booking .hero-form__control {
    min-height: 3.55rem;
    padding: 1.45rem 1rem 0.55rem;
    border: 0;
    border-radius: 4px;
    background: #e7ebf0;
    box-shadow: none;
  }

  .service-hero__booking .hero-form__control:focus-within {
    background: #eef2f6;
    box-shadow: inset 0 0 0 2px rgba(46, 110, 181, 0.36);
  }

  .service-hero__booking .hero-form__input {
    min-width: 0;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .service-booking-form__note {
    margin: 0.05rem auto 0;
    max-width: 25rem;
    text-align: center;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .service-hero__booking .hero-form__submit {
    width: 100%;
    min-height: 3.25rem;
    margin-top: 0.25rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
  }

  .service-editorial .service-section__container {
    gap: 0;
  }

  .service-story,
  .service-story--reverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }

  .service-story__content {
    align-content: center;
    padding: clamp(2rem, 5vw, 4.5rem);
  }

  .service-story__media {
    aspect-ratio: 1 / 1;
  }

  .service-story__media img {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (min-width: 768px) {
  .service-vehicle-card {
    flex-basis: clamp(22rem, 44vw, 31.5rem);
  }
}

@media (min-width: 1160px) {
  .service-vehicle-card {
    flex-basis: calc((100% - 3rem) / 3);
  }

  .service-vehicles__track {
    margin-inline: 0;
    padding: 0;
    scroll-padding-inline: 0;
  }
}

@media (max-width: 899px) {
  .service-section__container,
  .service-hero__container,
  .service-breadcrumb,
  .service-closing__card {
    width: min(calc(100% - 2rem), 44rem);
  }

  .service-hero {
    padding-top: clamp(1.3rem, 4vw, 2rem);
  }

  .service-hero__title {
    max-width: 10ch;
  }

  .service-hero__media {
    min-height: clamp(17rem, 58vw, 24rem);
  }

  .service-hero__booking {
    margin-top: -1.2rem;
  }

  .service-story,
  .service-story--reverse {
    grid-template-columns: 1fr;
  }

  .service-story--reverse .service-story__media {
    order: 0;
  }
}

@media (max-width: 540px) {
  .service-section__container,
  .service-hero__container,
  .service-breadcrumb,
  .service-closing__card {
    width: min(calc(100% - 1.5rem), 32rem);
  }

  .service-hero__title {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .service-hero__media {
    min-height: clamp(18rem, 72vw, 23rem);
    border-radius: 18px;
  }

  .service-hero__booking {
    width: calc(100% - 0.5rem);
    margin-top: -1rem;
  }

  .service-hero__booking .hero-form {
    padding: 1rem;
    border-radius: 18px;
  }

  .service-hero__booking .hero-form__tabs {
    gap: 1rem;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .service-closing {
    padding-block: 3rem;
  }

  .service-editorial {
    padding-block: 0 3rem;
  }

  .service-vehicles.fleet {
    padding-block: 1.25rem 1.25rem;
  }
}

@media (max-width: 959px) {
  .service-section__container,
  .service-hero__container,
  .service-breadcrumb,
  .service-closing__card {
    width: min(calc(100% - 2rem), 44rem);
  }

  .service-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1250;
    display: block;
    padding: 0.8rem clamp(1rem, 5vw, 1.35rem) calc(0.8rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(10, 35, 66, 0.08);
    box-shadow: 0 -16px 34px rgba(4, 7, 16, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .service-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .service-sticky-cta__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.25rem;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 700;
  }

  @media (prefers-reduced-motion: reduce) {
    .service-sticky-cta {
      transition: none;
    }
  }

  .service-vehicles.fleet {
    padding-inline: 0;
  }

  .service-vehicles .fleet__carousel {
    max-width: none;
  }

  .service-vehicles .carousel-control {
    display: none;
  }

  .service-vehicles__track {
    gap: 0.85rem;
    margin-inline: 0;
    padding: 0.25rem 1rem 1.25rem;
    scroll-padding-inline: 1rem;
  }

  .service-vehicle-card {
    flex-basis: min(calc(100vw - 4rem), 22rem);
  }

  .service-landing--fleet .fleet-page-vehicle-card {
    flex-basis: min(76vw, calc(100vw - 4rem));
  }

  .service-editorial .service-section__container {
    width: 100%;
    gap: clamp(2.5rem, 6vw, 4.5rem);
  }

  .service-story {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    align-items: center;
  }

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

  .service-story--reverse .service-story__media {
    order: 0;
  }

  .service-story__media {
    width: 100%;
    aspect-ratio: auto;
    margin-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .service-story__media img {
    height: auto;
    aspect-ratio: 1.2 / 1;
  }

  .service-story__content {
    width: auto;
    max-width: none;
    margin-inline: clamp(1rem, 2.8vw, 1.35rem);
    padding: 0;
    align-content: normal;
  }

  .about-editorial {
    padding-block: 2.5rem 3.25rem;
  }

  .about-editorial__intro,
  .about-editorial__chapters,
  .about-process {
    grid-template-columns: 1fr;
  }

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

  .about-editorial__intro-copy,
  .about-editorial__chapter,
  .about-values__card,
  .about-process__item {
    border-radius: 16px;
  }

  .service-hero {
    min-height: calc(100svh - var(--site-header-mobile-height));
    padding: 0;
    background: #ffffff;
  }

  .service-hero__container {
    width: 100%;
    min-height: calc(100svh - var(--site-header-mobile-height));
    grid-template-rows: auto auto minmax(auto, 1fr);
    gap: 0;
    align-content: start;
  }

  .service-hero__heading {
    width: 100%;
    max-width: none;
    padding: clamp(1.1rem, 4.6vw, 1.55rem) clamp(1rem, 5vw, 1.35rem) clamp(1rem, 3.8vw, 1.35rem);
    background:
      radial-gradient(circle at 14% 0%, rgba(46, 110, 181, 0.075), transparent 5rem),
      linear-gradient(180deg, #fbfcfe 0%, #ffffff 100%);
  }

  .service-hero__eyebrow {
    display: none;
  }

  .service-hero__title {
    max-width: 100%;
    font-size: clamp(2.05rem, 9.2vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    white-space: normal;
  }

  .service-landing--fleet__mobile-title-break {
    display: inline;
  }

  .service-hero__media {
    width: 100%;
    height: clamp(12rem, 30svh, 17rem);
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .service-hero__media::after {
    display: none;
  }

  .service-hero__booking {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0;
    display: flex;
    z-index: auto;
  }

  .service-hero__booking .hero-form {
    width: 100%;
    flex: 1 1 auto;
    padding: 0 clamp(1rem, 5vw, 1.35rem) clamp(1.15rem, 4vw, 1.5rem);
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    gap: clamp(0.85rem, 3vw, 1.05rem);
  }

  .service-hero__booking .hero-form__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    justify-content: stretch;
    margin-inline: calc(clamp(1rem, 5vw, 1.35rem) * -1);
    padding: 0;
    overflow: visible;
  }

  .service-hero__booking .hero-form__tab {
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.75rem 0.55rem;
    color: #0f1520;
    background: #e7ebf0;
    font-size: clamp(1rem, 4.5vw, 1.25rem);
    font-weight: 760;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: none;
  }

  .service-hero__booking .hero-form__tab.is-active {
    color: #0f1520;
    background: #ffffff;
  }

  .service-hero__booking .hero-form__tab::after {
    display: none;
  }

  .service-hero__booking .hero-form__body,
  .service-hero__booking .hero-form__section {
    gap: 0.38rem;
  }

  .service-hero__booking .hero-form__body {
    padding: 0;
    flex: 1 1 auto;
  }

  .service-hero__booking .hero-form__section:not(.is-hidden) {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }

  .service-hero__booking .hero-form__group {
    position: relative;
    gap: 0.25rem;
  }

  .service-hero__booking .hero-form__label {
    position: absolute;
    top: 0.64rem;
    left: 1rem;
    z-index: 1;
    color: rgba(15, 21, 32, 0.58);
    font-size: 0.78rem;
    font-weight: 740;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    pointer-events: none;
  }

  .service-hero__booking .hero-form__group.is-focused .hero-form__label,
  .service-hero__booking .hero-form__group.is-filled .hero-form__label {
    color: rgba(10, 35, 66, 0.72);
  }

  .service-hero__booking .hero-form__control {
    min-height: 3.32rem;
    padding: 1.36rem 1rem 0.5rem;
    border: 0;
    border-radius: 5px;
    background: #e7ebf0;
    box-shadow: none;
  }

  .service-hero__booking .hero-form__control:focus-within {
    background: #eef2f6;
    box-shadow: inset 0 0 0 2px rgba(46, 110, 181, 0.42);
  }

  .service-hero__booking .hero-form__input {
    min-width: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .service-hero__booking .hero-form__select-caret {
    align-self: flex-end;
    margin-bottom: 0.15rem;
  }

  .service-hero__booking .hero-form__error {
    margin-top: 0.2rem;
  }

  .service-booking-form__note {
    margin: 0.05rem 0 0;
    color: rgba(15, 21, 32, 0.62);
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .service-hero__booking .hero-form__submit {
    min-height: 3.25rem;
    margin-top: auto;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 700;
  }
}

@media (max-width: 640px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) and (max-height: 720px) {
  .service-hero__heading {
    padding-top: 0.85rem;
    padding-bottom: 0.78rem;
  }

  .service-hero__title {
    font-size: clamp(1.85rem, 8.1vw, 2.45rem);
    line-height: 1;
  }

  .service-hero__media {
    height: clamp(10.25rem, 25svh, 12.25rem);
  }

  .service-hero__booking .hero-form {
    padding-bottom: 0.75rem;
    gap: 0.65rem;
  }

  .service-hero__booking .hero-form__tab {
    min-height: 2.85rem;
    padding-block: 0.55rem;
    font-size: 1rem;
  }

  .service-hero__booking .hero-form__body,
  .service-hero__booking .hero-form__section {
    gap: 0.4rem;
  }

  .service-hero__booking .hero-form__label {
    top: 0.52rem;
    font-size: 0.72rem;
  }

  .service-hero__booking .hero-form__control {
    min-height: 3.18rem;
    padding: 1.28rem 0.9rem 0.45rem;
  }

  .service-booking-form__note {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .service-hero__booking .hero-form__submit {
    min-height: 3rem;
    margin-top: auto;
  }

  .service-sticky-cta__button {
    min-height: 3rem;
  }
}

/* Service-page booking forms: visual reskin only. Geometry and sticky CTA hooks stay unchanged. */
@media (min-width: 960px) {
  .service-hero__booking .hero-form {
    border-color: rgba(255, 255, 255, 0.54);
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.78), transparent 42%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 250, 252, 0.56) 54%, rgba(255, 255, 255, 0.68)),
      rgba(255, 255, 255, 0.66);
    -webkit-backdrop-filter: blur(30px) saturate(1.2);
    backdrop-filter: blur(30px) saturate(1.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      inset 0 -1px 0 rgba(255, 255, 255, 0.24),
      0 3px 12px rgba(4, 7, 16, 0.07),
      0 18px 44px rgba(4, 7, 16, 0.17);
  }

  .service-hero__booking .hero-form__tabs {
    background: rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .service-hero__booking .hero-form__tab {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(15, 21, 32, 0.58);
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .service-hero__booking .hero-form__tab.is-active {
    background: rgba(255, 255, 255, 0.54);
    color: #0a2342;
    box-shadow:
      inset 0 -2px 0 rgba(10, 86, 120, 0.5),
      inset 1px 0 0 rgba(255, 255, 255, 0.22),
      0 1px 0 rgba(255, 255, 255, 0.46);
  }

  .service-hero__booking .hero-form__control {
    border: 1px solid rgba(10, 35, 66, 0.085);
    background: rgba(255, 255, 255, 0.74);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.68),
      0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .service-hero__booking .hero-form__control:focus-within {
    border-color: rgba(46, 110, 181, 0.42);
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
      inset 0 0 0 1px rgba(46, 110, 181, 0.2),
      0 0 0 3px rgba(46, 110, 181, 0.12);
  }

  .service-hero__booking .hero-form__label {
    color: rgba(15, 21, 32, 0.52);
  }

  .service-hero__booking .hero-form__group.is-focused .hero-form__label,
  .service-hero__booking .hero-form__group.is-filled .hero-form__label {
    color: rgba(10, 35, 66, 0.74);
  }

  .service-booking-form__note {
    color: rgba(15, 21, 32, 0.58);
  }

  .service-hero__booking .hero-form__submit {
    box-shadow: 0 12px 24px rgba(10, 35, 66, 0.2);
  }
}

@media (max-width: 959px) {
  .service-hero__booking .hero-form {
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.72), transparent 44%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(248, 250, 252, 0.68) 58%, rgba(255, 255, 255, 0.78)),
      rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(22px) saturate(1.16);
    backdrop-filter: blur(22px) saturate(1.16);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.86),
      inset 0 -1px 0 rgba(10, 35, 66, 0.045);
  }

  .service-hero__booking .hero-form__tabs {
    background: rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .service-hero__booking .hero-form__tab {
    background: rgba(231, 235, 240, 0.56);
    color: rgba(15, 21, 32, 0.66);
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .service-hero__booking .hero-form__tab.is-active {
    background: rgba(255, 255, 255, 0.72);
    color: #0a2342;
    box-shadow:
      inset 0 -2px 0 rgba(10, 86, 120, 0.5),
      inset 1px 0 0 rgba(255, 255, 255, 0.24);
  }

  .service-hero__booking .hero-form__control {
    border: 1px solid rgba(10, 35, 66, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 1px 0 rgba(255, 255, 255, 0.24);
  }

  .service-hero__booking .hero-form__control:focus-within {
    border-color: rgba(46, 110, 181, 0.42);
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
      inset 0 0 0 1px rgba(46, 110, 181, 0.18),
      0 0 0 3px rgba(46, 110, 181, 0.12);
  }

  .service-hero__booking .hero-form__label {
    color: rgba(15, 21, 32, 0.5);
  }

  .service-hero__booking .hero-form__group.is-focused .hero-form__label,
  .service-hero__booking .hero-form__group.is-filled .hero-form__label {
    color: rgba(10, 35, 66, 0.74);
  }

  .service-booking-form__note {
    color: rgba(15, 21, 32, 0.58);
  }

  .service-landing .service-booking-form__note.is-error {
    color: #c23824;
    font-weight: 600;
  }

  .service-landing .service-hero__booking .hero-form.has-compact-validation-error .hero-form__group.has-error .hero-form__error {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .service-hero__booking .hero-form__submit,
  .service-sticky-cta__button {
    box-shadow: 0 12px 24px rgba(10, 35, 66, 0.18);
  }

  .service-sticky-cta {
    padding: 1.1rem clamp(1rem, 5vw, 1.35rem) calc(1.1rem + env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.82), transparent 48%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 250, 252, 0.66)),
      rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(1.16);
    backdrop-filter: blur(24px) saturate(1.16);
    border-top: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.88),
      0 -10px 28px rgba(4, 7, 16, 0.11);
  }

  .service-landing .service-hero__booking .hero-form {
    padding-bottom: calc(6.05rem + env(safe-area-inset-bottom));
  }

  .service-landing .service-hero__booking .hero-form__submit {
    display: none;
  }

  .service-landing .service-sticky-cta {
    transition:
      background 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease,
      opacity 180ms ease;
  }

  .service-landing .service-sticky-cta:not(.is-scrolled) {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-top-color: transparent;
    box-shadow: none;
  }
}

.content-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.7rem;
  color: rgba(15, 21, 32, 0.72);
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.info-panel {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border-left: 4px solid #0a5678;
  background: rgba(10, 86, 120, 0.07);
}

.info-panel p {
  margin: 0;
  color: rgba(15, 21, 32, 0.72);
  line-height: 1.7;
}

.booking-page {
  padding: clamp(1rem, 3vw, 2.25rem) clamp(1.25rem, 5vw, 3rem) clamp(3.5rem, 6vw, 5rem);
  min-height: calc(100svh - var(--site-header-mobile-height));
  background:
    radial-gradient(circle at 13% 4%, rgba(46, 110, 181, 0.13), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.92), transparent 24rem),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 18rem, #f7f9fc 44rem, #f7f9fc 100%);
}

.booking-page__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.booking-page__container {
  max-width: 1120px;
  margin: 0 auto;
}

.booking-page__container--engine {
  max-width: 1180px;
}

.booking-engine {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: start;
}

.booking-page[data-booking-state="setup"] .booking-engine {
  grid-template-columns: minmax(0, 42rem);
  justify-content: center;
}

.booking-engine__main,
.booking-engine__aside {
  display: grid;
  gap: 1rem;
}

.booking-engine__aside {
  position: sticky;
  top: calc(var(--site-header-mobile-height) + 1rem);
}

.booking-setup-note,
.booking-trip-summary,
.booking-form.hero-form,
.booking-map-card,
.booking-price-card,
.booking-side-vehicle {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.88), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.72) 58%, rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 38px rgba(4, 7, 16, 0.09);
}

.booking-setup-note {
  display: grid;
  gap: 0.45rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.booking-setup-note--empty {
  max-width: 42rem;
  margin: 0 auto;
}

.booking-setup-note__actions {
  margin: 0.5rem 0 0;
}

.booking-setup-note__eyebrow,
.booking-trip-summary__eyebrow,
.booking-form__eyebrow,
.booking-vehicle__eyebrow,
.booking-map-card__eyebrow,
.booking-price-card__eyebrow,
.booking-side-vehicle__eyebrow {
  margin: 0;
  color: rgba(10, 35, 66, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-setup-note__title,
.booking-trip-summary__title,
.booking-form__title,
.booking-vehicle__title,
.booking-map-card__title,
.booking-price-card__title {
  margin: 0;
  color: #0f1520;
  line-height: 1.15;
}

.booking-setup-note__title {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.booking-setup-note__text,
.booking-form__text,
.booking-vehicle__hint,
.booking-map-card__text,
.booking-price-card__note,
.booking-side-vehicle__text {
  margin: 0;
  color: rgba(15, 21, 32, 0.66);
  line-height: 1.6;
}

.booking-trip-summary {
  display: grid;
  align-items: center;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.booking-page[data-booking-state="setup"] .booking-trip-summary {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.booking-trip-summary__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.78rem clamp(0.95rem, 2vw, 1.15rem);
}

.booking-trip-summary__bar > div {
  min-width: 0;
}

.booking-trip-summary__title {
  margin-top: 0.12rem;
  font-size: clamp(0.98rem, 1.25vw, 1.14rem);
  font-weight: 850;
  letter-spacing: -0.01em;
}

.booking-trip-summary__panel {
  border-top: 1px solid rgba(10, 35, 66, 0.09);
  padding: clamp(1rem, 2.3vw, 1.25rem);
  background: #ffffff;
}

.booking-page[data-booking-state="setup"] .booking-trip-summary__panel {
  border-top: 0;
  padding: 0;
}

.booking-trip-summary__edit {
  flex: 0 0 auto;
  border: 1px solid rgba(10, 35, 66, 0.16);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: #ffffff;
  color: #0a2342;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.booking-trip-summary__edit:hover,
.booking-trip-summary__edit:focus-visible {
  border-color: transparent;
  background: var(--accent-gradient);
  color: #ffffff;
  transform: translateY(-1px);
}

.booking-form.hero-form {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 44px rgba(4, 7, 16, 0.1);
  gap: 1.35rem;
}

.booking-form.hero-form .hero-form__tab {
  color: rgba(10, 35, 66, 0.54);
}

.booking-form.hero-form .hero-form__tab.is-active,
.booking-form.hero-form .hero-form__tab:hover,
.booking-form.hero-form .hero-form__tab:focus-visible {
  color: #0a2342;
}

.booking-form.hero-form .hero-form__tab.is-active::after,
.booking-form.hero-form .hero-form__tab:focus-visible::after {
  background: var(--accent-gradient);
}

.booking-form.hero-form .hero-form__checkbox input:focus-visible + .hero-form__checkbox-box {
  box-shadow: 0 0 0 3px rgba(46, 110, 181, 0.2);
}

.booking-form.hero-form .hero-form__checkbox input:checked + .hero-form__checkbox-box {
  border-color: transparent;
  background: var(--accent-gradient);
}

.booking-form.hero-form[data-booking-state="config"] {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.booking-trip-editor {
  display: grid;
  gap: 1.35rem;
}

.booking-form.hero-form[data-booking-state="config"] .booking-trip-editor {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-form.hero-form[data-booking-state="config"] .booking-form__heading {
  display: none;
}

.booking-form.hero-form[data-booking-state="config"] .hero-form__tabs {
  justify-content: flex-start;
}

.booking-trip-editor__apply {
  margin-top: 0;
}

.booking-trip-editor__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.2rem;
}

.booking-trip-editor__actions .booking-trip-editor__apply {
  flex: 1 1 12rem;
}

.booking-trip-editor__cancel {
  flex: 0 0 auto;
  border: 1px solid rgba(10, 35, 66, 0.16);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #0a2342;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.booking-trip-editor__cancel:hover,
.booking-trip-editor__cancel:focus-visible {
  border-color: rgba(46, 110, 181, 0.48);
  color: #2e6eb5;
  transform: translateY(-1px);
}

.booking-form__heading {
  display: grid;
  gap: 0.35rem;
}

.booking-form__title {
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
}

.booking-map-card--inline,
.booking-price-card--inline {
  display: none;
}

.booking-map-card {
  overflow: hidden;
}

.booking-map-card__visual {
  position: relative;
  min-height: 14rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 28%, rgba(46, 110, 181, 0.18), transparent 9rem),
    radial-gradient(circle at 74% 68%, rgba(10, 35, 66, 0.12), transparent 8rem),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 100%);
}

.booking-map-card__iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #eef2f6;
}

.booking-map-card__iframe[hidden] {
  display: none;
}

.booking-map-card__visual.has-embedded-map {
  background: #eef2f6;
}

.booking-map-card__visual.has-embedded-map .booking-map-card__grid,
.booking-map-card__visual.has-embedded-map .booking-map-card__route,
.booking-map-card__visual.has-embedded-map .booking-map-card__pin {
  display: none;
}

.booking-map-card__grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(10, 35, 66, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 35, 66, 0.12) 1px, transparent 1px);
  background-size: 2.35rem 2.35rem;
}

.booking-map-card__route {
  position: absolute;
  left: 20%;
  top: 48%;
  width: 62%;
  height: 0.32rem;
  border-radius: 999px;
  background: var(--accent-gradient);
  box-shadow: 0 10px 30px rgba(46, 110, 181, 0.32);
  transform: rotate(-14deg);
  transform-origin: left center;
}

.booking-map-card__pin {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #0a2342;
  box-shadow: 0 10px 24px rgba(4, 7, 16, 0.22);
}

.booking-map-card__pin--start {
  left: 18%;
  top: 48%;
}

.booking-map-card__pin--end {
  right: 17%;
  top: 31%;
  background: #2e6eb5;
}

.booking-map-card__copy,
.booking-price-card,
.booking-side-vehicle {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
}

.booking-map-card__copy {
  gap: 0.3rem;
  padding: 0.85rem 1rem 0.95rem;
}

.booking-map-card__text {
  color: #0f1520;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
}

.booking-vehicle {
  display: grid;
  gap: 1rem;
}

.booking-vehicle__heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.booking-vehicle__title {
  margin-top: 0.25rem;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
}

.booking-vehicle__hint {
  max-width: 18rem;
  text-align: right;
  font-size: 0.9rem;
}

.booking-vehicle__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding-block: 0.2rem 0.35rem;
  background: transparent;
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.booking-vehicle__track::-webkit-scrollbar {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .booking-vehicle__track {
    scroll-behavior: auto;
  }
}

.booking-vehicle-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(10, 35, 66, 0.1);
  border-radius: 20px;
  background: #ffffff;
  color: #0f1520;
  text-align: left;
  cursor: pointer;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 22px rgba(4, 7, 16, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking-vehicle-card:hover,
.booking-vehicle-card:focus-visible {
  border-color: rgba(46, 110, 181, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 28px rgba(4, 7, 16, 0.1);
  transform: translateY(-1px);
}

.booking-vehicle-card:focus-visible {
  outline: none;
}

.booking-vehicle-card.is-selected {
  border-color: rgba(46, 110, 181, 0.72);
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(46, 110, 181, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 30px rgba(10, 35, 66, 0.15);
}

.booking-vehicle-card.is-selected::after {
  display: none;
}

.booking-vehicle-card__media {
  position: relative;
  display: grid;
  height: clamp(10.6rem, 14vw, 12.6rem);
  min-height: 0;
  overflow: hidden;
  place-items: center;
  padding: 0.2rem 0.35rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(10, 35, 66, 0.08);
}

.booking-vehicle-card.is-selected .booking-vehicle-card__media {
  background: #ffffff;
}

.booking-vehicle-card__media::after {
  display: none;
}

.booking-vehicle-card__media img {
  display: block;
  width: min(84%, 12.35rem);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.booking-vehicle-card__body {
  display: grid;
  align-content: start;
  gap: 0.68rem;
  padding: 0.92rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.72));
}

.booking-vehicle-card.is-selected .booking-vehicle-card__body {
  background:
    linear-gradient(180deg, rgba(249, 252, 255, 0.98), rgba(239, 247, 253, 0.92));
  box-shadow: inset 0 1px 0 rgba(46, 110, 181, 0.12);
}

.booking-vehicle-card__name,
.booking-vehicle-card__model,
.booking-vehicle-card__price {
  display: block;
}

.booking-vehicle-card__name {
  font-size: 1rem;
  font-weight: 850;
}

.booking-vehicle-card__model,
.booking-vehicle-card__price {
  color: rgba(15, 21, 32, 0.64);
  font-size: 0.86rem;
}

.booking-vehicle-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  color: rgba(15, 21, 32, 0.72);
  font-size: 0.8rem;
}

.booking-vehicle-card__meta span {
  border-radius: 999px;
  background: rgba(10, 35, 66, 0.06);
  padding: 0.28rem 0.48rem;
}

.booking-price-card__title {
  font-size: 1.25rem;
}

.booking-price-card__list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.booking-price-card__list div {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(10, 35, 66, 0.1);
}

.booking-price-card__list dt {
  color: rgba(15, 21, 32, 0.52);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-price-card__list dd {
  margin: 0;
  color: #0f1520;
  font-weight: 750;
}

.booking-price-card__note,
.booking-side-vehicle__text {
  font-size: 0.92rem;
}

.booking-side-vehicle__name {
  margin: 0;
  color: #0f1520;
  font-weight: 850;
}

.faq {
  position: relative;
  background: #f7f7f7;
  color: #0f1520;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 3rem) clamp(5rem, 8vw, 7rem);
}

.booking-page ~ .faq::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, calc(100% - clamp(2.2rem, 10vw, 6rem)));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 35, 66, 0.18) 18%, rgba(46, 110, 181, 0.24) 50%, rgba(10, 35, 66, 0.18) 82%, transparent);
  content: "";
  transform: translateX(-50%);
}

.faq__container {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
}

.faq__intro {
  display: grid;
  gap: 0.35rem;
  text-align: left;
}

.faq__eyebrow {
  display: none;
}

.faq__title {
  margin: 0;
  color: #0f1520;
  font-size: clamp(1.08rem, 1rem + 0.32vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq__lead {
  display: none;
}

.faq__category {
  display: grid;
  gap: 1rem;
}

.faq__category-title {
  display: none;
}

.faq__list {
  display: grid;
  gap: 0;
  counter-reset: faq-item;
  border-top: 1px solid rgba(15, 21, 32, 0.12);
  background: #f7f7f7;
}

.faq__item {
  counter-increment: faq-item;
  border: 0;
  border-bottom: 1px solid rgba(15, 21, 32, 0.12);
  border-radius: 0;
  background: #f7f7f7;
}

.faq__item.is-open,
.faq__item[open] {
  background: #f7f7f7;
}

.faq__item-heading {
  margin: 0;
}

.faq__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 0;
  background: transparent;
  color: #0f1520;
  cursor: pointer;
  font: inherit;
  min-height: clamp(3.15rem, 5vw, 3.85rem);
  padding: 1rem 0;
  text-align: left;
}

.faq__trigger:focus-visible,
summary.faq__question:focus-visible {
  background: transparent;
  color: #0a5678;
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .faq__trigger:hover,
  summary.faq__question:hover {
    background: transparent;
    color: #0a5678;
    outline: none;
  }
}

.faq__trigger:focus-visible,
summary.faq__question:focus-visible {
  box-shadow: 0 0 0 2px rgba(10, 86, 120, 0.28);
}

.faq__question {
  display: block;
  flex: 1;
  color: currentColor;
  font-size: clamp(0.92rem, 0.86rem + 0.25vw, 1.04rem);
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.faq__question::before {
  content: counter(faq-item) ". ";
}

summary.faq__question {
  cursor: pointer;
  padding: 1rem 1.1rem;
  list-style: none;
}

summary.faq__question::-webkit-details-marker {
  display: none;
}

.faq__icon {
  position: relative;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  color: currentColor;
}

.faq__icon::before {
  position: absolute;
  top: 0.2rem;
  left: 0.25rem;
  width: 0.38rem;
  height: 0.38rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 160ms ease;
}

.faq__trigger[aria-expanded="true"] .faq__icon::before {
  transform: translateY(0.18rem) rotate(225deg);
}

.faq__panel {
  padding: 0 clamp(2rem, 4vw, 2.5rem) 1.15rem 0;
}

.faq__panel[hidden] {
  display: none;
}

.faq__answer {
  margin: 0;
  color: rgba(15, 21, 32, 0.68);
  font-size: 0.96rem;
  line-height: 1.65;
}

.faq__answer + .faq__answer {
  margin-top: 0.75rem;
}

details .faq__answer {
  padding: 0 1.1rem 1.1rem;
}

@media (max-width: 900px) {
  .content-grid,
  .split-section,
  .booking-page__container {
    grid-template-columns: 1fr;
  }

  .page-hero__title {
    max-width: 15ch;
  }
}

@media (max-width: 640px) {
  .faq {
    padding: 2.75rem 1.1rem 4.25rem;
  }

  .faq__container {
    gap: 1.25rem;
  }

  .faq__trigger {
    gap: 0.9rem;
    min-height: 3.35rem;
    padding: 0.95rem 0;
  }

  .faq__icon {
    flex-basis: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }

  .faq__panel {
    padding: 0 1.8rem 1rem 0;
  }
}

@media (max-width: 540px) {
  .page-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero__actions .btn {
    text-align: center;
  }

  .content-grid {
    gap: 0.9rem;
  }

  .booking-page {
    padding-inline: 0;
  }

  .booking-page__copy {
    padding-inline: clamp(1.25rem, 8vw, 2.5rem);
  }

  .booking-page__form .hero-form {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-inline: clamp(1.25rem, 8vw, 2.5rem);
  }
}

[data-booking-config-only][hidden],
[data-booking-setup-only][hidden],
[data-booking-engine][hidden],
[data-booking-empty-state][hidden],
[data-booking-trip-editor][hidden],
[data-booking-trip-editor-panel][hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .booking-engine {
    grid-template-columns: 1fr;
  }

  .booking-engine__aside {
    display: none;
  }

  .booking-map-card--inline:not([hidden]),
  .booking-price-card--inline:not([hidden]) {
    display: grid;
  }

  .booking-map-card--inline .booking-map-card__visual {
    min-height: 12rem;
  }
}

@media (max-width: 760px) {
  .booking-trip-summary__bar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.85rem 0.9rem;
  }

  .booking-trip-summary__edit {
    padding-inline: 0.78rem;
  }

  .booking-vehicle__heading {
    display: grid;
    align-items: start;
  }

  .booking-vehicle__hint {
    max-width: none;
    text-align: left;
  }

  .booking-vehicle__track {
    --booking-vehicle-card-width: clamp(14.5rem, 60vw, 16.5rem);
    grid-auto-columns: var(--booking-vehicle-card-width);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-inline: -0.35rem;
    overflow-x: auto;
    padding: 0.3rem 0.35rem 0;
    scroll-padding-inline: 0.35rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .booking-vehicle-card {
    scroll-snap-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .booking-vehicle-card:hover,
  .booking-vehicle-card:focus-visible {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .booking-vehicle-card.is-selected {
    box-shadow:
      inset 0 0 0 1px rgba(46, 110, 181, 0.44),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .booking-vehicle-card__media {
    height: clamp(12.7rem, 52vw, 13.2rem);
  }

  .booking-vehicle-card__media img {
    width: min(84%, 12.5rem);
    max-width: 100%;
  }

  .booking-vehicle-card__body {
    gap: 0.58rem;
    padding: 0.82rem;
  }

  .booking-vehicle-card__name {
    font-size: 0.96rem;
  }

  .booking-vehicle-card__model,
  .booking-vehicle-card__price {
    font-size: 0.82rem;
  }

  .booking-vehicle-card__meta {
    gap: 0.32rem;
    font-size: 0.76rem;
  }

  .booking-vehicle-card__meta span {
    padding: 0.24rem 0.42rem;
  }
}

@media (max-width: 540px) {
  .booking-page--engine {
    padding-inline: 0;
  }

  .booking-engine {
    padding-inline: clamp(1rem, 5vw, 1.35rem);
  }

  .booking-vehicle__track {
    margin-right: calc(clamp(1rem, 5vw, 1.35rem) * -1);
    padding-right: max(clamp(1rem, 5vw, 1.35rem), calc((100% - var(--booking-vehicle-card-width)) / 2));
  }

  .booking-setup-note,
  .booking-trip-summary,
  .booking-form.hero-form,
  .booking-map-card,
  .booking-price-card,
  .booking-side-vehicle {
    border-radius: 22px;
  }

  .booking-form.hero-form {
    padding: clamp(1.1rem, 5vw, 1.35rem);
  }
}

.site-footer__container {
  max-width: 920px;
  margin: 0 auto;
}

.site-footer__layout {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: flex-start;
}

.site-footer__columns {
  flex: 1 1 500px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.3vw, 1.75rem);
  align-items: start;
}

@media (max-width: 960px) {
  .site-footer__layout {
    flex-direction: column;
    gap: clamp(0.9rem, 2.5vw, 1.6rem);
  }

  .site-footer__columns {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-footer__columns {
    grid-template-columns: minmax(0, 1fr);
  }
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}

.site-footer__column--brand {
  gap: 0.8rem;
  flex: 1 1 240px;
  max-width: 260px;
}

.site-footer__brand {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer__credit {
  margin: clamp(1.2rem, 2vw, 1.8rem) 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__credit-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
  transition: color 160ms ease, border-bottom-color 160ms ease;
}

.site-footer__credit-link:hover,
.site-footer__credit-link:focus-visible {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: currentColor;
}

.site-footer__contact {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  text-decoration: none;
}

.site-footer__contact:hover,
.site-footer__contact:focus-visible {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer__contact-number {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-footer__heading {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.site-footer__text {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  transition: color 180ms ease;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: #ffffff;
}

.site-footer__link::after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
  align-self: flex-end;
}

.site-footer__link:hover::after,
.site-footer__link:focus-visible::after {
  width: 100%;
}

/* English footer legal links: keep hover underline animation without text shift */
html[lang='en'] .site-footer__link {
  position: relative;
  display: inline-block;
  gap: 0;
  padding-bottom: 0.08rem;
}

html[lang='en'] .site-footer__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

html[lang='en'] .site-footer__link:hover::after,
html[lang='en'] .site-footer__link:focus-visible::after {
  width: 100%;
  transform: scaleX(1);
}

@media (max-width: 768px) {
  .site-footer {
    clip-path: polygon(0 calc(var(--hero-cut-medium) * 0.45), 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 425px) {
  .cta {
    padding-bottom: 4.25rem;
  }

  .site-footer {
    clip-path: polygon(0 calc(var(--hero-cut-small) * 0.32), 100% 0, 100% 100%, 0 100%);
  }
}

.legal-page {
  background: #ffffff;
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(4rem, 6vw, 6rem) clamp(1.5rem, 6vw, 3rem) clamp(5rem, 8vw, 7rem);
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  color: #0f1520;
}

.legal__title {
  margin: 0;
  font-size: clamp(2.4rem, 2.1rem + 1.8vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.legal__section {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.4rem);
}

.legal__subsection {
  display: grid;
  gap: clamp(0.8rem, 1.5vw, 1.1rem);
}

.legal__section-title {
  margin: 0;
  font-size: clamp(1.25rem, 1.1rem + 1vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(15, 21, 32, 0.82);
}

.legal__subheading {
  margin: 0;
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.2rem);
  font-weight: 600;
  color: rgba(15, 21, 32, 0.78);
}

.legal__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.legal__item {
  display: grid;
  gap: 0.25rem;
}

.legal__bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  line-height: 1.55;
  color: inherit;
}

.legal__term {
  font-weight: 600;
  color: rgba(15, 21, 32, 0.78);
}

.legal__description {
  margin: 0;
  line-height: 1.55;
}

.legal__paragraph {
  margin: 0;
  line-height: 1.55;
}

.legal__address {
  font-style: normal;
  line-height: 1.55;
}

.legal__link {
  color: rgba(30, 63, 126, 0.92);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(30, 63, 126, 0.4);
}

.legal__link:hover,
.legal__link:focus-visible {
  color: rgba(18, 37, 74, 0.92);
  text-decoration-color: currentColor;
}

@media (max-width: 540px) {
  .legal {
    padding-top: clamp(3rem, 6vw, 4.5rem);
    padding-bottom: clamp(4rem, 8vw, 6rem);
  }

  .legal__title {
    font-size: clamp(2.1rem, 1.8rem + 2vw, 2.6rem);
  }
}


.services__grid {
  --services-card-gap: clamp(2rem, 4vw, 3rem);

  list-style: none;
  display: grid;
  gap: var(--services-card-gap);
  padding: 0;
  margin: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .services__carousel {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .services__grid {
    display: flex;
    grid-template-columns: none;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: auto;
  }

  .services__card {
    flex: 0 0 calc((100% - var(--services-card-gap)) / 2);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .services__controls {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    border: 1px solid rgba(10, 35, 66, 0.12);
    border-radius: 999px;
    padding: 0.32rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.92)),
      #ffffff;
    box-shadow:
      0 14px 34px rgba(4, 7, 16, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .services__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0a2342;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
  }

  .services__control:hover,
  .services__control:focus-visible {
    background: var(--accent-gradient);
    color: #ffffff;
    transform: translateY(-1px);
  }

  .services__control:disabled {
    color: rgba(15, 21, 32, 0.26);
    cursor: default;
    opacity: 0.72;
    transform: none;
  }

  .services__control:disabled:hover {
    background: transparent;
    color: rgba(15, 21, 32, 0.26);
  }

  .services__control svg {
    width: 1.05rem;
    height: 1.05rem;
  }
}

.services__card {
  position: relative;
  scroll-margin-top: clamp(5rem, 10vw, 7rem);
}

.services__link {
  display: grid;
  gap: 1rem;
  color: inherit;
}

.services__link:focus-visible {
  outline: 3px solid rgba(46, 110, 181, 0.72);
  outline-offset: 4px;
}

.services__media {
  margin: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f5f8;
}

.services__media picture,
.services__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  display: block;
}

.services__link::after {
  display: none;
}

.services__body {
  padding: 0 clamp(0.15rem, 1vw, 0.35rem);
  display: grid;
  gap: 0.55rem;
  color: #0f1520;
  text-align: left;
}

.services__category,
.services__text {
  margin: 0;
}

.services__category {
  color: rgba(15, 21, 32, 0.58);
  font-size: clamp(0.92rem, 0.86rem + 0.25vw, 1rem);
  font-weight: 720;
  line-height: 1.35;
}

.services__card-title {
  font-size: clamp(1.25rem, 1.08rem + 0.65vw, 1.65rem);
  font-weight: 760;
  margin: 0;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.services__text {
  max-width: 40rem;
  color: rgba(15, 21, 32, 0.82);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.08rem);
  line-height: 1.55;
}

.services__learn {
  justify-self: start;
  margin-top: 0.65rem;
  border: 1px solid #1d6dc8;
  border-radius: 999px;
  padding: 0.54rem 0.86rem;
  color: #0b65c8;
  font-size: 0.96rem;
  font-weight: 720;
  line-height: 1;
  background: #ffffff;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.services__link:focus-visible .services__learn {
  border-color: #1d6dc8;
  box-shadow: inset 0 0 0 1px rgba(29, 109, 200, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .services__learn:hover,
  .services__link:focus-visible .services__learn {
    border-color: transparent;
    background: var(--accent-gradient);
    color: #ffffff;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .services {
    padding-top: clamp(3.25rem, 12vw, 4.75rem);
    padding-inline: 0;
    overflow-x: hidden;
  }

  .services__container {
    width: 100%;
    max-width: none;
    gap: clamp(1.6rem, 6vw, 2.2rem);
  }

  .services__intro {
    width: 100%;
    margin-inline: auto;
    padding-inline: clamp(1rem, 5vw, 1.35rem);
    box-sizing: border-box;
  }

  .services__title {
    max-width: 10.8ch;
    font-size: clamp(2rem, 9vw, 2.8rem);
    overflow-wrap: normal;
    hyphens: none;
  }

  .services__card {
    width: 100%;
  }

  .services__controls {
    display: none;
  }

  .services__link {
    gap: 1rem;
  }

  .services__media {
    border-radius: 7px;
  }

  .services__body {
    padding-inline: 0.45rem;
  }

  .services__card-title {
    font-size: clamp(1.32rem, 6vw, 1.75rem);
  }

  .services__text {
    font-size: clamp(1rem, 4.3vw, 1.18rem);
    line-height: 1.5;
  }

  .services__learn {
    margin-top: 0.85rem;
  }

  .services-splide {
    display: grid;
    gap: 1.35rem;
    width: 100%;
    min-width: 0;
  }

  .services-splide .splide__track {
    order: 1;
    overflow: visible;
    width: 100%;
    min-width: 0;
  }

  .services-splide .splide__slide {
    padding-block: 0.1rem;
  }

  .services-splide .splide__arrows {
    order: 2;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    border: 1px solid rgba(10, 35, 66, 0.12);
    border-radius: 999px;
    padding: 0.28rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(4, 7, 16, 0.12);
  }

  .services-splide .splide__arrow {
    position: static;
    width: 2.35rem;
    height: 2.35rem;
    transform: none;
    background: transparent;
    color: #0f1520;
    opacity: 1;
  }

  .services-splide .splide__arrow:disabled {
    color: rgba(15, 21, 32, 0.3);
  }

  .services-splide .splide__arrow svg {
    width: 0.86rem;
    height: 0.86rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
}

.services__cta {
  display: flex;
  justify-content: center;
}
