/* ── Page head (shared with visum gate page) ─────────────────── */
.page-head {  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 24px 12px;
}

.page-eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: var(--amber);
  letter-spacing: .12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.page-head h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  color: var(--green);
  line-height: .95;
  letter-spacing: .02em;
  margin-bottom: 14px;
}

.page-head p {
  font-size: 16px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.65;
}

.page-head__sub {
  font-size: 15px;
  font-weight: 700;
  color: var(--green);
  margin-top: 10px;
}

/* ── Visum page: funnel strip above tool ─────────────────────── */
.visum-funnel-strip {
  background: var(--white);
  border-top: 1.5px solid rgba(44, 74, 62, .08);
  border-bottom: 1.5px solid rgba(44, 74, 62, .08);
  padding: 18px 24px;
  text-align: center;
}

.visum-funnel-strip__label {
  font-size: 11px;
  font-weight: 800;
  color: var(--amber);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.visum-funnel-strip__links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.visum-funnel-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: var(--radius);
  background: rgba(44, 74, 62, .06);
  border: 1.5px solid rgba(44, 74, 62, .1);
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}

.visum-funnel-strip__link:hover {
  background: rgba(44, 74, 62, .11);
  border-color: rgba(44, 74, 62, .28);
}

/* ── Visum page: e-mail CTA inside tool section ──────────────── */
.visum-email-cta {
  text-align: center;
  margin-top: 40px;
  padding: 32px 24px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(44, 74, 62, .08);
}

.visum-email-cta p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 16px;
}

/* ── Visum page: SEO content section ────────────────────────── */
.visum-seo {
  padding: 56px 0 20px;
}

.visum-seo__content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.visum-seo__content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--green);
  letter-spacing: .02em;
  margin: 48px 0 14px;
  line-height: 1.1;
}

.visum-seo__content h2:first-child {
  margin-top: 0;
}

.visum-seo__content h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--green);
  margin: 28px 0 8px;
}

.visum-seo__content p {
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 12px;
  color: var(--text);
}

.visum-seo__content ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.visum-seo__content li {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 6px;
}

.visum-seo__content a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
}

.visum-seo__content a:hover {
  color: var(--orange);
}

/* ── Visum page: funnel CTA cards at bottom ─────────────────── */
.visum-cta-blocks {
  padding: 40px 0 80px;
}

.visum-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .visum-cta-grid { grid-template-columns: 1fr; }
}

.visum-cta-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1.5px solid rgba(44, 74, 62, .08);
}

.visum-cta-card h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(21px, 2.5vw, 27px);
  color: var(--green);
  letter-spacing: .02em;
  margin-bottom: 10px;
  line-height: 1.1;
}

.visum-cta-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

:root {
  --green: #2C4A3E;
  --green-dark: #1A2E28;
  --green-mid: #3D6456;
  --orange: #EA532C;
  --amber: #F0A500;
  --cream: #FFF9C4;
  --sand: #F5EED8;
  --white: #FFF;
  --text: #1E2D28;
  --muted: #6B7B74;
  --radius: 12px;
  --radius-lg: 20px;
  --max-w: 1240px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: var(--sand);
}

.display {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .02em;
}

h2.display {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-amber {
  background: var(--amber);
  color: var(--green);
}

.btn-amber:hover {
  background: #FFB800;
}

.btn-sm {
  padding: 10px 18px;
  font-size: 13px;
}

.hero {
  background: var(--green);
  padding: 100px 0 calc(72px + var(--hero-wave-height));
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1a2e28 0%, var(--green) 55%, #3a5a4a 100%);
  opacity: .95;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  color: var(--amber);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero h1 {
  color: var(--cream);
  margin-bottom: 16px;
}

.hero p {
  color: rgba(255, 249, 196, .7);
  font-size: 17px;
  line-height: 1.65;
}

.hero--tools {
  padding: 120px 0 calc(84px + var(--hero-wave-height));
  background:
    radial-gradient(circle at top center, rgba(240, 165, 0, .14), transparent 34%),
    linear-gradient(155deg, #173028 0%, #244036 46%, #365548 100%);
}

.hero--tools::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: var(--hero-wave-height);
  background: var(--sand);
  -webkit-mask-image: var(--hero-wave-mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% 100%;
  mask-image: var(--hero-wave-mask);
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}

.hero--tools .hero-inner {
  max-width: 760px;
}

.hero--compact {
  padding-top: 72px;
  padding-bottom: calc(56px + var(--hero-wave-height));
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-outline {
  background: transparent;
  color: var(--green);
  border: 1.5px solid rgba(44, 74, 62, .22);
}

.btn-outline:hover {
  background: rgba(44, 74, 62, .06);
  border-color: rgba(44, 74, 62, .34);
}

.hero .btn-outline {
  color: var(--cream);
  border-color: rgba(255, 249, 196, .32);
  background: rgba(255, 255, 255, .04);
}

.hero .btn-outline:hover {
  background: rgba(255, 249, 196, .08);
  border-color: rgba(255, 249, 196, .52);
}

.hero-points {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 249, 196, .08);
  border: 1px solid rgba(255, 249, 196, .12);
  color: rgba(255, 249, 196, .82);
  font-size: 13px;
  font-weight: 800;
}

.hero-points span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(240, 165, 0, .12);
}

.tools {
  padding: 80px 0 100px;
}

#visum-checker-tool {
  padding: 40px 0 100px;
}

.section-head {
  text-align: center;
  margin-bottom: 56px;
}

.section-head p {
  color: var(--muted);
  max-width: 520px;
  margin: 12px auto 0;
  font-size: 17px;
}

.section-head--compact {
  margin-bottom: 40px;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

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

.tool-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1.5px solid rgba(44, 74, 62, .08);
  scroll-margin-top: 88px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.tool-card:hover {
  border-color: var(--amber);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(240, 165, 0, .12);
}

.tool-card--highlight {
  background: var(--green);
  border-color: transparent;
}

.tool-card--highlight:hover {
  border-color: rgba(240, 165, 0, .45);
}

.tool-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.tool-icon--budget {
  background: var(--amber);
  color: var(--green);
  box-shadow: 0 6px 18px rgba(240, 165, 0, .45);
  border: 1px solid rgba(44, 74, 62, .12);
}

.icon-green {
  background: rgba(44, 74, 62, .08);
}

.icon-orange {
  background: rgba(234, 83, 44, .08);
}

.tool-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--green);
}

.tool-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(44, 74, 62, .07);
  color: var(--green-mid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tool-card--highlight .tool-label {
  background: rgba(255, 249, 196, .12);
  color: rgba(255, 249, 196, .88);
}

.tool-card--highlight h3 {
  color: var(--cream);
  font-size: 22px;
}

.tool-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.tool-card--highlight p {
  color: rgba(255, 249, 196, .55);
}

.tool-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.tool-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.tool-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), #ffcd5d);
  box-shadow: 0 0 0 4px rgba(240, 165, 0, .12);
}

.tool-card--highlight .tool-list li {
  color: rgba(255, 249, 196, .72);
}

.tool-card--highlight .tool-list li::before {
  background: var(--cream);
  box-shadow: 0 0 0 4px rgba(255, 249, 196, .12);
}

.tool-card-foot {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
}

.tool-card-foot .btn {
  align-self: flex-start;
}

.tools-flow {
  padding: 24px 0 100px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  position: relative;
}

.flow-grid::before {
  content: '';
  position: absolute;
  left: 16.666%;
  right: 16.666%;
  top: 40px;
  height: 1px;
  background: linear-gradient(90deg, rgba(44, 74, 62, .12), rgba(240, 165, 0, .4), rgba(44, 74, 62, .12));
  z-index: 0;
}

.flow-step {
  position: relative;
  z-index: 1;
  padding: 30px 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78));
  border: 1px solid rgba(44, 74, 62, .1);
  box-shadow: 0 18px 40px rgba(44, 74, 62, .08);
}

.flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--green);
  color: var(--cream);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: .04em;
  box-shadow: 0 10px 22px rgba(44, 74, 62, .18);
}

.flow-step h3 {
  color: var(--green);
  margin-bottom: 10px;
}

.flow-step p {
  color: var(--muted);
  font-size: 15px;
}

.tools-note {
  padding: 0 0 100px;
}

.note-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(237, 228, 200, .72));
  border: 1px solid rgba(44, 74, 62, .1);
  box-shadow: 0 24px 50px rgba(44, 74, 62, .08);
}

.note-box h2 {
  color: var(--green);
  margin-bottom: 12px;
  max-width: 12em;
}

.note-box p {
  color: var(--muted);
  max-width: 42em;
}

@media (max-width: 640px) {
  .tools {
    padding: 72px 0 88px;
  }

  .hero--tools {
    padding: 96px 0 calc(48px + var(--hero-wave-height));
  }

  .container {
    padding: 0 20px;
  }

  .hero-actions,
  .hero-points {
    justify-content: flex-start;
  }

  .hero-actions .btn,
  .note-box .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-points span {
    width: 100%;
    justify-content: flex-start;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .tools-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tool-card {
    padding: 24px 20px;
    border-radius: var(--radius);
  }

  .tool-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .tool-card h3 {
    font-size: 18px;
  }

  .tool-card--highlight h3 {
    font-size: 20px;
  }

  .tool-card-foot {
    padding-top: 18px;
  }

  .tool-card-foot .btn {
    width: 100%;
    justify-content: center;
  }

  .flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flow-grid::before {
    display: none;
  }

  .flow-step {
    padding: 24px 20px;
  }

  .tools-note {
    padding-bottom: 72px;
  }

  .note-box {
    padding: 26px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .note-box h2 {
    max-width: none;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

  .flow-grid::before {
    display: none;
  }

  .note-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Visa checker component */
.visa-picker {
  border: 1px solid rgba(44, 74, 62, 0.12);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 18px;
  box-shadow: 0 10px 22px rgba(44, 74, 62, 0.06);
}

/* Reizigers rij: compact inline */
.visa-picker__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(44, 74, 62, 0.08);
}

.visa-picker__travelers-grid {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.visa-picker__travelers-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.visa-picker__travelers-cell label {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
  margin-bottom: 0;
}

.visa-picker__travelers-cell input[type="number"] {
  width: 52px;
  padding: 5px 8px;
  border: 1.5px solid var(--sand-dark);
  border-radius: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: var(--text);
  background: var(--white);
  appearance: none;
  outline: none;
  text-align: center;
  transition: border-color .15s;
}

.visa-picker__travelers-cell input[type="number"]:focus {
  border-color: var(--green);
}

@media (max-width: 480px) {
  .visa-picker__travelers-grid { flex-wrap: wrap; gap: 10px; }
}

.visa-picker__clear {
  border: 1px solid rgba(44, 74, 62, 0.22);
  background: #fff;
  color: var(--green);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.visa-picker__clear:hover {
  background: rgba(44, 74, 62, 0.06);
}

.visa-picker__search-wrap {
  position: relative;
}

.visa-picker__search {
  width: 100%;
  border: 1px solid rgba(44, 74, 62, 0.24);
  border-radius: 11px;
  padding: 9px 12px;
  font-size: 14px;
  color: var(--text);
  background: #fff;
}

.visa-picker__search::placeholder {
  color: #83958d;
}

.visa-picker__search:focus {
  outline: none;
  border-color: var(--green-mid);
  box-shadow: 0 0 0 4px rgba(61, 100, 86, 0.14);
}

.visa-picker__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  border: 1px solid rgba(44, 74, 62, 0.16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(44, 74, 62, 0.14);
  max-height: 270px;
  overflow: auto;
  z-index: 50;
  display: none;
}

.visa-picker__dropdown.is-open {
  display: block;
}

.visa-picker__option {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(44, 74, 62, 0.08);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
}

.visa-picker__option:last-child {
  border-bottom: 0;
}

.visa-picker__option:hover {
  background: rgba(245, 238, 216, 0.45);
}

.visa-picker__option-flag {
  width: 22px;
  flex: 0 0 22px;
}

.visa-picker__option-name {
  color: var(--text);
  font-size: 14px;
}

.visa-picker__option--empty {
  color: var(--muted);
  cursor: default;
}

.visa-picker__selected {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.visa-picker__chip {
  border: none;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  padding: 5px 12px 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
}

.visa-picker__chip:hover {
  background: var(--green-dark);
}

.visa-picker__empty {
  color: var(--muted);
  font-size: 14px;
}

.visa-checker {
  display: grid;
  gap: 18px;
}

.visa-legend {
  background: linear-gradient(135deg, rgba(44, 74, 62, 0.04), rgba(245, 238, 216, 0.08));
  border: 1px solid rgba(44, 74, 62, 0.1);
  border-radius: 14px;
  padding: 16px 20px;
  margin-top: 24px;
  margin-bottom: 0;
}

.visa-legend__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green);
  margin-bottom: 14px;
}

.visa-legend__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.visa-legend__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.visa-legend__badge {
  display: inline-block;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 6px;
  background: #e6f5ee;
  color: #1f6a52;
  border: 1px solid rgba(31, 106, 82, 0.24);
  white-space: nowrap;
}

.visa-legend__badge.is-visafree {
  background: #e6f5ee;
  color: #1f6a52;
  border-color: rgba(31, 106, 82, 0.24);
}

.visa-legend__badge.is-evisa {
  background: #e6f0ff;
  color: #003d99;
  border-color: rgba(0, 61, 153, 0.24);
}

.visa-legend__badge.is-arrival {
  background: #ffe6cc;
  color: #994400;
  border-color: rgba(153, 68, 0, 0.24);
}

.visa-legend__badge.is-eta {
  background: #e6f9ff;
  color: #0099cc;
  border-color: rgba(0, 153, 204, 0.24);
}

.visa-legend__badge.is-prior {
  background: #fdeceb;
  color: #7b3d34;
  border-color: rgba(123, 61, 52, 0.24);
}

.visa-legend__badge.is-unknown {
  background: #f5f3f0;
  color: #628069;
  border-color: rgba(98, 128, 105, 0.24);
}

.visa-legend__text {
  font-size: 13px;
  line-height: 1.4;
  color: var(--text);
  font-weight: 500;
}

.visa-checker__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.visa-checker__card {
  border: 1.5px solid rgba(44, 74, 62, 0.12);
  border-left-width: 4px;
  background: #fff;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 4px 14px rgba(44, 74, 62, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.visa-checker__card.is-visafree { border-left-color: #1f6a52; }
.visa-checker__card.is-evisa    { border-left-color: #003d99; }
.visa-checker__card.is-arrival  { border-left-color: #994400; }
.visa-checker__card.is-eta      { border-left-color: #0099cc; }
.visa-checker__card.is-prior    { border-left-color: #7b3d34; }
.visa-checker__card.is-unknown  { border-left-color: #aab5af; }

.visa-checker__card:hover {
  border-color: rgba(44, 74, 62, 0.2);
  box-shadow: 0 12px 28px rgba(44, 74, 62, 0.12);
}

.visa-checker__status-zone {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(44, 74, 62, 0.08);
}

/* Country + badge in één rij */
.visa-checker__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.visa-checker__status-badge {
  display: inline-block;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 3px;
  background: #e6f5ee;
  color: #1f6a52;
  border: 1px solid rgba(31, 106, 82, 0.24);
}

.visa-checker__card.is-visafree .visa-checker__status-badge {
  background: #e6f5ee;
  color: #1f6a52;
  border-color: rgba(31, 106, 82, 0.24);
}

.visa-checker__card.is-evisa .visa-checker__status-badge {
  background: #e6f0ff;
  color: #003d99;
  border-color: rgba(0, 61, 153, 0.24);
}

.visa-checker__card.is-arrival .visa-checker__status-badge {
  background: #ffe6cc;
  color: #994400;
  border-color: rgba(153, 68, 0, 0.24);
}

.visa-checker__card.is-eta .visa-checker__status-badge {
  background: #e6f9ff;
  color: #0099cc;
  border-color: rgba(0, 153, 204, 0.24);
}

.visa-checker__card.is-prior .visa-checker__status-badge {
  background: #fdeceb;
  color: #7b3d34;
  border-color: rgba(123, 61, 52, 0.24);
}

.visa-checker__card.is-unknown .visa-checker__status-badge {
  background: #f5f3f0;
  color: #628069;
  border-color: rgba(98, 128, 105, 0.24);
}

.visa-checker__country {
  font-size: 20px;
  line-height: 1.2;
  color: var(--green);
  margin: 0;
  font-weight: 800;
}

.visa-checker__status-sentence {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
}

/* Facts als horizontale pill-strip */
.visa-checker__facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 10px 16px 12px;
  border-top: 1px solid rgba(44,74,62,0.07);
  border-bottom: 1px solid rgba(44,74,62,0.07);
}

.visa-checker__fact-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: var(--green-dark);
  border: 1px solid var(--green-dark);
  border-radius: 20px;
  font-size: 12px;
}

.visa-checker__fact-label {
  color: rgba(255,255,255,0.6);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.visa-checker__fact-label::after {
  content: ':';
}

.visa-checker__fact-value {
  color: var(--white);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.visa-checker__note-zone {
  padding: 12px 18px 0;
}

.visa-checker__note {
  margin: 0;
  color: #7b6c5d;
  font-size: 13px;
  line-height: 1.55;
  background: rgba(255, 249, 196, 0.4);
  border-left: 3px solid var(--amber);
  padding: 10px 12px;
  border-radius: 6px;
}

.visa-checker__footer {
  margin-top: auto;
  padding: 12px 18px;
  border-top: 1px solid rgba(44, 74, 62, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: rgba(44, 74, 62, 0.02);
}

.visa-checker__source-link,
.visa-checker__source-placeholder {
  font-size: 12px;
  font-weight: 700;
}

.visa-checker__source-link {
  color: var(--green);
  text-decoration: none;
}

.visa-checker__source-link:hover {
  text-decoration: underline;
}

.visa-checker__source-placeholder,
.visa-checker__updated {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.visa-checker__apply-zone {
  padding: 14px 18px 0;
  border-top: 1px solid rgba(44, 74, 62, 0.06);
  margin-top: 14px;
}

.visa-checker__apply-title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green);
  margin: 0 0 8px 0;
  opacity: 0.85;
}

.visa-checker__apply-text {
  margin: 0 0 8px 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.visa-checker__apply-stay {
  margin: 8px 0;
  color: #0099cc;
  font-size: 13px;
  font-weight: 700;
}

.visa-checker__apply-cost {
  margin: 8px 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.visa-checker__apply-count {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
  display: inline-block;
  margin-left: 8px;
}

.visa-checker__apply-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--green);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(44, 74, 62, 0.2);
  border-radius: 6px;
  padding: 8px 12px;
  transition: all 0.2s;
  background: rgba(44, 74, 62, 0.04);
}

.visa-checker__apply-link:hover {
  background: rgba(44, 74, 62, 0.08);
  border-color: rgba(44, 74, 62, 0.35);
  text-decoration: none;
}

.visa-checker__empty {
  border-radius: 14px;
  border: 1px dashed rgba(44, 74, 62, 0.22);
  background: #fff;
  padding: 22px;
}

.visa-checker__empty-title {
  color: var(--green);
  margin-bottom: 8px;
}

.visa-checker__empty-text {
  color: var(--muted);
  font-size: 15px;
}

/* ── Visa Summary Block ───────────────────────────────── */
.visa-summary {
  background: #fff;
  border: 1.5px solid rgba(44, 74, 62, 0.14);
  border-radius: 14px;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
}

.visa-summary__headline {
  font-size: 15px;
  font-weight: 800;
  color: var(--green);
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(44, 74, 62, 0.08);
  line-height: 1.3;
  margin-bottom: 0;
}

.visa-summary__headline strong {
  color: var(--orange);
}

.visa-summary__row {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}

.visa-summary__stat {
  flex: 1;
  min-width: 80px;
  background: #fff;
  border: none;
  border-right: 1px solid rgba(44, 74, 62, 0.08);
  border-radius: 0;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}

.visa-summary__stat:last-child {
  border-right: none;
}

.visa-summary__stat-value {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.visa-summary__stat-value.is-free  { color: #1f6a52; }
.visa-summary__stat-value.is-action { color: #994400; font-size: 32px; }
.visa-summary__stat-value.is-cost  { color: var(--green); font-size: 22px; }

.visa-summary__stat-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.visa-summary__actions {
  list-style: none;
  margin: 0;
  padding: 10px 18px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(44, 74, 62, 0.08);
}

.visa-summary__action-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.visa-summary__action-badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 4px;
}

.visa-summary__action-country {
  color: var(--text);
  font-weight: 600;
}

.visa-summary__all-free {
  font-size: 14px;
  font-weight: 600;
  color: #1f6a52;
  margin: 0;
  padding: 10px 18px 14px;
}

/* ── Action stat prominence ── */
.visa-summary__stat--action {
  background: rgba(153, 68, 0, 0.04);
  border-bottom: 3px solid rgba(153, 68, 0, 0.35);
}

/* ── Visa Disclaimer ──────────────────────────────────── */
.visa-checker__disclaimer {
  border-radius: 12px;
  border: 1px solid rgba(44, 74, 62, 0.12);
  background: rgba(255, 249, 196, 0.34);
  padding: 16px;
}

.visa-checker__disclaimer-title {
  color: var(--green);
  margin-bottom: 6px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.visa-checker__disclaimer-text {
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}

/* ── Collapsible legend (details/summary) ── */
.visa-legend > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.visa-legend > summary::-webkit-details-marker { display: none; }

.visa-legend > summary .visa-legend__title {
  margin-bottom: 0;
}

.visa-legend[open] > summary {
  margin-bottom: 14px;
}

.visa-legend__toggle-icon {
  font-size: 12px;
  opacity: 0.45;
  transition: transform 0.2s;
  flex-shrink: 0;
  user-select: none;
}

.visa-legend[open] .visa-legend__toggle-icon {
  transform: rotate(180deg);
}

/* ── Summary headline (moved into summary block) ── */

/* ── Action stat prominence ── */
/* (merged into .visa-summary__stat--action above) */

/* ── Card action highlight ── */
.visa-checker__card--action {
  border-left-width: 4px;
}

/* ── Head badges: status + cost, stacked right ── */
.visa-checker__head-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

/* ── Per-person cost hint in card header ── */
.visa-card__cost-hint {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}

/* ── Meta row: status sentence + action badge ── */
.visa-checker__meta-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.visa-checker__meta-row .visa-checker__status-sentence {
  flex: 1;
  min-width: 0;
  margin: 0;
}

/* ── Timing hint ── */
.visa-checker__timing-hint {
  margin: 6px 0 0;
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}

.visa-checker__timing-hint::before {
  content: '⏱\00a0';
  opacity: 0.6;
}

/* ── Action badge per kaart ── */
.visa-card__action-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.5;
}

.visa-card__action-badge--free {
  background: rgba(31, 106, 82, 0.1);
  color: #1f6a52;
  border: 1px solid rgba(31, 106, 82, 0.2);
}

.visa-card__action-badge--online {
  background: rgba(0, 61, 153, 0.08);
  color: #003d99;
  border: 1px solid rgba(0, 61, 153, 0.18);
}

.visa-card__action-badge--arrival {
  background: rgba(153, 68, 0, 0.08);
  color: #994400;
  border: 1px solid rgba(153, 68, 0, 0.18);
}

.visa-card__action-badge--prior {
  background: rgba(123, 61, 52, 0.1);
  color: #7b3d34;
  border: 1px solid rgba(123, 61, 52, 0.2);
}

.visa-card__action-badge--unknown {
  background: rgba(98, 128, 105, 0.08);
  color: #628069;
  border: 1px solid rgba(98, 128, 105, 0.18);
}

@media (max-width: 980px) {
  .visa-checker__results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .visa-picker {
    padding: 12px;
  }

  .visa-picker__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-legend {
    padding: 14px;
    margin-bottom: 20px;
  }

  .visa-legend__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .visa-legend__title {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .visa-legend__badge {
    font-size: 10px;
    padding: 6px 8px;
  }

  .visa-legend__text {
    font-size: 12px;
  }

  .visa-checker__status-zone {
    padding: 16px 14px 12px;
  }

  .visa-checker__status-badge {
    font-size: 13px;
    padding: 9px 12px;
    margin-bottom: 6px;
  }

  .visa-checker__country {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .visa-checker__status-sentence {
    font-size: 14px;
  }

  .visa-checker__facts {
    padding: 12px 14px 0;
    gap: 8px;
  }

  .visa-checker__fact-item {
    grid-template-columns: minmax(100px, 120px) 1fr;
    gap: 10px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .visa-checker__note-zone {
    padding: 10px 14px 0;
  }

  .visa-checker__apply-zone {
    padding: 12px 14px 0;
    margin-top: 12px;
  }

  .visa-checker__apply-title {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .visa-checker__apply-text,
  .visa-checker__apply-stay,
  .visa-checker__apply-cost {
    font-size: 12px;
    margin: 6px 0;
  }

  .visa-checker__apply-link {
    font-size: 12px;
    padding: 6px 10px;
    margin-top: 6px;
  }

  .visa-checker__footer {
    padding: 10px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ═══════════════════════════════════════════════════════
   CHECKER TABS
═══════════════════════════════════════════════════════ */
.checker-tabs-wrap {
  text-align: center;
  margin-bottom: 28px;
}

.checker-tabs {
  display: inline-flex;
  gap: 0;
  background: rgba(44, 74, 62, 0.08);
  border-radius: 12px;
  padding: 4px;
}

.checker-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  background: transparent;
  border: none;
  border-radius: 9px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  cursor: pointer;
  transition: color 0.15s, background 0.15s, box-shadow 0.15s;
}

.checker-tab svg {
  stroke: var(--green);
}

.checker-tab:hover {
  background: rgba(255, 255, 255, 0.7);
}

.checker-tab.active {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 2px 10px rgba(44, 74, 62, 0.25);
}

.checker-tab.active svg {
  stroke: var(--white);
}

.checker-panel {
  display: none;
}

.checker-panel--active {
  display: block;
}

/* ═══════════════════════════════════════════════════════
   VACCINATION CHECKER
═══════════════════════════════════════════════════════ */

/* Legend badges for vaccine categories */
.vaccine-legend__badge--required {
  background: #fdeceb;
  color: #7b3d34;
  border-color: rgba(123, 61, 52, 0.24);
}

.vaccine-legend__badge--recommended {
  background: #fff3e0;
  color: #994400;
  border-color: rgba(153, 68, 0, 0.24);
}

.vaccine-legend__badge--routine {
  background: #e6f5ee;
  color: #1f6a52;
  border-color: rgba(31, 106, 82, 0.24);
}

/* ── Vaccine checker results grid ── */
.vaccine-checker__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* ── Vaccine card ── */
.vaccine-card {
  border: 1px solid rgba(44, 74, 62, 0.14);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(44, 74, 62, 0.07);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.vaccine-card:hover {
  border-color: rgba(44, 74, 62, 0.22);
  box-shadow: 0 8px 22px rgba(44, 74, 62, 0.11);
}

/* Header: landnaam + samenvatting */
.vaccine-card__head {
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(44, 74, 62, 0.08);
  background: rgba(44, 74, 62, 0.02);
}

.vaccine-card__country {
  font-size: 18px;
  font-weight: 800;
  color: var(--green);
  margin: 0;
  line-height: 1.2;
}

/* Dynamische samenvattingsregel */
.vaccine-card__summary {
  font-size: 12px;
  font-weight: 600;
  margin: 4px 0 0;
}

.vaccine-card__summary--has-items { color: var(--green); }
.vaccine-card__summary--clean     { color: var(--muted); }

/* Secties */
.vaccine-card__section {
  padding: 10px 16px;
  border-left: 3px solid transparent;
}

.vaccine-card__section + .vaccine-card__section {
  border-top: 1px solid rgba(44, 74, 62, 0.06);
}

.vaccine-card__section--required   { background: rgba(253, 236, 235, 0.4);  border-left-color: #c0524a; }
.vaccine-card__section--recommended { background: rgba(255, 243, 224, 0.4); border-left-color: #d4850a; }
.vaccine-card__section--routine     { background: rgba(230, 245, 238, 0.3); border-left-color: #3a9e6e; }
.vaccine-card__section--malaria     { background: rgba(255, 253, 231, 0.5); border-left-color: #d4b012; }

/* Section labels */
.vaccine-section-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.vaccine-section-label svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.vaccine-section-label--required    { color: #7b3d34; }
.vaccine-section-label--recommended { color: #994400; }
.vaccine-section-label--routine     { color: #1f6a52; }
.vaccine-section-label--malaria     { color: #c17f00; }

/* ── Vaccine rijen met timing ── */
.vaccine-rows {
  display: flex;
  flex-direction: column;
}

.vrow {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(44, 74, 62, 0.05);
}

.vrow:last-child {
  border-bottom: none;
}

.vrow--header {
  border-bottom: 1px solid rgba(44, 74, 62, 0.1);
  padding-bottom: 4px;
}

.vrow--header .vrow__name,
.vrow--header .vrow__timing,
.vrow--header .vrow__geldig {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.vrow__name {
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vrow__name-text {
  display: block;
}

/* Gecombineerde schema + bescherming op één compacte regel */
.vrow__meta {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}

/* RVP badge op aparte regel onder vaccinaam */
.vrow__rvp-line {
  display: block;
}

.vrow__cond {
  color: var(--amber);
  font-weight: 900;
  margin-left: 1px;
}

/* RVP-indicatoren */
.vrow__rvp {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.4;
}

.vrow__rvp--allen {
  background: rgba(31, 106, 82, 0.1);
  color: #1f6a52;
  border: 1px solid rgba(31, 106, 82, 0.2);
}

.vrow__rvp--kinderen {
  background: rgba(0, 100, 180, 0.08);
  color: #004e99;
  border: 1px solid rgba(0, 100, 180, 0.2);
}

.vrow__timing {
  font-size: 12px;
  color: var(--green);
  font-weight: 700;
  white-space: nowrap;
  min-width: 80px;
}

.vrow__geldig {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  text-align: right;
  min-width: 70px;
}

.vrow--required .vrow__name   { color: #7b3d34; }
.vrow--required .vrow__timing { color: #7b3d34; }

/* Malaria detail */
.vaccine-malaria__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
}

.vaccine-malaria__badge--high   { background: #fdeceb; color: #7b3d34; border: 1px solid rgba(123,61,52,.24); }
.vaccine-malaria__badge--medium { background: #fff3e0; color: #994400; border: 1px solid rgba(153,68,0,.24); }
.vaccine-malaria__badge--low    { background: #fffde7; color: #c17f00; border: 1px solid rgba(193,127,0,.24); }
.vaccine-malaria__badge--none   { background: #e6f5ee; color: #1f6a52; border: 1px solid rgba(31,106,82,.24); }

.vaccine-malaria__note {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text);
}

/* Compacte bullet-lijst in malariablock */
.vaccine-malaria__bullets {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vaccine-malaria__bullets li {
  font-size: 12px;
  color: var(--text);
  line-height: 1.45;
  padding-left: 14px;
  position: relative;
}

.vaccine-malaria__bullets li::before {
  content: '\2013';
  position: absolute;
  left: 0;
  color: var(--muted);
}

.vaccine-malaria__pills {
  margin: 4px 0 0;
  font-size: 11px;
  color: var(--muted);
}

.vaccine-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #7b6c5d;
  background: rgba(255, 249, 196, 0.4);
  border-left: 3px solid var(--amber);
  padding: 8px 12px;
  border-radius: 6px;
}

/* ── Vaccine Summary ── */
.vaccine-summary {
  background: rgba(44, 74, 62, 0.04);
  border: 1px solid rgba(44, 74, 62, 0.14);
  border-radius: 14px;
  padding: 16px 20px 14px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vaccine-summary__label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green);
  margin-bottom: 8px;
  opacity: 0.85;
  display: block;
}

.vaccine-summary__malaria {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.vaccine-summary__disclaimer {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
  font-style: italic;
}

/* Vaccine tags (in summary) */
.vaccine-tags { display: flex; flex-wrap: wrap; gap: 6px; }

.vaccine-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.vaccine-tag--required    { background: #fdeceb; color: #7b3d34; border: 1px solid rgba(123,61,52,.24); }
.vaccine-tag--recommended { background: #fff3e0; color: #994400; border: 1px solid rgba(153,68,0,.24); }
.vaccine-tag--routine     { background: #e6f5ee; color: #1f6a52; border: 1px solid rgba(31,106,82,.24); }

/* Lege staat: geen extra vaccinaties voor dit land */
.vaccine-card__empty-state {
  padding: 14px 16px;
}

.vaccine-card__empty-msg {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

/* Basisvaccinaties — gesloten collapsible */
.vaccine-card__routine-toggle {
  border-top: 1px solid rgba(44, 74, 62, 0.07);
  margin-top: auto;
}

.vaccine-card__routine-summary {
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.75;
  user-select: none;
}

.vaccine-card__routine-summary::-webkit-details-marker { display: none; }

.vaccine-card__routine-summary:hover {
  opacity: 1;
}

.vaccine-card__routine-toggle[open] .vaccine-card__routine-summary {
  border-bottom: 1px solid rgba(44, 74, 62, 0.07);
  opacity: 1;
}

.vaccine-rows--routine {
  padding: 4px 16px 10px;
  background: rgba(44, 74, 62, 0.02);
}

/* Subtiele contextregel onder landnaam (legacy) */
.vaccine-card__subtitle {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  margin: 4px 0 0;
}

/* Subtiele statusbadge inline in vaccinregel */
.vrow__status {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1.5;
}

.vrow__status--recommended {
  background: rgba(212, 133, 10, 0.1);
  color: #994400;
  border: 1px solid rgba(212, 133, 10, 0.2);
}

.vrow__status--required {
  background: rgba(192, 82, 74, 0.1);
  color: #7b3d34;
  border: 1px solid rgba(192, 82, 74, 0.2);
}

/* Malariastatus-rij boven de notitie */
.vaccine-malaria__status-row {
  margin-bottom: 6px;
}

/* Volgende stap — zachte infobox onderaan de kaart */
.vaccine-card__footer {
  padding: 10px 16px;
  border-top: 1px solid rgba(44, 74, 62, 0.08);
  background: rgba(44, 74, 62, 0.025);
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.55;
}

.vaccine-card__footer svg {
  flex-shrink: 0;
  margin-top: 1px;
  opacity: 0.65;
}

/* Fallback notice bij onvolledig vaccinatieprofiel */
.vaccine-card__fallback-notice {
  padding: 10px 16px;
  background: rgba(255, 249, 196, 0.5);
  border-left: 3px solid var(--amber);
  border-top: 1px solid rgba(44, 74, 62, 0.06);
}

.vaccine-card__fallback-notice p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #7b6c5d;
}

@media (max-width: 980px) {
  .vaccine-checker__results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .checker-tab {
    font-size: 14px;
    padding: 10px 16px;
  }

  .vaccine-card__head {
    padding: 12px 14px 10px;
  }

  .vaccine-card__country {
    font-size: 17px;
  }

  .vaccine-card__section {
    padding: 10px 12px;
  }

  /* Schema kolom verbergen op kleine schermen */
  .vrow__schema {
    display: none;
  }
}

/* ── Lead trigger sectie ─────────────────────────────────────── */
.lead-trigger {
  padding: 64px 0 100px;
  background: var(--green);
}
.lead-trigger-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.lead-trigger-inner h2 {
  color: var(--cream);
  margin-bottom: 10px;
}
.lead-trigger-inner p {
  color: rgba(255, 249, 196, .65);
  max-width: 38em;
  margin: 0;
}
.lead-trigger-micro {
  text-align: center;
  color: rgba(255, 249, 196, .45);
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .lead-trigger-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .lead-trigger-inner .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── Checker next-step CTA ───────────────────────────────── */
.checker-next-step {
  background: var(--sand);
  border-top: 1px solid rgba(44, 74, 62, 0.1);
  padding: 40px 0 64px;
}

.checker-next-step__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.checker-next-step__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 4px;
}

.checker-next-step__sub {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  max-width: 38em;
}

.checker-next-step__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.btn-outline-green {
  background: transparent;
  color: var(--green);
  border: 1.5px solid rgba(44, 74, 62, 0.3);
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .15s, background .15s;
}

.btn-outline-green:hover {
  border-color: var(--green);
  background: rgba(44, 74, 62, 0.05);
}

@media (max-width: 720px) {
  .checker-next-step__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .checker-next-step__actions {
    width: 100%;
    flex-direction: column;
  }
  .checker-next-step__actions .btn,
  .checker-next-step__actions .btn-outline-green {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
