@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/fraunces-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/fraunces-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/inter-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Manrope, variabel en zelf gehost (SIL Open Font License). Een shop kiest zijn lettertype in
   shops.brand.fonts; een @font-face wordt pas opgehaald als een shop hem echt gebruikt. */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/fonts/manrope-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* esimmy-merkkleuren: zacht oranje uit esimmy 2.0 (18-09), inkt uit de merkstrategie */
  --orange: #F2A65A;
  --orange-bright: #F5B97A;
  --orange-soft: #FCEFE0;
  --orange-deep: #A0561A; /* oranje voor kleine tekst op licht: voldoende contrast */
  --cream: #fffaf4;
  --paper: #ffffff;
  --ink: #16242e; /* Deep Motion Blue uit de merkstrategie */
  --ink-soft: #2f3f4a;
  --muted: #5d6a72;
  --line: #eee3d5;
  --ok: #1f7a4d;
  --error: #b42318;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(29, 26, 23, .06), 0 12px 32px rgba(29, 26, 23, .07);
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --display-weight: 650; /* per shop instelbaar via shops.brand.fonts */
  --accent: var(--orange-deep); /* tweede merkkleur; shops.brand.accent overschrijft hem */
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
/* Tot het merk van de shop geladen is geen logo tonen, zodat een partnershop niet even het esimmy-logo laat zien. */
.brand-pending #brand-logo, .brand-pending #brand-icon, .brand-pending #brand-logo-light { visibility: hidden; }
.hero-photo { margin: 0; border-radius: 28px; overflow: hidden; box-shadow: 16px 16px 0 var(--orange), var(--shadow); margin: 0 16px 16px 0; }
.hero-photo img { display: block; width: 100%; height: 100%; max-height: 520px; object-fit: cover; }
body { margin: 0; line-height: 1.55; font-size: 16px; -webkit-font-smoothing: antialiased; }
body.has-buybar { padding-bottom: 190px; }
h1, h2, h3 { font-family: var(--display); font-weight: var(--display-weight); line-height: 1.08; letter-spacing: -.015em; margin: 0 0 12px; }
h1 { font-size: clamp(38px, 6.4vw, 68px); }
h2 { font-size: clamp(28px, 4vw, 42px); }
h3 { font-size: 21px; }
p { margin: 0 0 12px; }
a { color: var(--orange-deep); }
img { max-width: 100%; }

.wrap { max-width: 1140px; margin: 0 auto; padding-inline: 20px; }
.narrow { max-width: 760px; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }

.eyebrow { font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-deep); margin: 0 0 10px; }
.eyebrow.on-orange { color: var(--ink); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 999px; padding: 14px 24px;
  background: var(--orange); color: var(--ink);
  font: 700 16px/1 var(--body); text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.button:hover { background: var(--orange-bright); transform: translateY(-1px); }
.button:disabled { opacity: .6; cursor: progress; transform: none; }
.button.small { padding: 10px 18px; font-size: 15px; }
.button.dark { background: var(--ink); color: #fff; }
.button.dark:hover { background: var(--ink-soft); }

/* Campagnebalk: wisselt per seizoen uit het focusplan */
.campaign { background: var(--ink); color: #fff; font-size: 14px; }
.campaign-inner { display: flex; gap: 8px 16px; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 40px; padding-block: 8px; text-align: center; }
.campaign a { color: var(--orange-bright); font-weight: 600; }

.topbar { position: sticky; top: 0; z-index: 20; background: var(--cream); border-bottom: 1px solid var(--line); }
.topbar-inner { display: flex; align-items: center; gap: 24px; min-height: 68px; }
/* De kop is een flexrij; zonder flex:none knijpt het logo samen zodra het menu ernaast krap komt. */
.topbar .logo { flex: none; }
.logo img { display: block; height: 19px; width: auto; max-width: none; }

.hero { padding-block: 56px 72px; background: radial-gradient(1200px 520px at 85% -10%, var(--orange-soft), transparent 60%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.lead { font-size: clamp(18px, 2vw, 21px); color: var(--ink-soft); max-width: 560px; }

.checker { margin: 28px 0 18px; max-width: 560px; }
.checker label { display: block; font-weight: 700; margin-bottom: 8px; }
.checker-row { display: flex; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 6px; box-shadow: var(--shadow); }
.checker-row input { flex: 1; min-width: 0; border: 0; background: transparent; font: 16px var(--body); padding: 0 16px; color: var(--ink); }
.checker-row input:focus { outline: none; }
.checker-row:focus-within { border-color: var(--ink); }
.checker-result { min-height: 24px; margin: 10px 4px 0; font-weight: 500; }
.checker-result.ok { color: var(--ok); }
.checker-result.ok::before { content: "✓ "; font-weight: 800; }
.checker-result.no { color: var(--error); }

.trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--ink-soft); font-size: 15px; }
.trust li::before { content: "●"; color: var(--orange); margin-right: 8px; font-size: 10px; vertical-align: 2px; }

.route-card { background: var(--paper); border-radius: 28px; padding: 26px; border: 1px solid var(--line); transform: rotate(1.5deg); box-shadow: 16px 16px 0 var(--orange), var(--shadow); margin: 0 16px 16px 0; }
.route-head { display: flex; justify-content: space-between; font-weight: 700; font-size: 14px; margin-bottom: 18px; }
.route-live { color: var(--ok); }
.route-live::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); margin-right: 6px; box-shadow: 0 0 0 4px rgba(31, 122, 77, .15); }
.route { list-style: none; margin: 0; padding: 0 0 0 22px; border-left: 2px dashed var(--orange); display: grid; gap: 16px; }
.route li { position: relative; display: flex; justify-content: space-between; gap: 12px; }
.route li::before { content: ""; position: absolute; left: -29px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--paper); border: 3px solid var(--orange); }
.route li b { font-family: var(--display); font-size: 22px; font-weight: 600; }
.route li span { color: var(--muted); font-size: 14px; align-self: center; }
.route-foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); }
.route-foot b { font-family: var(--display); font-size: 26px; }
.route-note { color: var(--muted); font-size: 14px; margin: 8px 0 0; }

.stats { background: var(--orange); color: var(--ink); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-block: 26px; }
.stats-grid div { display: flex; flex-direction: column; }
.stats-grid b { font-family: var(--display); font-size: clamp(30px, 4vw, 44px); line-height: 1; font-weight: 700; }
.stats-grid span { font-weight: 600; }

.section { padding-block: 80px; scroll-margin-top: 70px; }
.section.alt { background: var(--paper); }
.section-head { max-width: 680px; margin-bottom: 28px; }

.jump { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip { display: inline-block; padding: 8px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14px; }
.chip:hover { border-color: var(--ink); }

.bundle-group { margin-bottom: 36px; scroll-margin-top: 90px; }
.bundle-group-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.bundle-group-head h3 { margin: 0; }
.bundle-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.bundle {
  position: relative; text-align: left; font: inherit; color: inherit; cursor: pointer;
  display: flex; flex-direction: column; gap: 2px;
  background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius); padding: 20px;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.bundle:hover { border-color: var(--ink-soft); transform: translateY(-2px); box-shadow: var(--shadow); }
.bundle[aria-pressed="true"] { border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); }
.bundle[aria-pressed="true"]::after { content: "✓"; position: absolute; right: 14px; bottom: 14px; width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: var(--ink); display: grid; place-items: center; font-weight: 800; }
.badge { position: absolute; top: 14px; right: 14px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.bundle-gb { font-family: var(--display); font-size: 36px; font-weight: 700; line-height: 1.05; }
.bundle-days { color: var(--muted); margin-bottom: 12px; }
.bundle-price { font-size: 22px; font-weight: 700; }
.bundle-pergb { color: var(--muted); font-size: 13px; }

.search input { width: 100%; max-width: 420px; font: 16px var(--body); padding: 14px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--cream); margin-bottom: 22px; }
.search input:focus { outline: none; border-color: var(--ink); }
/* Dekking: donkere band met witte landkaarten met vlag */
.coverage { background: radial-gradient(900px 420px at 90% 0%, rgba(242, 166, 90, .28), transparent 60%), radial-gradient(700px 380px at 0% 100%, rgba(245, 185, 122, .16), transparent 60%), var(--ink); color: #fff; }
.coverage .eyebrow { color: var(--orange-bright); }
.coverage .section-head p:not(.eyebrow) { color: rgba(255, 255, 255, .78); }
.coverage .search input { background: var(--paper); border-color: transparent; }
/* 44 landen, compact: vlag en naam. De netwerken staan op de pagina van het land zelf. */
.countries { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; }
.country { display: flex; gap: 10px; align-items: center; background: var(--paper); color: var(--ink); border-radius: var(--radius-sm); padding: 10px 12px; box-shadow: 0 6px 18px rgba(0, 0, 0, .18); transition: transform .15s ease; }
.country:hover { transform: translateY(-2px); }
.country-flag { flex: none; width: 30px; height: 22px; object-fit: cover; border-radius: 4px; box-shadow: 0 0 0 1px var(--line); }
.network { font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 999px; background: var(--orange-soft); color: var(--orange-deep); }
.coverage li.muted { color: rgba(255, 255, 255, .78); }

/* Zo werkt het: direct onder de hero, op een donkere band */
.how { background: var(--ink); color: #fff; }
.how .eyebrow { color: var(--orange-bright); }
.how .steps li { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .12); }
.how .steps p { color: rgba(255, 255, 255, .82); }

.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps li { background: var(--cream); border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); }
.step-nr { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); font-family: var(--display); font-weight: 700; font-size: 22px; margin-bottom: 16px; }

details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 650; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 24px; line-height: 1; color: var(--orange-deep); }
details[open] summary::after { content: "–"; }
details p { margin: 12px 0 0; color: var(--ink-soft); }

.partner { background: var(--orange); padding-block: 64px; }
.partner-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
.partner h2 { margin-bottom: 10px; }
.partner p { font-size: 18px; max-width: 620px; }
.partner-cta { font-weight: 600; }

.footer { background: var(--ink); color: #fff; padding-block: 36px; }
.footer-inner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-inner img { display: block; height: 20px; width: auto; }
.footer p { margin: 0; }
.footer nav { margin-left: auto; display: flex; gap: 18px; flex-wrap: wrap; }
.footer a { color: #fff; text-decoration: none; opacity: .85; }
.muted-on-dark { color: rgba(255, 255, 255, .65); font-size: 14px; }

/* Vaste koopbalk onderaan, zichtbaar zodra een bundel is gekozen */
.buybar { position: fixed; inset: auto 0 0 0; z-index: 30; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -12px 32px rgba(29, 26, 23, .10); }
.buybar-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 12px 28px; align-items: center; padding-block: 14px; }
.buybar-summary { display: flex; flex-direction: column; }
.buybar-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.buybar-summary b { font-family: var(--display); font-size: 20px; }
.buybar-options { display: grid; gap: 4px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-soft); }
.check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--orange); flex: none; }
.buybar-action { display: flex; align-items: center; gap: 16px; }
.buybar-price { font-family: var(--display); font-size: 26px; }
.buybar .error { grid-column: 1 / -1; margin: 0; }
.error { color: var(--error); font-weight: 500; }

/* Bedankpagina */
.thanks { padding-block: 64px 96px; }
.thanks-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.thanks-card .summary { font-family: var(--display); font-size: 22px; margin: 4px 0 0; }
.install-now { margin-top: 24px; display: grid; justify-items: center; gap: 14px; text-align: center; }
.install-button { display: inline-flex; align-items: center; gap: 14px; padding: 14px 28px 14px 18px; border-radius: 18px; background: var(--orange); color: var(--ink); text-decoration: none; box-shadow: 0 6px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.install-button:hover { transform: translateY(2px); box-shadow: 0 4px 0 var(--ink); }
.install-button span { display: grid; text-align: left; }
.install-button b { font-size: 21px; line-height: 1.1; }
.install-button small { font-size: 13px; font-weight: 600; }
.install-manual { font-size: 14px; max-width: 460px; margin: 0; }
.install-manual code { font-size: 13px; background: var(--cream); padding: 1px 6px; border-radius: 6px; word-break: break-all; }
.install { margin-top: 24px; background: var(--cream); border-radius: var(--radius); padding: 22px 24px; }
.install h2 { font-size: 22px; }
.install ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; }

/* Top-up-pagina: één kaart, drie stappen */
.topup { padding-block: 40px 80px; }
.topup-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.topup-card h1 { font-size: clamp(32px, 5vw, 44px); }
.topup-step { border: 0; padding: 0; margin: 24px 0 0; min-width: 0; }
.topup-step legend { font-weight: 700; font-size: 17px; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.step-nr { width: 26px; height: 26px; border-radius: 50%; background: var(--orange); color: var(--ink); display: inline-grid; place-items: center; font-size: 14px; font-weight: 800; }
.topup-step label { display: block; font-weight: 600; margin: 12px 0 6px; }
.topup-step input[type="email"], .topup-step input[inputmode] { width: 100%; font: 16px var(--body); padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--cream); color: var(--ink); }
.topup-step input:focus { outline: 2px solid var(--orange); outline-offset: 1px; }
.topup-known { background: var(--orange-soft); border-radius: var(--radius-sm); padding: 12px 14px; font-weight: 600; margin: 0; }
.topup-options { display: grid; gap: 8px; }
.topup-step .topup-option { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; margin: 0; font-weight: 500; }
.topup-option:hover { border-color: var(--ink-soft); }
.topup-option:has(input:checked) { border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.topup-option input { accent-color: var(--orange); width: 18px; height: 18px; margin: 0; }
.topup-option b { font-family: var(--display); font-size: 20px; }
.topup-option span { color: var(--muted); }
.topup-submit { width: 100%; margin-top: 22px; justify-content: center; }
.topup-note { font-size: 14px; margin: 12px 0 0; text-align: center; }
@media (max-width: 560px) {
  .topup-card { padding: 22px; border-radius: 22px; }
  .topup-step .topup-option { grid-template-columns: auto 1fr auto; }
  .topup-option span { grid-column: 2; grid-row: 2; font-size: 14px; }
  .topup-option strong { grid-column: 3; grid-row: 1 / 3; }
}

/* Taal- en valutakeuze in de kopbalk */
.prefs { display: flex; gap: 6px; margin-left: auto; }
.pref select { appearance: none; font: 600 14px var(--body); color: var(--ink); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%235d6a72'/%3E%3C/svg%3E") no-repeat right 10px center; border: 1px solid var(--line); border-radius: 999px; padding: 7px 26px 7px 12px; cursor: pointer; }
.pref select:hover { border-color: var(--ink-soft); }
.pref select:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

/* Bundelkiezer: eerst looptijd, dan data (naar het voorbeeld van Airalo) */
.picker { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.picker > * { min-width: 0; }
.picker-durations { display: flex; gap: 6px; padding: 6px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; overflow-x: auto; scrollbar-width: none; width: max-content; max-width: 100%; }
.picker-durations::-webkit-scrollbar { display: none; }
.picker-duration { flex: 0 0 auto; border: 0; background: transparent; color: var(--ink-soft); font: 600 15px var(--body); padding: 10px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap; transition: background .15s ease, color .15s ease; }
.picker-duration:hover { color: var(--ink); background: var(--cream); }
.picker-duration[aria-selected="true"] { background: var(--ink); color: #fff; }
.picker-options { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; }
.picker-option { position: relative; display: grid; gap: 2px; justify-items: start; text-align: left; padding: 18px 18px 16px; background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius); color: var(--ink); font: inherit; cursor: pointer; transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.picker-option:hover { border-color: var(--ink-soft); transform: translateY(-2px); box-shadow: var(--shadow); }
.picker-option[aria-checked="true"] { border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); }
.picker-option[aria-checked="true"]::after { content: "✓"; position: absolute; right: 14px; bottom: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--orange); color: var(--ink); display: grid; place-items: center; font-weight: 800; }
.picker-badge { position: absolute; top: -11px; left: 14px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.picker-option.featured .picker-badge { background: var(--orange); color: var(--ink); }
.picker-gb { font-family: var(--display); font-size: 32px; font-weight: 700; line-height: 1.05; }
.picker-days { color: var(--muted); font-size: 14px; }
.picker-price { font-size: 20px; font-weight: 800; margin-top: 8px; }
.picker-pergb { color: var(--muted); font-size: 13px; }
.picker-option:focus-visible, .picker-duration:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.topup .picker-options { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.topup .picker-durations { width: auto; }

/* Mijn eSIM */
.esim-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); display: grid; gap: 22px; }
.meter { height: 12px; background: #f1ebe3; border-radius: 999px; overflow: hidden; }
.meter > span { display: block; height: 100%; background: var(--orange); border-radius: 999px; transition: width .4s ease; }
.usage-line { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-weight: 600; margin-top: 8px; }
.qr-box { display: grid; justify-items: center; gap: 10px; text-align: center; }
.qr-box img { width: 220px; height: 220px; background: #fff; border-radius: 16px; border: 1px solid var(--line); }
.installed-note { margin: 0; padding: 14px 16px; border-radius: var(--radius-sm); background: #e8f5ee; color: var(--ok); font-weight: 600; }
.legal { padding-block: 48px 80px; }
.legal .draft { background: var(--orange-soft); border-radius: var(--radius-sm); padding: 12px 16px; font-weight: 600; }
.legal h2 { font-size: 24px; margin-top: 32px; }

@media (max-width: 900px) {
  .hero-grid, .partner-inner { grid-template-columns: 1fr; }
  .route-card { transform: none; max-width: 460px; }
  .steps { grid-template-columns: 1fr; }
  /* Op een telefoon blijft het menu staan, maar alleen wat een reiziger onderweg nodig heeft:
     de pakketten en Mijn eSIM. "Zo werkt het" en de vragen staan verderop op de pagina zelf
     en in de voettekst. */
  .topbar-inner { gap: 14px; }
  .buybar-inner { grid-template-columns: 1fr auto; }
  .buybar-options { grid-column: 1 / -1; grid-row: 2; }
  .buybar-action { grid-column: 2; grid-row: 1; }
  body.has-buybar { padding-bottom: 230px; }
}

@media (max-width: 560px) {
  .picker-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .picker-option { padding: 16px 14px 14px; }
  .picker-gb { font-size: 26px; }
  /* Op een smalle telefoon past de hele rij niet meer. "Pakketten" mag weg: dat is één tik
     via het logo of de knop op de pagina zelf. Mijn eSIM blijft, want dat heeft een reiziger
     onderweg nodig. */
  /* Selecteren op de link zelf, niet op de bestandsnaam: de host haalt ".html" eruit. */
  .prefs { gap: 4px; }
  .prefs .pref select { padding: 6px 20px 6px 8px; font-size: 13px; }
  .esim-card { padding: 22px; border-radius: 22px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .checker-row { flex-direction: column; border-radius: 22px; }
  .checker-row input { padding: 12px 14px; }
  .section { padding-block: 56px; }
  .bundle-row { grid-template-columns: repeat(2, 1fr); }
  .bundle { padding: 16px; }
  .bundle-gb { font-size: 28px; }
  .badge { position: static; align-self: flex-start; margin-bottom: 8px; }
  .footer nav { margin-left: 0; gap: 14px 18px; }
  .campaign { font-size: 13px; }

  /* Compacte koopbalk op de telefoon: één regel samenvatting + knop, vinkjes eronder */
  .buybar-inner { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; padding-block: 10px; }
  .buybar-inner > * { min-width: 0; }
  .buybar-label { display: none; }
  .buybar-summary { grid-column: 1; grid-row: 1; align-self: center; }
  .buybar-summary b { font-size: 16px; line-height: 1.2; }
  .buybar-action { grid-column: 2; grid-row: 1; flex-direction: column; align-items: flex-end; gap: 4px; }
  .buybar-price { font-size: 18px; line-height: 1; }
  .buybar .button { padding: 9px 16px; font-size: 14px; }
  .buybar-options { grid-column: 1 / -1; grid-row: 2; }
  .check { font-size: 13px; }
  body.has-buybar { padding-bottom: 180px; }
}

/* Bundelpagina (europe.html): compacte kop met kruimelpad */
.hero-compact { padding-block: 36px 44px; }
.hero-compact h1 { max-width: 760px; }
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--ink-soft); }
.more-link { margin-top: 20px; font-weight: 600; }
.more-link a { color: var(--orange-deep); }

/* Homepage: het Europa-blok met een voorproefje van de bundels */
.europe-block { display: grid; grid-template-columns: 1fr minmax(0, 440px); gap: 40px; align-items: center; padding: 40px; border-radius: 28px; background: var(--ink); color: #fff; box-shadow: 16px 16px 0 var(--orange), var(--shadow); margin: 0 16px 16px 0; }
.europe-block h2 { font-size: clamp(40px, 6vw, 64px); line-height: 1; margin: 0 0 14px; color: #fff; }
.europe-block p { color: rgba(255, 255, 255, .82); font-size: 18px; max-width: 520px; }
.eyebrow.on-dark { color: var(--orange-bright); }
.dest-countries { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.dest-countries li { padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .9); font-size: 13px; }
.dest-countries li.more { background: var(--orange); color: var(--ink); font-weight: 700; }
.europe-plans { background: var(--cream); color: var(--ink); border-radius: var(--radius); padding: 20px; display: grid; gap: 10px; }
.europe-plans-title { margin: 0 0 4px; font-weight: 700; color: var(--ink) !important; font-size: 16px !important; }
.plan-preview { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.europe-plans .button { justify-content: center; margin-top: 6px; }

/* Bundelrijen (bundelpagina en voorproefje), naar het voorbeeld van Airalo en Saily */
.plan { position: relative; display: flex; align-items: center; gap: 14px; width: 100%; padding: 16px 18px; background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); font: inherit; text-align: left; text-decoration: none; cursor: pointer; transition: border-color .15s ease, box-shadow .15s ease; }
.plan:hover { border-color: var(--ink-soft); }
.plan[aria-checked="true"] { border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); }
.plan:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.plan-radio { flex: none; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); background: var(--paper); }
.plan[aria-checked="true"] .plan-radio { border: 7px solid var(--orange); }
.plan-main { display: flex; flex-direction: column; min-width: 0; }
.plan-gb { font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.1; }
.plan-days { color: var(--muted); font-size: 14px; }
.plan-badge { background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.plan.popular .plan-badge { background: var(--orange); color: var(--ink); }
.plan-price { margin-left: auto; font-size: 20px; font-weight: 800; white-space: nowrap; }
.plan-list { display: grid; gap: 22px; }
.plan-group { display: grid; gap: 8px; }
.plan-group-title { margin: 0; font-family: var(--body); font-size: 15px; font-weight: 700; color: var(--ink-soft); }

/* Bundelpagina: productindeling */
.product { padding-block: 28px 72px; background: radial-gradient(1200px 520px at 85% -10%, var(--orange-soft), transparent 60%), var(--cream); scroll-margin-top: 70px; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
.product-info { position: sticky; top: 92px; }
.product-card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: var(--shadow); }
.product-title { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.product-title img { border-radius: 12px; background: var(--orange-soft); padding: 6px; }
.product-title h1 { font-size: clamp(28px, 3.4vw, 40px); margin: 0; line-height: 1.1; }
.product-title p { margin: 2px 0 0; font-weight: 600; }
.product-facts { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; border-top: 1px solid var(--line); padding-top: 16px; }
.product-facts li::before { content: "✓"; color: var(--ok); font-weight: 800; margin-right: 10px; }
.product-facts a { color: var(--ink); font-weight: 600; }
.button.ghost { background: transparent; border: 2px solid var(--ink); color: var(--ink); }
.button.ghost:hover { background: var(--ink); color: #fff; }
.product .checker { margin-top: 22px; }
.plans-title { margin: 30px 0 16px; font-size: 26px; }

/* Waarom esimmy */
.why-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.why-grid li { padding: 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.why-grid h3 { margin: 10px 0 6px; font-size: 19px; }
.why-grid p { margin: 0; color: var(--ink-soft); }
.why-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--orange-soft); font-size: 22px; }

/* Toestelcheck */
.compat { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.compat-steps { margin: 0; padding: 0; list-style: none; counter-reset: compat; display: grid; gap: 12px; }
.compat-steps li { counter-increment: compat; position: relative; padding: 16px 18px 16px 58px; border-radius: var(--radius-sm); background: var(--cream); border: 1px solid var(--line); }
.compat-steps li::before { content: counter(compat); position: absolute; left: 16px; top: 14px; width: 28px; height: 28px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; font-weight: 800; font-size: 14px; }

/* Afsluitende oproep */
.cta-band { background: var(--orange); }
.cta-band-inner { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; justify-content: space-between; padding-block: 40px; }
.cta-band h2 { margin: 0; }

@media (max-width: 900px) {
  .europe-block, .compat, .product-grid { grid-template-columns: 1fr; }
  .europe-block { padding: 26px; gap: 24px; }
  .product-info { position: static; }
  .product .checker:not(.prefilled) { display: none; }
    .product-grid { gap: 8px; }
  .plans-title { margin-top: 20px; }
  .why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .europe-block { margin-right: 10px; padding: 20px; box-shadow: 10px 10px 0 var(--orange), var(--shadow); }
  .europe-plans { padding: 14px; }
  .plan { padding: 14px; gap: 10px; }
  .plan-gb { font-size: 21px; }
  .plan-price { font-size: 18px; }
  .plan-badge { font-size: 11px; padding: 2px 8px; }
  .section { padding-block: 56px; }
}

/* Boarding pass (idee uit esimmy 2.0): de eSIM van de klant als ticket, met scheurlijn en stub */
.pass-wrap { margin: 18px 0 6px; }
.pass { position: relative; background: var(--ink); color: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 50px -24px rgba(22, 36, 46, .6); }
.pass::before, .pass::after { content: ""; position: absolute; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); bottom: 44px; }
.pass::before { left: -13px; }
.pass::after { right: -13px; }
.pass-body { padding: 22px 26px 20px; }
.pass-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.pass-route { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-bright); }
.pass-status { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.pass-status.ok { background: rgba(31, 122, 77, .22); color: #7fe0ae; }
.pass-status.wait { background: rgba(245, 185, 122, .18); color: var(--orange-bright); }
.pass-headline { font-family: var(--display); font-size: clamp(36px, 7vw, 48px); font-weight: 700; line-height: 1.05; margin: 10px 0 16px; }
.pass-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.pass-fields dt { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.pass-fields dd { margin: 2px 0 0; font-weight: 700; font-size: 16px; }
.pass-stub { display: flex; justify-content: space-between; gap: 12px; padding: 14px 26px 16px; border-top: 2px dashed rgba(255, 255, 255, .25); font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }

/* Homepage-routekaart in dezelfde ticketstijl */
.route-card { background: var(--ink); color: #fff; border-color: transparent; position: relative; overflow: hidden; padding-bottom: 0; }
.route-card .route li b { color: #fff; }
.route-card .route li span, .route-card .route-note { color: rgba(255, 255, 255, .65); }
.route-card .route li::before { background: var(--ink); }
.route-card .route-head { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; color: var(--orange-bright); }
.route-card .route-live { color: #7fe0ae; }
.route-card .route-foot { border-top-color: rgba(255, 255, 255, .15); }
.route-card .route-foot b { color: var(--orange-bright); }
.route-stub { margin: 18px -26px 0; padding: 14px 26px 16px; border-top: 2px dashed rgba(255, 255, 255, .25); display: flex; justify-content: space-between; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
.route-card::before, .route-card::after { content: ""; position: absolute; width: 26px; height: 26px; border-radius: 50%; background: var(--cream); bottom: 36px; }
.route-card::before { left: -13px; }
.route-card::after { right: -13px; }

@media (max-width: 560px) {
  .pass-body { padding: 18px 20px 16px; }
  .pass-stub { padding: 12px 20px 14px; font-size: 11px; }
  .pass-fields dd { font-size: 15px; }
}

/* Mijn eSIM: looptijdbalk onder de databalk */
.days-title { margin-top: 18px; }
.meter.days span { background: var(--ink-soft); }
#esim-topup { margin-top: 10px; }

/* Homepage-hero: alleen titel en de drie punten */
.hero-copy .trust { margin-top: 24px; }

/* Landenoverzicht (shops die losse landen verkopen) */
.dest-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.dest-tile { display: flex; flex-direction: column; gap: 6px; height: 100%; padding: 16px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.dest-tile:hover { transform: translateY(-2px); border-color: var(--ink-soft); box-shadow: var(--shadow); }
.dest-flag { width: 48px; height: 36px; object-fit: cover; border-radius: 6px; box-shadow: 0 0 0 1px var(--line); }
.dest-name { font-family: var(--display); font-size: 19px; font-weight: 700; line-height: 1.2; }
.dest-from { margin-top: auto; font-weight: 700; color: var(--orange-deep); font-size: 14px; }
.land-info { margin: 0 0 16px; color: var(--ink-soft); }

/* Landnaam in het dekkingsblok. Geen link: dit zegt alleen wáár de bundel werkt. */
.country-name { flex: 1; color: inherit; font-weight: 600; font-size: 15px; padding-block: 7px; }

/* "Alle 44 landen tonen" staat op een eigen regel over de volle breedte van het raster. */
.country-more { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 8px; }

/* Op een landpagina van een bundel met meer landen: geen eSIM voor dat ene land. */
.land-scope { margin: 16px 0 0; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--orange-soft); border: 1px solid var(--line); }
.land-scope b { display: block; margin-bottom: 4px; }
.land-scope p { margin: 0; color: var(--ink-soft); font-size: 15px; }

/* Geruststelling op het moment van betalen. */
.buybar-note { grid-column: 1 / -1; margin: 6px 0 0; font-size: 13px; color: var(--muted); }

/* Landenlijst op de telefoon. Dit blok staat bewust onderaan: de basisregels voor .country-name
   staan verderop in dit bestand, en bij gelijke specificiteit wint de regel die later komt. */
@media (max-width: 560px) {
  /* Onder elkaar zijn 44 zwevende kaartjes te veel beweging: dichter op elkaar en een lichtere
     schaduw, zodat het één lijst wordt in plaats van 44 losse dingen. */
  .countries { gap: 6px; }
  .country { padding: 4px 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, .14); }
  .country:hover { transform: none; }
  /* Niets is hier aanklikbaar, dus de 44px-duimmaat is niet meer nodig: rustiger en korter. */
  .country-name { padding-block: 6px; }
}

/* ---- Menu ----------------------------------------------------------------
   De bovenste balk draagt alleen het logo en "Mijn eSIM". Alle keuzes zitten achter één knop,
   op elke breedte hetzelfde: eerder verborg de telefoonversie andere dingen dan de desktop,
   en dan is het menu twee menu's om te onderhouden. */
.topbar-esim {
  margin-left: auto; white-space: nowrap; text-decoration: none;
  color: var(--ink); font-weight: 600; font-size: 15px;
  padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper);
}
.topbar-esim:hover { border-color: var(--ink); }

.menu-toggle {
  flex: none; width: 44px; height: 44px; padding: 0; cursor: pointer;
  display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 999px; background: var(--paper);
}
.menu-toggle:hover { border-color: var(--ink); }
.menu-bars { position: relative; display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.menu-bars::before, .menu-bars::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.menu-bars::before { top: -6px; }
.menu-bars::after { top: 6px; }
/* Open: de drie streepjes worden een kruis, zodat dezelfde knop ook sluit. */
.menu-toggle[aria-expanded="true"] .menu-bars { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-bars::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars::after { top: 0; transform: rotate(-45deg); }

.menu-panel { border-top: 1px solid var(--line); background: var(--cream); }
.menu-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px; padding-block: 14px; }
.menu-panel nav { display: flex; flex-wrap: wrap; gap: 4px 26px; }
.menu-panel nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 16px; padding-block: 10px; }
.menu-panel nav a:hover { text-decoration: underline; }
.menu-panel .prefs { margin-left: auto; }

@media (max-width: 640px) {
  /* Onder elkaar, met regels van 44px zodat een duim ze raakt. */
  .menu-inner { flex-direction: column; align-items: stretch; gap: 0; }
  .menu-panel nav { flex-direction: column; gap: 0; }
  .menu-panel nav a { padding-block: 12px; border-bottom: 1px solid var(--line); }
  .menu-panel .prefs { margin: 14px 0 4px; }
  .topbar-esim { padding: 9px 14px; font-size: 14px; }
}

/* Eerste halte is een aankomst: een vliegtuig in plaats van een stip. Alleen bij shops die
   één land verkopen; bij een reis door Europa is elke halte gelijkwaardig. */
.route li.arrival::before {
  content: "\2708"; background: var(--orange); border-color: var(--orange);
  color: var(--ink); font-size: 11px; line-height: 12px; text-align: center;
  width: 18px; height: 18px; left: -32px; top: 3px;
}

/* Vlag in de productkop van een winkel voor één land, op de plek van het eSIM-chipje.
   Emoji en geen SVG: de vlaggenmap dekt alleen de zonelanden. */
.product-flag {
  flex: none; width: 44px; height: 44px; border-radius: 10px;
  display: grid; place-items: center; font-size: 27px; line-height: 1;
  background: var(--orange-soft);
}

/* Shop met alleen een vierkant icoon in plaats van een woordmerk: dat mag hoger staan,
   anders is het op woordmerkhoogte een postzegel. */
.logo img.vierkant { height: 30px; }
.footer-inner img.vierkant { height: 34px; }
