/* ==========================================================================
   WHV HUB, shared design system
   One file, linked by every page in /work-holiday-visa/. Edit once, every
   page updates. Palette and type match the Migration Services rebuild so
   the three sites (Migration Services, WHV Hub, Pacific Center) read as
   one family.
   ========================================================================== */

:root {
  --teal: #0c3a45;
  --teal-deep: #072a32;
  --green: #127539;
  --green-bright: #2fae6b;
  --gold: #f7ba00;
  --paper: #f6f4ee;
  --ink: #15211f;
  --muted: #5a6b67;
  --line: rgba(12, 58, 69, 0.12);
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 18px 50px -28px rgba(7, 42, 50, 0.55);
  --max: 1180px;
  --max-article: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Titillium Web', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; line-height: 1.15; margin: 0; font-weight: 600; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.wrap-article { width: 100%; max-width: var(--max-article); margin: 0 auto; padding: 0 20px; }

.eyebrow { font-family: 'Titillium Web', sans-serif; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; font-weight: 700; color: var(--green); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green); display: inline-block; }
.eyebrow.on-dark { color: var(--gold); }
.eyebrow.on-dark::before { background: var(--gold); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.h-sec { font-size: clamp(1.8rem, 5vw, 2.6rem); margin-top: 14px; }
.lead { font-family: 'Titillium Web', sans-serif; color: var(--muted); margin-top: 14px; font-size: 1.02rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.lead-muted { color: var(--muted); font-family: 'Titillium Web', sans-serif; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 0.95rem; padding: 14px 24px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; line-height: 1; }
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px var(--green); }
.btn-gold { background: var(--gold); color: var(--teal-deep); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(247,186,0,0.7); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.btn-line { background: transparent; color: var(--teal); border-color: var(--line); }
.btn-line:hover { border-color: var(--teal); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }
.btn[disabled] { opacity: 0.4; cursor: not-allowed; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

/* Top contact bar */
.topbar { background: var(--teal-deep); color: rgba(255,255,255,0.85); font-size: 0.82rem; font-family: 'Titillium Web', sans-serif; }
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 6px 22px; justify-content: center; align-items: center; padding-top: 9px; padding-bottom: 9px; }
.topbar a { color: rgba(255,255,255,0.85); }
.topbar a:hover { color: var(--gold); }
.topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar .lang { display: inline-flex; gap: 4px; }
.topbar .lang a { padding: 2px 6px; border-radius: 4px; font-weight: 700; }
.topbar .lang a.active { background: rgba(255,255,255,0.15); color: #fff; }

/* Header */
header { position: sticky; top: 0; z-index: 60; background: var(--teal); box-shadow: 0 6px 24px -18px rgba(0,0,0,0.7); }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 30px; width: auto; }
.brand span { font-family: 'Titillium Web', sans-serif; font-weight: 800; color: #fff; font-size: 1.02rem; letter-spacing: 0.01em; }
.brand small { display: block; color: var(--gold); font-size: 0.6rem; letter-spacing: 0.24em; font-weight: 700; text-transform: uppercase; }

.nav-links { display: none; }
.nav-links a { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.82); font-weight: 600; font-size: 0.9rem; padding: 8px 2px; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.2s ease; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: #fff; }

.haswh { position: relative; }
.haswh::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 560px; height: 14px; }
.wh-panel { display: grid; position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(4px); background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 14px; width: 560px; margin-top: 14px; grid-template-columns: 1fr 1fr; gap: 2px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s; }
.haswh:hover .wh-panel, .haswh:focus-within .wh-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s; }
.wh-panel a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--ink) !important; font-size: 0.86rem; font-weight: 600; }
.wh-panel a:hover { background: var(--paper); color: var(--green) !important; }
.wh-panel a::after { display: none; }
.wh-panel a.on { color: var(--green) !important; background: var(--paper); }

.nav-cta { display: none; align-items: center; gap: 10px; }
.burger { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: #fff; transition: 0.25s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.drawer { position: fixed; inset: 0 0 0 auto; width: min(88vw, 360px); background: var(--teal-deep); transform: translateX(100%); transition: transform 0.3s ease; z-index: 70; padding: 88px 28px 28px; display: flex; flex-direction: column; gap: 2px; overflow-y: auto; }
.drawer.open { transform: translateX(0); }
.drawer a { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.85); font-weight: 600; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.drawer a:hover { color: var(--gold); }
.drawer a.on { color: var(--gold); }
.drawer .drawer-sub { padding-left: 14px; }
.drawer .drawer-sub a { font-weight: 500; font-size: 0.92rem; color: rgba(255,255,255,0.65); border-bottom: 0; padding: 9px 0; }
.drawer .btn { margin-top: 18px; }
.drawer-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-weight: 700; padding: 18px 0 6px; }
.scrim { position: fixed; inset: 0; background: rgba(5,20,24,0.55); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 65; }
.scrim.open { opacity: 1; pointer-events: auto; }

@media (min-width: 992px) {
  .nav-links { display: flex; gap: 24px; align-items: center; }
  .nav-cta { display: flex; }
  .burger { display: none; }
}

/* ---------- generic section shells ---------- */
section.block { padding: 60px 0; }
.section-head { max-width: 680px; margin: 0 auto 38px; }
.section-head.left { margin-left: 0; }

/* ---------- article / sub-page hero ---------- */
.phead { position: relative; background: var(--teal); color: #fff; overflow: hidden; }
.phead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(7,42,50,0.95) 0%, rgba(7,42,50,0.8) 55%, rgba(7,42,50,0.45) 100%), var(--phead-img); background-size: cover; background-position: center; }
.phead-inner { position: relative; z-index: 2; padding: 46px 0 50px; }
.crumb { font-family: 'Titillium Web', sans-serif; font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.crumb a { color: rgba(255,255,255,0.85); font-weight: 600; }
.crumb a:hover { color: var(--gold); }
.phead h1 { font-size: clamp(1.9rem, 6vw, 3.1rem); font-weight: 600; max-width: 18ch; margin-top: 14px; }
.phead p { font-family: 'Titillium Web', sans-serif; font-size: 1.02rem; color: rgba(255,255,255,0.85); max-width: 54ch; margin: 18px 0 0; }
.phead-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; font-family: 'Titillium Web', sans-serif; font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.phead-meta b { color: var(--gold); }

/* ---------- article body ---------- */
.article { padding: 54px 0 20px; }
.article h2 { font-size: clamp(1.5rem, 4vw, 1.9rem); margin-top: 44px; }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.2rem; margin-top: 26px; }
.article p { font-family: 'Titillium Web', sans-serif; font-size: 1rem; color: #2c3937; margin: 14px 0; }
.article ul, .article ol { font-family: 'Titillium Web', sans-serif; font-size: 0.98rem; color: #2c3937; margin: 14px 0; padding-left: 22px; }
.article li { margin: 7px 0; }
.article .cap { font-family: 'Titillium Web', sans-serif; font-size: 0.78rem; color: var(--muted); text-align: center; margin-top: 8px; }
.article img.inline-photo { border-radius: var(--radius); box-shadow: var(--shadow); margin: 30px 0 4px; width: 100%; height: 320px; object-fit: cover; }

.callout { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 12px; padding: 20px 22px; margin: 24px 0; }
.callout.gold { border-left-color: var(--gold); }
.callout p { margin: 0; font-family: 'Titillium Web', sans-serif; font-size: 0.94rem; color: var(--ink); }
.callout b { color: var(--green); }

.checklist { list-style: none; padding: 0; margin: 18px 0; font-family: 'Titillium Web', sans-serif; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 0.96rem; }
.checklist li::before { content: "\2713"; color: var(--green); font-weight: 900; flex-shrink: 0; margin-top: 2px; }

.numlist { list-style: none; padding: 0; margin: 18px 0; counter-reset: numlist; }
.numlist li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: 'Titillium Web', sans-serif; }
.numlist li::before { counter-increment: numlist; content: counter(numlist); flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--teal); color: var(--gold); font-weight: 800; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; }
.numlist li div b { display: block; color: var(--ink); font-size: 0.98rem; margin-bottom: 3px; }
.numlist li div span { color: var(--muted); font-size: 0.9rem; }

table.data { width: 100%; border-collapse: collapse; font-family: 'Titillium Web', sans-serif; font-size: 0.9rem; margin: 20px 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
table.data th { background: var(--teal); color: #fff; text-align: left; padding: 12px 16px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
table.data td { padding: 11px 16px; border-top: 1px solid var(--line); }
table.data tr:nth-child(even) td { background: var(--paper); }

.pullquote { border-left: 4px solid var(--gold); padding: 6px 0 6px 22px; margin: 30px 0; font-family: 'Fraunces', serif; font-size: 1.25rem; font-style: italic; color: var(--teal); }

/* ---------- sidebar / TOC ---------- */
.article-layout { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.toc { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; align-self: start; position: sticky; top: 96px; }
.toc h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); margin-bottom: 12px; }
.toc a { display: block; font-family: 'Titillium Web', sans-serif; font-size: 0.88rem; color: var(--muted); padding: 6px 0; }
.toc a:hover { color: var(--green); }
.toc .btn { margin-top: 16px; }
@media (min-width: 992px) { .article-layout { grid-template-columns: 2.1fr 1fr; } }

/* ---------- image banners / splits ---------- */
.split { display: grid; grid-template-columns: 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-media { min-height: 220px; background-size: cover; background-position: center; }
.split-body { background: var(--green); color: #fff; padding: 34px 28px; }
.split-body.teal { background: var(--teal); }
.split-body h2, .split-body h3 { color: #fff; font-size: clamp(1.4rem, 5vw, 1.9rem); }
.split-body p { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.85); margin: 16px 0; font-size: 0.95rem; }
.split-list { list-style: none; padding: 0; margin: 18px 0; font-family: 'Titillium Web', sans-serif; }
.split-list li { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.92); font-size: 0.92rem; }
.split-list li::before { content: "\2713"; color: var(--gold); font-weight: 700; }
@media (min-width: 720px) { .split { grid-template-columns: 1fr 1fr; } .split-media { min-height: 100%; } }

/* ---------- photo grid ---------- */
.photo-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.photo-grid figure { margin: 0; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
.photo-grid img { height: 220px; width: 100%; object-fit: cover; }
.photo-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; background: linear-gradient(to top, rgba(7,42,50,0.88), transparent); color: #fff; font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 0.86rem; }
@media (min-width: 720px) { .photo-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- cards, stages, guides (hub + shared) ---------- */
.stage-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.stage-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.stage-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.stage-num { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; -webkit-text-stroke: 1px var(--teal); }
.stage-card h3 { font-size: 1.18rem; margin-top: 12px; }
.stage-card p { font-family: 'Titillium Web', sans-serif; color: var(--muted); font-size: 0.92rem; margin: 10px 0 14px; }
.stage-card a { font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 0.82rem; color: var(--green); border-bottom: 2px solid var(--gold); padding-bottom: 2px; }

.guide-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.guide-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color 0.2s ease, transform 0.2s ease; }
.guide-card:hover { border-color: var(--green); transform: translateY(-3px); }
.guide-card img { height: 150px; width: 100%; object-fit: cover; }
.guide-card .gc-body { padding: 16px 18px; }
.guide-card h4 { font-size: 1.02rem; font-weight: 700; font-family: 'Titillium Web', sans-serif; color: var(--ink); }
.guide-card p { font-family: 'Titillium Web', sans-serif; font-size: 0.85rem; color: var(--muted); margin-top: 4px; }
.guide-tag { display: inline-block; margin-top: 8px; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: var(--gold); background: var(--teal-deep); padding: 2px 8px; border-radius: 999px; }

.tool-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.tool-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 24px 22px; }
.tool-card h3 { color: #fff; font-size: 1.1rem; }
.tool-card p { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.72); font-size: 0.88rem; margin: 10px 0 16px; }
.tool-card .btn { font-size: 0.86rem; padding: 11px 18px; }
.tool-badge { display: inline-block; background: var(--green); color: #fff; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; margin-bottom: 12px; }
.tool-card.light { background: #fff; border: 1px solid var(--line); }
.tool-card.light h3 { color: var(--ink); }
.tool-card.light p { color: var(--muted); }

.price-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.price-card { background: var(--teal); color: #fff; border-radius: var(--radius); padding: 26px 24px; }
.price-card .tag { font-family: 'Titillium Web', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.7rem; color: var(--gold); font-weight: 700; }
.price-card .amt { font-family: 'Fraunces', serif; font-size: 2.2rem; font-weight: 600; margin: 8px 0 2px; }
.price-card .amt small { font-size: 1rem; color: rgba(255,255,255,0.6); }
.price-card p { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.8); font-size: 0.9rem; margin: 12px 0 0; }
.price-card.feature { background: var(--green); }
.price-card ul { margin-top: 14px; font-family: 'Titillium Web', sans-serif; font-size: 0.86rem; }
.price-card ul li { padding: 5px 0; color: rgba(255,255,255,0.85); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 0.98rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--green); font-weight: 400; flex-shrink: 0; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { font-family: 'Titillium Web', sans-serif; color: var(--muted); font-size: 0.92rem; padding: 0 22px 20px; margin: 0; }

/* ---------- next / prev page nav ---------- */
.page-nav { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 10px 0 0; }
.page-nav a { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; transition: border-color 0.2s ease, transform 0.2s ease; }
.page-nav a:hover { border-color: var(--green); transform: translateY(-2px); }
.page-nav .pnlabel { font-family: 'Titillium Web', sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); font-weight: 700; }
.page-nav .pnlabel.next { text-align: right; }
.page-nav h5 { font-family: 'Fraunces', serif; font-size: 1.05rem; margin-top: 6px; }
.page-nav .next h5 { text-align: right; }
@media (min-width: 720px) { .page-nav { grid-template-columns: 1fr 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--teal-deep), var(--green)); color: #fff; }
.cta-band .wrap { padding: 54px 20px; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 6vw, 2.7rem); max-width: 20ch; margin: 14px auto 0; }
.cta-band p { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.85); margin: 16px auto 26px; max-width: 54ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.marn-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 26px; font-family: 'Titillium Web', sans-serif; font-size: 0.82rem; color: rgba(255,255,255,0.7); }

/* ---------- eligibility checker (hub) ---------- */
.chk { background: var(--teal); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-columns: 1fr; }
.chk-side { background: var(--teal-deep); color: #fff; padding: 34px 30px; }
.chk-side h3 { color: #fff; font-size: 1.3rem; }
.chk-side p { font-family: 'Titillium Web', sans-serif; color: rgba(255,255,255,0.75); font-size: 0.92rem; margin-top: 12px; }
.chk-side ul { margin-top: 18px; font-family: 'Titillium Web', sans-serif; font-size: 0.86rem; color: rgba(255,255,255,0.8); }
.chk-side li { padding: 7px 0; display: flex; gap: 8px; }
.chk-side li::before { content: "\2713"; color: var(--gold); font-weight: 700; }
.chk-main { background: #fff; padding: 30px 26px; }
.chk-step-label { font-family: 'Titillium Web', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--green); font-weight: 700; margin-bottom: 14px; }
.chk-q { display: none; }
.chk-q.active { display: block; }
.chk-q label { display: block; font-family: 'Titillium Web', sans-serif; font-weight: 700; margin-bottom: 12px; font-size: 1.02rem; color: var(--ink); }
.chk-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.chk-opt { border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 14px; font-family: 'Titillium Web', sans-serif; font-weight: 600; font-size: 0.9rem; cursor: pointer; background: #fff; text-align: left; transition: border-color 0.15s ease, background 0.15s ease; }
.chk-opt:hover { border-color: var(--green); }
.chk-opt.sel { border-color: var(--green); background: rgba(18,117,57,0.07); color: var(--green); }
select.chk-select { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid var(--line); font-family: 'Titillium Web', sans-serif; font-weight: 600; font-size: 0.92rem; background: #fff; color: var(--ink); }
.chk-nav { display: flex; justify-content: space-between; margin-top: 22px; }
.chk-result { display: none; }
.chk-result.active { display: block; }
.chk-result .badge { display: inline-block; background: var(--green); color: #fff; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.06em; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; }
.chk-result h3 { margin-top: 14px; font-size: 1.5rem; }
.chk-result p { font-family: 'Titillium Web', sans-serif; color: var(--muted); margin-top: 10px; }
.chk-result .rline { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 16px; font-family: 'Titillium Web', sans-serif; font-size: 0.9rem; }
.chk-result .rline b { color: var(--ink); }
.chk-result .chk-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

.visa-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.visa-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
.visa-card.hilite { border-color: var(--green); box-shadow: var(--shadow); position: relative; }
.visa-card .vtag { font-family: 'Titillium Web', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.7rem; font-weight: 700; color: var(--green); }
.visa-card h3 { font-size: 1.5rem; margin-top: 8px; }
.visa-card .vsub { font-family: 'Titillium Web', sans-serif; color: var(--muted); font-size: 0.92rem; margin-top: 6px; }
.visa-card table { width: 100%; border-collapse: collapse; margin-top: 20px; font-family: 'Titillium Web', sans-serif; font-size: 0.88rem; }
.visa-card td { padding: 9px 0; border-top: 1px solid var(--line); vertical-align: top; }
.visa-card td:first-child { color: var(--muted); width: 42%; padding-right: 12px; }
.visa-card td:last-child { color: var(--ink); font-weight: 600; }
.visa-card .btn { margin-top: 20px; }

#passport { background: var(--paper); }
.pp-tool { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 26px; }
.pp-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
.pp-result { display: none; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 20px; }
.pp-result.active { display: block; }
.pp-result .ptag { display: inline-block; background: var(--teal); color: #fff; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.pp-result h4 { margin-top: 12px; font-size: 1.3rem; }
.pp-facts { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
.pp-fact { background: var(--paper); border-radius: 10px; padding: 12px 14px; font-family: 'Titillium Web', sans-serif; font-size: 0.88rem; }
.pp-fact b { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px; color: var(--green); }
.pp-note { font-family: 'Titillium Web', sans-serif; font-size: 0.82rem; color: var(--muted); margin-top: 14px; }

.upd-list { display: grid; grid-template-columns: 1fr; gap: 2px; background: var(--line); border-radius: var(--radius); overflow: hidden; }
.upd-item { background: #fff; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.upd-date { font-family: 'Titillium Web', sans-serif; font-weight: 800; font-size: 0.78rem; color: var(--green); white-space: nowrap; padding-top: 3px; }
.upd-item h4 { font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 0.96rem; color: var(--ink); }
.upd-item p { font-family: 'Titillium Web', sans-serif; font-size: 0.86rem; color: var(--muted); margin-top: 4px; }
.upd-note { text-align: center; font-family: 'Titillium Web', sans-serif; font-size: 0.85rem; color: var(--muted); margin-top: 20px; }

/* ---------- disclosure ---------- */
.disc-inner { max-width: 900px; margin: 0 auto; font-family: 'Titillium Web', sans-serif; font-size: 0.86rem; color: var(--muted); }
.disc-inner p { margin: 0 0 14px; }
.disc-inner a { color: var(--green); font-weight: 700; }
.disc-sources { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.disc-sources a { font-size: 0.8rem; font-weight: 700; background: var(--paper); padding: 8px 14px; border-radius: 999px; color: var(--teal); }
.disc-sources a:hover { background: var(--line); }

/* ---------- footer ---------- */
footer.site { background: var(--teal-deep); color: rgba(255,255,255,0.72); font-family: 'Titillium Web', sans-serif; }
footer.site .wrap { padding: 48px 20px 30px; }
.foot-top { display: grid; grid-template-columns: 1fr; gap: 28px; }
.foot-brand img { height: 34px; }
.foot-brand p { font-size: 0.9rem; margin: 16px 0 0; max-width: 40ch; }
.foot-col h4 { color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 14px; }
.foot-col a { display: block; color: rgba(255,255,255,0.72); padding: 5px 0; font-size: 0.92rem; }
.foot-col a:hover { color: var(--gold); }
.foot-base { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 34px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: space-between; font-size: 0.82rem; }
.foot-base a { color: rgba(255,255,255,0.72); }
.foot-base a:hover { color: var(--gold); }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 55; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 26px -8px rgba(37,211,102,0.7); transition: transform 0.2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

@media (min-width: 720px) {
  .chk { grid-template-columns: 320px 1fr; }
  .visa-grid { grid-template-columns: 1fr 1fr; }
  .stage-grid { grid-template-columns: repeat(3, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-top { grid-template-columns: 2fr 1fr 1fr; }
  .chk-opts { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px) { .stage-grid { grid-template-columns: repeat(6, 1fr); } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
