/*
 * RYPO Local + Outdoor service entry pages
 * Scoped to the two image-approved pages so Home and the transaction flow stay isolated.
 */

body.service-redesign {
  --service-navy: #06254a;
  --service-navy-2: #0d3e6c;
  --service-red: #ed1c2c;
  --service-red-soft: #fff0f1;
  --service-teal: #078f91;
  --service-teal-soft: #e9f6f6;
  --service-ink: #0d2945;
  --service-muted: #617487;
  --service-line: #dce5eb;
  --service-paper: #fff;
  --service-warm: #faf8f4;
  --service-shadow: 0 24px 68px rgba(5, 36, 70, .15);
  background: var(--service-warm);
}

body.service-redesign .content-container {
  width: min(1504px, calc(100% - clamp(32px, 5vw, 84px)));
}

body.service-redesign main {
  overflow: clip;
}

body.service-redesign .service-hero {
  position: relative;
  isolation: isolate;
  padding-bottom: 58px;
  background: #f8f6f2;
}

body.service-redesign .service-scene {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 510px;
  background-color: #f2eadc;
  background-position: center 58%;
  background-size: cover;
  background-repeat: no-repeat;
}

body.service-redesign .service-hero--local .service-scene {
  background-image: url("../images/local-service-hero.webp");
}

body.service-redesign .service-hero--outdoor .service-scene {
  background-image: url("../images/outdoor-service-hero.webp");
}

body.service-redesign[data-page="outstation"] .outdoor-booking-section {
  padding: 34px 0 58px;
  background: #f8f6f2;
}

body.service-redesign[data-page="outstation"] .outdoor-booking-section .service-booking-wrap {
  margin-top: 0;
}

body.service-redesign .service-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, .95) 0%, rgba(255, 252, 244, .82) 25%, rgba(255, 252, 244, .18) 53%, rgba(255, 255, 255, 0) 75%),
    linear-gradient(0deg, rgba(5, 36, 70, .12), transparent 36%);
}

body.service-redesign .service-scene-content {
  position: relative;
  z-index: 1;
  height: 510px;
  padding-top: 42px;
}

body.service-redesign .service-copy {
  width: min(600px, 44vw);
}

body.service-redesign .service-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: #546b80;
  font-size: 13px;
  font-weight: 700;
}

body.service-redesign .service-breadcrumbs svg {
  width: 12px;
  height: 12px;
}

body.service-redesign .service-breadcrumbs a:hover {
  color: var(--service-red);
}

body.service-redesign .service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--service-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.service-redesign .service-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--service-red);
}

body.service-redesign .service-copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--service-navy);
  font-size: clamp(46px, 4.05vw, 68px);
  font-weight: 800;
  letter-spacing: -.052em;
  line-height: 1.04;
}

body.service-redesign .service-copy > p {
  max-width: 600px;
  margin: 17px 0 0;
  color: #19354e;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 560;
  line-height: 1.5;
}

body.service-redesign .service-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

body.service-redesign .service-trust-chips span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(8, 41, 72, .10);
  border-radius: 9px;
  color: #142f48;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 9px 22px rgba(5, 36, 70, .11);
  font-size: 15px;
  font-weight: 720;
  backdrop-filter: blur(10px);
}

body.service-redesign .service-trust-chips svg {
  color: var(--service-teal);
  font-size: 19px;
}

body.service-redesign .service-booking-wrap {
  position: relative;
  z-index: 5;
  margin-top: -168px;
}

body.service-redesign .service-booking-card {
  position: relative;
  overflow: visible;
  padding: 20px 28px 0;
  border: 1px solid rgba(6, 37, 74, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .985);
  box-shadow: var(--service-shadow);
}

body.service-redesign .service-booking-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 28px;
  left: 28px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, transparent, var(--service-red), transparent);
  opacity: .55;
}

body.service-redesign .service-progress {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto 13px;
  padding: 0 12px 13px;
  border-bottom: 1px solid #e4e9ed;
}

body.service-redesign .service-progress > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7b8792;
  font-size: 15px;
}

body.service-redesign .service-progress > div > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #929aa1;
  font-size: 13px;
  font-weight: 800;
}

body.service-redesign .service-progress > div > strong {
  font-weight: 680;
}

body.service-redesign .service-progress > div.is-active {
  color: var(--service-red);
}

body.service-redesign .service-progress > div.is-active > span {
  background: var(--service-red);
  box-shadow: 0 0 0 5px rgba(237, 28, 44, .09);
}

body.service-redesign .service-progress > i {
  height: 1px;
  margin: 0 24px;
  background: #d5dce1;
}

body.service-redesign .service-form-title,
body.service-redesign .outdoor-form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 13px;
}

body.service-redesign .service-form-title > div > span,
body.service-redesign .outdoor-form-heading > div:first-child > span {
  display: none;
}

body.service-redesign .service-form-title h2,
body.service-redesign .outdoor-form-heading h2 {
  margin: 0;
  color: var(--service-navy);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.2;
}

body.service-redesign .service-form-title > p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 4px;
  color: var(--service-muted);
  font-size: 13px;
  font-weight: 650;
}

body.service-redesign .service-form-title > p svg {
  color: var(--service-teal);
  font-size: 15px;
}

body.service-redesign .service-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.service-redesign .service-fieldset > legend {
  width: 100%;
  margin-bottom: 7px;
  padding: 0;
  color: var(--service-navy);
  font-size: 13px;
  font-weight: 750;
}

body.service-redesign .service-fieldset > legend small {
  margin-left: 7px;
  padding: 2px 7px;
  border-radius: 99px;
  color: var(--service-muted);
  background: #f0f3f5;
  font-size: 9px;
  font-weight: 650;
}

body.service-redesign .service-field {
  display: block;
  min-width: 0;
}

body.service-redesign .service-field[hidden] {
  display: none;
}

body.service-redesign .service-field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--service-navy);
  font-size: 12px;
  font-weight: 750;
}

body.service-redesign .service-field > div {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #d6dde3;
  border-radius: 9px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.service-redesign .service-field > div:focus-within {
  border-color: var(--service-red);
  box-shadow: 0 0 0 4px rgba(237, 28, 44, .08);
}

body.service-redesign .service-field > div > svg {
  flex: 0 0 auto;
  color: #747e87;
  font-size: 19px;
}

body.service-redesign .service-field input,
body.service-redesign .service-field select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #172f47;
  background: transparent;
  font-size: 15px;
  font-weight: 580;
}

body.service-redesign .service-field input::placeholder {
  color: #9aa2aa;
  opacity: 1;
}

body.service-redesign .local-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  grid-template-areas:
    "trip hours"
    "cabs places";
  gap: 17px 28px;
}

body.service-redesign .local-trip-fields {
  display: grid;
  grid-area: trip;
  grid-template-columns: minmax(220px, 1.45fr) minmax(132px, .72fr) minmax(132px, .72fr);
  gap: 14px;
}

body.service-redesign .local-hour-fieldset {
  grid-area: hours;
}

body.service-redesign .local-cab-fieldset {
  grid-area: cabs;
}

body.service-redesign .local-places-fieldset {
  grid-area: places;
}

body.service-redesign .local-hour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

body.service-redesign .local-hour-grid > button {
  position: relative;
  min-height: 67px;
  padding: 11px 7px;
  border: 1px solid #d5dde3;
  border-radius: 9px;
  color: var(--service-navy);
  background: #fff;
  text-align: center;
  cursor: pointer;
}

body.service-redesign .local-hour-grid > button strong,
body.service-redesign .local-hour-grid > button small {
  display: block;
}

body.service-redesign .local-hour-grid > button strong {
  font-size: 15px;
  font-weight: 800;
}

body.service-redesign .local-hour-grid > button small {
  margin-top: 4px;
  color: #334a60;
  font-size: 9px;
  font-weight: 620;
}

body.service-redesign .local-hour-grid > button em {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: -12px;
  left: 8px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  background: var(--service-red);
  box-shadow: 0 5px 12px rgba(237, 28, 44, .22);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

body.service-redesign .choice-dot {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--service-red);
}

body.service-redesign .choice-dot svg {
  font-size: 12px;
}

body.service-redesign .local-hour-grid > button:hover {
  border-color: #9eabb6;
}

body.service-redesign .local-hour-grid > button.is-selected {
  border-color: var(--service-red);
  color: var(--service-red);
  background: linear-gradient(145deg, #fff, #fff4f4);
  box-shadow: 0 0 0 2px rgba(237, 28, 44, .06);
}

body.service-redesign .local-hour-grid > button.is-selected .choice-dot {
  display: grid;
}

body.service-redesign .local-cab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

body.service-redesign .local-cab-choice {
  position: relative;
  display: grid;
  min-height: 142px;
  grid-template-columns: 1fr auto;
  grid-template-rows: 77px auto;
  align-items: end;
  gap: 0 7px;
  padding: 8px 10px 10px;
  overflow: hidden;
  border: 1px solid #d5dde3;
  border-radius: 10px;
  color: var(--service-navy);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

body.service-redesign .local-cab-choice > img {
  grid-column: 1 / -1;
  width: 100%;
  height: 75px;
  object-fit: contain;
  filter: drop-shadow(0 9px 7px rgba(6, 37, 74, .16));
  transition: transform .2s ease;
}

body.service-redesign .local-cab-choice:hover > img {
  transform: translateY(-2px) scale(1.025);
}

body.service-redesign .local-cab-radio {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1.5px solid #727f89;
  border-radius: 50%;
  color: transparent;
  background: #fff;
}

body.service-redesign .local-cab-radio svg {
  font-size: 13px;
}

body.service-redesign .local-cab-name strong,
body.service-redesign .local-cab-name small {
  display: block;
}

body.service-redesign .local-cab-name strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.service-redesign .local-cab-name small {
  margin-top: 1px;
  color: var(--service-muted);
  font-size: 7.5px;
  font-weight: 600;
}

body.service-redesign .local-cab-price {
  align-self: center;
  color: var(--service-navy);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

body.service-redesign .local-cab-choice.is-selected {
  border-color: var(--service-red);
  background: linear-gradient(145deg, #fff, #fff7f5);
  box-shadow: 0 0 0 2px rgba(237, 28, 44, .07);
}

body.service-redesign .local-cab-choice.is-selected .local-cab-radio {
  border-color: var(--service-red);
  color: #fff;
  background: var(--service-red);
}

body.service-redesign .local-place-picker,
body.service-redesign .local-place-more:not([hidden]) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.service-redesign .local-place-more:not([hidden]) {
  display: contents;
}

body.service-redesign .local-place-choice,
body.service-redesign .view-all-places {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid #d5dde3;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

body.service-redesign .local-place-choice img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

body.service-redesign .local-place-choice > strong {
  display: block;
  overflow: hidden;
  padding: 8px 5px;
  color: var(--service-navy);
  font-size: 9px;
  font-weight: 720;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.service-redesign .local-place-choice > span {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 4px;
  color: transparent;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 10px rgba(5, 36, 70, .17);
}

body.service-redesign .local-place-choice > span svg {
  font-size: 15px;
}

body.service-redesign .local-place-choice.is-selected {
  border-color: var(--service-red);
  box-shadow: 0 0 0 2px rgba(237, 28, 44, .07);
}

body.service-redesign .local-place-choice.is-selected > span {
  color: #fff;
  background: var(--service-red);
}

body.service-redesign .view-all-places {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-style: dashed;
  color: var(--service-navy);
  font-size: 12px;
  text-align: center;
}

body.service-redesign .view-all-places svg {
  font-size: 24px;
}

body.service-redesign .view-all-places:hover {
  border-color: var(--service-red);
  color: var(--service-red);
  background: #fff8f7;
}

body.service-redesign .local-booking-footer {
  display: grid;
  min-height: 68px;
  grid-template-columns: minmax(230px, 1fr) minmax(270px, 340px) minmax(240px, auto);
  align-items: center;
  gap: 28px;
  margin: 16px -28px 0;
  padding: 10px 28px;
  border-top: 1px solid #e2e7eb;
  background: linear-gradient(90deg, #fff, #fffdf9);
  border-radius: 0 0 22px 22px;
}

body.service-redesign .local-live-fare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

body.service-redesign .local-live-fare > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid #cbd4db;
  border-radius: 50%;
  color: var(--service-navy);
  background: #fff;
  font-size: 23px;
}

body.service-redesign .local-live-fare p {
  margin: 0;
}

body.service-redesign .local-live-fare strong,
body.service-redesign .local-live-fare small {
  display: block;
}

body.service-redesign .local-live-fare strong {
  color: var(--service-navy);
  font-size: 15px;
}

body.service-redesign .local-live-fare strong b {
  margin: 0 5px;
  color: #8995a0;
}

body.service-redesign .local-live-fare small {
  margin-top: 2px;
  color: var(--service-navy);
  font-size: 13px;
  font-weight: 720;
}

body.service-redesign .local-booking-footer .primary-button,
body.service-redesign .outdoor-submit .primary-button {
  width: 100%;
  min-height: 51px;
  border-radius: 8px;
  font-size: 15px;
}

body.service-redesign .lead-time-note,
body.service-redesign .outdoor-submit p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--service-navy);
  font-size: 12px;
  font-weight: 700;
}

body.service-redesign .lead-time-note svg,
body.service-redesign .outdoor-submit p svg {
  color: var(--service-teal);
  font-size: 18px;
}

/* Outdoor booking panel */
body.service-redesign .service-booking-card--outdoor {
  padding-bottom: 0;
}

body.service-redesign .outdoor-form-heading {
  align-items: center;
}

body.service-redesign .outdoor-route-switch {
  display: grid;
  width: min(485px, 42%);
  grid-template-columns: 1fr 1fr;
  padding: 2px;
  border: 1px solid #d3dbe1;
  border-radius: 8px;
  background: #fff;
}

body.service-redesign .outdoor-route-switch button {
  min-height: 40px;
  border-radius: 6px;
  color: #111d29;
  background: transparent;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
}

body.service-redesign .outdoor-route-switch button.is-selected {
  color: #fff;
  background: linear-gradient(135deg, var(--service-navy), #0a3566);
  box-shadow: 0 7px 15px rgba(6, 37, 74, .18);
}

body.service-redesign .outdoor-route-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  align-items: end;
  gap: 16px;
}

body.service-redesign .route-connector {
  display: grid;
  height: 62px;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
}

body.service-redesign .route-connector i {
  border-top: 2px dashed #1a3a5c;
}

body.service-redesign .route-connector b {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--service-navy);
  box-shadow: 0 8px 18px rgba(6, 37, 74, .20);
}

body.service-redesign .route-connector svg {
  font-size: 20px;
}

body.service-redesign .outdoor-date-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(135px, .78fr)) minmax(170px, 1fr) minmax(245px, 1.15fr);
  align-items: start;
  gap: 16px;
  margin: 14px -28px 0;
  padding: 14px 28px 15px;
  border-top: 1px solid #e4e9ed;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(90deg, #fff, #fffdf9);
}

body.service-redesign .outdoor-date-row.is-one-way {
  grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(245px, 1.15fr);
}

body.service-redesign .outdoor-submit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 18px;
}

body.service-redesign .outdoor-submit p {
  justify-content: center;
}

body.service-redesign .service-inclusion-bar {
  display: grid;
  min-height: 88px;
  align-items: center;
  gap: 0;
  margin-top: 18px;
  padding: 12px 24px;
  border: 1px solid rgba(6, 37, 74, .10);
  border-radius: 12px;
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 14px 34px rgba(6, 37, 74, .07);
}

body.service-redesign .service-inclusion-bar > strong {
  padding-right: 28px;
  color: var(--service-navy);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
}

body.service-redesign .service-inclusion-bar > span {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 13px;
  padding: 0 22px;
  border-left: 1px solid #d8dfe4;
}

body.service-redesign .service-inclusion-bar > span > i {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--service-navy);
  background: var(--service-teal-soft);
  font-size: 23px;
}

body.service-redesign .service-inclusion-bar > span > b,
body.service-redesign .service-inclusion-bar > span small {
  display: block;
}

body.service-redesign .service-inclusion-bar > span > b {
  color: #152c43;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}

body.service-redesign .service-inclusion-bar > span small {
  margin-top: 2px;
  color: var(--service-teal);
  font-size: 9px;
  font-weight: 800;
}

body.service-redesign .local-inclusion-bar {
  grid-template-columns: 1.15fr repeat(4, 1fr);
}

body.service-redesign .local-inclusion-bar > strong {
  font-size: 15px;
}

body.service-redesign .local-inclusion-bar > span {
  justify-content: center;
}

body.service-redesign .outdoor-inclusion-bar {
  grid-template-columns: 1.15fr repeat(4, 1fr);
}

/* Below-the-fold service sections */
body.service-redesign .service-section {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(circle at 0 18%, rgba(237, 28, 44, .045), transparent 26rem),
    radial-gradient(circle at 100% 78%, rgba(7, 143, 145, .045), transparent 28rem),
    #f8f6f2;
}

body.service-redesign .service-section--white {
  background: #fff;
}

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

body.service-redesign .service-section-head > div {
  max-width: 780px;
}

body.service-redesign .service-section-head > div > span,
body.service-redesign .fare-explainer-copy > span,
body.service-redesign .customer-quote > span,
body.service-redesign .support-cta > span,
body.service-redesign .service-faq-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--service-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.service-redesign .service-section-head h2,
body.service-redesign .fare-explainer-copy h2,
body.service-redesign .service-faq-card h2,
body.service-redesign .support-cta h2 {
  margin: 0;
  color: var(--service-navy);
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.1;
}

body.service-redesign .service-section-head p,
body.service-redesign .fare-explainer-copy > p,
body.service-redesign .support-cta > p {
  margin: 13px 0 0;
  color: var(--service-muted);
  font-size: 15px;
  line-height: 1.7;
}

body.service-redesign .service-section-head > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid #cfd9e0;
  border-radius: 10px;
  color: var(--service-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 750;
}

body.service-redesign .service-section-head > a:hover {
  border-color: var(--service-red);
  color: var(--service-red);
}

body.service-redesign .place-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

body.service-redesign .place-showcase-grid article {
  position: relative;
  min-height: 252px;
  overflow: hidden;
  border-radius: 17px;
  background: var(--service-navy);
  box-shadow: 0 16px 38px rgba(6, 37, 74, .12);
}

body.service-redesign .place-showcase-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

body.service-redesign .place-showcase-grid article:hover img {
  transform: scale(1.045);
}

body.service-redesign .place-showcase-grid article::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(3, 24, 46, .88));
}

body.service-redesign .place-showcase-grid article > div {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

body.service-redesign .place-showcase-grid strong,
body.service-redesign .place-showcase-grid small {
  display: block;
}

body.service-redesign .place-showcase-grid strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

body.service-redesign .place-showcase-grid small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

body.service-redesign .hour-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.service-redesign .hour-compare-grid article {
  position: relative;
  padding: 28px;
  border: 1px solid #dce4ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 37, 74, .07);
}

body.service-redesign .hour-compare-grid article.is-popular {
  border-color: var(--service-red);
  background: linear-gradient(145deg, #fff, #fff5f3);
  box-shadow: 0 18px 42px rgba(237, 28, 44, .12);
}

body.service-redesign .hour-compare-grid article > em {
  position: absolute;
  top: -11px;
  right: 20px;
  padding: 5px 11px;
  border-radius: 99px;
  color: #fff;
  background: var(--service-red);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

body.service-redesign .hour-compare-grid article > span {
  color: var(--service-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.service-redesign .hour-compare-grid h3 {
  margin: 7px 0 2px;
  color: var(--service-navy);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
}

body.service-redesign .hour-compare-grid article > strong {
  color: var(--service-teal);
  font-size: 15px;
}

body.service-redesign .hour-compare-grid article > div {
  margin: 20px 0;
  padding: 14px 0;
  border-block: 1px solid #e4e9ed;
}

body.service-redesign .hour-compare-grid p {
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
  color: var(--service-muted);
  font-size: 13px;
}

body.service-redesign .hour-compare-grid p b {
  color: var(--service-navy);
}

body.service-redesign .hour-compare-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--service-navy);
  font-size: 13px;
  font-weight: 800;
}

body.service-redesign .hour-compare-grid a:hover {
  color: var(--service-red);
}

body.service-redesign .service-cab-grid,
body.service-redesign .outdoor-cab-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.service-redesign .service-cab-grid > article,
body.service-redesign .outdoor-cab-rate-grid > article {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce4ea;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(6, 37, 74, .08);
}

body.service-redesign .service-cab-image,
body.service-redesign .outdoor-cab-top {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 74%, rgba(7, 143, 145, .11), transparent 35%),
    linear-gradient(145deg, #fff, #eff5f8);
}

body.service-redesign .service-cab-image img,
body.service-redesign .outdoor-cab-top img {
  width: 88%;
  max-height: 158px;
  object-fit: contain;
  filter: drop-shadow(0 18px 13px rgba(6, 37, 74, .19));
}

body.service-redesign .service-cab-image > span,
body.service-redesign .outdoor-cab-top > span {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 10px;
  border-radius: 99px;
  color: var(--service-navy);
  background: #fff;
  box-shadow: 0 7px 18px rgba(6, 37, 74, .10);
  font-size: 9px;
  font-weight: 800;
}

body.service-redesign .service-cab-body {
  padding: 23px;
}

body.service-redesign .service-cab-body h3,
body.service-redesign .outdoor-cab-rate-grid h3 {
  margin: 0;
  color: var(--service-navy);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.035em;
}

body.service-redesign .service-cab-body > p {
  min-height: 42px;
  margin: 7px 0 16px;
  color: var(--service-muted);
  font-size: 13px;
  line-height: 1.6;
}

body.service-redesign .service-cab-body > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 17px;
}

body.service-redesign .service-cab-body > div > span {
  padding: 10px;
  border-radius: 10px;
  color: var(--service-muted);
  background: #f3f6f8;
  font-size: 9px;
}

body.service-redesign .service-cab-body > div b {
  display: block;
  margin-top: 3px;
  color: var(--service-navy);
  font-size: 13px;
}

body.service-redesign .service-cab-body > button,
body.service-redesign .outdoor-cab-rate-grid article > button {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 9px;
  color: var(--service-navy);
  background: #edf3f7;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

body.service-redesign .service-cab-body > button:hover,
body.service-redesign .outdoor-cab-rate-grid article > button:hover {
  color: #fff;
  background: var(--service-red);
}

body.service-redesign .destination-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

body.service-redesign .destination-shortcut-grid button {
  display: grid;
  min-height: 112px;
  grid-template-columns: 38px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 17px;
  border: 1px solid #dce4ea;
  border-radius: 15px;
  color: var(--service-navy);
  background:
    radial-gradient(circle at 100% 0, rgba(7, 143, 145, .08), transparent 45%),
    #fff;
  text-align: left;
  box-shadow: 0 11px 28px rgba(6, 37, 74, .06);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.service-redesign .destination-shortcut-grid button:hover {
  border-color: var(--service-red);
  box-shadow: 0 16px 34px rgba(6, 37, 74, .10);
  transform: translateY(-2px);
}

body.service-redesign .destination-shortcut-grid button > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--service-teal);
  background: var(--service-teal-soft);
  font-size: 12px;
  font-weight: 800;
}

body[data-page="outstation"].service-redesign .destination-shortcut-grid button > span {
  color: #fff;
  background: var(--service-red);
}

body.service-redesign .destination-shortcut-grid strong,
body.service-redesign .destination-shortcut-grid small {
  display: block;
}

body.service-redesign .destination-shortcut-grid strong {
  font-size: 15px;
  font-weight: 800;
}

body.service-redesign .destination-shortcut-grid small {
  margin-top: 4px;
  color: var(--service-muted);
  font-size: 8.5px;
  line-height: 1.45;
}

body.service-redesign .destination-shortcut-grid button > svg {
  color: #8a98a4;
}

body.service-redesign .outdoor-cab-rate-grid > article {
  padding: 0 24px 24px;
}

body.service-redesign .outdoor-cab-rate-grid > article.is-featured {
  border-color: var(--service-red);
  box-shadow: 0 20px 48px rgba(237, 28, 44, .11);
}

body.service-redesign .family-tag {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 5px 10px;
  border-radius: 99px;
  color: #fff;
  background: var(--service-red);
  font-size: 9px;
  font-weight: 800;
}

body.service-redesign .outdoor-cab-rate-grid h3 {
  margin-top: 5px;
}

body.service-redesign .route-rate-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin: 17px 0 10px;
}

body.service-redesign .route-rate-pair p {
  margin: 0;
  padding: 13px;
  border-radius: 11px;
  color: var(--service-muted);
  background: #f2f6f8;
}

body.service-redesign .route-rate-pair small,
body.service-redesign .route-rate-pair strong {
  display: block;
}

body.service-redesign .route-rate-pair small {
  font-size: 9px;
  font-weight: 700;
}

body.service-redesign .route-rate-pair strong {
  margin-top: 3px;
  color: var(--service-red);
  font-size: 20px;
  font-weight: 800;
}

body.service-redesign .route-rate-pair strong em {
  color: var(--service-muted);
  font-size: 9px;
  font-style: normal;
}

body.service-redesign .minimum-fare {
  margin: 0 0 15px;
  color: var(--service-muted);
  font-size: 9px;
  font-weight: 650;
}

body.service-redesign .fare-explainer-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 70px;
}

body.service-redesign .fare-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 28px 0 17px;
}

body.service-redesign .fare-formula > span {
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 12px;
  border: 1px solid #dce4ea;
  border-radius: 13px;
  color: var(--service-navy);
  background: #f8fafb;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

body.service-redesign .fare-formula > b {
  color: var(--service-red);
  font-size: 18px;
}

body.service-redesign .fare-explainer-copy > small {
  display: block;
  color: var(--service-muted);
  font-size: 12px;
  line-height: 1.65;
}

body.service-redesign .fare-rule-list {
  display: grid;
  gap: 12px;
}

body.service-redesign .fare-rule-list article {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 18px;
  align-items: center;
  padding: 17px;
  border: 1px solid #dce4ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(6, 37, 74, .055);
}

body.service-redesign .fare-rule-list article > span {
  padding: 8px 10px;
  border-radius: 9px;
  color: var(--service-teal);
  background: var(--service-teal-soft);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

body.service-redesign .fare-rule-list strong {
  color: var(--service-navy);
  font-size: 15px;
}

body.service-redesign .fare-rule-list p {
  margin: 3px 0 0;
  color: var(--service-muted);
  font-size: 9px;
  line-height: 1.55;
}

body.service-redesign .terms-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.service-redesign .terms-card {
  padding: 27px;
  border: 1px solid #dce4ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 37, 74, .065);
}

body.service-redesign .terms-card > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--service-teal);
  background: var(--service-teal-soft);
  font-size: 23px;
}

body.service-redesign .terms-card--extra > span {
  color: var(--service-red);
  background: var(--service-red-soft);
}

body.service-redesign .terms-card--note > span {
  color: #a56c0d;
  background: #fff4dc;
}

body.service-redesign .terms-card h3 {
  margin: 17px 0 12px;
  color: var(--service-navy);
  font-size: 19px;
  font-weight: 800;
}

body.service-redesign .terms-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.service-redesign .terms-card li {
  position: relative;
  padding-left: 17px;
  color: var(--service-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.service-redesign .terms-card li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--service-teal);
}

body.service-redesign .terms-card--extra li::before {
  background: var(--service-red);
}

body.service-redesign .terms-card--note li::before {
  background: #d49423;
}

body.service-redesign .service-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 64px;
}

body.service-redesign .service-section-head.compact {
  margin-bottom: 25px;
}

body.service-redesign .service-step-list {
  display: grid;
  gap: 12px;
}

body.service-redesign .service-step-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #dce4ea;
  border-radius: 13px;
  background: #fff;
}

body.service-redesign .service-step-list article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--service-navy), var(--service-navy-2));
  font-size: 15px;
  font-weight: 800;
}

body[data-page="outstation"].service-redesign .service-step-list article > span {
  background: var(--service-red);
}

body.service-redesign .service-step-list strong {
  color: var(--service-navy);
  font-size: 15px;
}

body.service-redesign .service-step-list p {
  margin: 3px 0 0;
  color: var(--service-muted);
  font-size: 9px;
  line-height: 1.5;
}

body.service-redesign .service-faq-card {
  padding: 30px;
  border: 1px solid #dce4ea;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(6, 37, 74, .08);
}

body.service-redesign .service-faq-card h2 {
  margin-bottom: 20px;
  font-size: clamp(27px, 2.5vw, 37px);
}

body.service-redesign .service-faq-card details {
  border-top: 1px solid #e1e7eb;
}

body.service-redesign .service-faq-card summary {
  position: relative;
  padding: 16px 34px 16px 0;
  color: var(--service-navy);
  font-size: 13px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

body.service-redesign .service-faq-card summary::-webkit-details-marker {
  display: none;
}

body.service-redesign .service-faq-card summary::after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--service-navy);
  background: #eef3f6;
  font-size: 15px;
}

body.service-redesign .service-faq-card details[open] summary::after {
  content: "−";
  color: #fff;
  background: var(--service-red);
}

body.service-redesign .service-faq-card details p {
  margin: -5px 34px 16px 0;
  color: var(--service-muted);
  font-size: 9.5px;
  line-height: 1.65;
}

body.service-redesign .service-support-section {
  padding-top: 68px;
  padding-bottom: 100px;
  background: #fff;
}

body.service-redesign .service-support-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, .10), transparent 26%),
    linear-gradient(125deg, #061f3d, #0a3a68);
  box-shadow: 0 24px 60px rgba(6, 37, 74, .18);
}

body.service-redesign .customer-quote,
body.service-redesign .support-cta {
  padding: 44px;
}

body.service-redesign .customer-quote {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

body.service-redesign .customer-quote > span,
body.service-redesign .support-cta > span {
  color: #ff7a83;
}

body.service-redesign .stars {
  color: #ffc44d;
  font-size: 14px;
  letter-spacing: .12em;
}

body.service-redesign blockquote {
  margin: 16px 0 18px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.7;
}

body.service-redesign .customer-quote > strong,
body.service-redesign .customer-quote > small {
  display: block;
}

body.service-redesign .customer-quote > strong {
  font-size: 15px;
}

body.service-redesign .customer-quote > small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
}

body.service-redesign .support-cta h2 {
  color: #fff;
}

body.service-redesign .support-cta > p {
  color: rgba(255, 255, 255, .66);
}

body.service-redesign .support-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.service-redesign .whatsapp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 800;
}

body.service-redesign .whatsapp-button:hover {
  background: rgba(255, 255, 255, .15);
}

@media (max-width: 1280px) {
  body.service-redesign .service-scene {
    background-position: 57% center;
  }

  body.service-redesign .service-copy {
    width: min(540px, 46vw);
  }

  body.service-redesign .local-booking-grid {
    grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
    gap: 17px 20px;
  }

  body.service-redesign .local-trip-fields {
    grid-template-columns: 1.3fr .8fr .8fr;
    gap: 10px;
  }

  body.service-redesign .local-cab-grid,
  body.service-redesign .local-place-picker {
    gap: 8px;
  }

  body.service-redesign .local-cab-name small {
    display: none;
  }

  body.service-redesign .service-inclusion-bar {
    padding-inline: 14px;
  }

  body.service-redesign .service-inclusion-bar > strong {
    padding-right: 14px;
    font-size: 14px;
  }

  body.service-redesign .service-inclusion-bar > span {
    gap: 8px;
    padding-inline: 12px;
  }

  body.service-redesign .service-inclusion-bar > span > i {
    width: 41px;
    height: 41px;
    font-size: 20px;
  }

  body.service-redesign .place-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.service-redesign .destination-shortcut-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body.service-redesign .service-scene,
  body.service-redesign .service-scene-content {
    height: 440px;
  }

  body.service-redesign .service-scene {
    background-position: 62% center;
  }

  body.service-redesign .service-scene::after {
    background: linear-gradient(90deg, rgba(255, 253, 247, .96), rgba(255, 252, 244, .72) 45%, rgba(255, 255, 255, .06) 70%);
  }

  body.service-redesign .service-scene-content {
    padding-top: 34px;
  }

  body.service-redesign .service-copy {
    width: 56vw;
  }

  body.service-redesign .service-copy h1 {
    font-size: 48px;
  }

  body.service-redesign .service-booking-wrap {
    margin-top: -104px;
  }

  body.service-redesign .local-booking-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "trip" "hours" "cabs" "places";
  }

  body.service-redesign .local-booking-footer {
    grid-template-columns: 1fr 1fr;
  }

  body.service-redesign .lead-time-note {
    grid-column: 1 / -1;
    justify-content: center;
  }

  body.service-redesign .local-inclusion-bar,
  body.service-redesign .outdoor-inclusion-bar {
    grid-template-columns: repeat(4, 1fr);
  }

  body.service-redesign .service-inclusion-bar > strong {
    grid-column: 1 / -1;
    padding: 4px 0 10px;
    text-align: center;
  }

  body.service-redesign .service-inclusion-bar > span:first-of-type {
    border-left: 0;
  }

  body.service-redesign .outdoor-route-row {
    grid-template-columns: 1fr 80px 1fr;
  }

  body.service-redesign .outdoor-date-row,
  body.service-redesign .outdoor-date-row.is-one-way {
    grid-template-columns: 1fr 1fr;
  }

  body.service-redesign .outdoor-submit {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 1fr;
    align-items: center;
    padding-top: 0;
  }

  body.service-redesign .outdoor-date-row.is-one-way .outdoor-submit {
    grid-column: auto;
    display: flex;
    padding-top: 18px;
  }

  body.service-redesign .hour-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.service-redesign .service-guide-grid,
  body.service-redesign .fare-explainer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 760px) {
  body.service-redesign {
    padding-bottom: 70px;
  }

  body.service-redesign .content-container {
    width: min(100% - 24px, 680px);
  }

  body.service-redesign[data-page="outstation"] .outdoor-booking-section {
    padding: 18px 0 38px;
  }

  body.service-redesign .service-hero {
    padding-bottom: 38px;
  }

  body.service-redesign .service-scene,
  body.service-redesign .service-scene-content {
    height: 360px;
  }

  body.service-redesign .service-scene {
    background-position: 68% center;
  }

  body.service-redesign .service-scene::after {
    background:
      linear-gradient(90deg, rgba(255, 253, 247, .94), rgba(255, 253, 247, .58) 58%, rgba(255, 255, 255, .10)),
      linear-gradient(0deg, rgba(6, 37, 74, .24), transparent 48%);
  }

  body.service-redesign .service-scene-content {
    padding-top: 25px;
  }

  body.service-redesign .service-copy {
    width: 72%;
  }

  body.service-redesign .service-breadcrumbs,
  body.service-redesign .service-kicker {
    display: none;
  }

  body.service-redesign .service-copy h1 {
    font-size: clamp(33px, 10vw, 45px);
    line-height: 1.02;
  }

  body.service-redesign .service-copy > p {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.45;
  }

  body.service-redesign .service-trust-chips {
    gap: 6px;
    margin-top: 15px;
  }

  body.service-redesign .service-trust-chips span {
    min-height: 34px;
    padding: 0 9px;
    font-size: 8px;
  }

  body.service-redesign .service-trust-chips svg {
    font-size: 15px;
  }

  body.service-redesign .service-booking-wrap {
    margin-top: -46px;
  }

  body.service-redesign .service-booking-card {
    padding: 14px 14px 0;
    border-radius: 17px;
  }

  body.service-redesign .service-progress {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-bottom: 13px;
    padding: 0 0 11px;
  }

  body.service-redesign .service-progress > i {
    display: none;
  }

  body.service-redesign .service-progress > div {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    font-size: 8px;
    text-align: center;
  }

  body.service-redesign .service-progress > div > span {
    width: 21px;
    height: 21px;
    font-size: 9px;
  }

  body.service-redesign .service-form-title,
  body.service-redesign .outdoor-form-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  body.service-redesign .service-form-title h2,
  body.service-redesign .outdoor-form-heading h2 {
    font-size: 21px;
  }

  body.service-redesign .service-form-title > p {
    align-items: flex-start;
    font-size: 9px;
  }

  body.service-redesign .local-booking-grid {
    gap: 16px;
  }

  body.service-redesign .local-trip-fields {
    grid-template-columns: 1fr 1fr;
  }

  body.service-redesign .service-field--pickup {
    grid-column: 1 / -1;
  }

  body.service-redesign .service-field > div {
    min-height: 46px;
    padding-inline: 11px;
  }

  body.service-redesign .service-field input,
  body.service-redesign .service-field select {
    height: 42px;
    font-size: 16px;
  }

  body.service-redesign .local-hour-grid {
    gap: 5px;
  }

  body.service-redesign .local-hour-grid > button {
    min-height: 65px;
    padding: 9px 3px;
  }

  body.service-redesign .local-hour-grid > button strong {
    font-size: 12px;
  }

  body.service-redesign .local-hour-grid > button small {
    font-size: 7px;
  }

  body.service-redesign .local-hour-grid > button em {
    right: 3px;
    bottom: -10px;
    left: 3px;
    font-size: 6px;
  }

  body.service-redesign .local-cab-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.service-redesign .local-cab-choice {
    min-height: 130px;
    grid-template-columns: 1fr;
    grid-template-rows: 70px auto auto;
    gap: 1px;
    padding: 7px;
    text-align: center;
  }

  body.service-redesign .local-cab-choice > img {
    height: 68px;
  }

  body.service-redesign .local-cab-name strong {
    font-size: 9px;
  }

  body.service-redesign .local-cab-price {
    font-size: 12px;
  }

  body.service-redesign .local-place-picker,
  body.service-redesign .local-place-more:not([hidden]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.service-redesign .local-place-choice,
  body.service-redesign .view-all-places {
    min-height: 130px;
  }

  body.service-redesign .local-place-choice img {
    height: 94px;
  }

  body.service-redesign .local-booking-footer {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 16px -14px 0;
    padding: 13px 14px 15px;
    border-radius: 0 0 17px 17px;
  }

  body.service-redesign .local-live-fare {
    justify-content: flex-start;
  }

  body.service-redesign .lead-time-note {
    grid-column: auto;
  }

  body.service-redesign .service-inclusion-bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }

  body.service-redesign .service-inclusion-bar > strong {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  body.service-redesign .service-inclusion-bar > span {
    min-height: 54px;
    justify-content: flex-start;
    padding: 7px;
    border-left: 0;
    border-top: 1px solid #e1e6ea;
  }

  body.service-redesign .service-inclusion-bar > span:nth-of-type(even) {
    border-left: 1px solid #e1e6ea;
  }

  body.service-redesign .service-inclusion-bar > span > i {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  body.service-redesign .service-inclusion-bar > span > b {
    font-size: 8px;
  }

  body.service-redesign .outdoor-route-switch {
    width: 100%;
  }

  body.service-redesign .outdoor-route-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.service-redesign .route-connector {
    display: none;
  }

  body.service-redesign .outdoor-date-row,
  body.service-redesign .outdoor-date-row.is-one-way {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px -14px 0;
    padding: 14px;
    border-radius: 0 0 17px 17px;
  }

  body.service-redesign .outdoor-submit,
  body.service-redesign .outdoor-date-row.is-one-way .outdoor-submit {
    grid-column: 1 / -1;
    display: flex;
  }

  body.service-redesign .service-section {
    padding: 64px 0;
  }

  body.service-redesign .service-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 26px;
  }

  body.service-redesign .service-section-head h2,
  body.service-redesign .fare-explainer-copy h2,
  body.service-redesign .service-faq-card h2,
  body.service-redesign .support-cta h2 {
    font-size: 30px;
  }

  body.service-redesign .place-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.service-redesign .place-showcase-grid article {
    min-height: 190px;
  }

  body.service-redesign .hour-compare-grid,
  body.service-redesign .service-cab-grid,
  body.service-redesign .outdoor-cab-rate-grid,
  body.service-redesign .terms-card-grid,
  body.service-redesign .service-guide-grid,
  body.service-redesign .fare-explainer-grid {
    grid-template-columns: 1fr;
  }

  body.service-redesign .destination-shortcut-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  body.service-redesign .destination-shortcut-grid button {
    min-height: 100px;
    grid-template-columns: 32px 1fr;
    gap: 8px;
    padding: 12px;
  }

  body.service-redesign .destination-shortcut-grid button > svg {
    display: none;
  }

  body.service-redesign .destination-shortcut-grid button > span {
    width: 32px;
    height: 32px;
  }

  body.service-redesign .fare-formula {
    grid-template-columns: 1fr;
  }

  body.service-redesign .fare-formula > b {
    transform: rotate(90deg);
    text-align: center;
  }

  body.service-redesign .fare-rule-list article {
    grid-template-columns: 95px 1fr;
  }

  body.service-redesign .service-faq-card {
    padding: 22px;
  }

  body.service-redesign .service-support-card {
    grid-template-columns: 1fr;
  }

  body.service-redesign .customer-quote,
  body.service-redesign .support-cta {
    padding: 30px 24px;
  }

  body.service-redesign .customer-quote {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  body.service-redesign .support-cta > div {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  body.service-redesign .service-copy {
    width: 82%;
  }

  body.service-redesign .service-trust-chips span:last-child {
    display: none;
  }

  body.service-redesign .local-trip-fields,
  body.service-redesign .outdoor-date-row,
  body.service-redesign .outdoor-date-row.is-one-way,
  body.service-redesign .destination-shortcut-grid {
    grid-template-columns: 1fr;
  }

  body.service-redesign .service-field--pickup,
  body.service-redesign .outdoor-submit,
  body.service-redesign .outdoor-date-row.is-one-way .outdoor-submit {
    grid-column: auto;
  }

  body.service-redesign .local-hour-grid > button strong {
    font-size: 9px;
  }

  body.service-redesign .local-cab-name strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.service-redesign *,
  body.service-redesign *::before,
  body.service-redesign *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Local page composition correction: preserve the full hero and keep booking choices spacious. */
body.service-redesign[data-page="local"] .service-hero {
  padding-bottom: 64px;
}

body.service-redesign[data-page="local"] .service-scene,
body.service-redesign[data-page="local"] .service-scene-content {
  height: 560px;
}

body.service-redesign[data-page="local"] .service-scene {
  background-position: center center;
}

body.service-redesign[data-page="local"] .service-scene::after {
  background: linear-gradient(90deg, rgba(255, 253, 247, .96) 0%, rgba(255, 252, 244, .82) 28%, rgba(255, 252, 244, .13) 53%, rgba(255, 255, 255, 0) 72%);
}

body.service-redesign[data-page="local"] .service-booking-wrap {
  margin-top: -44px;
}

body.service-redesign[data-page="local"] .service-booking-card--local {
  padding: 24px 32px 0;
}

body.service-redesign[data-page="local"] .local-booking-grid {
  grid-template-columns: 1fr;
  grid-template-areas: "trip" "hours" "cabs" "places";
  gap: 24px;
}

body.service-redesign[data-page="local"] .local-trip-fields {
  grid-template-columns: minmax(320px, 1.6fr) minmax(180px, .7fr) minmax(180px, .7fr);
  gap: 16px;
}

body.service-redesign[data-page="local"] .local-hour-grid {
  gap: 14px;
}

body.service-redesign[data-page="local"] .local-hour-grid > button {
  min-height: 82px;
  border-radius: 12px;
}

body.service-redesign[data-page="local"] .local-hour-grid > button strong {
  font-size: 16px;
}

body.service-redesign[data-page="local"] .local-hour-grid > button small {
  font-size: 13px;
}

body.service-redesign[data-page="local"] .local-cab-grid {
  gap: 18px;
}

body.service-redesign[data-page="local"] .local-cab-choice {
  min-height: 190px;
  grid-template-rows: 120px auto;
  padding: 12px 16px 16px;
  border-radius: 14px;
}

body.service-redesign[data-page="local"] .local-cab-choice > img {
  height: 116px;
}

body.service-redesign[data-page="local"] .local-cab-name strong {
  font-size: 14px;
}

body.service-redesign[data-page="local"] .local-cab-name small {
  font-size: 9px;
}

body.service-redesign[data-page="local"] .local-cab-price {
  color: var(--service-red);
  font-size: 16px;
}

body.service-redesign[data-page="local"] .local-places-fieldset {
  padding-top: 22px;
  border-top: 1px solid var(--service-line);
}

body.service-redesign[data-page="local"] .local-places-note {
  float: right;
  color: var(--service-muted);
  font-size: 12px;
  font-weight: 650;
}

body.service-redesign[data-page="local"] .local-place-picker,
body.service-redesign[data-page="local"] .local-place-more:not([hidden]) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

body.service-redesign[data-page="local"] .local-place-choice,
body.service-redesign[data-page="local"] .view-all-places {
  min-height: 168px;
  border-radius: 12px;
}

body.service-redesign[data-page="local"] .local-place-choice img {
  height: 124px;
}

body.service-redesign[data-page="local"] .local-booking-footer {
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 390px) minmax(230px, auto);
  gap: 24px;
  margin: 24px -32px 0;
  padding: 16px 32px;
  background: #f8fafb;
}

/* Outdoor page: reference-led cab booking composition */
body.service-redesign[data-page="outstation"] .outdoor-booking-section {
  position: relative;
  padding: 40px 0 82px;
  background: linear-gradient(90deg, rgba(6, 28, 52, .16), transparent 45%), url("../images/outdoor-service-hero.webp") center 52% / cover no-repeat;
}

body.service-redesign[data-page="outstation"] .outdoor-booking-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(3,28,52,.2));
  pointer-events: none;
}

body.service-redesign[data-page="outstation"] .service-booking-wrap { position: relative; z-index: 1; }

body.service-redesign[data-page="outstation"] .service-booking-card--outdoor {
  padding: 24px 34px 0;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(2, 25, 50, .24);
}

body.service-redesign[data-page="outstation"] .outdoor-form-heading > div:first-child > span {
  display: none;
}

body.service-redesign[data-page="outstation"] .outdoor-form-heading h2 {
  font-size: clamp(28px, 2.3vw, 40px);
}

body.service-redesign[data-page="outstation"] .outdoor-form-heading p {
  margin: 4px 0 0;
  color: var(--service-muted);
  font-size: 13px;
  font-weight: 650;
}

body.service-redesign[data-page="outstation"] .outdoor-date-row {
  margin-top: 18px;
  padding-bottom: 17px;
  background: transparent;
}

body.service-redesign[data-page="outstation"] .service-inclusion-bar {
  grid-template-columns: 1.15fr repeat(3, 1fr);
  position: relative;
  z-index: 2;
  min-height: 84px;
  margin: -1px 0 0;
  padding: 10px 24px;
  border: 0;
  border-radius: 0 0 16px 16px;
  color: #fff;
  background: linear-gradient(100deg, #052650, #07315e 52%, #08294d);
  box-shadow: 0 18px 32px rgba(3, 28, 52, .22);
}

body.service-redesign[data-page="outstation"] .service-inclusion-bar > strong,
body.service-redesign[data-page="outstation"] .service-inclusion-bar > span > b { color: #fff; }

body.service-redesign[data-page="outstation"] .service-inclusion-bar > strong {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  font-size: 15px;
}

body.service-redesign[data-page="outstation"] .service-inclusion-bar > strong > i {
  grid-row: span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
}

body.service-redesign[data-page="outstation"] .service-inclusion-bar small { color: rgba(255,255,255,.75); }
body.service-redesign[data-page="outstation"] .service-inclusion-bar > span > i { color: #fff; background: rgba(255,255,255,.12); }
body.service-redesign[data-page="outstation"] .service-inclusion-bar > span { border-color: rgba(255,255,255,.2); }

body.service-redesign[data-page="outstation"] .outdoor-route-shortcuts { display: none; }
body.service-redesign[data-page="outstation"] .outdoor-rates-section { padding: 62px 0 64px; }
body.service-redesign[data-page="outstation"] .compare-heading { display: block; margin-bottom: 31px; text-align: center; }
body.service-redesign[data-page="outstation"] .compare-heading > div { max-width: none; }
body.service-redesign[data-page="outstation"] .compare-heading h2 { font-size: clamp(32px, 3vw, 46px); }
body.service-redesign[data-page="outstation"] .compare-heading p { margin-top: 7px; }

body.service-redesign[data-page="outstation"] .outdoor-cab-rate-grid { max-width: 1160px; margin: 0 auto; gap: 20px; }
body.service-redesign[data-page="outstation"] .outdoor-cab-rate-grid > article { padding: 0 20px 20px; border-radius: 15px; }
body.service-redesign[data-page="outstation"] .outdoor-cab-top { min-height: 175px; padding: 14px; background: linear-gradient(150deg, #fff, #f6f9fb); }
body.service-redesign[data-page="outstation"] .outdoor-cab-top img { width: 94%; max-height: 136px; }
body.service-redesign[data-page="outstation"] .outdoor-cab-rate-grid h3 { font-size: 19px; }
body.service-redesign[data-page="outstation"] .route-rate-pair { margin: 11px 0 10px; }
body.service-redesign[data-page="outstation"] .route-rate-pair p { padding: 10px; text-align: center; }
body.service-redesign[data-page="outstation"] .route-rate-pair strong { color: #0b9e4a; font-size: 22px; }
body.service-redesign[data-page="outstation"] .outdoor-cab-rate-grid article > button { color: #fff; background: var(--service-red); }
body.service-redesign[data-page="outstation"] .outdoor-cab-rate-grid article > button:hover { background: #c81424; }

body.service-redesign[data-page="outstation"] .fare-explainer-section { padding: 56px 0; }
body.service-redesign[data-page="outstation"] .fare-explainer-copy h2 { font-size: clamp(28px, 2.5vw, 38px); }
body.service-redesign[data-page="outstation"] .fare-formula > span { min-height: 60px; }
body.service-redesign[data-page="outstation"] .outdoor-terms-section { padding: 60px 0; }
body.service-redesign[data-page="outstation"] .service-guide-section { padding: 60px 0; }

@media (max-width: 760px) {
  body.service-redesign[data-page="outstation"] .outdoor-booking-section { padding: 18px 0 46px; }
  body.service-redesign[data-page="outstation"] .service-booking-card--outdoor { padding: 17px 15px 0; }
  body.service-redesign[data-page="outstation"] .service-inclusion-bar { grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px; }
  body.service-redesign[data-page="outstation"] .service-inclusion-bar > strong { grid-column: span 2; }
  body.service-redesign[data-page="outstation"] .service-inclusion-bar > span { min-height: 48px; padding: 6px 0; border-left: 0; }
  body.service-redesign[data-page="outstation"] .service-inclusion-bar > span > i { width: 34px; height: 34px; font-size: 16px; }
}

@media (max-width: 1024px) {
  body.service-redesign[data-page="local"] .service-scene,
  body.service-redesign[data-page="local"] .service-scene-content {
    height: 480px;
  }

  body.service-redesign[data-page="local"] .service-booking-wrap {
    margin-top: -32px;
  }

  body.service-redesign[data-page="local"] .local-booking-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.service-redesign[data-page="local"] .service-scene,
  body.service-redesign[data-page="local"] .service-scene-content {
    height: 390px;
  }

  body.service-redesign[data-page="local"] .service-scene {
    background-position: 68% center;
  }

  body.service-redesign[data-page="local"] .service-booking-wrap {
    margin-top: -18px;
  }

  body.service-redesign[data-page="local"] .service-booking-card--local {
    padding: 16px 14px 0;
  }

  body.service-redesign[data-page="local"] .local-booking-grid {
    gap: 20px;
  }

  body.service-redesign[data-page="local"] .local-trip-fields {
    grid-template-columns: 1fr 1fr;
  }

  body.service-redesign[data-page="local"] .local-hour-grid > button {
    min-height: 70px;
  }

  body.service-redesign[data-page="local"] .local-hour-grid > button strong {
    font-size: 13px;
  }

  body.service-redesign[data-page="local"] .local-hour-grid > button small {
    font-size: 7px;
  }

  body.service-redesign[data-page="local"] .local-cab-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.service-redesign[data-page="local"] .local-cab-choice {
    min-height: 112px;
    grid-template-columns: 118px 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  body.service-redesign[data-page="local"] .local-cab-choice > img {
    grid-column: auto;
    width: 118px;
    height: 84px;
  }

  body.service-redesign[data-page="local"] .local-cab-name strong {
    font-size: 15px;
  }

  body.service-redesign[data-page="local"] .local-cab-name small {
    display: block;
    font-size: 8px;
  }

  body.service-redesign[data-page="local"] .local-cab-price {
    font-size: 15px;
  }

  body.service-redesign[data-page="local"] .local-places-note {
    float: none;
    display: block;
    margin-top: 5px;
    line-height: 1.4;
  }

  body.service-redesign[data-page="local"] .local-place-picker,
  body.service-redesign[data-page="local"] .local-place-more:not([hidden]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.service-redesign[data-page="local"] .local-place-choice,
  body.service-redesign[data-page="local"] .view-all-places {
    min-height: 140px;
  }

  body.service-redesign[data-page="local"] .local-place-choice img {
    height: 102px;
  }

  body.service-redesign[data-page="local"] .local-booking-footer {
    grid-template-columns: 1fr;
    margin: 20px -14px 0;
    padding: 15px 14px 18px;
  }
}

/* Complete Outdoor reference page */
body.outdoor-reference-page { background: #f8fafc; }
body.outdoor-reference-page .outdoor-reference-hero { min-height: 520px; padding: 34px 0 58px; }
body.outdoor-reference-page .service-booking-card--outdoor { padding: 22px 32px 0; }
body.outdoor-reference-page .outdoor-form-heading h1 { margin: 0; color: var(--service-navy); font-size: clamp(28px, 2.25vw, 40px); letter-spacing: -.045em; line-height: 1.1; }
body.outdoor-reference-page .outdoor-form-heading > div:first-child > span { display: none; }
body.outdoor-reference-page .outdoor-route-row { margin-top: 18px; }
body.outdoor-reference-page .outdoor-date-row { margin-top: 13px; }
body.outdoor-reference-page .outdoor-ref-section { padding: 58px 0; background: #fff; }
body.outdoor-reference-page .outdoor-cab-section { background: linear-gradient(180deg, #fff, #f8fafc); }
body.outdoor-reference-page .outdoor-ref-heading { margin: 0 0 28px; text-align: center; }
body.outdoor-reference-page .outdoor-ref-heading > span,
body.outdoor-reference-page .outdoor-faq > span,
body.outdoor-reference-page .outdoor-support-copy > span { display: block; margin-bottom: 5px; color: var(--service-red); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
body.outdoor-reference-page .outdoor-ref-heading h2,
body.outdoor-reference-page .outdoor-faq h2,
body.outdoor-reference-page .outdoor-support-copy h2 { margin: 0; color: var(--service-navy); font-size: clamp(29px, 2.8vw, 43px); font-weight: 800; letter-spacing: -.05em; line-height: 1.1; }
body.outdoor-reference-page .outdoor-ref-heading p { margin: 9px 0 0; color: #62758a; font-size: 15px; font-weight: 600; }
body.outdoor-reference-page .outdoor-ref-heading.is-left { text-align: left; }

body.outdoor-reference-page .outdoor-ref-cab-grid { display: grid; max-width: 1180px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; margin: auto; }
body.outdoor-reference-page .outdoor-ref-cab { position: relative; overflow: hidden; padding: 0 20px 17px; border: 1px solid #dce4eb; border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(7, 37, 71, .07); }
body.outdoor-reference-page .outdoor-ref-cab.is-popular { border-color: #f02736; box-shadow: 0 16px 35px rgba(237, 28, 44, .13); }
body.outdoor-reference-page .outdoor-ref-cab > em { position: absolute; z-index: 3; top: 0; left: 50%; transform: translateX(-50%); padding: 6px 14px; border-radius: 0 0 7px 7px; color: #fff; background: var(--service-red); font-size: 9px; font-style: normal; font-weight: 800; }
body.outdoor-reference-page .ref-cab-top { position: relative; min-height: 174px; padding-top: 20px; }
body.outdoor-reference-page .ref-cab-top h3 { margin: 0; color: var(--service-navy); font-size: 19px; font-weight: 800; letter-spacing: -.04em; }
body.outdoor-reference-page .ref-cab-top > span { position: absolute; top: 20px; right: 0; padding: 4px 9px; border-radius: 20px; color: #0e355b; background: #f2f7fa; font-size: 8px; font-weight: 800; }
body.outdoor-reference-page .ref-cab-top img { display: block; width: 89%; height: 128px; margin: 8px auto 0; object-fit: contain; filter: drop-shadow(0 13px 10px rgba(6, 37, 74, .15)); }
body.outdoor-reference-page .ref-cab-price { display: grid; justify-items: center; padding-bottom: 13px; border-bottom: 1px solid #e8edf0; text-align: center; }
body.outdoor-reference-page .ref-cab-price del { color: #ed4b57; font-size: 12px; font-weight: 800; }
body.outdoor-reference-page .ref-cab-price strong { margin: 1px 0; color: #079244; font-size: 24px; line-height: 1.1; }
body.outdoor-reference-page .ref-cab-price small { color: #1371bd; font-size: 8px; font-weight: 800; }
body.outdoor-reference-page .ref-cab-price b { margin-top: 5px; color: var(--service-navy); font-size: 12px; }
body.outdoor-reference-page .outdoor-ref-cab ul { display: grid; gap: 7px; margin: 13px 0 10px; padding: 0; list-style: none; }
body.outdoor-reference-page .outdoor-ref-cab li { display: flex; justify-content: space-between; gap: 12px; color: #455d75; font-size: 9px; font-weight: 650; }
body.outdoor-reference-page .outdoor-ref-cab li::before { content: "✦"; margin-right: -7px; color: #1a4369; }
body.outdoor-reference-page .outdoor-ref-cab li b { color: #0b9747; }
body.outdoor-reference-page .outdoor-ref-cab > a { display: flex; justify-content: center; align-items: center; gap: 5px; margin: 12px 0; color: var(--service-navy); font-size: 9px; font-weight: 800; }
body.outdoor-reference-page .outdoor-ref-cab > a svg { width: 13px; }
body.outdoor-reference-page .outdoor-ref-cab > button { width: 100%; min-height: 39px; border-radius: 7px; color: #fff; background: var(--service-red); font-size: 13px; font-weight: 800; cursor: pointer; }
body.outdoor-reference-page .outdoor-ref-cab > button:hover { background: #c91322; }

body.outdoor-reference-page .outdoor-pricing-section { border-top: 1px solid #e3e9ee; background: #f9fbfc; }
body.outdoor-reference-page .outdoor-pricing-layout { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 65px; }
body.outdoor-reference-page .outdoor-pricing-formula { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; align-items: center; margin-top: 22px; }
body.outdoor-reference-page .outdoor-pricing-formula span { display: grid; min-height: 68px; place-items: center; padding: 8px; border: 1px solid #e2e8ed; border-radius: 9px; color: #1a4269; background: #fff; font-size: 9px; font-weight: 750; text-align: center; }
body.outdoor-reference-page .outdoor-pricing-formula b { color: var(--service-red); text-align: center; }
body.outdoor-reference-page .outdoor-pricing-rules { display: grid; gap: 8px; }
body.outdoor-reference-page .outdoor-pricing-rules article { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 10px 13px; border: 1px solid #e0e7ec; border-radius: 9px; background: #fff; }
body.outdoor-reference-page .outdoor-pricing-rules i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #0d9a91; background: #e8f7f5; font-size: 14px; font-style: normal; }
body.outdoor-reference-page .outdoor-pricing-rules strong { display: block; color: var(--service-navy); font-size: 13px; }
body.outdoor-reference-page .outdoor-pricing-rules p { margin: 2px 0 0; color: #738498; font-size: 9px; }

body.outdoor-reference-page .outdoor-includes-section { padding-top: 50px; background: #fff; }
body.outdoor-reference-page .outdoor-includes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
body.outdoor-reference-page .outdoor-includes-grid article { padding: 17px 18px; border: 1px solid #e0e7ec; border-radius: 10px; background: #fff; box-shadow: 0 8px 18px rgba(7,37,71,.04); }
body.outdoor-reference-page .outdoor-includes-grid i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: #13aa59; }
body.outdoor-reference-page .outdoor-includes-grid article:nth-child(2) i { background: var(--service-red); }
body.outdoor-reference-page .outdoor-includes-grid article:nth-child(3) i { background: #1776d2; }
body.outdoor-reference-page .outdoor-includes-grid i svg { width: 15px; }
body.outdoor-reference-page .outdoor-includes-grid h3 { display: inline-block; margin: -25px 0 10px 40px; color: var(--service-navy); font-size: 15px; }
body.outdoor-reference-page .outdoor-includes-grid ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
body.outdoor-reference-page .outdoor-includes-grid li { color: #65798e; font-size: 9px; line-height: 1.35; }
body.outdoor-reference-page .outdoor-includes-grid li::before { content: "•"; margin-right: 7px; color: #13aa59; font-weight: 900; }
body.outdoor-reference-page .outdoor-includes-grid article:nth-child(2) li::before { color: var(--service-red); }
body.outdoor-reference-page .outdoor-includes-grid article:nth-child(3) li::before { color: #1776d2; }

body.outdoor-reference-page .outdoor-guide-section { padding-top: 40px; background: #f8fafc; }
body.outdoor-reference-page .outdoor-guide-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; }
body.outdoor-reference-page .outdoor-steps { display: grid; gap: 0; margin: 17px 0 0; padding: 0; list-style: none; }
body.outdoor-reference-page .outdoor-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid #e0e7ec; }
body.outdoor-reference-page .outdoor-steps b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 5px; color: #fff; background: var(--service-red); font-size: 13px; }
body.outdoor-reference-page .outdoor-steps strong { color: var(--service-navy); font-size: 12px; }
body.outdoor-reference-page .outdoor-steps p { margin: 2px 0 0; color: #78899a; font-size: 8.5px; }
body.outdoor-reference-page .outdoor-faq { padding: 22px 26px; border: 1px solid #e0e7ec; border-radius: 11px; background: #fff; }
body.outdoor-reference-page .outdoor-faq h2 { margin-bottom: 12px; font-size: clamp(24px, 2vw, 32px); }
body.outdoor-reference-page .outdoor-faq details { border-top: 1px solid #e3e9ed; }
body.outdoor-reference-page .outdoor-faq summary { position: relative; padding: 11px 27px 11px 0; color: var(--service-navy); font-size: 12px; font-weight: 750; cursor: pointer; list-style: none; }
body.outdoor-reference-page .outdoor-faq summary::after { content: "+"; position: absolute; right: 0; color: #0b3157; font-size: 17px; }
body.outdoor-reference-page .outdoor-faq details[open] summary::after { content: "−"; }
body.outdoor-reference-page .outdoor-faq p { margin: -3px 0 10px; color: #74869a; font-size: 9px; line-height: 1.5; }

body.outdoor-reference-page .outdoor-support-section { padding: 0 0 58px; background: #f8fafc; }
body.outdoor-reference-page .outdoor-support { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: 12px; color: #fff; background: linear-gradient(110deg,#06244a,#093e70); box-shadow: 0 18px 35px rgba(5,36,70,.2); }
body.outdoor-reference-page .outdoor-review { display: grid; grid-template-columns: 78px 1fr; gap: 14px; align-items: center; padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.18); }
body.outdoor-reference-page .review-avatar { overflow: hidden; width: 70px; height: 70px; border: 3px solid var(--service-red); border-radius: 50%; }
body.outdoor-reference-page .review-avatar img { width: 100%; height: 100%; object-fit: cover; }
body.outdoor-reference-page .review-stars { color: #ffd139; font-size: 15px; letter-spacing: 1px; }
body.outdoor-reference-page .review-stars b { margin-left: 7px; color: #fff; font-size: 12px; letter-spacing: 0; }
body.outdoor-reference-page .outdoor-review p { margin: 7px 0; color: rgba(255,255,255,.82); font-size: 9px; line-height: 1.45; }
body.outdoor-reference-page .outdoor-review strong, body.outdoor-reference-page .outdoor-review small { display: block; font-size: 9px; }
body.outdoor-reference-page .outdoor-review small { margin-top: 2px; color: rgba(255,255,255,.66); }
body.outdoor-reference-page .outdoor-support-copy { padding: 22px 32px; }
body.outdoor-reference-page .outdoor-support-copy > span { color: #b7d5ee; }
body.outdoor-reference-page .outdoor-support-copy h2 { color: #fff; font-size: clamp(23px, 2vw, 31px); }
body.outdoor-reference-page .outdoor-support-copy p { margin: 6px 0 12px; color: rgba(255,255,255,.78); font-size: 12px; }
body.outdoor-reference-page .outdoor-support-copy > div { display: flex; gap: 10px; }
body.outdoor-reference-page .outdoor-support-copy a { display: inline-flex; min-height: 34px; align-items: center; gap: 6px; padding: 0 13px; border: 1px solid #f23b45; border-radius: 5px; color: #fff; background: var(--service-red); font-size: 9px; font-weight: 750; }
body.outdoor-reference-page .outdoor-support-copy a + a { border-color: rgba(255,255,255,.48); background: transparent; }
body.outdoor-reference-page .outdoor-support-copy svg { width: 14px; }

@media (max-width: 900px) {
  body.outdoor-reference-page .outdoor-ref-cab-grid { gap: 12px; }
  body.outdoor-reference-page .outdoor-pricing-layout, body.outdoor-reference-page .outdoor-guide-grid { grid-template-columns: 1fr; gap: 30px; }
  body.outdoor-reference-page .outdoor-pricing-formula { max-width: 600px; }
}
@media (max-width: 700px) {
  body.outdoor-reference-page .outdoor-reference-hero { padding: 15px 0 38px; }
  body.outdoor-reference-page .service-booking-card--outdoor { padding: 15px 13px 0; }
  body.outdoor-reference-page .outdoor-ref-section { padding: 40px 0; }
  body.outdoor-reference-page .outdoor-ref-cab-grid, body.outdoor-reference-page .outdoor-includes-grid { grid-template-columns: 1fr; }
  body.outdoor-reference-page .outdoor-ref-cab { max-width: 410px; width: 100%; margin: auto; }
  body.outdoor-reference-page .outdoor-pricing-formula { grid-template-columns: 1fr auto 1fr; }
  body.outdoor-reference-page .outdoor-pricing-formula span { min-height: 54px; }
  body.outdoor-reference-page .outdoor-pricing-formula b:nth-of-type(2) { grid-column: 2; }
  body.outdoor-reference-page .outdoor-support { grid-template-columns: 1fr; }
  body.outdoor-reference-page .outdoor-review { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  body.outdoor-reference-page .outdoor-support-copy > div { flex-wrap: wrap; }
}
