:root {
  --ink: #171713;
  --ink-soft: #25251f;
  --paper: #f2eee4;
  --paper-deep: #e5dfd2;
  --line: rgba(23, 23, 19, .18);
  --muted: #6b6a5e;
  --terra: #c86342;
  --terra-deep: #aa4d32;
  --sage: #879b89;
  --sand: #dfc06f;
  --white: #fbfaf5;
  --display: "Bricolage Grotesque", sans-serif;
  --body: "DM Sans", sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); max-width: 1180px; margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -48px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--terra); color: var(--white); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); transition: box-shadow .18s ease; }
.site-header.is-scrolled { box-shadow: 0 5px 16px rgba(23, 23, 19, .08); }
.site-header + main { padding-top: 74px; }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: block; width: 42px; height: 28px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 13.5px; color: var(--muted); }
.site-nav a { padding: 6px 0 5px; border-bottom: 2px solid transparent; transition: color .18s ease, border-color .18s ease; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.site-nav a.is-active, .site-nav a[aria-current="location"], .site-nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--terra-deep); font-weight: 600; }
.site-nav .nav-action { color: var(--ink); border-bottom-color: var(--ink); font-weight: 600; }
.site-nav .nav-action.is-active, .site-nav .nav-action[aria-current="location"] { color: var(--terra-deep); border-bottom-color: var(--terra-deep); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1.5px; background: var(--ink); margin: 5px 0; }

.hero { overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: 72px; align-items: center; min-height: 650px; padding-top: 70px; padding-bottom: 64px; }
.kicker { margin: 0 0 20px; color: var(--terra-deep); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.055em; }
h1 { max-width: 670px; margin-bottom: 26px; font-size: clamp(52px, 7vw, 88px); line-height: .93; font-weight: 600; }
h1 em, h2 em { color: var(--terra); font-style: normal; }
.hero-lede { max-width: 510px; margin-bottom: 34px; color: var(--muted); font-size: 19px; line-height: 1.5; }
.hero-lede strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 12px 17px; border: 1px solid transparent; border-radius: 7px; font-weight: 600; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button-primary { background: var(--terra); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--terra-deep); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; border-bottom: 1px solid currentColor; padding-bottom: 3px; color: var(--ink); font-weight: 600; }
.text-link:hover, .text-link:focus-visible { color: var(--terra-deep); }
.hero-assurance { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-assurance > div { display: grid; grid-template-columns: 22px 1fr; gap: 6px; padding: 15px 12px 15px 0; }
.hero-assurance > div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.hero-assurance span { color: var(--terra-deep); font-size: 10px; }
.hero-assurance p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.hero-assurance strong { color: var(--ink); font-size: 11px; font-weight: 600; }
.route-visual { position: relative; min-height: 540px; background: var(--ink); color: var(--paper); padding: 20px 22px; border-radius: 2px; overflow: hidden; }
.route-visual::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 38px 38px; }
.route-topline, .route-caption { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: rgba(242,238,228,.62); letter-spacing: .06em; text-transform: uppercase; }
.route-map { position: relative; z-index: 1; display: block; width: 100%; height: 420px; margin: 4px auto 0; }
.journey-frame { fill: none; stroke: rgba(242,238,228,.2); stroke-width: 1; }
.journey-latitude, .journey-longitude { fill: none; stroke: rgba(242,238,228,.1); stroke-width: 1; stroke-dasharray: 2 8; }
.journey-outbound { fill: none; stroke: var(--terra); stroke-width: 2.5; }
.journey-outbound-motion { fill: none; stroke: var(--sand); stroke-width: 1.25; stroke-dasharray: 2 11; animation: dash 12s linear infinite; }
.journey-return { fill: none; stroke: var(--sage); stroke-width: 2.5; }
.journey-return-motion { fill: none; stroke: rgba(242,238,228,.68); stroke-width: 1.25; stroke-dasharray: 2 11; animation: dash 14s linear reverse infinite; }
.outbound-arrow { fill: var(--terra); }
.home-arrow { fill: var(--sage); }
@keyframes dash { to { stroke-dashoffset: -120; } }
.node-ring { fill: var(--ink); stroke: var(--paper); stroke-width: 1.25; }
.node-ring-india { fill: var(--terra); stroke: var(--sand); stroke-width: 1.5; }
.node-number { fill: var(--paper); font-family: var(--body); font-size: 11px; font-weight: 600; }
.node-number-india { fill: var(--ink); }
.node-label { fill: var(--paper); font-family: var(--body); font-size: 16px; font-weight: 600; letter-spacing: .025em; }
.india-label { font-size: 17px; }
.home-station-ring { fill: var(--sage); stroke: var(--paper); stroke-width: 1.5; }
.home-symbol { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
.home-stage-number { fill: var(--ink); font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.home-title { fill: var(--paper); font-family: var(--display); font-size: 19px; font-weight: 600; letter-spacing: .03em; }
.home-subtitle { fill: rgba(242,238,228,.58); font-family: var(--body); font-size: 9px; letter-spacing: .1em; }
.home-pulse { fill: none; stroke: var(--sage); stroke-width: 1; opacity: .6; transform-box: fill-box; transform-origin: center; animation: pulse 2.8s ease-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(.8); opacity: .75; } 70% { transform: scale(1.25); opacity: 0; } }
.journey-note { fill: rgba(242,238,228,.46); font-family: var(--body); font-size: 9.5px; letter-spacing: .09em; }
.route-caption { align-items: end; padding-top: 14px; border-top: 1px solid rgba(242,238,228,.22); text-transform: none; letter-spacing: 0; }
.route-caption div { display: grid; gap: 4px; }.route-caption strong { font-family: var(--display); font-size: 18px; letter-spacing: -.03em; font-weight: 500; color: var(--paper); }.route-caption span { font-size: 12px; color: rgba(242,238,228,.62); }.arrow-circle { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(242,238,228,.35); border-radius: 50%; color: var(--sand) !important; }
.signal-row { display: flex; align-items: center; gap: 16px; padding: 16px 0; color: var(--muted); font-size: 12px; }.signal-row i { width: 4px; height: 4px; background: var(--terra); border-radius: 50%; }

.section { padding: 56px 0; border-bottom: 1px solid var(--line); }
.section-heading { max-width: 700px; margin-bottom: 32px; }.split-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 40px; max-width: none; align-items: end; }.section-heading h2, .trust-copy h2, .travel-copy h2, .film-copy h2, .enquiry-copy h2 { margin-bottom: 14px; font-size: clamp(34px, 4.2vw, 48px); line-height: 1.05; font-weight: 600; }.section-heading > p:last-child, .split-heading > p { max-width: 380px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.pathway-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }.pathway-card { position: relative; min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; background: var(--paper); padding: 22px; transition: background .18s ease; }.pathway-card:hover, .pathway-card:focus-visible { background: var(--white); }.pathway-card-featured { background: var(--ink); color: var(--paper); }.pathway-card-featured:hover, .pathway-card-featured:focus-visible { background: var(--ink-soft); }.card-index { color: var(--terra); font-size: 12px; }.pathway-icon { display: grid; place-items: center; height: 56px; margin: auto 0 10px; color: var(--terra); font-family: Georgia, serif; font-size: 46px; line-height: 1; font-weight: 400; }.icon-cross { font-family: var(--display); font-size: 42px; font-weight: 300; }.icon-seed { font-size: 38px; }.pathway-card h3 { margin: 0 0 6px; font-size: 22px; font-weight: 500; }.pathway-card p { max-width: 270px; min-height: 42px; margin-bottom: 14px; color: var(--muted); font-size: 13.5px; line-height: 1.45; }.pathway-card-featured p { color: rgba(242,238,228,.65); }.card-link { margin-top: auto; font-size: 13px; font-weight: 600; }.card-link b { color: var(--terra); font-size: 16px; font-weight: 400; }.section-footnote { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.process-section { background: var(--paper-deep); }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 1px solid var(--line); }.process-step { padding-top: 22px; border-top: 2px solid var(--terra); }.process-step > span { color: var(--terra-deep); font-size: 12px; }.process-step h3 { max-width: 260px; margin: 32px 0 12px; font-size: 25px; line-height: 1.05; font-weight: 500; }.process-step p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; }
.support-section { background: var(--ink); color: var(--paper); }
.support-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.support-intro { position: sticky; top: 110px; }
.support-intro h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 64px); line-height: .97; font-weight: 600; }
.support-intro h2 em, .support-intro .kicker { color: var(--sand); }
.support-intro > p:last-child { max-width: 350px; color: rgba(242,238,228,.66); }
.support-ledger { border-top: 1px solid rgba(242,238,228,.28); }
.support-row { display: grid; grid-template-columns: 44px 190px 1fr; gap: 18px; align-items: baseline; padding: 23px 0; border-bottom: 1px solid rgba(242,238,228,.18); }
.support-row > span { color: var(--sand); font-size: 11px; }
.support-row h3 { margin: 0; font-size: 20px; font-weight: 500; }
.support-row p { margin: 0; color: rgba(242,238,228,.62); font-size: 13px; line-height: 1.55; }
.india-section { background: var(--white); }
.proof-strip { display: grid; grid-template-columns: 1.05fr 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.proof-strip > div { min-height: 245px; padding: 26px 28px 28px 0; }
.proof-strip > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.proof-number strong { display: block; color: var(--terra-deep); font-family: var(--display); font-size: clamp(45px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.proof-number span { display: block; max-width: 270px; margin-top: 14px; font-family: var(--display); font-size: 20px; line-height: 1.15; }
.proof-number small { display: block; max-width: 280px; margin-top: 28px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.proof-copy h3 { margin: 0 0 32px; font-size: 23px; line-height: 1.08; font-weight: 500; }
.proof-copy p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; }
.evidence-ledger { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.25fr; margin-top: 26px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.evidence-ledger-heading, .evidence-item { min-height: 150px; padding: 22px 24px 22px 0; }
.evidence-ledger-heading { display: flex; flex-direction: column; justify-content: space-between; }
.evidence-ledger-heading span, .evidence-item > span { color: var(--terra-deep); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.evidence-ledger-heading p { max-width: 180px; margin: 0; font-family: var(--display); font-size: 20px; line-height: 1.05; }
.evidence-item { padding-left: 24px; border-left: 1px solid var(--line); }
.evidence-item-current { background: var(--paper-deep); }
.evidence-item strong { display: block; margin-top: 22px; font-family: var(--display); font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
.evidence-item p { max-width: 220px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.evidence-note { grid-column: 1 / -1; margin: 0; padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.medical-strengths { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px 70px; margin-top: 32px; padding: 42px; background: var(--ink); color: var(--paper); }
.medical-strengths-copy .kicker { color: var(--sand); }
.medical-strengths-copy h3 { max-width: 410px; margin: 0 0 18px; font-size: 34px; line-height: 1.02; font-weight: 500; }
.medical-strengths-copy > p:last-child { max-width: 390px; margin: 0; color: rgba(242,238,228,.66); font-size: 14px; }
.specialty-list { border-top: 1px solid rgba(242,238,228,.35); }
.specialty-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(242,238,228,.18); }
.specialty-list span { color: var(--sand); font-size: 10px; }
.specialty-list strong { font-family: var(--display); font-size: 19px; font-weight: 500; }
.medical-strengths-note { grid-column: 1 / -1; max-width: 760px; margin: 0; padding-top: 18px; border-top: 1px solid rgba(242,238,228,.2); color: rgba(242,238,228,.56); font-size: 11px; line-height: 1.55; }
.source-line { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-top: 16px; color: var(--muted); font-size: 11px; }
.source-line a { color: var(--ink); border-bottom: 1px solid var(--line); }
.savings-section { background: var(--paper-deep); }
.savings-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.savings-copy h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 64px); line-height: .97; font-weight: 600; }
.savings-copy > p:not(.kicker) { max-width: 390px; color: var(--muted); }
.savings-range { display: grid; gap: 8px; max-width: 430px; margin: 28px 0 30px; padding: 19px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.savings-range strong { color: var(--terra-deep); font-family: var(--display); font-size: clamp(34px, 4vw, 50px); line-height: 1; font-weight: 600; letter-spacing: -.05em; }
.savings-range span { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.saving-formula { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 11px; align-items: center; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--ink); font-size: 11px; line-height: 1.35; }
.saving-formula b { color: var(--terra-deep); font-family: var(--display); font-size: 23px; font-weight: 500; }
.country-compare { border-top: 1px solid var(--ink); }
.country-row { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.country-row strong { font-family: var(--display); font-size: 18px; font-weight: 500; }
.country-row p { max-width: 370px; margin: 0; color: var(--muted); font-size: 13px; }
.country-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.trust-section { background: var(--white); }.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }.trust-copy > p:not(.kicker) { max-width: 350px; margin-bottom: 30px; color: var(--muted); }.standard-list { border-top: 1px solid var(--line); }.standard-row { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }.standard-number { color: var(--terra-deep); font-size: 12px; }.standard-row h3 { margin: 0 0 6px; font-size: 24px; font-weight: 500; }.standard-row p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; }
.film-section { background: var(--paper); }.film-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 84px; align-items: center; }.film-frame { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: #24241e; color: var(--paper); cursor: pointer; overflow: hidden; }.film-frame:focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }.film-top, .film-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 18px; font-size: 11px; color: rgba(242,238,228,.7); }.film-illustration { position: absolute; inset: 0; overflow: hidden; background: #24241e; }.film-illustration::before, .film-illustration::after { content: ""; position: absolute; display: block; border: 1px solid rgba(242,238,228,.14); border-radius: 50%; }.film-illustration::before { width: 600px; height: 600px; left: -130px; top: -70px; }.film-illustration::after { width: 390px; height: 390px; right: -110px; bottom: -170px; }.film-sun { position: absolute; width: 94px; height: 94px; top: 126px; right: 105px; border-radius: 50%; background: var(--sand); }.film-road { position: absolute; width: 510px; height: 330px; left: -4px; bottom: -40px; border-top: 1px solid var(--terra); transform: rotate(-25deg); }.film-road::after { content: ""; position: absolute; left: 70px; top: 21px; width: 470px; border-top: 1px dashed rgba(242,238,228,.6); }.film-marker { position: absolute; right: 84px; top: 250px; color: var(--paper); font-family: var(--display); font-size: 15px; letter-spacing: .12em; }.film-play { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; place-items: center; width: 62px; height: 62px; transform: translate(-50%, -50%); border: 1px solid var(--sand); border-radius: 50%; color: var(--sand); font-size: 15px; padding-left: 3px; }.film-bottom { align-items: end; }.film-bottom strong { font-family: var(--display); font-size: 21px; font-weight: 500; letter-spacing: -.03em; }.film-bottom span { max-width: 120px; text-align: right; }.film-copy > p:not(.kicker) { max-width: 340px; margin-bottom: 28px; color: var(--muted); }.button-reset { border: 0; background: transparent; cursor: pointer; padding-left: 0; }
.enquiry-section { background: var(--paper-deep); }.enquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }.enquiry-copy > p:not(.kicker) { max-width: 340px; color: var(--muted); }.response-note { display: flex; gap: 13px; max-width: 340px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); }.response-mark { color: var(--terra); font-size: 24px; }.response-note p { margin: 0; color: var(--muted); font-size: 13px; }.enquiry-form { border-top: 1px solid var(--ink); }.form-row { display: grid; gap: 8px; margin-top: 22px; }.form-row label { font-size: 13px; font-weight: 600; }.form-row label span { color: var(--muted); font-weight: 400; }.form-row input, .form-row select, .form-row textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--ink); padding: 10px 12px; outline: none; }.form-row textarea { min-height: 150px; resize: vertical; line-height: 1.5; }.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--terra); box-shadow: 0 0 0 3px rgba(200,99,66,.16); }.field-help { margin: 0; color: var(--muted); font-size: 11px; }.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.consent-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 12px; line-height: 1.45; }.consent-row input { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--terra); }.form-submit { margin-top: 24px; }.form-privacy { max-width: 520px; margin: 14px 0 0; color: var(--muted); font-size: 11px; }.form-privacy a { text-decoration: underline; }.form-message { min-height: 22px; margin-top: 16px; color: var(--terra-deep); font-size: 13px; font-weight: 600; }

/* The enquiry should feel like the beginning of a conversation, not a booking workflow. */
.enquiry-section-simple { padding: 82px 0 88px; }
.simple-enquiry-layout { display: grid; grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr); gap: clamp(42px, 8vw, 118px); align-items: start; }
.simple-enquiry-intro { position: sticky; top: 112px; }
.simple-enquiry-intro h2 { max-width: 480px; margin-bottom: 18px; font-size: clamp(38px, 4.7vw, 62px); line-height: .98; letter-spacing: -.055em; }
.simple-enquiry-intro > p:not(.kicker):not(.simple-enquiry-note) { max-width: 410px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.simple-enquiry-intro .enquiry-whatsapp { margin-top: 28px; }
.simple-enquiry-note { max-width: 390px; margin: 30px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; }
.simple-enquiry-form { max-width: 720px; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.simple-enquiry-form fieldset { margin-bottom: 30px; }
.simple-enquiry-form .form-row textarea { min-height: 106px; }
.simple-enquiry-form .form-submit { min-width: 190px; }
.enquiry-whatsapp { display: inline-flex; align-items: baseline; gap: 7px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 14px; }.enquiry-whatsapp:hover, .enquiry-whatsapp:focus-visible { color: var(--terra-deep); border-bottom-color: var(--terra); }.enquiry-whatsapp strong { font-weight: 600; }
.enquiry-form #details { min-height: 112px; }
.privacy-strip { background: var(--ink); color: var(--paper); }.privacy-strip p { margin: 0; padding: 22px 0; font-size: 12px; }.privacy-strip strong { color: var(--sand); font-weight: 500; }.privacy-strip a { margin-left: 10px; color: var(--paper); text-decoration: underline; }
.site-footer { background: var(--ink); color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr .9fr 1fr; gap: 56px; padding: 62px 0 48px; }
.footer-brand { color: var(--paper); }
.footer-brand .brand-mark { background: var(--paper); }
.footer-intro > p { max-width: 340px; margin: 20px 0 22px; color: rgba(242,238,228,.66); font-size: 13px; line-height: 1.6; }
.footer-email { display: inline-flex; gap: 9px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(242,238,228,.42); color: var(--paper); font-size: 13px; }
.footer-email:hover, .footer-email:focus-visible { border-bottom-color: var(--sand); color: var(--sand); }
.footer-column h2 { margin: 2px 0 18px; color: var(--paper); font-family: var(--body); font-size: 14px; font-weight: 600; }
.footer-column nav { display: grid; gap: 11px; }
.footer-column a { color: rgba(242,238,228,.66); font-size: 13px; line-height: 1.35; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--paper); }
.footer-action { padding-left: 34px; border-left: 1px solid rgba(242,238,228,.2); }
.footer-action p { margin: 0 0 18px; color: rgba(242,238,228,.66); font-size: 13px; }
.button-footer { width: 100%; justify-content: space-between; background: var(--paper); color: var(--ink); }
.button-footer:hover, .button-footer:focus-visible { background: var(--sand); color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 42px; padding: 20px 0 24px; border-top: 1px solid rgba(242,238,228,.2); color: rgba(242,238,228,.48); font-size: 11px; line-height: 1.55; }
.footer-bottom p { margin: 0; }
.footer-bottom p:first-child { max-width: 760px; }
.footer-bottom p:last-child { flex: 0 0 auto; }
.film-dialog { width: min(560px, calc(100% - 32px)); border: 1px solid var(--ink); border-radius: 2px; padding: 42px; background: var(--paper); color: var(--ink); }.film-dialog::backdrop { background: rgba(23,23,19,.7); }.dialog-backdrop { display: none; }.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; color: var(--ink); font-size: 28px; cursor: pointer; }.film-dialog h2 { margin-bottom: 16px; font-size: 44px; line-height: 1; }.film-dialog p:not(.kicker) { color: var(--muted); }.film-dialog ol { margin: 24px 0 28px; padding-left: 22px; color: var(--muted); }.film-dialog li { padding: 4px 0; }
.reveal { animation: reveal .36s ease both; }.reveal-delay { animation-delay: .08s; } @keyframes reveal { from { opacity: .88; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 680px); }
  .site-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 56px; }.route-visual { min-height: 460px; }.route-map { height: 340px; }
  .split-heading, .support-grid, .savings-grid, .trust-grid, .travel-grid, .film-grid, .enquiry-grid { grid-template-columns: 1fr; gap: 42px; }.split-heading > p { max-width: 500px; }.pathway-grid { grid-template-columns: 1fr; }.pathway-card { min-height: 270px; }.process-grid { gap: 28px; }.support-intro { position: static; }.proof-strip { grid-template-columns: 1fr; }.proof-strip > div { min-height: auto; padding: 26px 0; }.proof-strip > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.proof-copy h3 { margin-bottom: 12px; }.evidence-ledger { grid-template-columns: 1fr 1fr; }.evidence-ledger-heading { grid-column: 1 / -1; min-height: 110px; }.evidence-item:nth-of-type(2) { border-left: 0; }.evidence-item:last-of-type { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }.medical-strengths { grid-template-columns: 1fr; gap: 34px; padding: 34px; }.travel-index { flex-direction: row; align-items: center; }.travel-arrow { font-size: 18px; transform: rotate(-90deg); }.travel-list { max-width: 500px; }.film-frame { min-height: 360px; }.enquiry-grid { gap: 30px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 15px; }.site-header { position: fixed; top: 0; }.site-header + main { padding-top: 64px; }.header-inner { min-height: 64px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }.site-nav.is-open { display: flex; }.site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }.site-nav a.is-active, .site-nav a[aria-current="location"] { padding-left: 10px; border-left: 3px solid var(--terra-deep); background: var(--paper-deep); }.site-nav .nav-action { margin-top: 10px; padding: 11px 12px; border: 0; background: var(--terra); color: var(--white); text-align: center; }.site-nav .nav-action.is-active, .site-nav .nav-action[aria-current="location"] { padding-left: 12px; border-left: 0; background: var(--terra-deep); color: var(--white); }
  .hero-grid { min-height: auto; padding-top: 56px; padding-bottom: 48px; }.kicker { margin-bottom: 16px; font-size: 11px; }h1 { font-size: clamp(48px, 15vw, 72px); }.hero-lede { font-size: 17px; }.hero-assurance { grid-template-columns: 1fr; margin-top: 38px; }.hero-assurance > div { grid-template-columns: 30px 1fr; padding: 12px 0; }.hero-assurance > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.hero-assurance p { font-size: 12px; }.hero-assurance strong { font-size: 13px; }.route-visual { min-height: 420px; padding: 16px; }.route-map { height: 295px; }.signal-row { flex-wrap: wrap; gap: 9px 12px; padding: 14px 0; }.signal-row i { width: 3px; height: 3px; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .support-intro h2, .savings-copy h2, .trust-copy h2, .travel-copy h2, .film-copy h2, .enquiry-copy h2 { font-size: 44px; }.process-grid { grid-template-columns: 1fr; gap: 0; }.process-step { padding: 22px 0 26px; }.process-step h3 { margin-top: 20px; }.support-row { grid-template-columns: 32px 1fr; gap: 10px 14px; }.support-row p { grid-column: 2; }.proof-number strong { font-size: 50px; }.evidence-ledger { grid-template-columns: 1fr; }.evidence-ledger-heading, .evidence-item { min-height: auto; padding: 22px 0; }.evidence-ledger-heading { grid-column: auto; gap: 32px; }.evidence-item, .evidence-item:nth-of-type(2), .evidence-item:last-of-type { grid-column: auto; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.evidence-item strong { margin-top: 14px; }.medical-strengths { margin-top: 24px; padding: 26px 22px; }.medical-strengths-copy h3 { font-size: 29px; }.source-line { display: grid; }.saving-formula { grid-template-columns: 1fr auto; }.saving-formula span:last-child { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line); }.country-row { grid-template-columns: 1fr; gap: 6px; }.standard-row { grid-template-columns: 42px 1fr; gap: 14px; }.standard-row h3 { font-size: 21px; }.travel-grid { gap: 30px; }.travel-copy > p:not(.kicker) { font-size: 15px; }.film-frame { min-height: 310px; }.film-bottom { flex-direction: column; align-items: flex-start; gap: 5px; }.film-bottom span { text-align: left; }.film-sun { right: 50px; }.film-marker { right: 45px; }.form-two { grid-template-columns: 1fr; gap: 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }.footer-meta { grid-column: 1 / -1; }.privacy-strip a { display: block; margin: 8px 0 0; }.film-dialog { padding: 34px 24px 26px; }.film-dialog h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .journey-outbound-motion, .journey-return-motion, .home-pulse { animation: none; } * { transition-duration: .01ms !important; } }

/* Empathy-led patient journey */
[id] { scroll-margin-top: 92px; }
:root { --muted: #59594f; }
.button-primary { background: var(--terra-deep); }
.button-primary:hover, .button-primary:focus-visible { background: #8d3e2a; }
.menu-toggle, .dialog-close { min-width: 44px; min-height: 44px; }
.menu-toggle:focus-visible, .button:focus-visible, .text-link:focus-visible, .source-line a:focus-visible, .footer-column a:focus-visible, .footer-email:focus-visible, .mobile-enquiry-action:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }
.nav-backdrop { display: none; }

.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr); align-items: start; min-height: 0; padding-top: 58px; padding-bottom: 48px; }
.hero-copy { padding-top: 20px; }
.hero-side { display: grid; min-width: 0; gap: 18px; align-content: start; }
.hero-copy h1 { font-size: clamp(50px, 6.3vw, 82px); }
.hero-lede { margin-bottom: 22px; }
.hero-actions { margin-bottom: 28px; }
.hero-boundary { max-width: 570px; margin-bottom: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); font-size: 15px; line-height: 1.55; }
.hero-start-note { max-width: 570px; margin-bottom: 28px; padding: 14px 0 14px 18px; border-left: 2px solid var(--terra-deep); color: var(--muted); font-size: 14px; }
.hero-start-note strong { color: var(--ink); }
.hero-assurance { list-style: none; padding: 0; margin-top: 40px; }
.hero-assurance > li { display: grid; grid-template-columns: 26px 1fr; gap: 7px; padding: 17px 14px 17px 0; }
.hero-assurance > li + li { padding-left: 14px; border-left: 1px solid var(--line); }
.hero-assurance > li > span { color: var(--terra-deep); font-size: 12px; }
.hero-assurance p { color: var(--muted); font-size: 13px; line-height: 1.45; }
.hero-assurance strong { color: var(--ink); font-size: 14px; }

.decision-path { min-height: 0; padding: 26px 30px 28px; background: var(--ink); color: var(--paper); }
.decision-path-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(242,238,228,.24); color: rgba(242,238,228,.75); font-size: 12px; }
.decision-path h2 { max-width: 430px; margin: 32px 0 28px; color: var(--paper); font-size: clamp(34px, 3.6vw, 48px); line-height: .98; font-weight: 500; }
.decision-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(242,238,228,.24); }
.decision-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(242,238,228,.18); }
.decision-steps li > span { color: var(--sand); font-size: 12px; }
.decision-steps strong { display: block; margin-bottom: 4px; font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.decision-steps p { margin: 0; color: rgba(242,238,228,.76); font-size: 13px; line-height: 1.5; }
.decision-path-note { margin: 22px 0 0; color: rgba(242,238,228,.78); font-size: 12px; line-height: 1.5; }

.question-nav { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.question-nav > p { margin: 0; padding: 20px 22px 20px 0; font-family: var(--display); font-size: 17px; font-weight: 600; }
.question-nav a { display: flex; justify-content: space-between; gap: 16px; min-height: 72px; padding: 17px 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.35; }
.question-nav a:hover, .question-nav a:focus-visible { background: var(--white); color: var(--ink); }
.question-nav b { color: var(--terra-deep); font-size: 18px; font-weight: 400; }

.compare-section { background: var(--white); }
.comparison-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.comparison-intro { position: sticky; top: 110px; }
.comparison-intro h3 { max-width: 360px; margin-bottom: 12px; font-size: 32px; line-height: 1.02; font-weight: 500; }
.comparison-intro p { max-width: 330px; margin-bottom: 28px; color: var(--muted); }
.comparison-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.comparison-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.comparison-list li > span { color: var(--terra-deep); font-size: 12px; }
.comparison-list strong { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.comparison-list p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; }
.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.trust-band > div { min-height: 150px; padding: 22px 24px 22px 0; }
.trust-band > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.trust-band strong { font-family: var(--display); font-size: 19px; font-weight: 500; }
.trust-band p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.support-ledger { list-style: none; padding: 0; margin: 0; }
.support-row { grid-template-columns: 44px 210px 1fr; }
.support-row p { color: rgba(242,238,228,.76); }

.pathway-grid-four { grid-template-columns: repeat(4, 1fr); }
.pathway-grid-six { grid-template-columns: repeat(3, 1fr); }
.pathway-grid-six > .pathway-card:last-child { grid-column: 2; }
.pathway-card { min-height: 330px; }
.pathway-type { margin: auto 0 24px; color: var(--terra-deep); font-size: 12px; font-weight: 600; }
.pathway-card-featured .pathway-type { color: var(--sand); }
.pathway-card h3 { font-size: 25px; }

.proof-copy p, .evidence-item p { font-size: 14px; }
.source-line { font-size: 13px; }
.source-line a { min-height: 36px; display: inline-flex; align-items: center; }

.cost-ledger { border-top: 1px solid var(--ink); }
.cost-ledger > div { display: grid; grid-template-columns: 44px 190px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cost-ledger span { color: var(--terra-deep); font-size: 12px; }
.cost-ledger strong { font-family: var(--display); font-size: 19px; font-weight: 500; }
.cost-ledger p { margin: 0; color: var(--muted); font-size: 14px; }

.travel-section { background: var(--terra-deep); color: var(--white); padding: 60px 0; }
.travel-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 64px; align-items: center; }
.travel-copy .kicker { color: var(--sand); margin-bottom: 12px; }
.travel-copy h2 { color: var(--white); margin-bottom: 18px; font-size: clamp(32px, 3.8vw, 44px); line-height: 1.1; }
.travel-copy h2 em { color: var(--sand); font-style: italic; }
.travel-copy > p:not(.kicker) { max-width: 480px; margin-bottom: 26px; color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.58; }
.travel-copy-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.button-light { background: var(--white); color: var(--ink) !important; font-weight: 600; padding: 12px 22px; border-radius: 6px; transition: all .18s ease; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.button-light:hover { background: var(--paper); transform: translateY(-1px); }
.travel-detail-link { color: var(--sand); font-weight: 600; font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color .18s ease; }
.travel-detail-link:hover { color: var(--white); text-decoration: underline; }

.travel-plan { border: 0; padding: 0; }
.travel-cards { display: flex; flex-direction: column; gap: 12px; }
.travel-card { background: rgba(0, 0, 0, .18); border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; padding: 16px 18px; transition: background .18s ease, border-color .18s ease; }
.travel-card:hover { background: rgba(0, 0, 0, .26); border-color: rgba(255, 255, 255, .22); }
.travel-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.travel-card-badge { font-family: var(--display); font-size: 11px; font-weight: 700; color: var(--terra-deep); background: var(--sand); padding: 2px 7px; border-radius: 4px; line-height: 1.3; }
.travel-card-icon { color: var(--sand); flex-shrink: 0; }
.travel-card-header strong { color: var(--white); font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.travel-card p { color: rgba(255, 255, 255, .84); font-size: 13.5px; line-height: 1.5; margin: 0; }
.travel-disclaimer { color: rgba(255, 255, 255, .65); font-size: 11.5px; line-height: 1.45; margin: 16px 0 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .12); }

.guide-section { background: var(--paper); }
.guide-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.guide-grid h2 { max-width: 430px; font-size: clamp(38px, 4vw, 56px); line-height: 1; font-weight: 500; }
.guide-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.guide-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.guide-list span { color: var(--terra-deep); font-size: 12px; }
.guide-list p { margin: 0; color: var(--muted); }
.guide-list strong { color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.025em; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { max-width: 420px; margin-bottom: 20px; font-size: clamp(38px, 4.5vw, 58px); line-height: .98; font-weight: 600; }
.faq-intro > p:not(.kicker) { max-width: 360px; margin-bottom: 28px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 42px 1fr 28px; gap: 16px; align-items: center; min-height: 78px; padding: 18px 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--terra-deep); font-size: 12px; }
.faq-list summary strong { font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.faq-list summary::after { content: "+"; color: var(--terra-deep); font-family: var(--display); font-size: 26px; font-weight: 400; line-height: 1; text-align: right; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { max-width: 650px; margin: -3px 44px 24px 58px; color: var(--muted); font-size: 14px; }
.faq-list summary:focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; }
.faq-source { margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.faq-source a { color: var(--ink); border-bottom: 1px solid var(--line); }

.enquiry-grid { grid-template-columns: .72fr 1.28fr; gap: 90px; }
.enquiry-form { border-top: 0; }
.preview-notice { margin-bottom: 26px; padding: 17px 18px; border: 1px solid var(--terra-deep); background: rgba(170,77,50,.07); }
.preview-notice strong { font-family: var(--display); font-size: 18px; }
.preview-notice p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.enquiry-form fieldset { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; border-top: 1px solid var(--ink); }
.enquiry-form legend { width: 100%; padding: 18px 0 0; font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.form-row label { font-size: 14px; }
.form-row input, .form-row select, .form-row textarea { font-size: 16px; }
.field-help, .form-privacy { font-size: 12px; }
.consent-group { padding-top: 4px; border-top: 1px solid var(--line); }
.consent-row { font-size: 13px; }
.field-error { margin: 2px 0 0; color: #8d2f20; font-size: 12px; font-weight: 600; }
.form-message { font-size: 14px; }
.mobile-enquiry-action { display: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; font-size: 13px; }
  .hero-grid { gap: 42px; }
  .pathway-grid-four { grid-template-columns: repeat(2, 1fr); }
  .pathway-grid-six { grid-template-columns: repeat(2, 1fr); }
  .pathway-grid-six > .pathway-card:last-child { grid-column: auto; }
}

@media (max-width: 900px) {
  .hero-grid, .comparison-layout, .guide-grid, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .enquiry-section-simple { padding: 58px 0 68px; }
  .simple-enquiry-layout { grid-template-columns: 1fr; gap: 38px; }
  .simple-enquiry-intro { position: static; }
  .simple-enquiry-intro h2 { max-width: 580px; font-size: clamp(34px, 9vw, 50px); }
  .simple-enquiry-intro > p:not(.kicker):not(.simple-enquiry-note) { font-size: 16px; }
  .simple-enquiry-form { max-width: none; }
  .hero-copy { padding-top: 0; }
  .hero-side, .decision-path { width: 100%; max-width: 680px; }
  .question-nav { grid-template-columns: 1fr 1fr; }
  .question-nav > p { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .question-nav a:nth-of-type(odd) { border-left: 0; }
  .question-nav a:nth-of-type(n+3) { border-top: 1px solid var(--line); }
  .comparison-intro { position: static; }
  .faq-intro { position: static; }
  .trust-band { grid-template-columns: 1fr 1fr; }
  .trust-band > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .trust-band > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .cost-ledger > div { grid-template-columns: 42px 180px 1fr; }
  .enquiry-grid { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  [id] { scroll-margin-top: 76px; }
  body { padding-bottom: 64px; }
  body.menu-open { overflow: hidden; }
  .site-header { position: fixed; top: 0; z-index: 40; }
  .site-header + main { padding-top: 64px; }
  .menu-toggle { display: block; padding: 8px; }
  .menu-toggle span:not(.sr-only) { transition: transform .18s ease, opacity .18s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3.25px) rotate(-45deg); }
  .site-nav { z-index: 2; }
  .nav-backdrop { z-index: 1; position: fixed; inset: 64px 0 0; width: 100%; border: 0; background: rgba(23,23,19,.52); }
  body.menu-open .nav-backdrop { display: block; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; }
  .site-nav .nav-action { justify-content: center; }
  .hero-grid { padding-top: 44px; padding-bottom: 38px; }
  .hero-copy h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-lede { font-size: 17px; }
  .hero-boundary { font-size: 15px; }
  .hero-start-note { font-size: 14px; }
  .hero-assurance { grid-template-columns: 1fr; margin-top: 34px; }
  .hero-assurance > li { padding: 15px 0; }
  .hero-assurance > li + li { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-assurance p { font-size: 13px; }
  .hero-assurance strong { font-size: 14px; }
  .decision-path { padding: 22px 20px 24px; }
  .decision-path-top { font-size: 11px; }
  .decision-path h2 { margin: 26px 0 22px; font-size: 35px; }
  .decision-steps li { grid-template-columns: 34px 1fr; padding: 16px 0; }
  .decision-steps strong { font-size: 17px; }
  .decision-steps p { font-size: 13px; }
  .question-nav { grid-template-columns: 1fr; }
  .question-nav > p { grid-column: auto; padding: 18px 0; }
  .question-nav a, .question-nav a:nth-of-type(odd) { min-height: 58px; padding: 14px 0; border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 74px 0; }
  .section-heading h2, .support-intro h2, .savings-copy h2, .travel-copy h2, .enquiry-copy h2 { font-size: 40px; }
  .comparison-layout { gap: 30px; }
  .comparison-intro h3 { font-size: 28px; }
  .comparison-list li { grid-template-columns: 34px 1fr; }
  .trust-band { grid-template-columns: 1fr; margin-top: 44px; }
  .trust-band > div, .trust-band > div + div, .trust-band > div:nth-child(odd) { min-height: 0; padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
  .support-row { grid-template-columns: 32px 1fr; gap: 9px 12px; }
  .support-row p { grid-column: 2; font-size: 14px; }
  .pathway-grid-four { grid-template-columns: 1fr; }
  .pathway-grid-six { grid-template-columns: 1fr; }
  .pathway-card { min-height: 260px; padding: 24px; }
  .pathway-type { margin-top: auto; }
  .evidence-item strong { font-size: 25px; }
  .cost-ledger > div { grid-template-columns: 32px 1fr; gap: 8px 12px; }
  .cost-ledger > div p { grid-column: 2; }
  .travel-copy > p:not(.kicker), .travel-list p { font-size: 14px; }
  .visa-evidence { grid-template-columns: 1fr; gap: 8px; }
  .savings-range { margin-top: 24px; }
  .travel-list > li { grid-template-columns: 32px 1fr; }
  .guide-grid { gap: 28px; }
  .guide-grid h2 { font-size: 38px; }
  .guide-list li { grid-template-columns: 32px 1fr; }
  .faq-layout { gap: 32px; }
  .faq-intro h2 { font-size: 38px; }
  .faq-list summary { grid-template-columns: 30px 1fr 24px; gap: 10px; min-height: 70px; }
  .faq-list summary strong { font-size: 18px; }
  .faq-list details > p { margin: 0 0 22px 40px; font-size: 14px; }
  .form-two { grid-template-columns: 1fr; }
  .preview-notice { padding: 15px; }
  .enquiry-form legend { font-size: 20px; }
  .mobile-enquiry-action { position: fixed; z-index: 35; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 12px 18px; background: var(--terra-deep); color: var(--white); font-weight: 600; transform: none; }
  .footer-links a { min-height: 44px; display: flex; align-items: center; }
  .privacy-strip p, .footer-grid > div:first-child p, .footer-meta { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) { .mobile-enquiry-action, .menu-toggle span:not(.sr-only) { transition: none; } }

/* Visual evidence and care imagery */
.hero-care-figure, .care-visual-card, .real-context-grid figure { margin: 0; }
.hero-care-figure { width: 100%; max-width: none; margin: 0; background: var(--ink); overflow: hidden; }
.hero-care-figure img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; }
.hero-care-figure figcaption, .care-visual-card figcaption, .real-context-grid figcaption { display: grid; gap: 4px; padding: 13px 15px 14px; background: var(--ink); color: var(--paper); }
.hero-care-figure figcaption span, .care-visual-card figcaption span, .real-context-grid figcaption span { font-family: var(--display); font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.hero-care-figure figcaption small, .care-visual-card figcaption small, .real-context-grid figcaption small { color: rgba(242,238,228,.68); font-size: 11px; line-height: 1.45; }

.care-visual-section { background: var(--paper-deep); }
.care-visual-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.care-visual-card { display: flex; min-width: 0; flex-direction: column; background: var(--ink); overflow: hidden; }
.care-visual-card img { display: block; width: 100%; height: clamp(310px, 36vw, 510px); object-fit: cover; }
.care-visual-card-wide { grid-row: span 2; }
.care-visual-card-wide img { height: 100%; min-height: 640px; }
.care-visual-note { display: flex; min-height: 300px; flex-direction: column; justify-content: flex-end; padding: 34px; border: 1px solid var(--ink); background: var(--paper); }
.care-visual-note h3 { max-width: 420px; margin-bottom: 14px; font-size: 32px; line-height: 1.02; font-weight: 500; }
.care-visual-note > p:not(.kicker) { max-width: 460px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }

.real-context-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 46px; }
.real-context-grid figure { display: flex; min-width: 0; flex-direction: column; background: var(--ink); overflow: hidden; }
.real-context-grid img { display: block; width: 100%; height: 360px; object-fit: cover; }
.real-context-grid figure:last-child img { object-position: center 58%; }
.real-context-grid figcaption { flex: 1; }
.real-context-grid figcaption a { color: var(--paper); text-decoration: underline; text-underline-offset: 2px; }

.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit:disabled { cursor: wait; opacity: .68; }
.form-message:focus { outline: none; }
.form-message-success { color: #315f45; }
.form-message-error { color: #8b2f27; }

@media (max-width: 900px) {
  .care-visual-grid, .real-context-grid { grid-template-columns: 1fr; }
  .care-visual-card-wide { grid-row: auto; }
  .care-visual-card-wide img, .care-visual-card img { min-height: 0; height: auto; aspect-ratio: 3 / 2; }
  .real-context-grid img { height: auto; aspect-ratio: 16 / 9; }
  .real-context-grid figure:last-child img { aspect-ratio: 4 / 3; }
}

@media (max-width: 640px) {
  .hero-care-figure { margin: 0; }
  .hero-care-figure figcaption, .care-visual-card figcaption, .real-context-grid figcaption { padding: 12px 13px 13px; }
  .care-visual-grid, .real-context-grid { gap: 14px; }
  .care-visual-note { min-height: 0; padding: 26px 22px; }
  .care-visual-note h3 { font-size: 28px; }
  .real-context-grid { margin-top: 34px; }
}

/* Compact editorial rhythm and scroll-led motion */
.hero-grid { padding-top: 38px; }
.hero-copy { padding-top: 0; }
.section { padding: 92px 0; }
.section-heading { margin-bottom: 44px; }
.hero-assurance { margin-top: 26px; }
.decision-path h2 { margin: 26px 0 22px; font-size: clamp(32px, 3.3vw, 44px); }
.decision-steps li { padding: 14px 0; }
.decision-path-note { margin-top: 16px; }
.comparison-layout { gap: 72px; }
.comparison-list li { padding: 19px 0; }
.trust-band { margin-top: 44px; }
.trust-band > div { min-height: 118px; padding-top: 19px; padding-bottom: 19px; }
.care-visual-grid { grid-template-columns: 1.15fr .85fr; }
.care-visual-card img { height: clamp(330px, 34vw, 470px); }
.support-grid { gap: 78px; }
.support-row { padding: 20px 0; }
.pathway-card { min-height: 265px; padding: 26px; }
.pathway-type { margin-bottom: 16px; }
.pathway-card p { min-height: 0; margin-bottom: 16px; }
.proof-strip > div { min-height: 210px; }
.real-context-grid { margin-top: 32px; }
.real-context-grid img { height: 320px; }
.savings-grid { gap: 78px; }
.cost-ledger > div { padding: 19px 0; }
.faq-layout { gap: 78px; }
.faq-list summary { min-height: 70px; padding: 15px 0; }
.faq-list details > p { margin-bottom: 20px; }
.enquiry-grid { gap: 76px; }
.preview-notice { margin-bottom: 20px; }
.enquiry-form fieldset { margin-bottom: 26px; }
.form-row { margin-top: 16px; }
.form-row textarea { min-height: 120px; }
.consent-row { margin-top: 15px; }

.scroll-reveal { opacity: 1; transform: none; transition: opacity .4s ease, transform .5s cubic-bezier(.22, 1, .36, 1); transition-delay: var(--reveal-delay, 0ms); }
.scroll-reveal.is-in-view { opacity: 1; transform: none; }
.scroll-image { overflow: hidden; }
.scroll-image img { transform: scale(1.045); transition: transform 1.25s cubic-bezier(.22, 1, .36, 1); }
.scroll-image.is-in-view img { transform: scale(1); }

@media (max-width: 900px) {
  .care-visual-grid { grid-template-columns: 1fr; }
  .travel-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-main { grid-template-columns: 1.2fr .8fr; gap: 44px 64px; }
  .footer-action { padding-left: 0; border-left: 0; }
  .care-visual-card img { height: auto; aspect-ratio: 3 / 2; }
  .section { padding: 78px 0; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 48px 0 36px; }
  .footer-column nav { gap: 0; border-top: 1px solid rgba(242,238,228,.2); }
  .footer-column a { display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid rgba(242,238,228,.14); }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .section-heading { margin-bottom: 32px; }
  .pathway-card { min-height: 230px; }
  .real-context-grid img { height: auto; }
  .scroll-reveal { transform: translateY(18px); }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal { opacity: 1; transform: none; transition: none; }
  .scroll-image img { transform: none; transition: none; }
}

/* Trust strip in hero */
.trust-hero-strip { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 24px; padding: 14px 18px; background: rgba(23, 23, 19, .04); border-left: 3px solid var(--terra); border-radius: 4px; font-size: 12.5px; color: var(--ink-soft); }
.trust-hero-item { display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.trust-hero-item svg { color: var(--terra); flex-shrink: 0; }

/* Interactive Cost & Savings Calculator */
.calc-section { background: var(--white); }
.calc-container { display: grid; grid-template-columns: 320px 1fr; gap: 40px; margin-top: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 32px; box-shadow: 0 4px 20px rgba(23, 23, 19, .04); }
.calc-controls, .calc-results { min-width: 0; }
.calc-controls { display: flex; flex-direction: column; gap: 20px; }
.calc-field { display: flex; flex-direction: column; gap: 8px; }
.calc-field label { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.calc-field select { width: 100%; min-width: 0; padding: 12px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; font-size: 15px; color: var(--ink); cursor: pointer; transition: border-color .18s ease; }
.calc-field select:focus { outline: none; border-color: var(--terra); }
.calc-results { display: flex; flex-direction: column; gap: 24px; }
.calc-cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.calc-card { padding: 24px; border-radius: 6px; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; justify-content: space-between; }
.calc-card-home { background: rgba(23, 23, 19, .03); border-color: rgba(23, 23, 19, .12); }
.calc-card-india { background: var(--ink); color: var(--paper); border-color: var(--ink); position: relative; }
.calc-card-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; opacity: .8; }
.calc-card-price { font-family: var(--display); font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; line-height: 1.1; margin: 4px 0 14px; color: var(--ink); }
.calc-card-india .calc-card-price { color: var(--sand); }
.calc-card-desc { font-size: 13px; line-height: 1.45; opacity: .85; margin: 0; }
.calc-breakdown-list { margin: 12px 0 0; padding: 0; list-style: none; font-size: 12px; display: flex; flex-direction: column; gap: 6px; }
.calc-breakdown-list li { display: flex; align-items: center; gap: 6px; color: rgba(242, 238, 228, .85); }
.calc-breakdown-list li::before { content: "✓"; color: var(--terra); font-weight: bold; }
.calc-savings-banner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; background: rgba(200, 99, 66, .08); border: 1px dashed var(--terra); border-radius: 6px; }
.calc-savings-info strong { display: block; font-family: var(--display); font-size: 20px; color: var(--terra-deep); }
.calc-savings-info p { margin: 2px 0 0; font-size: 13px; color: var(--muted); }
.calc-cta { flex-shrink: 0; }

/* Floating WhatsApp Patient Concierge */
.whatsapp-float { position: fixed; z-index: 50; bottom: 24px; right: 24px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; background: #25D366; color: #ffffff !important; border-radius: 50px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 24px rgba(37, 211, 102, .38); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37, 211, 102, .48); }
.whatsapp-float svg { width: 22px; height: 22px; fill: currentColor; }

@media (max-width: 900px) {
  .calc-container { grid-template-columns: minmax(0, 1fr); padding: 20px; }
  .calc-cards-grid { grid-template-columns: 1fr; }
  .calc-savings-banner { flex-direction: column; align-items: flex-start; }
  .calc-cta { width: 100%; text-align: center; }
  .whatsapp-float { bottom: 74px; right: 16px; padding: 10px 14px; font-size: 13px; }
  .whatsapp-label { display: inline; }
}

@media (max-width: 640px) {
  .whatsapp-float { bottom: 70px; right: 14px; padding: 10px; border-radius: 50%; width: 44px; height: 44px; justify-content: center; }
  .whatsapp-label { display: none; }
}

/* Corridors Showcase & Comparison Tables */
.corridors-section { background: var(--paper-warm, #fdfbf7); }
.corridors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.corridor-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, box-shadow .2s ease; }
.corridor-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(23, 23, 19, .06); border-color: var(--terra); }
.corridor-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.corridor-flag { font-size: 22px; }
.corridor-tag { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; background: rgba(200, 99, 66, .1); color: var(--terra-deep); padding: 4px 10px; border-radius: 4px; }
.corridor-card h3 { font-family: var(--display); font-size: 22px; margin: 0 0 10px; color: var(--ink); }
.corridor-card p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0 0 18px; }
.corridor-perks { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink); }
.corridor-perks li { display: flex; align-items: center; gap: 6px; }

/* Corridor Comparison Table */
.comparison-table-wrapper { overflow-x: auto; margin-top: 32px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 4px 20px rgba(23, 23, 19, .03); }
.corridor-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 14px; }
.corridor-table th, .corridor-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.corridor-table th { background: rgba(23, 23, 19, .03); font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: .05em; color: var(--muted); }
.corridor-table tbody tr:last-child td { border-bottom: none; }
.corridor-table tbody tr:hover { background: rgba(200, 99, 66, .02); }
.badge-wait { display: inline-block; padding: 4px 8px; background: #fee2e2; color: #991b1b; border-radius: 4px; font-weight: 600; font-size: 12px; }
.savings-highlight { color: #166534; font-weight: 700; font-size: 15px; }

/* Timeline Step Numbers */
.timeline-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 32px; }
.timeline-step { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; position: relative; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--terra); color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.timeline-step h3 { font-size: 16px; margin: 0 0 8px; color: var(--ink); }
.timeline-step p { font-size: 13px; line-height: 1.5; color: var(--muted); margin: 0; }

@media (max-width: 800px) {
  .corridors-grid { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: 1fr; }
}

/* Corridor pages: compact decision-first layout */
.page-body .page-hero { padding: 42px 0 56px; }
.page-body .page-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 56px; align-items: start; }
.page-body .page-hero-copy h1 { max-width: 720px; margin: 12px 0 20px; font-size: clamp(44px, 5.1vw, 68px); line-height: .98; letter-spacing: -.052em; }
.page-body .page-hero-copy > .hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.56; }
.page-body .eyebrow-badge { display: inline-block; color: var(--terra-deep); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.page-body .page-hero-panel { padding: 28px 0 0; border-top: 2px solid var(--ink); }
.page-body .corridor-hero-image { margin: -28px 0 24px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper-deep); }
.page-body .corridor-hero-image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.page-body .page-hero-panel h2 { margin: 0 0 20px; font-size: 27px; line-height: 1.05; }
.page-body .corridor-features-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.page-body .corridor-features-list li { padding: 15px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.5; }
.page-body .corridor-features-list li:last-child { border-bottom: 1px solid var(--line); }
.page-body .corridor-features-list strong { color: var(--ink); }
.page-body .trust-hero-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 25px 0 0; padding: 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.page-body .trust-item { min-height: 52px; display: flex; align-items: center; gap: 7px; padding: 11px 12px 11px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 600; line-height: 1.35; }
.page-body .trust-item:nth-child(even) { padding-left: 14px; border-left: 1px solid var(--line); }
.page-body .check-icon { color: var(--terra-deep); }
.page-body .hero-actions { margin: 26px 0 0; }
.page-body .section-intro { max-width: 760px; margin-bottom: 30px; }
.page-body .section-intro h2 { margin-bottom: 10px; font-size: clamp(31px, 3.6vw, 48px); line-height: 1.04; }
.page-body .section-intro p { margin: 0; color: var(--muted); }
.page-body .feature-card { min-height: 0; }
.page-body .timeline-steps { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.page-body .timeline-step { min-height: 245px; padding: 22px 18px; border: 0; border-radius: 0; background: transparent; }
.page-body .timeline-step + .timeline-step { border-left: 1px solid var(--line); }
.page-body .step-num { width: auto; height: auto; margin: 0 0 24px; border-radius: 0; background: transparent; color: var(--terra-deep); font-family: var(--display); font-size: 16px; font-weight: 500; }
.page-body .comparison-table-wrapper { margin-top: 0; border-radius: 0; box-shadow: none; }
.page-body .corridor-table { min-width: 760px; }
.page-body .corridor-table th, .page-body .corridor-table td { padding: 15px 16px; }
.page-body .enquiry-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page-body .enquiry-form > .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.page-body .enquiry-form .form-group { margin-top: 16px; }
.page-body .enquiry-form .form-row .form-group { margin-top: 0; }
.page-body .enquiry-form label { display: block; margin-bottom: 7px; }
.page-body .enquiry-form input, .page-body .enquiry-form select, .page-body .enquiry-form textarea { width: 100%; }

@media (max-width: 900px) {
  .page-body .page-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .page-body .page-hero-copy h1 { max-width: 780px; }
  .page-body .page-hero-panel { max-width: 680px; }
  .page-body .corridor-hero-image { max-width: 540px; }
  .page-body .timeline-steps { grid-template-columns: 1fr 1fr; }
  .page-body .timeline-step:nth-child(odd) { border-left: 0; }
  .page-body .timeline-step:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .page-body .page-hero { padding: 28px 0 42px; }
  .page-body .breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .page-body .page-hero-copy h1 { font-size: clamp(38px, 12.5vw, 52px); }
  .page-body .page-hero-copy > .hero-lead { font-size: 16px; }
  .page-body .trust-hero-strip { grid-template-columns: 1fr; }
  .page-body .trust-item:nth-child(even) { padding-left: 0; border-left: 0; }
  .page-body .hero-actions { display: grid; gap: 10px; }
  .page-body .hero-actions .button { justify-content: center; }
  .page-body .timeline-steps { grid-template-columns: 1fr; }
  .page-body .timeline-step, .page-body .timeline-step + .timeline-step { min-height: 0; padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .page-body .timeline-step:first-child { border-top: 0; }
  .page-body .step-num { margin-bottom: 12px; }
  .page-body .comparison-table-wrapper::before { content: "Swipe the table to compare"; display: block; padding: 10px 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
  .page-body .enquiry-form > .form-row { grid-template-columns: 1fr; gap: 16px; }
}

/* 360° International Patient Concierge Grid */
.concierge-section { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 56px 0; }
.concierge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.concierge-card { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 22px 20px; box-shadow: 0 2px 10px rgba(23, 23, 19, .03); transition: transform .18s ease, border-color .18s ease; }
.concierge-card:hover { transform: translateY(-2px); border-color: var(--terra); box-shadow: 0 6px 20px rgba(23, 23, 19, .06); }
.concierge-icon-badge { width: 38px; height: 38px; border-radius: 6px; background: rgba(183, 80, 47, .08); color: var(--terra); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.concierge-card h3 { font-family: var(--display); font-size: 17px; margin: 0 0 8px; color: var(--ink); font-weight: 600; line-height: 1.25; }
.concierge-card p { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin: 0; }

.feature-icon-badge { width: 36px; height: 36px; border-radius: 6px; background: rgba(183, 80, 47, .08); color: var(--terra); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }

/* Corridor information cards: keep the icon and explanation together. */
.page-body .grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.page-body .feature-card { display: flex; min-height: 222px; flex-direction: column; align-items: flex-start; padding: 26px 24px 24px; background: var(--white); }
.page-body .feature-card .feature-icon-badge { flex: 0 0 auto; margin: 0 0 18px; }
.page-body .feature-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1.15; }
.page-body .feature-card p { max-width: 34ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.52; }
.page-body .button-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 7px; color: var(--ink); font-weight: 600; transition: background .18s ease, color .18s ease; }
.page-body .button-secondary:hover, .page-body .button-secondary:focus-visible { background: var(--ink); color: var(--paper); }
.page-body .section-alt { background: var(--paper-deep); }
.page-body .section-enquiry { background: var(--paper); border-top: 1px solid var(--line); }
.page-body .narrow-shell { max-width: 900px; }
.visually-hidden { position: absolute; width: 1px !important; min-width: 0 !important; max-width: 1px !important; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-body .checkbox-label { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.page-body .checkbox-label input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--terra-deep); }
.page-body .form-footnote { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.page-body .whatsapp-icon { flex: 0 0 auto; }
.page-body .whatsapp-text { display: grid; gap: 2px; }

@media (max-width: 900px) {
  .page-body .grid-3 { grid-template-columns: 1fr 1fr; }
  .page-body .feature-card { min-height: 205px; }
}

@media (max-width: 640px) {
  .page-body .grid-3 { grid-template-columns: 1fr; }
  .page-body .feature-card { min-height: 0; padding: 22px 20px; }
  .page-body .feature-card .feature-icon-badge { margin-bottom: 13px; }
}

@media (max-width: 900px) {
  .concierge-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .concierge-grid { grid-template-columns: 1fr; }
}

/* Clean Language Navigation Button */
.lang-nav-btn { background: transparent; border: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 6px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all .18s ease; font-family: inherit; }
.lang-nav-btn:hover { background: var(--paper-deep); border-color: var(--terra); color: var(--terra-deep); }
.lang-nav-btn svg { flex-shrink: 0; }

/* Multi-Language Quick-Guide Modal */
.lang-modal-backdrop { position: fixed; inset: 0; background: rgba(23, 23, 19, .7); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(4px); }
.lang-modal-backdrop.is-hidden { display: none !important; }
.lang-modal { background: var(--white); border: 1px solid var(--line); border-radius: 10px; max-width: 680px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 32px; box-shadow: 0 16px 40px rgba(0, 0, 0, .25); position: relative; box-sizing: border-box; }
.lang-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 20px; }
.lang-modal-header h2 { font-family: var(--display); font-size: 22px; margin: 0; color: var(--ink); }
.lang-modal-close { background: none; border: none; font-size: 28px; cursor: pointer; color: var(--muted); line-height: 1; padding: 0 4px; transition: color .18s ease; }
.lang-modal-close:hover { color: var(--ink); }
.lang-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.lang-tab { background: var(--paper); border: 1px solid var(--line); padding: 7px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--muted); transition: all .18s ease; font-family: inherit; }
.lang-tab:hover { color: var(--ink); }
.lang-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.lang-pane { display: none; }
.lang-pane.is-active { display: block; }
.lang-pane h3 { font-family: var(--display); font-size: 18px; margin: 0 0 12px; color: var(--ink); }
.lang-points { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.lang-point { display: flex; gap: 10px; font-size: 14px; line-height: 1.55; color: var(--ink); }
.lang-point-icon { color: var(--terra); font-weight: bold; flex-shrink: 0; }
.lang-pane-action { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }

/* ==========================================================================
   2. SIDE-BY-SIDE COMPARISON COMPONENT (.compare-guide)
   ========================================================================== */
.compare-guide-section { background: var(--paper); padding: 76px 0; border-bottom: 1px solid var(--line); }
.compare-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; margin-top: 36px; }
.compare-card { border-radius: 10px; padding: 32px 28px; display: flex; flex-direction: column; box-sizing: border-box; }
.compare-card-solo { background: var(--white); border: 1px solid var(--line); }
.compare-card-solo .compare-pillar-icon { background: rgba(23, 23, 19, 0.06); color: var(--muted); font-weight: bold; }
.compare-card-guide { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); box-shadow: 0 12px 36px rgba(23, 23, 19, 0.12); position: relative; }
.compare-guide-badge { position: absolute; top: -14px; right: 28px; background: var(--sand); color: var(--ink); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.compare-card-top { padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.compare-card-guide .compare-card-top { border-bottom-color: rgba(242, 238, 228, 0.2); }
.compare-card-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); display: block; margin-bottom: 6px; }
.compare-card-guide .compare-card-tag { color: var(--sand); }
.compare-card-top h3 { font-size: 24px; margin: 0 0 8px; letter-spacing: -0.03em; font-weight: 600; }
.compare-card-top p { font-size: 14px; line-height: 1.5; margin: 0; color: var(--muted); }
.compare-card-guide .compare-card-top p { color: rgba(242, 238, 228, 0.72); }
.compare-rows { display: flex; flex-direction: column; gap: 18px; flex-grow: 1; }
.compare-row-item { display: grid; grid-template-columns: 30px 1fr; gap: 14px; align-items: flex-start; }
.compare-pillar-icon { width: 30px; height: 30px; border-radius: 6px; display: grid; place-items: center; flex-shrink: 0; font-size: 13px; }
.compare-card-guide .compare-pillar-icon { background: rgba(223, 192, 111, 0.18); color: var(--sand); font-weight: bold; }
.compare-row-content strong { display: block; font-size: 14.5px; margin-bottom: 3px; font-weight: 600; }
.compare-row-content p { font-size: 13px; line-height: 1.48; margin: 0; color: var(--muted); }
.compare-card-guide .compare-row-content p { color: rgba(242, 238, 228, 0.78); }
.compare-card-footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.compare-card-guide .compare-card-footer { border-top-color: rgba(242, 238, 228, 0.2); }

/* ==========================================================================
   3. GROUND SUPPORT & SAVINGS HUB (.ground-hub)
   ========================================================================== */
.ground-hub-section { background: var(--paper-deep); padding: 76px 0; border-bottom: 1px solid var(--line); }
.ground-hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.ground-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 26px 22px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.2s ease; box-sizing: border-box; }
.ground-card:hover { transform: translateY(-3px); border-color: var(--terra-deep); box-shadow: 0 8px 24px rgba(23, 23, 19, 0.06); }
.ground-icon-badge { width: 42px; height: 42px; border-radius: 8px; background: rgba(200, 99, 66, 0.1); color: var(--terra-deep); display: grid; place-items: center; margin-bottom: 16px; }
.ground-card h3 { font-size: 18px; font-weight: 600; margin: 0 0 8px; letter-spacing: -0.02em; color: var(--ink); line-height: 1.25; }
.ground-card-badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 3px 8px; border-radius: 4px; background: var(--paper); color: var(--terra-deep); margin-bottom: 12px; }
.ground-card p { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin: 0 0 16px; }
.ground-perks-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; font-size: 12.5px; color: var(--ink); }
.ground-perks-list li { display: flex; align-items: center; gap: 7px; }
.ground-perks-list li::before { content: "✓"; color: var(--terra-deep); font-weight: bold; flex-shrink: 0; }
.ground-savings-banner { margin-top: 32px; background: var(--ink); color: var(--paper); border-radius: 10px; padding: 30px 34px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 36px; align-items: center; box-sizing: border-box; }
.ground-savings-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ground-metric-item strong { display: block; font-family: var(--display); font-size: clamp(26px, 2.8vw, 38px); color: var(--sand); line-height: 1; letter-spacing: -0.04em; margin-bottom: 6px; }
.ground-metric-item span { display: block; font-size: 12.5px; color: rgba(242, 238, 228, 0.72); line-height: 1.4; }
.ground-savings-cta-block { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; border-left: 1px solid rgba(242, 238, 228, 0.2); padding-left: 32px; }
.ground-savings-cta-block p { font-size: 13.5px; color: rgba(242, 238, 228, 0.82); line-height: 1.5; margin: 0; }

/* ==========================================================================
   4. JOURNEY INTERACTIVE PHASES (.phase-tabs)
   ========================================================================== */
.phase-tabs-container { margin: 24px 0 36px; }
.phase-tabs { display: flex; gap: 8px; flex-wrap: wrap; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 6px; }
.phase-tab { flex: 1; min-width: 140px; background: transparent; border: none; padding: 10px 14px; border-radius: 6px; font-family: var(--body); font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; transition: all 0.18s ease; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.phase-tab span:first-child { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--terra-deep); }
.phase-tab:hover { color: var(--ink); background: rgba(23, 23, 19, 0.04); }
.phase-tab.is-active { background: var(--ink); color: var(--paper); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); }
.phase-tab.is-active span:first-child { color: var(--sand); }
.phase-group { display: none; }
.phase-group.is-active { display: block; animation: intakeReveal 0.25s ease both; }
.stage-meta-strip { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; font-size: 12px; }
.stage-badge-time { background: var(--paper-deep); color: var(--ink); padding: 3px 8px; border-radius: 4px; font-weight: 600; }
.stage-badge-deliverable { background: rgba(135, 155, 137, 0.18); color: var(--ink); padding: 3px 8px; border-radius: 4px; font-weight: 600; }
.stage-badge-deliverable strong { color: var(--terra-deep); }
.responsibility-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; padding: 14px 16px; background: var(--paper); border-radius: 6px; border: 1px solid var(--line); font-size: 12.5px; }
.resp-col strong { display: block; font-size: 12px; color: var(--ink); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.04em; }
.resp-col p { margin: 0; color: var(--muted); line-height: 1.4; }

/* Responsive adjustments */
@media (max-width: 1024px) {
  .ground-hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .compare-guide-grid { grid-template-columns: 1fr; gap: 28px; }
  .compare-guide-badge { position: static; display: inline-block; margin-bottom: 10px; }
  .ground-savings-banner { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .ground-savings-cta-block { border-left: 0; padding-left: 0; border-top: 1px solid rgba(242, 238, 228, 0.2); padding-top: 20px; width: 100%; }
  .ground-savings-cta-block .button { width: 100%; justify-content: center; }
  .responsibility-matrix { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 860px) {
  .site-footer { padding-bottom: 80px; }
}
@media (max-width: 768px) {
  .phase-tabs { flex-direction: column; }
}
@media (max-width: 640px) {
  .compare-card { padding: 24px 18px; }
  .ground-hub-grid { grid-template-columns: 1fr; gap: 14px; }
  .ground-savings-metrics { grid-template-columns: 1fr; gap: 14px; }
}
