:root {
  --ink: #182125;
  --muted: #5d6870;
  --line: #dce4e6;
  --paper: #ffffff;
  --wash: #f3f8f7;
  --teal: #007f78;
  --teal-dark: #005e59;
  --logo-blue: #5a8cd2;
  --coral: #ef6f53;
  --sun: #f6bd3f;
  --leaf: #2f8b57;
  --shadow: 0 22px 60px rgba(16, 39, 43, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.hospital-contact {
  display: grid;
  gap: 0;
}


.hospital-contact p,
.faq-list .hospital-contact p,
.contact-info-grid .hospital-contact p {
  margin: 0;
  padding-bottom: 0;
}

.hospital-contact strong,
.contact-info-grid .hospital-contact strong {
  display: inline;
  margin-bottom: 0;
  font-size: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 129px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 228, 230, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 260px;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(24, 33, 37, 0.12);
  box-shadow: 0 8px 24px rgba(16, 39, 43, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 22px;
  line-height: 1.12;
}

.brand small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.2;
}

.brand-tagline {
  margin-top: 6px;
  font-style: italic;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 18px;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  text-decoration: none;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--teal);
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

/* The checkout control is a <button> since 08-08-2026 (was an <a> with a GET
   href to the API). Scoped to button elements only: anchors already inherit
   the page font, buttons do not. */
button.button {
  font-family: inherit;
}

.header-action,
.button.primary {
  color: #fff;
  background: var(--teal);
}

.header-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: 54px;
  height: 50px;
}

.header-trust-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.header-action:hover,
.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(24, 33, 37, 0.16);
}

.button.whatsapp-button {
  color: #fff;
  background: #25d366;
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  padding: 120px clamp(18px, 4vw, 58px) 36px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 27, 30, 0.74) 0%, rgba(9, 27, 30, 0.42) 46%, rgba(9, 27, 30, 0.08) 100%),
    linear-gradient(0deg, rgba(9, 27, 30, 0.28) 0%, rgba(9, 27, 30, 0) 40%);
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media picture {
  display: block;
}

.hero-media img {
  object-fit: cover;
}

.hero-content {
  width: min(650px, 100%);
  color: #fff;
  padding-bottom: 36px;
}

.hero-logo {
  position: relative;
  width: 100%;
  max-width: 539px;
  aspect-ratio: 1561 / 1008;
  margin-bottom: 24px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.hero-logo picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-content .eyebrow {
  color: var(--sun);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-accent {
  display: block;
  margin-top: 6px;
  color: var(--sun);
  white-space: nowrap;
  font-size: 40px;
  line-height: 1.1;
}

h2 {
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 539px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(9, 27, 30, 0.32);
  font-size: 13px;
  font-weight: 700;
}

.hero-proof strong {
  color: #fff;
}

.booking-guide {
  width: min(1120px, 100%);
  margin-bottom: 12px;
  scroll-margin-top: 150px;
}

.booking-guide h2 {
  max-width: 820px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 25px;
  line-height: 1.16;
}

.booking-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.booking-guide-grid article {
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.94);
}

.booking-guide-grid span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 7px;
  color: #fff;
  background: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.booking-guide-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.booking-guide-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.booking-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(140px, 0.7fr);
  gap: 14px;
  width: min(1120px, 100%);
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.booking-anchor {
  display: block;
  scroll-margin-top: 150px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.search-button {
  align-self: end;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--coral);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.search-button:hover {
  background: #d95e46;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  min-height: 104px;
  padding: 24px clamp(18px, 4vw, 58px);
  background: #fff;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 78px clamp(18px, 4vw, 58px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-copy {
  color: var(--muted);
  max-width: 620px;
  font-size: 19px;
}

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

.car-card,
.operations-grid article,
.quote-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.car-card {
  display: grid;
  min-height: 390px;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.car-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 127, 120, 0.34);
  box-shadow: 0 18px 40px rgba(16, 39, 43, 0.11);
}

.car-card.is-unavailable {
  opacity: 0.72;
}

.car-card.is-unavailable:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: none;
}

.car-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: #e9f5f3;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.car-visual picture,
.car-visual img {
  width: 100%;
  height: 100%;
}

.car-visual picture {
  display: block;
}

.car-visual img {
  object-fit: cover;
}

.car-body {
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 20px;
}

.model-year {
  margin: 4px 0 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.car-configurations {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.car-configurations li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--wash);
  font-size: 13px;
}

.car-configurations li > div {
  display: grid;
  gap: 4px;
}

.configuration-note {
  max-width: 34ch;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.vehicle-licence-note {
  width: 100%;
  max-width: none;
  margin: 10px 0 0;
}

.car-configurations span {
  color: var(--muted);
  text-align: right;
}

.car-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.car-meta li {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--wash);
}

.road-use-note {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-left: 4px solid var(--coral);
  border-radius: 8px;
  color: #604236;
  background: #fff4ef;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.availability-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: #e3f4ec;
  font-size: 12px;
  font-weight: 800;
}

.availability-pill-unavailable {
  color: #604236;
  background: #fff4ef;
}

#availabilitySummary {
  color: var(--ink);
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 900;
  line-height: 1.45;
}

.date-time-nowrap {
  white-space: nowrap;
}

.availability-date-line {
  max-width: 100%;
  font-size: inherit;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

.availability-summary-line {
  display: block;
  margin-top: 8px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.price {
  display: grid;
  gap: 3px;
  min-width: 0;
  font-size: 24px;
  font-weight: 800;
}

.price small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.price .weekly-estimate,
.price .benefits-estimate {
  display: block;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.select-car {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.select-car.is-selected {
  background: var(--coral);
}

.select-car:disabled {
  color: var(--muted);
  background: #e8eeee;
  cursor: not-allowed;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 42px;
  align-items: start;
  background: var(--wash);
}

.extras {
  display: grid;
  gap: 12px;
  max-width: 680px;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 680px;
  margin: 24px 0;
}

.booking-steps span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.booking-steps .is-active {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.booking-steps .is-active span {
  color: #fff;
}

.pricing-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 0 0 22px;
}

.pricing-rules article {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.pricing-rules strong,
.pricing-rules span {
  display: block;
}

.pricing-rules strong {
  margin-bottom: 8px;
  font-size: 14px;
}

.pricing-rules span {
  color: var(--muted);
  font-size: 13px;
}

.extras label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.extras label[hidden] {
  display: none;
}

.extras label.included-extra {
  border-color: rgba(0, 127, 120, 0.18);
  background: #e3f4ec;
}

.extras label.included-savings-summary {
  border-color: rgba(90, 140, 210, 0.36);
  color: #fff;
  background: var(--logo-blue);
}

.extras label.included-savings-summary input {
  accent-color: #fff;
}

.extras label.included-savings-summary .extra-copy strong {
  color: #fff;
  font-size: 17px;
  overflow-wrap: anywhere;
}

.extras label.included-savings-summary .savings-breakdown {
  gap: 8px;
}

.extras label.included-savings-summary .savings-breakdown strong:last-child {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.saving-emphasis {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--logo-blue);
  background: #fff;
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}

.extras input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--teal);
}

.extras label.included-extra input {
  pointer-events: none;
}

.extra-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.extra-copy strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.extra-copy small {
  max-width: 46ch;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.extra-more {
  margin-top: 2px;
}

.extra-more summary {
  width: fit-content;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.extra-more small {
  display: block;
  margin-top: 5px;
}

.extras .extra-price {
  grid-column: 3;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
  overflow-wrap: anywhere;
}

.extras label.included-extra .extra-price {
  color: var(--teal-dark);
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.quote-box {
  position: sticky;
  top: 98px;
  padding: 24px;
  box-shadow: 0 18px 44px rgba(16, 39, 43, 0.1);
}

.quote-trust-note {
  display: grid;
  gap: 6px;
  margin: 12px 0 16px;
  padding: 12px;
  border: 1px solid rgba(90, 140, 210, 0.24);
  border-radius: 8px;
  background: #f3f8fb;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.customer-fields {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
  padding: 16px;
  border-radius: 8px;
  background: var(--wash);
}

.customer-fields label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.customer-fields input + label {
  margin-top: 6px;
}

.email-care-note {
  margin: -2px 0 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.email-suggestion {
  margin: -2px 0 6px;
  padding: 8px 10px;
  border: 1px solid rgba(239, 170, 83, 0.36);
  border-radius: 8px;
  color: #604236;
  background: rgba(255, 245, 228, 0.9);
  font-size: 12px;
  font-weight: 800;
}

.email-suggestion button {
  margin-left: 4px;
  border: 0;
  color: var(--teal-dark);
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.email-match-error {
  margin: -2px 0 6px;
  padding: 8px 10px;
  border: 1px solid rgba(239, 111, 83, 0.38);
  border-radius: 8px;
  color: #8b3528;
  background: rgba(255, 238, 234, 0.92);
  font-size: 12px;
  font-weight: 800;
}

.email-verification {
  display: grid;
  gap: 8px;
  margin: 2px 0 8px;
}

.email-verify-button {
  min-height: 40px;
  font-size: 13px;
}

.email-verification-message,
.email-verification-success {
  margin: 0;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.email-verification-message {
  border: 1px solid rgba(90, 140, 210, 0.34);
  color: #284a74;
  background: rgba(231, 240, 252, 0.9);
}

.email-verification-message.is-error {
  border-color: rgba(239, 111, 83, 0.38);
  color: #8b3528;
  background: rgba(255, 238, 234, 0.92);
}

.email-verification-success {
  border: 1px solid rgba(0, 127, 120, 0.24);
  color: var(--teal-dark);
  background: #e3f4ec;
}

.email-code-row {
  display: grid;
  gap: 8px;
}

.email-code-row[hidden] {
  display: none;
}

.email-code-row input {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.email-change-button {
  justify-self: start;
  padding: 0;
  border: 0;
  color: var(--teal-dark);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.quote-box dl {
  display: grid;
  gap: 13px;
  margin: 18px 0 20px;
}

.quote-box dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.quote-box dl div[hidden] {
  display: none;
}

.quote-box dt {
  min-width: 0;
  color: var(--muted);
}

.quote-box dd {
  margin: 0;
  min-width: 0;
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.quote-box .total {
  border-bottom: 0;
  color: var(--teal-dark);
  font-size: 18px;
}

.payment-panel {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(0, 127, 120, 0.18);
  border-radius: 8px;
  background: #f3fbf8;
}

.payment-panel > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.payment-panel strong {
  font-size: 16px;
}

.payment-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.checkout-providers,
.card-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-method-field {
  display: grid;
  gap: 6px;
}

.payment-method-field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.payment-method-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  padding: 11px 12px;
}

.checkout-providers .checkout-logo {
  display: inline-grid;
  width: 78px;
  height: 36px;
  place-items: center;
  border-radius: 6px;
}

.checkout-logo-stripe {
  color: var(--teal-dark);
  background: #e3f4ec;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.card-brands .card-logo {
  display: inline-grid;
  width: 78px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(24, 33, 37, 0.14);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.card-logo-visa {
  color: #1a1f71;
  font-size: 17px;
  font-weight: 900;
  font-style: italic;
}

.card-logo-mastercard {
  position: relative;
  grid-template-columns: 1fr;
  background: #fff;
}

.card-logo-mastercard span {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.card-logo-mastercard span:first-child {
  left: 18px;
  background: #eb001b;
}

.card-logo-mastercard span:last-child {
  right: 18px;
  background: rgba(247, 158, 27, 0.92);
  mix-blend-mode: multiply;
}

.card-logo-amex {
  color: #fff;
  background: #2e77bb;
  border-color: #2e77bb;
  font-size: 16px;
  font-weight: 900;
}

.payment-note {
  margin: 0;
  color: #604236;
  font-size: 13px;
  font-weight: 800;
}

.checkout-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(239, 111, 83, 0.38);
  border-radius: 8px;
  color: #7a2f20;
  background: #fff4ef;
  font-size: 13px;
  font-weight: 800;
}

.quote-box .button + .button {
  margin-top: 10px;
}

.service-band {
  background: #fff;
}

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

.operations-grid article {
  min-height: 230px;
  padding: 22px;
}

.operations-grid span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
}

.operations-grid p {
  color: var(--muted);
}

.manager-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  margin-top: 22px;
  padding: 26px;
  border-radius: 8px;
  color: #fff;
  background: #10272b;
}

.manager-preview p {
  color: rgba(255, 255, 255, 0.74);
}

.manager-preview ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.manager-preview li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.manager-preview strong,
.manager-preview span {
  display: block;
}

.manager-preview span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-align: right;
}

.included-section {
  background: var(--wash);
}

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

.included-grid article,
.terms-grid article,
.testimonial-grid blockquote,
.faq-list details {
  scroll-margin-top: 130px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.terms-section {
  background: #fff;
}

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

.included-grid article {
  min-height: 150px;
  padding: 20px;
}

.terms-grid article {
  min-height: 176px;
  padding: 20px;
}

.included-grid strong,
.terms-grid strong,
.included-grid span,
.terms-grid span {
  display: block;
}

.included-grid strong,
.terms-grid strong {
  margin-bottom: 10px;
}

.included-grid span,
.terms-grid span {
  color: var(--muted);
  font-size: 14px;
}

.testimonials-section {
  background: #fff;
}

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

.testimonial-grid blockquote {
  margin: 0;
  padding: 24px;
}

.testimonial-grid p {
  font-size: 18px;
}

.testimonial-grid cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.faq-section {
  background: var(--wash);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 548px);
  align-items: stretch;
  gap: 24px;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: none;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  color: var(--muted);
  padding-bottom: 18px;
}

.terms-full {
  padding-bottom: 18px;
}

.terms-full h3,
.terms-full h4 {
  margin: 0 0 8px;
}

.terms-full h4 {
  margin-top: 16px;
  font-size: 14px;
}

.terms-full .terms-language-divider {
  margin-top: 44px;
  padding-top: 26px;
  border-top: 2px solid rgba(14, 27, 44, 0.18);
}

.terms-full p {
  margin: 0;
  padding-bottom: 10px;
}

.faq-location {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-location h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.faq-location p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.location-map {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--wash);
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.business-verification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  align-self: end;
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(0, 96, 128, 0.18);
  border-radius: 8px;
  background: #f6fbfc;
}

.business-verification-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.business-verification strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.business-verification span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.business-verification .verification-badge {
  width: fit-content;
  color: #006080;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.business-verification img {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  object-fit: contain;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #10272b;
  color: #fff;
}

.contact-section .section-copy {
  color: rgba(255, 255, 255, 0.76);
}

.contact-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 96px;
}

.contact-trust-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.contact-page {
  min-height: calc(100vh - 210px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: #f7faf8;
}

.contact-page h1 {
  max-width: 740px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
}

.contact-page-copy .section-copy {
  max-width: 620px;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(0, 127, 120, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(24, 33, 37, 0.1);
}

.contact-card > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-card > a {
  color: var(--teal-dark);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
}

.contact-info-grid {
  display: grid;
  gap: 16px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.contact-info-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 16px;
}

.contact-info-grid p {
  margin: 4px 0;
}

.emergency-road-service {
  margin-bottom: 14px;
}

.contact-info-grid a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.emergency-info {
  padding: 14px;
  border: 1px solid rgba(180, 55, 55, 0.24);
  border-radius: 8px;
  background: rgba(180, 55, 55, 0.06);
}

.mobile-whatsapp-button {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px clamp(18px, 4vw, 58px);
  color: #fff;
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .header-trust-badge {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(24, 33, 37, 0.14);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% - 8px);
    right: 12px;
    z-index: 30;
    display: grid;
    min-width: 190px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 39, 43, 0.16);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    padding: 11px 10px;
    color: var(--ink);
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
  }

  .mobile-nav a:hover {
    color: var(--teal);
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-accent {
    font-size: 31px;
  }

  .hero-copy {
    max-width: 428px;
  }

  .booking-panel,
  .booking-guide-grid,
  .trust-strip,
  .fleet-grid,
  .included-grid,
  .terms-grid,
  .operations-grid,
  .split {
    grid-template-columns: 1fr 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-location {
    max-width: none;
  }

  .booking-panel .search-button,
  .manager-preview {
    grid-column: 1 / -1;
  }

  .quote-box {
    position: static;
  }

  .contact-section,
  .contact-page,
  .site-footer {
    align-items: flex-start;
  }

  .contact-section,
  .site-footer {
    flex-direction: column;
  }

  .contact-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    gap: 12px;
    min-height: 105px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 118px;
    font-size: 15px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .brand-mark {
    width: 87px;
    height: 87px;
  }

  .mobile-whatsapp-button {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 12px 34px rgba(24, 33, 37, 0.2);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
  }

  .hero-logo {
    margin-bottom: 18px;
  }

  .header-action {
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
  }

  .hero {
    padding: 96px 16px 18px;
  }

  .hero-content {
    padding-bottom: 24px;
  }

  .hero-copy {
    font-size: 11px;
    max-width: 353px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-accent {
    font-size: 26px;
  }

  h2 {
    font-size: 29px;
  }

  .booking-panel,
  .booking-guide-grid,
  .trust-strip,
  .fleet-grid,
  .included-grid,
  .terms-grid,
  .testimonial-grid,
  .operations-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .booking-steps {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-rules {
    grid-template-columns: 1fr;
  }

  .manager-preview {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .manager-preview li {
    align-items: flex-start;
    flex-direction: column;
  }

  .manager-preview span {
    text-align: left;
  }

  .section {
    padding: 58px 16px;
  }

  .trust-strip div {
    min-height: 90px;
    padding: 20px 16px;
  }

  .car-card {
    min-height: 360px;
  }

  .extras label {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .extras .extra-price {
    grid-column: 2;
    text-align: left;
  }

  .date-time-nowrap,
  .availability-date-line {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .site-header {
    min-height: 92px;
  }

  .header-action {
    display: none;
  }

  .brand-mark {
    width: 72px;
    height: 72px;
  }

  .brand strong {
    max-width: 132px;
    font-size: 14px;
  }

  .mobile-menu-toggle {
    margin-left: auto;
  }

  .hero {
    padding-top: 84px;
  }

  .hero-logo {
    max-width: 100%;
  }

  h1 {
    font-size: 32px;
  }

  .hero-accent {
    font-size: 22px;
  }

  h2 {
    font-size: 25px;
  }

  .hero-copy {
    white-space: normal;
    max-width: 298px;
  }

  .price-row {
    align-items: stretch;
    flex-direction: column;
  }

  .select-car {
    width: 100%;
  }

  .quote-box {
    padding: 18px;
  }

  .quote-box dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .quote-box dd {
    text-align: left;
  }

  .payment-panel > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-whatsapp-button {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }
}
