:root {
  --ink: #10272b;
  --muted: #52686b;
  --paper: #f6faf9;
  --white: #ffffff;
  --ocean: #064f53;
  --ocean-deep: #043c40;
  --ocean-soft: #dbeeed;
  --coral: #f16f52;
  --coral-dark: #c84b34;
  --sand: #f4e7cf;
  --line: #cddfdd;
  --success: #0f6a51;
  --warning: #9d5f12;
  --danger: #a33c35;
  --shadow: 0 20px 60px rgba(4, 60, 64, .13);
  --shadow-lg: 0 30px 90px rgba(2, 38, 42, .22);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--ocean); text-underline-offset: .2em; }
a:hover { color: var(--coral-dark); }
button, input, select, textarea { font: inherit; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid #f7a08b; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); padding: .75rem 1rem; border-radius: .5rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 780px); margin-inline: auto; }
.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.section-tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.eyebrow { margin: 0 0 .7rem; color: var(--coral-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 7vw, 5.8rem); max-width: 14ch; }
h2 { font-size: clamp(2rem, 4.5vw, 3.65rem); max-width: 18ch; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
p { margin: 0 0 1rem; }
.lede { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; max-width: 62ch; }
.small { font-size: .9rem; color: var(--muted); }
.muted { color: var(--muted); }
.text-link { font-weight: 750; }

.service-notice { background: #032f33; color: #e9f7f6; font-size: .82rem; letter-spacing: .01em; }
.service-notice .container { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: .6rem; text-align: center; }
.service-notice strong { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(246,250,249,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(6,79,83,.12); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--ink); min-width: 230px; }
.brand-mark { width: 44px; height: 44px; border-radius: 52% 52% 52% 14%; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #07595c, #0b7772); font-family: Georgia, serif; font-weight: 800; transform: rotate(-7deg); box-shadow: 0 8px 20px rgba(6,79,83,.24); border: 1px solid rgba(255,255,255,.5); }
.brand-mark span { transform: rotate(7deg); }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.01em; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: .25rem; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 1.35rem; }
.desktop-nav a { color: var(--ink); text-decoration: none; font-size: .91rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--coral-dark); }
.nav-cta { color: #fff !important; background: var(--coral); padding: .7rem 1rem; border-radius: 999px; box-shadow: 0 7px 18px rgba(200,75,52,.24); }
.nav-cta:hover { background: var(--coral-dark); }
.menu-button { display: none; margin-left: auto; border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: .65rem .85rem; color: var(--ink); font-weight: 800; }
.mobile-nav { display: none; position: fixed; inset: 112px 0 0; background: var(--paper); padding: 1.25rem 1rem 7rem; overflow-y: auto; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: .8rem .25rem; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); font-weight: 750; }

.hero { position: relative; isolation: isolate; min-height: 760px; display: grid; align-items: center; color: white; background: #063e42; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('/assets/new-zealand-alpine-lake.png') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 80% 28%, rgba(255,196,151,.13), transparent 28%), linear-gradient(90deg, rgba(3,35,39,.98) 0%, rgba(3,39,43,.88) 45%, rgba(3,39,43,.42) 76%, rgba(3,39,43,.24) 100%), linear-gradient(0deg, rgba(3,39,43,.58), transparent 45%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .65fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(6rem, 10vw, 9rem); }
.hero-content { max-width: 760px; }
.hero .eyebrow { color: #ffc2b3; }
.hero h1 { max-width: 11ch; font-size: clamp(3.4rem, 6.4vw, 6.4rem); text-wrap: balance; text-shadow: 0 2px 30px rgba(0,0,0,.14); }
.hero .lede { color: #e0efee; max-width: 56ch; margin-top: 1.5rem; }
.source-chip { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.7rem; padding: .42rem .72rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #e7f4f3; background: rgba(3,47,51,.5); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 750; }
.source-chip span { width: 7px; height: 7px; border-radius: 50%; background: #7bd7bb; box-shadow: 0 0 0 4px rgba(123,215,187,.13); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 2rem 0 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .78rem 1.15rem; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral); box-shadow: 0 12px 25px rgba(241,111,82,.28); }
.button-primary:hover { color: white; background: var(--coral-dark); }
.button-secondary { color: var(--ink); background: white; }
.button-secondary:hover { color: var(--ocean); background: #edf7f6; }
.button-outline { color: var(--ocean); border: 1px solid var(--ocean); background: transparent; }
.button-outline:hover { color: white; background: var(--ocean); }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.hero-note { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; color: #d5e8e7; font-size: .91rem; }
.hero-note span::before { content: "✓"; margin-right: .42rem; color: #ffc2b3; font-weight: 900; }
.route-panel { padding: 1.25rem; color: var(--ink); background: rgba(249,253,252,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 28px; box-shadow: var(--shadow-lg); backdrop-filter: blur(20px); }
.route-kicker { margin: 0 0 .3rem; color: var(--coral-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.route-panel h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.route-intro { margin: .55rem 0 1rem; color: var(--muted); font-size: .9rem; }
.route-link { display: grid; grid-template-columns: 40px minmax(0,1fr) auto; gap: .75rem; align-items: center; margin-top: .55rem; padding: .85rem; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.route-link:hover { color: var(--ink); border-color: #77aaa6; transform: translateX(4px); box-shadow: 0 10px 25px rgba(4,60,64,.08); }
.route-link strong, .route-link small { display: block; }
.route-link strong { font-size: .92rem; }
.route-link small { color: var(--muted); font-size: .76rem; }
.route-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--ocean); background: var(--ocean-soft); font-weight: 900; }
.direct-note { margin-top: .8rem; padding: .9rem; border-radius: 15px; color: #dceeed; background: var(--ocean-deep); font-size: .78rem; }
.direct-note strong, .direct-note span { display: block; }
.direct-note a { display: inline-block; margin-top: .35rem; color: white; font-weight: 800; }

.fact-strip { position: relative; z-index: 3; margin-top: -3rem; }
.fact-shell { overflow: hidden; background: var(--white); border: 1px solid rgba(205,223,221,.9); border-radius: 22px; box-shadow: 0 20px 55px rgba(4,60,64,.12); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 1.5rem; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--ocean); font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.15; }
.fact span { color: var(--muted); font-size: .85rem; }
.fact .fact-label { display: block; margin-bottom: .32rem; color: var(--coral-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fact-source { margin: 0; padding: .65rem 1.5rem; color: #466164; background: #edf6f5; border-top: 1px solid var(--line); text-align: center; font-size: .78rem; }
.trust-ribbon { padding: 2.2rem 0 .4rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-grid > div { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; padding: 1rem 1.15rem; }
.trust-grid > div > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--coral-dark); background: #ffebe5; border-radius: 10px; font-size: .74rem; font-weight: 900; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.trust-grid strong { display: block; color: var(--ink); font-size: .92rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.section-head .lede { max-width: 48ch; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.35rem, 3vw, 2rem); box-shadow: 0 10px 35px rgba(4,60,64,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-4px); border-color: #aacdca; box-shadow: 0 20px 48px rgba(4,60,64,.1); }
.card h3 { margin-bottom: .75rem; }
.card p:last-child { margin-bottom: 0; }
.card-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 14px; background: var(--ocean-soft); color: var(--ocean); font-size: 1.15rem; font-weight: 900; }
.step-card { position: relative; padding-top: 4.25rem; }
.step-number { position: absolute; top: 1.4rem; left: 1.4rem; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; color: var(--coral-dark); }
.step-card::after { content: ""; position: absolute; top: 2.25rem; left: 4.25rem; right: 1.4rem; height: 1px; background: var(--line); }
.soft-section { background: var(--ocean-soft); }
.dark-section { color: white; background: var(--ocean-deep); }
.dark-section .eyebrow { color: #ffc2b3; }
.dark-section .lede, .dark-section .muted { color: #c7dfdd; }
.dark-section a { color: white; }
.fee-showcase { position: relative; overflow: hidden; }
.fee-showcase::before { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; bottom: -330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.015); }
.fee-cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.fee-card { padding: 1.5rem; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.fee-card span { color: #acd0cd; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fee-card strong { display: block; margin: .55rem 0 .2rem; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; }
.fee-card p { margin: 0; color: #d5e8e7; }
.fee-card.accent { color: #183236; background: var(--sand); border-color: var(--sand); }
.fee-card.accent span, .fee-card.accent p { color: #5d625e; }
.fee-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; padding: 1.1rem 1.3rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.fee-footer p { margin: 0; color: #c7dfdd; }
.fee-footer strong { color: white; }
.choice-card { display: flex; flex-direction: column; }
.choice-card .button { margin-top: auto; align-self: start; }
.choice-card ul, .check-list { padding: 0; margin: 1rem 0 1.5rem; list-style: none; }
.choice-card li, .check-list li { position: relative; padding-left: 1.55rem; margin: .55rem 0; }
.choice-card li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.choice-card.featured { border: 2px solid var(--coral); transform: translateY(-6px); }
.choice-label { display: inline-block; align-self: start; margin: -2.75rem 0 1.25rem; padding: .35rem .7rem; color: white; background: var(--coral); border-radius: 999px; font-size: .78rem; font-weight: 800; }

.page-hero { padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.5rem, 7vw, 5.5rem); background: linear-gradient(135deg, #063e42, #0b6667); color: white; overflow: hidden; position: relative; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -100px; top: -170px; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.02); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); max-width: 16ch; }
.page-hero .lede { color: #d5e8e7; margin-top: 1.25rem; }
.breadcrumbs { margin-bottom: 1.25rem; font-size: .86rem; color: #c2dad8; }
.breadcrumbs a { color: white; }
.page-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 3.5rem; align-items: start; }
.prose { min-width: 0; }
.prose h2 { margin: 2.7rem 0 1rem; font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .7rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .55rem; }
.prose .card { margin: 1.5rem 0; }
.sidebar { position: sticky; top: 118px; }
.sidebar-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 1.25rem; box-shadow: 0 10px 30px rgba(4,60,64,.06); }
.sidebar-card + .sidebar-card { margin-top: 1rem; }
.sidebar-card h3 { font-size: 1.25rem; margin-bottom: .7rem; }
.sidebar-card a { display: block; margin-top: .55rem; font-weight: 700; }
.callout { padding: 1.15rem 1.25rem; border-radius: 16px; border-left: 4px solid var(--coral); background: #fff3ef; }
.callout strong { display: block; margin-bottom: .25rem; }
.callout.info { border-left-color: var(--ocean); background: var(--ocean-soft); }
.callout.warning { border-left-color: #d58a25; background: #fff6e6; }
.source-note { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }

.fee-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(4,60,64,.06); }
.fee-table th, .fee-table td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.fee-table th { color: var(--ocean); background: #e9f5f4; font-size: .9rem; }
.fee-table tr:last-child td { border-bottom: 0; }
.price { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 800; }
.badge { display: inline-flex; align-items: center; padding: .25rem .6rem; border-radius: 999px; background: var(--ocean-soft); color: var(--ocean); font-size: .78rem; font-weight: 800; }

.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: clamp(1.25rem, 4vw, 2.4rem); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.field { margin-bottom: 1.15rem; }
.field label, .field legend { display: block; margin-bottom: .4rem; font-weight: 800; }
.field fieldset { border: 0; padding: 0; margin: 0; }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 48px; padding: .78rem .85rem; border: 1px solid #9db7b5; border-radius: 11px; background: #fff; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(163,60,53,.15); }
.hint { display: block; margin-top: .3rem; color: var(--muted); font-size: .82rem; }
.error { display: block; min-height: 1.2em; margin-top: .3rem; color: var(--danger); font-size: .83rem; font-weight: 700; }
.radio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; }
.radio-card { display: flex; gap: .65rem; align-items: flex-start; padding: .85rem; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--ocean); background: #edf7f6; }
.radio-card input { margin-top: .25rem; }
.checkbox-row { display: flex; align-items: flex-start; gap: .65rem; }
.checkbox-row input { margin-top: .3rem; }
.result-panel { display: none; margin-top: 1.5rem; padding: 1.25rem; border-radius: 16px; background: var(--ocean-soft); border: 1px solid #a9cfcc; }
.result-panel.show { display: block; }
.result-panel h3 { margin-bottom: .6rem; }
.result-panel .button { margin-top: .6rem; }
.stepper { display: flex; gap: .5rem; margin-bottom: 1.5rem; }
.stepper span { flex: 1; height: 5px; border-radius: 999px; background: #d9e6e4; }
.stepper span.active { background: var(--coral); }
.form-step[hidden] { display: none; }
.form-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; }

details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--coral-dark); font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details > div { padding: 0 0 1.2rem; color: var(--muted); }
.country-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .65rem 1.2rem; padding: 0; list-style: none; }
.country-list li { padding: .65rem .75rem; border-radius: 10px; background: white; border: 1px solid var(--line); }
.guide-card { position: relative; overflow: hidden; }
.guide-card::before { content: ""; position: absolute; width: 90px; height: 90px; border-radius: 50%; right: -30px; top: -30px; background: var(--ocean-soft); }
.guide-card a { position: relative; display: inline-block; margin-top: .8rem; font-weight: 800; }

.cta-band { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 2rem; align-items: center; padding: clamp(1.5rem, 4vw, 2.6rem); background: var(--ocean); color: white; border-radius: 24px; box-shadow: var(--shadow); }
.cta-band h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); max-width: 17ch; }
.cta-band p { color: #d8e9e8; margin: .6rem 0 0; }
.cta-band .button { white-space: nowrap; }

.site-footer { padding: 4rem 0 6rem; color: #d1e4e2; background: #072f32; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 2rem; }
.footer-brand { color: white; }
.footer-brand p { max-width: 40ch; color: #b9d1cf; }
.site-footer h2 { font-family: inherit; font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; color: #ffc2b3; }
.site-footer a { display: block; color: #e4f1f0; margin-top: .55rem; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-legal { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; color: #aac4c2; }
.footer-legal p { max-width: 90ch; }
.mobile-apply { display: none; position: fixed; z-index: 80; left: .75rem; right: .75rem; bottom: .75rem; padding: .7rem; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.mobile-apply .button { width: 100%; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / 4; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 2rem; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 5.4rem); }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand { min-width: 0; }
  .brand-copy strong { font-size: .87rem; }
  .brand-copy small { display: none; }
  .nav-wrap { min-height: 68px; }
  .mobile-nav { inset-top: 104px; }
  .service-notice .container { min-height: 44px; gap: .35rem; font-size: .72rem; line-height: 1.35; }
  .service-notice .container { flex-wrap: wrap; padding-block: .38rem; }
  .service-notice .container span[aria-hidden="true"] { display: none; }
  .hero { min-height: auto; }
  .hero::before { background-position: 60% center; }
  .hero::after { background: linear-gradient(90deg, rgba(3,39,43,.96), rgba(3,39,43,.68)), linear-gradient(0deg, rgba(3,39,43,.72), transparent); }
  .hero-grid { grid-template-columns: 1fr; gap: 1.6rem; padding: 3.5rem 0 5rem; }
  .hero-content { max-width: none; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.35rem); }
  .source-chip { font-size: .7rem; }
  .route-panel { padding: 1rem; border-radius: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-note { gap: .35rem .75rem; }
  .fact-strip { margin-top: -2rem; }
  .fact-shell { border-radius: 18px; }
  .fact-source { text-align: left; }
  .trust-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .lede { margin-top: 1rem; }
  .grid-2, .grid-3, .grid-4, .field-grid { grid-template-columns: 1fr; }
  .choice-card.featured { transform: none; }
  .country-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .radio-grid { grid-template-columns: 1fr; }
  .fee-table { display: block; overflow-x: auto; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .mobile-apply { display: block; }
  .home-page .mobile-apply { display: none; }
  .form-page .mobile-apply { display: none; }
  .form-page .site-footer { padding-bottom: 5rem; }
  .site-footer { padding-bottom: 7rem; }
  .fee-cards { grid-template-columns: 1fr; }
  .fee-footer { display: block; }
  .fee-footer .button { width: 100%; margin-top: 1rem; }
}

@media (max-width: 430px) {
  .fact { padding: 1rem; }
  .fact strong { font-size: 1.35rem; }
  .country-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
}

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

@media (prefers-reduced-motion: no-preference) {
  body.enhanced .section .card,
  body.enhanced .section-head,
  body.enhanced .trust-grid > div { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease, box-shadow .2s ease, border-color .2s ease; }
  body.enhanced .reveal-visible { opacity: 1 !important; transform: none !important; }
}

@media print {
  .site-header, .service-notice, .mobile-apply, .site-footer, .hero-actions, .page-actions { display: none !important; }
  body { background: white; color: black; }
  .page-hero { color: black; background: white; padding: 2rem 0; }
  .page-hero .lede, .breadcrumbs { color: #333; }
  .card, .form-card { box-shadow: none; }
}
