/* ============================================================
   EasyVisa — easyvisa.co.za
   Travel-forward identity in the Easy Services Group family.
   Light theme, deep navy + sky-teal accent, mobile-first.
   No frameworks. System font stack (fast, no FOUT).
   ============================================================ */

:root {
  --navy: #0a2540;          /* deep navy — primary brand */
  --navy-2: #11365c;        /* lighter navy for gradients */
  --teal: #0fb5ba;          /* sky-teal accent (distinct from ESG gold) */
  --teal-dark: #0b9296;     /* teal hover */
  --teal-soft: #e6f8f8;     /* teal tint background */
  --ink: #16263a;           /* body text */
  --ink-dim: #4a5b6e;       /* secondary text */
  --ink-faint: #6f7f90;     /* tertiary text */
  --line: #e3e9ef;          /* hairlines */
  --bg: #ffffff;
  --bg-soft: #f6f9fb;       /* soft section bg */
  --bg-navy-soft: #f0f4f8;
  --amber: #e9a23b;         /* honesty / caution highlight */
  --amber-soft: #fdf4e3;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 40px rgba(10,37,64,0.08);
  --shadow-lg: 0 18px 60px rgba(10,37,64,0.14);
  --maxw: 1140px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

img { max-width: 100%; height: auto; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: #fff; padding: 12px 18px; z-index: 200;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.site-brand {
  font-weight: 800; font-size: 22px; letter-spacing: -0.03em;
  color: var(--navy); white-space: nowrap;
}
.site-brand:hover { text-decoration: none; }
.site-brand .easy { color: var(--navy); }
.site-brand .visa { color: var(--teal); }
.site-brand .dot { color: var(--ink-faint); font-weight: 400; font-size: 15px; }
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a {
  color: var(--ink-dim); font-size: 15px; font-weight: 600;
  transition: color .15s;
}
.site-nav a:hover { color: var(--teal-dark); text-decoration: none; }
.site-header-cta {
  background: var(--teal); color: #fff; font-weight: 700; font-size: 14px;
  padding: 11px 18px; border-radius: var(--radius-sm); white-space: nowrap;
  transition: background .15s, transform .15s;
}
.site-header-cta:hover { background: var(--teal-dark); text-decoration: none; transform: translateY(-1px); }
.nav-toggle { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 16px; padding: 15px 26px;
  border-radius: var(--radius-sm); border: 2px solid transparent;
  cursor: pointer; transition: all .18s; line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 8px 24px rgba(15,181,186,0.3); }
.btn-primary:hover { background: var(--teal-dark); box-shadow: 0 12px 30px rgba(15,181,186,0.4); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-dark); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: #f1f6fa; }
.btn .arrow { transition: transform .18s; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(15,181,186,0.18), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  padding: 78px 0 90px;
  position: relative; overflow: hidden;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--teal); margin-bottom: 18px;
}
.hero-eyebrow .pin {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 4px rgba(15,181,186,0.22);
}
.hero h1 {
  color: #fff; font-size: 52px; line-height: 1.07; letter-spacing: -0.03em;
  max-width: 760px; margin-bottom: 20px;
}
.hero h1 .hl { color: var(--teal); }
.hero-sub {
  font-size: 20px; color: rgba(255,255,255,0.82); max-width: 620px; margin: 0 0 32px;
  line-height: 1.55;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 22px; color: rgba(255,255,255,0.72);
  font-size: 14px; align-items: center;
}
.hero-trust .item { display: flex; align-items: center; gap: 8px; }
.hero-trust .tick { color: var(--teal); font-weight: 800; }

/* ---------- Section scaffolding ---------- */
.section { padding: 78px 0; }
.section.soft { background: var(--bg-soft); }
.section.navy {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
}
.section.navy h2, .section.navy h3 { color: #fff; }
.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--teal-dark); margin-bottom: 12px;
}
.section.navy .eyebrow { color: var(--teal); }
.section h2 { font-size: 36px; margin-bottom: 14px; }
.section .lead { font-size: 19px; color: var(--ink-dim); max-width: 680px; margin: 0 0 40px; }
.section.navy .lead { color: rgba(255,255,255,0.82); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Pricing tiers (centerpiece) ---------- */
.tier-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch;
}
.tier {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; display: flex; flex-direction: column;
  box-shadow: var(--shadow); position: relative;
}
.tier.featured {
  border: 2px solid var(--teal); box-shadow: var(--shadow-lg);
}
.tier-badge {
  position: absolute; top: -13px; left: 28px;
  background: var(--teal); color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 6px 12px; border-radius: 20px;
}
.tier-name { font-size: 14px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px; }
.tier-title { font-size: 22px; color: var(--navy); margin-bottom: 14px; }
.tier-price { font-size: 40px; font-weight: 800; color: var(--navy); letter-spacing: -0.03em; line-height: 1; }
.tier-price .from { font-size: 15px; font-weight: 600; color: var(--ink-faint); display: block; margin-bottom: 2px; letter-spacing: 0; }
.tier-price .unit { font-size: 15px; font-weight: 600; color: var(--ink-faint); }
.tier-fine { font-size: 13px; color: var(--ink-faint); margin: 6px 0 18px; }
.tier-desc { color: var(--ink-dim); font-size: 15px; margin: 0 0 18px; }
.tier ul { list-style: none; margin: 0 0 22px; padding: 0; }
.tier li { position: relative; padding-left: 26px; margin-bottom: 11px; font-size: 15px; color: var(--ink-dim); }
.tier li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 800;
}
.tier .btn { width: 100%; justify-content: center; margin-top: auto; }
.tier-examples { font-size: 13px; color: var(--ink-faint); margin-top: 14px; }

/* note row under tiers */
.price-note {
  background: var(--amber-soft); border: 1px solid #f0dcb0; border-radius: var(--radius);
  padding: 20px 24px; margin-top: 30px; font-size: 15px; color: #6b4f1d;
  display: flex; gap: 14px; align-items: flex-start;
}
.price-note .ic { font-size: 22px; line-height: 1; }
.price-note.teal { background: var(--teal-soft); border-color: #b9ecec; color: #0a5a5c; }

/* ---------- How it works steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.steps.six { grid-template-columns: repeat(3, 1fr); }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow);
}
.section.soft .step { background: #fff; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; font-size: 16px;
  margin-bottom: 16px;
}
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { margin: 0; color: var(--ink-dim); font-size: 15px; }

.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.who-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.who-card h3 { display: flex; align-items: center; gap: 10px; }
.who-card.you h3 { color: var(--navy); }
.who-card ul { padding-left: 0; list-style: none; margin: 14px 0 0; }
.who-card li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--ink-dim); font-size: 15px; }
.who-card.we li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.who-card.you li::before { content: "→"; position: absolute; left: 0; color: var(--navy); font-weight: 800; }

/* ---------- Feature / trust cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow);
}
.card .ic {
  width: 44px; height: 44px; border-radius: 12px; background: var(--teal-soft);
  display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px;
}
.card h3 { font-size: 19px; margin-bottom: 8px; }
.card p { margin: 0; color: var(--ink-dim); font-size: 15px; }

/* ---------- Honesty band ---------- */
.honesty {
  background: var(--bg-navy-soft); border-radius: var(--radius);
  border-left: 5px solid var(--teal); padding: 30px 32px;
}
.honesty h3 { color: var(--navy); }
.honesty p { margin: 0 0 10px; color: var(--ink-dim); font-size: 16px; }
.honesty p:last-child { margin-bottom: 0; }
.section.navy .honesty { background: rgba(255,255,255,0.06); border-left-color: var(--teal); }
.section.navy .honesty h3 { color: #fff; }
.section.navy .honesty p { color: rgba(255,255,255,0.85); }

/* ---------- Pricing / add-on table ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
table.data { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; }
table.data th, table.data td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15px; }
table.data thead th {
  background: var(--navy); color: #fff; font-size: 13px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
}
table.data tbody tr:last-child td { border-bottom: none; }
table.data tbody tr:hover { background: var(--bg-soft); }
table.data td.svc { font-weight: 700; color: var(--navy); }
table.data td.price { font-weight: 800; color: var(--teal-dark); white-space: nowrap; }
.status-pill {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .3px;
  padding: 4px 10px; border-radius: 20px;
}
.status-free { background: #e3f6e8; color: #1c7a3e; }
.status-evisa { background: var(--teal-soft); color: #0a5a5c; }
.status-biometric { background: #fde9e3; color: #b54a26; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  margin-bottom: 14px; box-shadow: var(--shadow); overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 700; font-size: 17px; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal); font-size: 24px; font-weight: 400; flex-shrink: 0; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > p, .faq details > div { padding: 0 24px 22px; margin: 0; color: var(--ink-dim); font-size: 16px; }

/* ---------- Sister brands ---------- */
.sisters { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sister {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px; box-shadow: var(--shadow); transition: transform .18s, border-color .18s;
}
.sister:hover { transform: translateY(-2px); border-color: var(--teal); text-decoration: none; }
.sister h3 { font-size: 19px; margin-bottom: 6px; }
.sister p { margin: 0 0 8px; color: var(--ink-dim); font-size: 15px; }
.sister .go { color: var(--teal-dark); font-weight: 700; font-size: 14px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.contact-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: none; }
.contact-row .ic { font-size: 22px; }
.contact-row .label { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--ink-faint); font-weight: 700; }
.contact-row .val { font-weight: 600; color: var(--navy); }

/* ---------- Final CTA band ---------- */
.cta-band {
  background:
    radial-gradient(800px 400px at 80% 120%, rgba(15,181,186,0.2), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; text-align: center; padding: 84px 0;
}
.cta-band h2 { color: #fff; font-size: 38px; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.82); font-size: 19px; margin: 0 auto 30px; max-width: 560px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.66); font-size: 14px; padding: 60px 0 30px; }
.site-footer a { color: rgba(255,255,255,0.66); }
.site-footer a:hover { color: var(--teal); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 40px; }
.footer-brand { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -0.03em; }
.footer-brand .visa { color: var(--teal); }
.site-footer h4 { color: #fff; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.footer-honesty { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.55); margin: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 13px; color: rgba(255,255,255,0.5);
}

/* ---------- Sticky mobile CTA bar ---------- */
.mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(10,37,64,0.1);
  padding: 10px 14px; gap: 10px;
}
.mobile-cta a { flex: 1; justify-content: center; padding: 14px; font-size: 15px; }

/* ---------- Prose pages ---------- */
.prose { max-width: 760px; }
.prose p { color: var(--ink-dim); font-size: 17px; margin: 0 0 18px; }
.prose h2 { font-size: 28px; margin: 38px 0 14px; }
.prose h3 { font-size: 21px; margin: 26px 0 10px; }
.prose ul { padding-left: 22px; color: var(--ink-dim); }
.prose li { margin-bottom: 8px; }
.prose a { font-weight: 600; }

/* ---------- Guides (hub cards + article meta) — added 2026-06-11 ---------- */
/* Guide cards live inside the existing .card-grid; .guide-card mirrors .sister
   (link card with hover lift) so no layout rules are duplicated. */
.guide-card {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px; box-shadow: var(--shadow); transition: transform .18s, border-color .18s;
}
.guide-card:hover { transform: translateY(-2px); border-color: var(--teal); text-decoration: none; }
.guide-card h3 { font-size: 19px; margin-bottom: 8px; }
.guide-card p { margin: 0 0 10px; color: var(--ink-dim); font-size: 15px; }
.guide-card .go { color: var(--teal-dark); font-weight: 700; font-size: 14px; }
/* Meta line under an article hero: updated date · read time · verification note */
.article-meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
  font-size: 14px; color: var(--ink-faint); margin: 0 0 28px;
}
.article-meta .dot-sep::before { content: "·"; margin-right: 18px; color: var(--line); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .tier-grid, .steps, .steps.six, .card-grid { grid-template-columns: 1fr; }
  .who-grid, .sisters, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 42px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-nav { display: none; }
  .hero { padding: 54px 0 70px; }
  .hero h1 { font-size: 34px; }
  .hero-sub { font-size: 18px; }
  .section { padding: 56px 0; }
  .section h2, .cta-band h2 { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 74px; } /* room for sticky bar */
  .site-header-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ============================================================
   Visa checker widget (js/visa-checker.js)
   ============================================================ */
.vc-root { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 40px rgba(10,37,64,0.08); padding: 28px; margin: 28px 0; }
.vc-title { font-size: 1.45rem; margin: 0 0 14px; }
.vc-title-sub { display: block; font-size: 0.95rem; font-weight: 500; color: var(--ink-dim); margin-top: 4px; }
.vc-controls { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.vc-select { flex: 1 1 260px; min-width: 220px; padding: 12px 14px; font-size: 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--ink); }
.vc-select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,181,186,0.15); }
.vc-purpose { display: inline-flex; border: 1.5px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.vc-seg { padding: 11px 18px; font-size: 0.95rem; background: #fff; color: var(--ink-dim); border: 0; cursor: pointer; }
.vc-seg + .vc-seg { border-left: 1.5px solid var(--line); }
.vc-seg.active { background: var(--navy); color: #fff; }
.vc-card { margin-top: 20px; padding-top: 18px; border-top: 1.5px solid var(--line); }
.vc-card h3 { margin: 12px 0 10px; font-size: 1.25rem; }
.vc-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 14px 0; padding: 0; }
.vc-fact { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 10px 12px; }
.vc-fact dt { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-faint); margin: 0; }
.vc-fact dd { margin: 3px 0 0; font-weight: 600; color: var(--ink); font-size: 0.95rem; }
.vc-price-line { background: var(--teal-soft); border-radius: var(--radius-sm); padding: 12px 16px; margin: 14px 0; }
.vc-docs { margin: 12px 0; }
.vc-docs summary { cursor: pointer; font-weight: 600; color: var(--navy); }
.vc-docs ul { margin: 10px 0 0 4px; padding-left: 18px; }
.vc-docs li { margin: 5px 0; color: var(--ink-dim); }
.vc-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 6px; }
.vc-fineprint { font-size: 0.83rem; color: var(--ink-faint); margin: 12px 0 0; }
.vc-fineprint a { color: var(--teal-dark); }
.vc-lead-form { margin-top: 16px; padding: 18px; background: var(--bg-soft); border-radius: var(--radius-sm); }
.vc-form-row { margin-bottom: 12px; }
.vc-form-row label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--ink); }
.vc-form-row input { width: 100%; box-sizing: border-box; margin-top: 5px; padding: 11px 12px; font-size: 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); }
.vc-form-row input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,181,186,0.15); }
.vc-success { margin-top: 16px; padding: 18px; background: #e3f6e8; border-radius: var(--radius-sm); color: #1c7a3e; }
.vc-success p { color: var(--ink-dim); margin: 8px 0; }
.vc-form-error { color: #b54a26; }
/* Homepage zero-JS hero checker form */
.hero-checker { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0 6px; }
.hero-checker select { flex: 1 1 240px; min-width: 200px; padding: 13px 14px; font-size: 1rem; border: 1.5px solid rgba(255,255,255,0.35); border-radius: var(--radius-sm); background: #fff; color: var(--ink); }
.hero-checker .btn { white-space: nowrap; }
.hero-checker-note { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin: 6px 0 0; }
@media (max-width: 560px) { .vc-ctas .btn { width: 100%; text-align: center; } }

/* Visa checker v2 — destination → visa types advisory accordion */
.vc-headline { font-weight: 600; }
.vc-advise-lead { color: var(--ink-dim); margin: 14px 0 10px; }
.vc-types-list { display: flex; flex-direction: column; gap: 10px; }
.vc-type-item { border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; overflow: hidden; }
.vc-type-toggle { display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 16px; background: #fff; border: 0; cursor: pointer; text-align: left; font: inherit; }
.vc-type-toggle:hover { background: var(--bg-soft); }
.vc-type-toggle[aria-expanded="true"] { background: var(--bg-navy-soft); }
.vc-type-icon { font-size: 1.4rem; flex: 0 0 auto; }
.vc-type-main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vc-type-label { font-weight: 700; color: var(--navy); }
.vc-type-sub { font-size: 0.82rem; color: var(--ink-faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vc-type-fee { flex: 0 0 auto; }
.vc-type-chevron { flex: 0 0 auto; color: var(--ink-faint); transition: transform 0.15s; }
.vc-type-toggle[aria-expanded="true"] .vc-type-chevron { transform: rotate(180deg); }
.vc-type-body { padding: 4px 16px 18px; border-top: 1.5px solid var(--line); }
.vc-service-head { margin: 14px 0 8px; font-size: 1rem; color: var(--navy); }
.vc-service-list { margin: 0 0 4px 4px; padding-left: 18px; }
.vc-service-list li { margin: 6px 0; color: var(--ink-dim); }
@media (max-width: 560px) { .vc-type-fee { display: none; } .vc-type-sub { white-space: normal; } }
