body { font-family: "Segoe UI", Arial, sans-serif; }

.brand.brand-logo { flex: 0 0 auto; letter-spacing: 0; }
header { height: 104px; }
.brand-logo img { display: block; width: 260px; height: auto; }
footer .brand-logo img { width: 285px; }
footer { background: #031f28; }

@media (max-width: 850px) {
  header { height: 86px; }
}

@media (max-width: 520px) {
  .brand-logo img { width: 205px; }
  footer .brand-logo img { width: 245px; }
}

.hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  min-height: 570px;
  padding-top: 74px;
  padding-bottom: 74px;
  background: linear-gradient(135deg, #f5faf7, #e5f1eb);
}

.hero h1 {
  font-size: clamp(3rem, 5.6vw, 4.8rem);
  letter-spacing: -3px;
}

.service-visual {
  display: block;
  order: 2;
  min-height: 390px;
  padding: 0;
  border-radius: 24px;
  background: #dfece6;
  box-shadow: 0 22px 45px rgba(12, 53, 40, .15);
}

.service-visual::before {
  z-index: 1;
  right: auto;
  top: auto;
  bottom: -75px;
  left: -60px;
  width: 260px;
  height: 260px;
  border: 32px solid rgba(217, 245, 110, .72);
}

.service-visual > :not(.hgv-support-image) { display: none; }

.service-visual .hgv-support-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border-radius: inherit;
  object-fit: cover;
  object-position: 61% center;
  filter: saturate(.84) contrast(.98);
}

.hero-visual {
  display: block;
  width: 100%;
  height: 430px;
  max-width: 550px;
  overflow: visible;
  border-radius: 26px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -16px 18px 18px -16px;
  border-radius: 32px;
  background: var(--lime);
  transform: rotate(-2deg);
}

.taxi-hero-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 26px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 60px #123f3430;
}

.hero-visual .appointment-card {
  right: -18px;
  bottom: 24px;
}

.split {
  grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
  gap: 72px;
  padding-top: 88px;
  padding-bottom: 88px;
}

.split h2,
.guide h2,
.records h2 {
  max-width: 680px;
}

.cards article {
  min-height: 230px;
}

.booking form {
  border-radius: 8px;
}

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; }
  .hero-visual { width: min(100%, 620px); max-width: none; margin: 10px auto 0; }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero-visual { width: 100%; height: 320px; transform: none; }
  .hero-visual::before { inset: -10px 10px 12px -10px; border-radius: 24px; }
  .taxi-hero-image { border-radius: 20px; }
  .hero-visual .appointment-card { right: 10px; bottom: -18px; }
}

.success-body { background: #f6f9f7; }
.booking-success-page { max-width: 850px; margin: 0 auto; padding: 68px 24px 88px; }
.confirmation-hero { position: relative; overflow: hidden; padding: 42px; border-radius: 22px; background: linear-gradient(135deg, #0a5945, #0f7359); color: #fff; box-shadow: 0 18px 45px rgba(14, 86, 66, .2); }
.confirmation-hero::after { content: ''; position: absolute; top: -100px; right: -70px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.08); }
.confirmation-hero .eyebrow { color: #b8ead8; }
.confirmation-hero h1 { position: relative; z-index: 1; max-width: 580px; margin: 0 0 12px; color: #fff; font-size: clamp(2.35rem, 6vw, 4.3rem); letter-spacing: -2.5px; line-height: 1.02; }
.confirmation-hero > p:last-child { position: relative; z-index: 1; max-width: 600px; margin: 0; color: #e2f5ed; font-size: 1.02rem; line-height: 1.65; }
.success-tick { display: grid; position: relative; z-index: 1; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; background: #dff9eb; color: #0a6148; font-size: 1.35rem; font-weight: 900; }
.success-checklist, .success-records { margin: 28px 0; padding: 34px; border-radius: 18px; }
.success-checklist { background: #fff; box-shadow: 0 10px 28px rgba(24, 56, 43, .07); }
.success-records { border: 1px solid #dce8e1; background: #fbfdfc; }
.section-heading { margin-bottom: 22px; }
.section-heading .eyebrow { margin-bottom: 7px; }
.success-checklist h2, .success-records h2 { margin: 0; color: #17362b; font-size: 1.8rem; letter-spacing: -1.2px; }
.success-checklist ol, .success-records ol { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.success-checklist li, .success-records li { display: flex; gap: 13px; align-items: flex-start; padding: 14px; border-radius: 11px; }
.success-checklist li { background: #f5f9f7; }
.success-checklist li > span, .success-records li > span { display: grid; gap: 4px; line-height: 1.45; }
.success-checklist small { color: #617269; font-size: .87rem; }
.success-checklist b, .success-records li b { display: grid; flex: none; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--green); color: #fff; font-size: .78rem; }
.success-records > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.success-records h3 { margin: 28px 0 0; color: #17362b; font-size: 1.1rem; }
.records-requirement { padding: 14px 16px; border-left: 4px solid #0e7658; border-radius: 7px; background: #edf8f2; color: #174b39 !important; }
.success-records li { padding: 0; color: var(--muted); }
.success-records li b { width: 25px; height: 25px; background: #e3f2eb; color: #0c694e; }
.confirmation-button { display: inline-flex; margin-top: 8px; }
@media (max-width: 560px) { .booking-success-page { padding: 35px 16px 60px; } .confirmation-hero, .success-checklist, .success-records { padding: 24px; border-radius: 16px; } .confirmation-hero h1 { font-size: 2.65rem; } .success-checklist h2, .success-records h2 { font-size: 1.55rem; } }

.records-warning {
  margin: 20px 0;
  padding: 19px;
  border: 1px solid #e7b96a;
  border-left: 5px solid #d58618;
  border-radius: 8px;
  background: #fff8e9;
  color: #533a16;
}

.records-warning > strong { display: block; margin-bottom: 8px; color: #6e4000; font-size: 1rem; }
.records-warning p { margin: 8px 0; color: #654b28; font-size: .8rem; }
.records-warning .records-template { display: inline-flex; margin-top: 7px; padding: 10px 13px; border-radius: 5px; background: #704600; color: #fff; font-size: .77rem; font-weight: 800; text-decoration: none; }
.records-warning .records-help { margin-top: 12px; }
.records-warning .records-help a { color: #704600; font-weight: 800; }

.payment-choice { display: grid; gap: 9px; }
.payment-choice label { display: flex; align-items: flex-start; gap: 11px; margin: 0; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: pointer; }
.payment-choice label:has(input:checked) { border-color: var(--green); background: #eef9f4; box-shadow: 0 0 0 2px #08756514; }
.payment-choice input { flex: none; width: auto; margin: 3px 0 0; accent-color: var(--green); }
.payment-choice span, .payment-choice b, .payment-choice small { display: block; }
.payment-choice b { color: var(--ink); font-size: .84rem; }
.payment-choice small { margin-top: 2px; color: var(--muted); font-size: .73rem; font-weight: 500; }
.payment-choice .voucher-note { margin: 4px 0 0; padding: 10px 12px; border-radius: 5px; background: #eaf5ef; color: var(--green); font-weight: 700; }

.highlights { margin-top: -38px; border-radius: 14px; box-shadow: 0 16px 38px rgba(22, 58, 43, .12); }
.highlights div { display: flex; min-height: 104px; flex-direction: column; justify-content: center; padding: 22px 28px 22px 66px; }
.highlights b { color: #123b2e; font-size: 1.02rem; letter-spacing: -.25px; line-height: 1.18; }
.highlights span { margin-top: 6px; line-height: 1.45; }

.council-availability-note { margin: 10px 0 2px; padding: 11px 13px; border-left: 4px solid #0b8064; border-radius: 8px; background: #eff8f3; color: #31594a; font-size: .76rem; font-style: italic; line-height: 1.5; }
.council-availability-note strong { color: #075f46; }

.booking-phone-help { margin: 28px 0 0; padding: 11px 14px; border: 1px solid #cde6da; border-radius: 9px; background: #eff9f4; color: #31594a; font-size: .78rem; font-style: italic; line-height: 1.45; text-align: center; }
.booking-phone-help a { color: #075f46; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 2px; }
.booking-error { margin: 0 0 18px; padding: 12px 14px; border: 1px solid #e4a4a4; border-left: 4px solid #b42318; border-radius: 8px; background: #fff1f1; color: #9c1c13; font-size: .82rem; font-weight: 700; line-height: 1.45; }
.booking-error[hidden] { display: none; }
.clinic-location-note { margin: 8px 0 18px; padding: 16px 17px; border: 1px solid #c9dce8; border-left: 4px solid #4d7f9b; border-radius: 11px; background: #eef5fa; color: #49606d; font-size: .78rem; line-height: 1.55; }
.clinic-location-note[hidden] { display: none !important; }
.clinic-location-note > strong { display: block; margin-bottom: 7px; color: #214b62; font-size: .88rem; }
.clinic-location-note address { color: #31586c; font-style: normal; font-weight: 700; line-height: 1.45; }
.clinic-location-note p { margin: 10px 0 0; }
.clinic-location-note b { color: #2c617c; }

.success-location { margin: 28px 0; padding: 34px; border: 1px solid #dce8e1; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(24, 56, 43, .06); }
.success-location h2 { margin: 0; color: #17362b; font-size: 1.8rem; letter-spacing: -1.2px; }
.success-location address { margin-top: 20px; padding: 16px 18px; border-left: 4px solid var(--green); border-radius: 8px; background: #edf8f2; color: #365247; font-style: normal; line-height: 1.55; }
.success-location address strong { color: #123b2e; }
.travel-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.travel-options p { margin: 0; padding: 15px; border-radius: 10px; background: #f6f9f7; color: #607269; font-size: .84rem; line-height: 1.5; }
.travel-options strong, .travel-options span { display: block; }
.travel-options strong { margin-bottom: 5px; color: #0b684e; }
@media (max-width: 680px) { .travel-options { grid-template-columns: 1fr; } .success-location { padding: 24px; } }

.health-check-overlay { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(7, 36, 34, .66); backdrop-filter: blur(7px); }
.health-check-modal { position: relative; width: min(100%, 680px); max-height: calc(100vh - 48px); overflow-y: auto; padding: 36px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 24px; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .3); scrollbar-color: #b7d3c7 transparent; scrollbar-width: thin; }
.health-check-modal h2 { margin: 0 48px 10px 0; color: #17362b; font-size: clamp(1.8rem, 4vw, 2.45rem); letter-spacing: -1.2px; }
.health-check-intro { margin: 0 0 26px; padding-bottom: 22px; border-bottom: 1px solid #e1ebe6; color: var(--muted); line-height: 1.65; }
.health-check-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid #dbe8e1; border-radius: 50%; background: #f3f8f5; color: #315045; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.health-check-close:hover { background: #e5f3eb; color: var(--green); }
.health-check-modal form { display: grid; gap: 14px; }
.health-question-card { margin: 0; padding: 20px 18px 18px; border-radius: 14px; background: #f4f9f6; }
.health-question { margin: 0 0 14px; color: #17362b; font-weight: 800; font-size: .94rem; line-height: 1.5; }
.health-answer-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.health-answer-options label { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 10px 14px; border: 1px solid #dce9e2; border-radius: 9px; background: #fff; color: #3f564b; font-size: .9rem; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.health-answer-options label:has(input:checked) { border-color: var(--green); background: #e9f7f0; color: #075f46; box-shadow: 0 0 0 2px rgba(6, 119, 102, .08); }
.health-check-modal input[type="radio"], .health-check-modal input[type="checkbox"] { width: auto; margin: 0; accent-color: var(--green); }
.health-follow-up { display: grid; gap: 12px; padding: 14px; border: 1px solid #c9e0d4; border-radius: 15px; background: #eff8f3; }
.health-follow-up[hidden], .health-guidance[hidden] { display: none !important; }
.health-follow-up .health-question-card { background: #fff; box-shadow: inset 0 0 0 1px #d9e7df; }
.health-guidance { padding: 16px 18px; border: 1px solid #efd69c; border-radius: 12px; background: #fff8e8; color: #614d1d; line-height: 1.55; font-size: .89rem; }
.health-guidance strong { display: block; color: #745007; }
.health-guidance p { margin: 6px 0 0; }
.health-acknowledgement { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 0; padding: 15px 16px; border: 1px solid #cde5d9; border-radius: 12px; background: #edf8f2; color: #284d3e; font-size: .9rem; line-height: 1.45; }
.health-check-modal .button { justify-content: center; width: 100%; margin-top: 3px; }
@media (max-width: 560px) { .health-check-overlay { padding: 8px; align-items: start; } .health-check-modal { max-height: calc(100vh - 16px); padding: 26px 16px 20px; border-radius: 18px; } .health-check-modal h2 { margin-right: 42px; font-size: 1.82rem; line-height: 1.08; } .health-check-intro { margin-bottom: 18px; padding-bottom: 16px; font-size: .9rem; line-height: 1.5; } .health-check-modal form { gap: 11px; } .health-question-card { padding: 18px 14px 14px; border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(9, 72, 53, .04); } .health-question { margin-bottom: 12px; font-size: .92rem; line-height: 1.45; } .health-answer-options { gap: 8px; } .health-answer-options label { min-height: 46px; padding: 10px; border-radius: 10px; font-size: .88rem; } .health-follow-up { gap: 10px; padding: 10px; border-radius: 13px; } .health-guidance { padding: 14px; border-radius: 10px; font-size: .84rem; line-height: 1.48; } .health-acknowledgement { padding: 13px; border-radius: 10px; font-size: .84rem; } .health-check-close { top: 12px; right: 12px; width: 34px; height: 34px; } }

@media (max-width: 700px) {
  .highlights { margin: 24px 16px 0; }
  .highlights div { min-height: 86px; padding: 17px 20px 17px 53px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .service-visual { min-height: 290px; }
  .service-visual .hgv-support-image { min-height: 290px; object-position: 60% center; }
}

/* Keep the value strip compact, with breathing room around it rather than inside it. */
section.highlights { margin: 58px auto 0; padding: 0; }
.highlights div { min-height: 0; padding-top: 21px; padding-bottom: 21px; }

/* A supporting visual that borrows the hero's polished photo-and-card language. */
.service-visual { position: relative; justify-self: end; width: min(100%, 420px); min-height: 310px; padding: 0; border: 1px solid #d7e5de; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 16px 36px rgba(9, 45, 52, .12); }
.service-visual::before,
.service-visual::after { display: none; }
.service-visual .hgv-support-image { width: 100%; height: 310px; min-height: 0; border-radius: inherit; object-fit: cover; object-position: 58% center; filter: saturate(.88) contrast(.98); }

@media (max-width: 700px) {
  section.highlights { margin: 38px 16px 0; }
  .highlights div { min-height: 0; padding-top: 18px; padding-bottom: 18px; }
  .service-visual { justify-self: start; width: min(100%, 380px); min-height: 260px; }
  .service-visual .hgv-support-image { height: 260px; min-height: 0; }
}
