/* ============================================================
   Wayfare Immigration — hand-built stylesheet
   Direction: "Departure lounge" — deep teal + warm sand,
   friendly rounded sans, boarding-pass & flight-path motifs.
   ============================================================ */

:root {
  /* palette */
  --teal-900: #0A2A28;
  --teal-800: #0E3A38;   /* brand anchor */
  --teal-700: #12433F;
  --teal-600: #17615B;
  --sea:      #16A196;   /* friendly bright teal — links / accents */
  --sea-600:  #0F857C;
  --sea-100:  #D6EFEB;
  --amber:    #E08A4C;   /* warm accent — steps, highlights */
  --amber-100:#F6E2CE;
  --sand:     #D9C7A3;   /* brand sand */
  --sand-200: #EADDC4;
  --sand-100: #F1E8D6;
  --paper:    #FBF7EF;   /* warm page background */
  --paper-2:  #F5EEE1;
  --ink:      #12332F;   /* primary text (deep teal-black) */
  --muted:    #566662;   /* secondary text */
  --line:     #E4D9C4;   /* hairlines on paper */
  --white:    #ffffff;

  /* type */
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;

  /* space + shape */
  --container: 1200px;
  --radius-lg: 28px;
  --radius: 20px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --shadow-sm: 0 2px 10px rgba(14, 58, 56, .06);
  --shadow: 0 18px 44px -22px rgba(14, 58, 56, .38);
  --shadow-lg: 0 40px 80px -40px rgba(10, 42, 40, .55);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --nav-h: 74px;
}

/* ---------- reset / base ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(16px, 1.05vw, 17.5px);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--sea-600); text-decoration: none; }
a:hover { color: var(--sea); }

h1, h2, h3, h4 { line-height: 1.08; margin: 0 0 .4em; font-weight: 800; letter-spacing: -.015em; }
p { margin: 0 0 1rem; }

::selection { background: var(--sea); color: #fff; }

:focus-visible {
  outline: 3px solid var(--sea);
  outline-offset: 3px;
  border-radius: 6px;
}

/* skip link */
.skip {
  position: absolute; left: 12px; top: -60px;
  background: var(--teal-800); color: #fff;
  padding: 10px 16px; border-radius: 10px; z-index: 200;
  font-weight: 700; transition: top .2s var(--ease);
}
.skip:focus { top: 12px; color: #fff; }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(64px, 8vw, 120px) 0; }
.section--tight { padding: clamp(48px, 6vw, 84px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sea-600); margin: 0 0 .9rem;
}
.eyebrow .num {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  letter-spacing: 0; text-transform: none; font-size: 1.15rem; color: var(--amber);
}
.eyebrow--light { color: var(--sand); }
.eyebrow--light .num { color: var(--sand); }

.h-lead { font-size: clamp(1.9rem, 3.6vw, 2.9rem); max-width: 20ch; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--muted); max-width: 60ch; }
.serif-accent { font-family: var(--serif); font-style: italic; font-weight: 400; }
.sea { color: var(--sea-600); }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--teal-800); --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: 15px 26px; border-radius: 999px;
  font-family: var(--sans); font-weight: 700; font-size: .98rem; line-height: 1;
  color: var(--fg); background: var(--bg); border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease);
  box-shadow: 0 12px 26px -14px rgba(14, 58, 56, .6);
}
.btn:hover { transform: translateY(-2px); color: var(--fg); box-shadow: 0 20px 34px -16px rgba(14, 58, 56, .7); }
.btn:active { transform: translateY(0); }
.btn .ico { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.btn:hover .ico { transform: translateX(3px); }

.btn--sea { --bg: var(--sea); --fg: #06302C; box-shadow: 0 12px 26px -12px rgba(22,161,150,.7); }
.btn--sea:hover { --bg: var(--sea-600); --fg: #fff; }
.btn--sand { --bg: var(--sand); --fg: #2c2416; box-shadow: 0 12px 26px -14px rgba(217,199,163,.7); }
.btn--ghost { --bg: transparent; --fg: var(--teal-800); border-color: rgba(18,51,47,.24); box-shadow: none; }
.btn--ghost:hover { --bg: rgba(18,51,47,.05); --fg: var(--teal-800); box-shadow: none; }
.btn--ghost-light { --bg: transparent; --fg: #fff; border-color: rgba(255,255,255,.4); box-shadow: none; }
.btn--ghost-light:hover { --bg: rgba(255,255,255,.12); --fg: #fff; box-shadow: none; }
.btn--lg { padding: 17px 32px; font-size: 1.02rem; }
.btn--block { width: 100%; }

.textlink {
  display: inline-flex; align-items: center; gap: .5em; font-weight: 700; color: var(--sea-600);
}
.textlink .ico { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.textlink:hover .ico { transform: translateX(3px); }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,247,239,.82);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-stuck { border-color: var(--line); box-shadow: var(--shadow-sm); }
/* on pages with a dark hero, header starts transparent over hero */
.site-header.on-dark:not(.is-stuck) { background: transparent; }
.site-header.on-dark:not(.is-stuck) .nav-link,
.site-header.on-dark:not(.is-stuck) .brand-name,
.site-header.on-dark:not(.is-stuck) .nav-toggle { color: #fff; }
.site-header.on-dark:not(.is-stuck) .brand-mark { background: rgba(255,255,255,.14); color: #fff; }
.site-header.on-dark:not(.is-stuck) .nav-cta.btn--ghost { --fg:#fff; border-color: rgba(255,255,255,.5); }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h); gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 800; }
.brand:hover { color: var(--ink); }
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--teal-800); color: var(--sand);
  display: grid; place-items: center; flex: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name b { font-size: 1.12rem; letter-spacing: -.02em; }
.brand-name span { font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.on-dark:not(.is-stuck) .brand-name span { color: rgba(255,255,255,.75); }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-link {
  color: var(--ink); font-weight: 600; font-size: .96rem;
  padding: 9px 14px; border-radius: 10px; position: relative;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-link:hover { color: var(--sea-600); background: rgba(22,161,150,.08); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta { padding: 11px 20px; font-size: .92rem; }

.nav-toggle {
  display: none; width: 46px; height: 46px; border: 0; background: transparent;
  color: var(--ink); cursor: pointer; border-radius: 12px; align-items: center; justify-content: center;
}
.nav-toggle:hover { background: rgba(18,51,47,.06); }
.nav-toggle span { position: relative; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s var(--ease); }
.nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; isolation: isolate; margin-top: calc(var(--nav-h) * -1); padding-top: var(--nav-h); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,42,40,.62) 0%, rgba(10,42,40,.42) 42%, rgba(10,42,40,.86) 100%),
    linear-gradient(90deg, rgba(10,42,40,.55), rgba(10,42,40,.05));
}
.hero-inner { padding: clamp(70px, 12vh, 150px) 0 clamp(56px, 8vh, 96px); position: relative; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); font-weight: 800; letter-spacing: -.03em; max-width: 16ch; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--sand); }
.hero-tag { font-size: clamp(1.1rem, 2vw, 1.4rem); max-width: 46ch; color: rgba(255,255,255,.9); margin-bottom: 2rem; }
.hero-tag .serif-accent { color: var(--sand); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2.6rem; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.hero-chip { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; color: rgba(255,255,255,.92); font-weight: 600; }
.hero-chip svg { width: 18px; height: 18px; color: var(--sand); flex: none; }
.hero-chip + .hero-chip::before { content: ""; }

/* dashed flight arc decoration */
.hero-arc { position: absolute; right: -4%; top: 8%; width: min(46%, 520px); z-index: -1; opacity: .5; pointer-events: none; color: var(--sand); }
@media (max-width: 860px) { .hero-arc { display: none; } }

/* ---------- boarding pass (shared motif) ---------- */
.pass {
  position: relative; background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
/* notch technique: side punches */
.pass--notched::before, .pass--notched::after {
  content: ""; position: absolute; top: 50%; width: 22px; height: 22px; border-radius: 50%;
  background: var(--paper); transform: translateY(-50%); box-shadow: inset 0 0 0 1px var(--line);
}
.pass--notched::before { left: -12px; }
.pass--notched::after { right: -12px; }

/* ---------- stats strip ---------- */
.stats {
  background: var(--teal-800); color: #fff;
  border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  box-shadow: var(--shadow); margin-top: -60px; position: relative; z-index: 5;
}
.stat { text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: -11px; top: 12%; height: 76%; width: 1px; background: repeating-linear-gradient(180deg, rgba(255,255,255,.28) 0 5px, transparent 5px 11px); }
.stat b { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 3.5vw, 2.9rem); letter-spacing: -.02em; color: var(--sand); }
.stat span { font-size: .82rem; letter-spacing: .04em; color: rgba(255,255,255,.82); }

/* ---------- section head ---------- */
.sec-head { max-width: 62ch; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
.sec-head .lead { margin-top: .3rem; }
.sec-head.center .lead { margin-inline: auto; }

/* ---------- visa categories ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.cat {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.cat::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: linear-gradient(90deg, var(--sea), var(--sand));
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.cat:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.cat:hover::after { transform: scaleX(1); }
.cat-ico {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center;
  background: var(--sea-100); color: var(--sea-600); margin-bottom: 20px;
}
.cat-ico svg { width: 28px; height: 28px; }
.cat h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.cat p { color: var(--muted); font-size: .96rem; margin-bottom: 1rem; }
.cat ul { list-style: none; margin: 0 0 4px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.cat li { font-size: .78rem; font-weight: 600; color: var(--teal-700); background: var(--sand-100); border: 1px solid var(--line); padding: 5px 11px; border-radius: 999px; }
.cat:nth-child(2) .cat-ico { background: var(--amber-100); color: #c26f34; }
.cat:nth-child(3) .cat-ico { background: var(--sand-100); color: #a9863f; }
.cat:nth-child(5) .cat-ico { background: var(--amber-100); color: #c26f34; }
.cat:nth-child(6) .cat-ico { background: var(--sand-100); color: #a9863f; }

/* ---------- how it works (flight path) ---------- */
.journey { background: var(--paper-2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; position: relative; }
.steps::before {
  content: ""; position: absolute; top: 34px; left: 8%; right: 8%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--sand) 0 10px, transparent 10px 20px);
  z-index: 0;
}
.step { position: relative; z-index: 1; text-align: left; }
.step-badge {
  width: 68px; height: 68px; border-radius: 20px; background: var(--white);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  display: grid; place-items: center; color: var(--teal-800); margin-bottom: 18px;
  position: relative;
}
.step-badge svg { width: 30px; height: 30px; }
.step-badge .n {
  position: absolute; top: -9px; right: -9px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--amber); color: #fff; font-size: .78rem; font-weight: 800; display: grid; place-items: center;
  font-family: var(--serif); font-style: italic;
}
.step h3 { font-size: 1.14rem; margin-bottom: .3rem; }
.step p { font-size: .93rem; color: var(--muted); margin: 0; }

/* ---------- eligibility check ---------- */
.eligibility { background: var(--teal-800); color: #fff; position: relative; overflow: hidden; }
.eligibility::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 26px 26px; mask-image: linear-gradient(160deg, #000, transparent 70%);
}
.elig-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; }
.elig-copy h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.elig-copy .lead { color: rgba(255,255,255,.82); }
.elig-copy .eyebrow { color: var(--sand); }
.elig-copy .eyebrow .num { color: var(--amber); }
.elig-points { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.elig-points li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.9); font-size: .98rem; }
.elig-points svg { width: 20px; height: 20px; color: var(--sea); flex: none; margin-top: 2px; }

.elig-card {
  background: var(--white); color: var(--ink); border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 38px); box-shadow: var(--shadow-lg);
}
.elig-card .kick { font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--sea-600); }
.elig-card h3 { font-size: 1.4rem; margin: 6px 0 20px; }
.field { margin-bottom: 18px; }
.field > label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 8px; color: var(--teal-800); }
.opt-row { display: flex; flex-wrap: wrap; gap: 9px; }
.opt {
  border: 1.5px solid var(--line); background: var(--paper); color: var(--teal-800);
  padding: 10px 16px; border-radius: 999px; font-family: var(--sans); font-weight: 600; font-size: .9rem;
  cursor: pointer; transition: all .2s var(--ease);
}
.opt:hover { border-color: var(--sea); }
.opt[aria-pressed="true"] { background: var(--teal-800); color: #fff; border-color: var(--teal-800); }
.elig-result {
  margin-top: 6px; border-radius: var(--radius-sm); border: 1px dashed var(--sand);
  background: var(--sand-100); padding: 18px 20px; font-size: .95rem;
  display: none;
}
.elig-result.show { display: block; animation: rise .5s var(--ease); }
.elig-result b { color: var(--teal-800); }
.elig-result .rlead { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--teal-800); display: block; margin-bottom: 6px; }

/* ---------- countries ---------- */
.countries-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 68px); align-items: center; margin-top: 44px; }
.country-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.cchip {
  display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px 11px 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  font-weight: 700; font-size: .95rem; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.cchip:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cchip .flag { font-size: 1.2rem; line-height: 1; }
.countries-media { position: relative; }
.countries-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.countries-media .tagbox {
  position: absolute; left: -16px; bottom: 26px; background: var(--white); border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow); max-width: 230px; border: 1px solid var(--line);
}
.countries-media .tagbox b { display: block; font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--teal-800); }
.countries-media .tagbox span { font-size: .82rem; color: var(--muted); }

/* ---------- approach split ---------- */
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.approach-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.approach-media img { aspect-ratio: 5/4; object-fit: cover; width: 100%; }
.approach-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 18px; }
.approach-list li { display: flex; gap: 16px; align-items: flex-start; }
.approach-list .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--sea-100); color: var(--sea-600); display: grid; place-items: center; flex: none; }
.approach-list .ic svg { width: 23px; height: 23px; }
.approach-list h4 { margin: 2px 0 3px; font-size: 1.08rem; }
.approach-list p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- testimonial ---------- */
.quote-wrap { background: var(--sand-100); }
.quote-card { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.quote-photo img { border-radius: var(--radius-lg); aspect-ratio: 1/1; object-fit: cover; box-shadow: var(--shadow); }
.quote-body .mark { font-family: var(--serif); font-size: 4rem; line-height: .5; color: var(--sand); display: block; height: 34px; }
.quote-body blockquote { margin: 0 0 20px; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.4; color: var(--teal-800); }
.quote-body cite { font-style: normal; font-weight: 700; color: var(--ink); }
.quote-body cite span { display: block; font-weight: 500; color: var(--muted); font-size: .9rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 44px auto 0; display: grid; gap: 14px; }
.faq {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 24px; font-weight: 700; font-size: 1.05rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--teal-800);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { width: 22px; height: 22px; flex: none; transition: transform .3s var(--ease); color: var(--sea-600); }
.faq[open] summary .chev { transform: rotate(45deg); }
.faq-body { padding: 0 24px 22px; color: var(--muted); }
.faq-body p { margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.cta-band-media { position: absolute; inset: 0; z-index: -2; }
.cta-band-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,42,40,.92) 0%, rgba(10,42,40,.72) 55%, rgba(10,42,40,.42) 100%); }
.cta-inner { padding: clamp(60px, 8vw, 108px) 0; max-width: 620px; }
.cta-inner h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-inner h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--sand); }
.cta-inner p { color: rgba(255,255,255,.86); font-size: 1.12rem; margin-bottom: 1.8rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- footer ---------- */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,.78); padding: clamp(56px, 7vw, 84px) 0 34px; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.foot-brand .brand { color: #fff; }
.foot-brand .brand-name b { color: #fff; }
.foot-brand .brand-name span { color: var(--sand); }
.foot-about { margin: 18px 0 18px; max-width: 34ch; font-size: .95rem; color: rgba(255,255,255,.7); }
.foot-social { display: flex; gap: 10px; }
.foot-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .2s var(--ease); }
.foot-social a:hover { background: var(--sea); color: #06302C; }
.foot-social svg { width: 19px; height: 19px; }
.foot-col h4 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-col a { color: rgba(255,255,255,.74); font-size: .96rem; }
.foot-col a:hover { color: #fff; }
.foot-contact li { display: flex; gap: 10px; font-size: .95rem; color: rgba(255,255,255,.74); margin-bottom: 12px; align-items: flex-start; }
.foot-contact svg { width: 18px; height: 18px; color: var(--sand); flex: none; margin-top: 3px; }
.foot-contact a { color: rgba(255,255,255,.86); }
.foot-bottom {
  margin-top: clamp(36px, 5vw, 56px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; align-items: center; font-size: .88rem;
}
.foot-bottom .credit { color: rgba(255,255,255,.6); }
.foot-bottom .credit a { color: var(--sand); text-decoration: underline; text-underline-offset: 2px; }
.foot-bottom .credit a:hover { color: #fff; }
.foot-legal { display: flex; gap: 18px; }
.foot-legal a { color: rgba(255,255,255,.6); }

/* ---------- contact page ---------- */
.page-hero { background: var(--teal-800); color: #fff; padding: clamp(48px,7vw,90px) 0 clamp(56px,8vw,104px); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0); background-size: 26px 26px; mask-image: linear-gradient(140deg,#000,transparent 65%); }
.page-hero .inner { position: relative; max-width: 720px; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.page-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--sand); }
.page-hero p { color: rgba(255,255,255,.86); font-size: 1.14rem; max-width: 52ch; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 4vw, 60px); margin-top: -70px; position: relative; z-index: 5; align-items: start; }
.form-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); }
.form-card h2 { font-size: 1.6rem; }
.form-card > p { color: var(--muted); margin-bottom: 26px; }
form .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label.lbl { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 8px; color: var(--teal-800); }
label.lbl .req { color: var(--amber); }
.input, select.input, textarea.input {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.input:focus, select.input:focus, textarea.input:focus {
  outline: none; border-color: var(--sea); background: #fff; box-shadow: 0 0 0 4px rgba(22,161,150,.14);
}
textarea.input { min-height: 140px; resize: vertical; }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2317615B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }
.field-row { margin-bottom: 18px; }
.form-note { font-size: .84rem; color: var(--muted); margin-top: 4px; }
.form-actions { margin-top: 8px; }
.form-disclaimer { font-size: .82rem; color: var(--muted); margin-top: 16px; }

.info-card { background: var(--teal-800); color: #fff; border-radius: var(--radius-lg); padding: clamp(26px,3.5vw,38px); box-shadow: var(--shadow); }
.info-card h3 { color: #fff; font-size: 1.3rem; }
.info-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 20px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; color: var(--sand); flex: none; }
.info-list .ic svg { width: 22px; height: 22px; }
.info-list b { display: block; color: #fff; font-size: 1rem; }
.info-list a, .info-list span { color: rgba(255,255,255,.8); font-size: .95rem; }
.info-list a:hover { color: var(--sand); }
.hours-card { margin-top: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow-sm); }
.hours-card h4 { font-size: 1.05rem; margin-bottom: 12px; }
.hours-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: .93rem; }
.hours-row:last-child { border-bottom: 0; }
.hours-row span:last-child { color: var(--muted); font-weight: 600; }

/* ---------- thank-you ---------- */
.thanks { min-height: calc(100vh - var(--nav-h)); display: grid; place-items: center; padding: 60px 0; background: radial-gradient(120% 90% at 50% 0%, var(--sand-100), var(--paper) 60%); }
.thanks-card { max-width: 620px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(36px, 6vw, 64px); position: relative; }
.thanks-badge { width: 92px; height: 92px; border-radius: 50%; background: var(--sea-100); color: var(--sea-600); display: grid; place-items: center; margin: 0 auto 24px; animation: pop .6s var(--ease) both; }
.thanks-badge svg { width: 46px; height: 46px; }
.thanks-card h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.thanks-card h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--sea-600); }
.thanks-card p { color: var(--muted); font-size: 1.08rem; max-width: 46ch; margin-inline: auto; }
.thanks-next { text-align: left; background: var(--sand-100); border: 1px dashed var(--sand); border-radius: var(--radius); padding: 22px 24px; margin: 28px 0; }
.thanks-next h2 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sea-600); margin-bottom: 12px; }
.thanks-next ol { margin: 0; padding-left: 20px; display: grid; gap: 8px; color: var(--ink); }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn, .cat, .cchip, .ico, * { transition: none !important; animation: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav-links, .nav-actions .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .elig-grid, .countries-grid, .approach-grid, .quote-card, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid { margin-top: -40px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .steps::before { display: none; }
  .quote-card { text-align: left; }
  .quote-photo { max-width: 220px; }
  .countries-media { max-width: 420px; }

  /* mobile drawer */
  .nav-drawer {
    position: fixed; inset: var(--nav-h) 0 auto 0; background: var(--paper);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 18px 22px 26px; display: grid; gap: 6px;
    transform: translateY(-14px); opacity: 0; pointer-events: none;
    transition: opacity .25s var(--ease), transform .25s var(--ease); z-index: 90;
  }
  .nav-drawer.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-drawer a.nav-link { font-size: 1.1rem; padding: 13px 12px; border-radius: 12px; color: var(--ink); }
  .nav-drawer .btn { margin-top: 12px; }
}
@media (min-width: 901px) { .nav-drawer { display: none; } }

@media (max-width: 620px) {
  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; margin-top: -40px; }
  .stat + .stat::before { display: none; }
  .cat-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr; }
  form .grid-2 { grid-template-columns: 1fr; }
  .countries-media .tagbox { left: 0; }
  .hero-cta .btn { flex: 1 1 auto; }
}
@media (max-width: 380px) {
  .container { padding-inline: 16px; }
}
