.seo-page {
  --seo-warm: #f7f3ed;
  --seo-warm-strong: #ede5da;
  --seo-green: #0a0a0a;
  --seo-green-soft: #ececec;
  --seo-yellow: #f5b400;
  --seo-border: rgba(0, 0, 0, 0.14);
  --seo-card-shadow: 0 24px 70px rgba(0, 0, 0, 0.09);
  background: #fff;
  color: #111;
}

.seo-page main {
  overflow: hidden;
}

.seo-page h1,
.seo-page h2,
.seo-page h3,
.seo-page p {
  text-wrap: pretty;
}

.seo-page .home-header {
  position: relative;
  z-index: 20;
}

.seo-hero {
  --seo-hero-title-size: clamp(calc(3.7rem - 9px), calc(6.25vw - 9px), calc(6.45rem - 9px));
  --seo-hero-lede-size: clamp(calc(1.04rem - 1px), calc(1.6vw - 1px), calc(1.28rem - 1px));
  --seo-hero-assurance-size: 0.78rem;
  position: relative;
  z-index: 0;
  min-height: 930px;
  padding: 26px 0 108px;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.seo-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.seo-hero-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  transform: scale(1.012);
}

.seo-hero::after {
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
}

.seo-hero > .page-shell {
  position: relative;
  z-index: 3;
}

.seo-breadcrumbs {
  position: relative;
  z-index: 2;
  padding: 10px 0 32px;
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  font-weight: 500;
}

.seo-breadcrumbs li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.seo-breadcrumbs li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.4);
  content: "/";
}

.seo-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.seo-breadcrumbs a:hover {
  color: #fff;
}

.seo-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 560px);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.seo-hero-copy {
  min-width: 0;
  padding: 52px 0 110px;
}

.seo-eyebrow {
  margin: 0 0 14px;
  color: #444;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: var(--seo-hero-title-size);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.94;
  color: #fff;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.28);
}

.seo-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--seo-hero-lede-size);
  line-height: 1.7;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

.seo-hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.seo-hero-assurances span {
  position: relative;
  padding: 10px 14px 10px 31px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.94);
  font-size: var(--seo-hero-assurance-size);
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.seo-hero-assurances span::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--seo-yellow);
  content: "";
  transform: translateY(-50%);
}

.seo-hero .seo-eyebrow {
  color: #f7c84b;
}

.seo-booking-aside {
  position: sticky;
  top: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 28px;
  background: #fff;
  color: #111;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.seo-booking-heading {
  margin-bottom: 20px;
}

.seo-booking-kicker {
  display: block;
  margin-bottom: 7px;
  color: #4a4a4a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-booking-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2vw, 2.25rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.seo-booking-heading p {
  margin: 9px 0 0;
  color: #686868;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.55;
}

.seo-booking-card {
  width: 100%;
}

.seo-booking-card .booking-tabs {
  margin-bottom: 13px;
}

.seo-booking-card .tab-button {
  padding: 11px 16px;
  font-size: 0.83rem;
}

.seo-booking-card .tab-button-muted {
  padding-right: 0;
  padding-left: 0;
}

.seo-booking-card .home-booking-form {
  gap: 10px;
}

.seo-booking-card .field-card {
  gap: 6px;
  padding: 10px 14px;
  border-color: #e8e8e5;
  background: #f1f1ef;
}

.seo-booking-card .field-card-large {
  min-height: 76px;
}

.seo-booking-card .field-label {
  font-size: 0.76rem;
}

.seo-booking-card input,
.seo-booking-card select {
  min-width: 0;
  font-size: 0.84rem;
}

.seo-booking-card input[data-address-input] {
  font-size: 1.0125rem;
}

.seo-booking-card .address-suggestion-item {
  grid-template-rows: auto auto;
  row-gap: 6px;
}

.seo-booking-card .address-suggestion-icon {
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 24px;
  height: 24px;
  transform: translateY(-2px);
}

.seo-booking-card .address-suggestion-item strong {
  grid-row: 1;
  overflow-wrap: anywhere;
}

.seo-booking-card .address-suggestion-item span {
  grid-row: 2;
  margin-top: 0;
  overflow-wrap: anywhere;
}

.seo-booking-card .field-input-wrap {
  min-width: 0;
}

.seo-booking-card .field-icon {
  width: 17px;
  flex-basis: 17px;
  font-size: 1rem;
}

.seo-booking-card .search-button {
  min-height: 54px;
  margin-top: 2px;
  background: var(--seo-yellow);
  color: #111;
  font-size: 0.9rem;
}

.seo-booking-card .return-button {
  font-size: calc(0.75rem + 2px);
}

.seo-booking-card .passenger-card {
  min-height: 72px;
}

.seo-booking-card .passenger-row {
  min-height: 30px;
}

.seo-booking-card .step-button {
  width: 31px;
  height: 31px;
}

.seo-form-note {
  margin: 0;
  color: #747474;
  font-size: 0.71rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -34px;
}

.seo-fact-card {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 164px;
  padding: 24px 26px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
}

.seo-fact-card span {
  color: #747474;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-fact-card strong {
  align-self: end;
  margin-top: 18px;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.seo-fact-card small {
  margin-top: 7px;
  color: #707070;
  font-size: 0.74rem;
  font-weight: 600;
}

.seo-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.seo-section + .seo-section:not(.seo-section-tinted, .seo-how-section) {
  padding-top: 36px;
}

.seo-section-intro {
  max-width: 760px;
  margin-bottom: 42px;
}

.seo-section-intro-wide {
  max-width: 960px;
}

.seo-section-intro h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.seo-section-intro > p:not(.seo-eyebrow),
.seo-summary-lede {
  margin: 20px 0 0;
  color: #626262;
  font-size: 1rem;
  line-height: 1.75;
}

.seo-summary-lede {
  max-width: 800px;
  font-size: 1.12rem;
}

.seo-rich-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.seo-rich-text p {
  margin: 0;
  color: #525252;
  font-size: 1rem;
  line-height: 1.8;
}

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

.seo-route-points article {
  position: relative;
  min-height: 270px;
  padding: 34px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--seo-green);
  color: #fff;
}

.seo-route-points article:nth-child(2) {
  background: #efefef;
  color: #111;
}

.seo-point-number {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--seo-yellow);
  font-size: 0.78rem;
  font-weight: 800;
}

.seo-route-points article:nth-child(2) .seo-point-number {
  border-color: rgba(0, 0, 0, 0.18);
  color: #222;
}

.seo-route-points h3 {
  max-width: 520px;
  margin: 54px 0 0;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.seo-route-points p {
  max-width: 560px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.75;
}

.seo-route-points article:nth-child(2) p {
  color: #5d5d5d;
}

.seo-section-tinted {
  background: var(--seo-warm);
}

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

.seo-highlight-card {
  min-height: 270px;
  padding: 25px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.seo-highlight-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--seo-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.seo-highlight-card h3 {
  margin: 50px 0 0;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.seo-highlight-card p {
  margin: 13px 0 0;
  color: #686868;
  font-size: 0.87rem;
  line-height: 1.65;
}

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

.seo-fleet-card {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.07);
}

.seo-fleet-image {
  height: 205px;
  padding: 25px 22px 0;
  background: #f2f1ed;
}

.seo-fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seo-fleet-body {
  padding: 25px;
}

.seo-fleet-body h3 {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.seo-fleet-body > p {
  min-height: 48px;
  margin: 10px 0 18px;
  color: #747474;
  font-size: 0.78rem;
  line-height: 1.55;
}

.seo-fleet-body ul {
  display: grid;
  gap: 7px;
  padding: 17px 0 0;
  margin: 0;
  border-top: 1px solid var(--seo-border);
  color: #525252;
  font-size: 0.78rem;
  font-weight: 700;
  list-style: none;
}

.seo-fleet-body li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 9px 1px 0;
  border-radius: 50%;
  background: var(--seo-yellow);
  content: "";
}

.seo-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: #111;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.seo-how-section {
  background: var(--seo-green);
  color: #fff;
}

.seo-how-section .seo-eyebrow {
  color: #bdbdbd;
}

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

.seo-step-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.seo-step-card > span {
  color: var(--seo-yellow);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.seo-step-card h3 {
  margin: 68px 0 0;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.seo-step-card p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
  line-height: 1.7;
}

.seo-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.seo-faq-layout .seo-section-intro {
  position: sticky;
  top: 32px;
  margin-bottom: 0;
}

.seo-faq-list {
  border-top: 1px solid var(--seo-border);
}

.seo-faq-item {
  border-bottom: 1px solid var(--seo-border);
}

.seo-faq-item summary {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-item summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #f0f0ed;
  transition: transform 180ms ease;
}

.seo-faq-item[open] summary span {
  transform: rotate(45deg);
}

.seo-faq-item p {
  max-width: 780px;
  padding: 0 58px 25px 0;
  margin: -7px 0 0;
  color: #626262;
  font-size: 0.9rem;
  line-height: 1.75;
}

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

.seo-related-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--seo-border);
  border-radius: 23px;
  color: #111;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.seo-related-card:hover {
  border-color: rgba(0, 0, 0, 0.32);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.seo-related-card > span {
  color: #4a4a4a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-related-card h3 {
  margin: 28px 0 0;
  font-size: 1.42rem;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.seo-related-card p {
  margin: 13px 0 24px;
  color: #686868;
  font-size: 0.82rem;
  line-height: 1.65;
}

.seo-related-card strong {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  color: var(--seo-green);
  font-size: 0.78rem;
}

.seo-hub-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 70px;
  align-items: start;
}

.seo-hub-summary .seo-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-hub-summary .seo-highlight-card {
  min-height: 245px;
  background: var(--seo-warm);
}

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

.seo-route-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 32px;
  border-radius: 25px;
  background: #fff;
  color: #111;
  text-decoration: none;
  box-shadow: 0 12px 46px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.seo-route-card:hover {
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

.seo-route-card-label {
  color: #4a4a4a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-route-card h3 {
  margin: 42px 0 0;
  font-size: clamp(1.55rem, 2.8vw, 2.7rem);
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.seo-route-card h3 span {
  color: var(--seo-yellow);
}

.seo-route-card > p {
  max-width: 660px;
  margin: 17px 0 25px;
  color: #686868;
  font-size: 0.87rem;
  line-height: 1.7;
}

.seo-route-card > div {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--seo-border);
  color: #686868;
  font-size: 0.76rem;
}

.seo-route-card > div strong {
  color: var(--seo-green);
}

.seo-final-cta {
  padding: 80px 0;
  background: var(--seo-yellow);
}

.seo-final-cta-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.seo-final-cta .seo-eyebrow {
  color: rgba(17, 17, 17, 0.62);
}

.seo-final-cta h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.1rem, 4.3vw, 4.3rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.seo-final-cta p:not(.seo-eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.94rem;
  line-height: 1.7;
}

.seo-cta-button {
  min-width: 220px;
  min-height: 58px;
  flex: 0 0 auto;
  background: #111;
  color: #fff;
}

.seo-footer {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .seo-hero {
    --seo-hero-title-size: clamp(3.25rem, 5.9vw, 5rem);
  }

  .seo-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 480px);
    gap: 40px;
  }

  .seo-highlight-grid,
  .seo-fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-hub-summary {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 960px) {
  .seo-hero {
    min-height: 0;
    padding-bottom: 76px;
    background: #050505;
  }

  .seo-hero-background {
    bottom: auto;
    height: 830px;
    object-position: 58% top;
    transform: none;
  }

  .seo-hero-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero-copy {
    padding: 20px 0 52px;
  }

  .seo-hero h1 {
    max-width: 760px;
  }

  .seo-booking-aside {
    position: relative;
    top: auto;
    max-width: 720px;
  }

  .seo-facts {
    margin-top: -18px;
  }

  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-related-card {
    min-height: 230px;
  }
}

@media (max-width: 760px) {
  .seo-hero {
    --seo-hero-title-size: clamp(2.8rem, 13vw, 4.4rem);
    padding: 16px 0 66px;
  }

  .seo-hero-background {
    height: 690px;
    object-position: 61% top;
  }

  .seo-breadcrumbs {
    padding: 7px 0 33px;
  }

  .seo-breadcrumbs ol {
    gap: 6px;
    font-size: 0.7rem;
  }

  .seo-breadcrumbs li {
    gap: 6px;
  }

  .seo-hero-grid {
    gap: 25px;
  }

  .seo-hero-copy {
    padding: 18px 0 26px;
  }

  .seo-lede {
    margin-top: 22px;
    line-height: 1.65;
  }

  .seo-booking-aside {
    padding: 20px;
    border-radius: 22px;
  }

  .seo-booking-card .form-row.two-columns {
    grid-template-columns: 1fr 1fr;
  }

  .seo-booking-card .field-card {
    padding: 10px 11px;
  }

  .seo-booking-card input[type="date"],
  .seo-booking-card input[type="time"],
  .seo-booking-card input[data-address-input] {
    font-size: 1.0125rem;
  }

  .seo-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .seo-fact-card {
    min-height: 135px;
    padding: 21px;
  }

  .seo-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .seo-section + .seo-section:not(.seo-section-tinted, .seo-how-section) {
    padding-top: 16px;
  }

  .seo-section-intro {
    margin-bottom: 30px;
  }

  .seo-section-intro h2 {
    font-size: clamp(2.1rem, 10vw, 3.5rem);
  }

  .seo-rich-text,
  .seo-route-points,
  .seo-highlight-grid,
  .seo-fleet-grid,
  .seo-steps,
  .seo-faq-layout,
  .seo-route-card-grid,
  .seo-hub-summary .seo-highlight-grid {
    grid-template-columns: 1fr;
  }

  .seo-rich-text {
    gap: 18px;
    margin-top: 27px;
  }

  .seo-route-points article {
    min-height: 250px;
    padding: 26px;
  }

  .seo-route-points h3 {
    margin-top: 42px;
  }

  .seo-highlight-card {
    min-height: 225px;
  }

  .seo-highlight-card h3 {
    margin-top: 38px;
  }

  .seo-fleet-image {
    height: 230px;
  }

  .seo-faq-layout {
    gap: 22px;
  }

  .seo-faq-layout .seo-section-intro {
    position: static;
  }

  .seo-faq-item summary {
    font-size: 0.91rem;
  }

  .seo-route-card {
    min-height: 290px;
    padding: 26px;
  }

  .seo-final-cta {
    padding: 68px 0;
  }

  .seo-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-cta-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .seo-hero {
    --seo-hero-title-size: clamp(2.6rem, 13vw, 3.55rem);
    --seo-hero-lede-size: calc(0.94rem - 1px);
    --seo-hero-assurance-size: 0.72rem;
  }

  .seo-booking-aside {
    padding: 17px;
  }

  .seo-booking-card .booking-tabs {
    gap: 14px;
  }

  .seo-booking-card .tab-button {
    font-size: 0.77rem;
  }

  .seo-booking-card .form-row.two-columns {
    grid-template-columns: 1fr;
  }

  .seo-booking-card .field-card-large {
    min-height: 72px;
  }

}

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