/* GEGENEREERD door tools/build_landing.py; bewerk de generator, niet dit bestand. */
:root { color-scheme: light dark; --accent: #3f8025; --accent-text: #3f8025; --ink: #1c1c1e;
  --paper: #fff; --card: #f2f2f7; --mute: #6e6e73; --lijn: #d8d8dd; }
@media (prefers-color-scheme: dark) { :root { --accent-text: #6fde42; --ink: #f2f2f7; --paper: #000;
  --card: #1c1c1e; --mute: #98989d; --lijn: #2c2c2e; } }

* { margin: 0; box-sizing: border-box; }
body { font-family: -apple-system, "SF Pro Text", "Segoe UI", sans-serif; background: var(--paper);
  color: var(--ink); line-height: 1.6; }
img { max-width: 100%; }
/* Koreaans breekt anders midden in een woord af; Japans heeft juist wél
   vrije regelafbreking nodig en blijft daarom op de standaard staan. */
html[lang="ko"] body { word-break: keep-all; }
a { color: color-mix(in srgb, var(--accent) 62%, var(--ink)); }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.omhulsel { max-width: 780px; margin: 0 auto; padding: 0 22px; }

/* Taalhint: stil, bovenaan, nooit een automatische omleiding. */
#taalhint { background: var(--card); border-bottom: 1px solid var(--lijn); font-size: 14px;
  text-align: center; padding: 9px 22px; }
#taalhint[hidden] { display: none; }
#taalhint a { display: none; }
#taalhint a.zichtbaar { display: inline; }

header { text-align: center; padding: 46px 22px 10px; }
.merkje { display: flex; gap: 12px; align-items: center; justify-content: center;
  font-size: 30px; letter-spacing: -0.01em; }
.merkje img { width: 46px; height: 46px; border-radius: 11px; }
.lead { font-size: 22px; line-height: 1.35; max-width: 22em; margin: 18px auto 0; }
.keuzes { margin-top: 26px; }
a.knop { display: inline-block; background: var(--accent); color: #fff; font-weight: 700;
  font-size: 17px; padding: 15px 28px; border-radius: 14px; text-decoration: none; }
.badges { display: flex; gap: 6px; justify-content: center; align-items: center;
  flex-wrap: wrap; margin-top: 16px; }
.badges a { display: inline-block; line-height: 0; }
.badges img.badge-play { height: 64px; width: auto; }
.badges img.badge-appstore { height: 43px; width: auto; margin: 11px; }
.stil { color: var(--mute); font-size: 14px; margin-top: 8px; }
.talen { font-size: 13px; color: var(--mute); margin-top: 22px; }
.talen a { color: inherit; text-decoration: none; margin: 0 5px; }
.talen a.actief, .talen a:hover { color: var(--accent-text); font-weight: 700; }

section { padding: 34px 0 0; }
h2 { font-size: 21px; margin: 0 0 10px; padding-top: 8px; border-top: 3px solid var(--accent);
  display: inline-block; }
section p { margin: 10px 0; }
.mutet { color: var(--mute); font-size: 15px; }
ul.opsomming { padding-left: 22px; } ul.opsomming li { margin: 8px 0; }
.uitnodiging { font-weight: 700; }
.kaarten { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px;
  margin-top: 14px; }
.kaart { background: var(--card); border-radius: 16px; padding: 16px 18px; text-decoration: none;
  color: inherit; display: block; }
.kaart b { display: block; margin-bottom: 4px; }
.kaart span { color: var(--mute); font-size: 14px; }
footer { margin: 52px 0 0; border-top: 1px solid var(--lijn); padding: 22px 0 60px;
  color: var(--mute); font-size: 14px; }
footer a { margin-right: 4px; }

/* ── Het geannoteerde beeld ─────────────────────────────────────── */
figure.uitleg { margin: 18px 0 0; }
.kader { position: relative; width: 100%; max-width: 700px; margin: 0 auto; }
.telefoon { position: relative; aspect-ratio: 390 / 844; border: 1px solid var(--lijn);
  border-radius: 24px; overflow: hidden; background: var(--paper); }
.telefoon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.merk { position: absolute; transform: translate(-50%, -50%); border: 2px solid var(--ink);
  border-radius: 999px; }
.merk i { position: absolute; width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); color: #fff; font: 700 12px/22px -apple-system, "Segoe UI", sans-serif;
  font-style: normal; text-align: center; }
.merk-1 { left: 50%; top: 3.71%; width: 28.14%; height: 5.05%; }
.merk-1 i { left: 100%; top: 50%; transform: translate(7px, -50%); }
.merk-2 { left: 50%; top: 95.26%; width: 11.28%; height: 5.21%; }
.merk-3 { left: 11.29%; top: 95.26%; width: 9.25%; height: 4.27%; }
.merk-4 { left: 88.71%; top: 95.26%; width: 9.25%; height: 4.27%; }
.merk-2 i, .merk-3 i { left: 100%; top: 50%; transform: translate(7px, -50%); }
.merk-4 i { right: 100%; top: 50%; transform: translate(-7px, -50%); }
.punt { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; }
.punt .nr { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff;
  font: 700 12px/22px -apple-system, "Segoe UI", sans-serif; text-align: center; }
.punt b.term { display: block; }
.punt span { color: var(--mute); font-size: 15px; }
.pijl { display: none; color: var(--accent-text); }
figcaption { color: var(--mute); font-size: 14px; margin-top: 16px; text-align: center; }

/* Smal: telefoon boven, genummerde lijst eronder, geen pijlen. */
@media (max-width: 899px) {
  .kader { max-width: 300px; }
  .punten { max-width: 520px; margin: 22px auto 0; display: grid; gap: 14px; }
}

/* Breed: het beeld in het midden, de vier punten eromheen met pijlen. */
@media (min-width: 900px) {
  .kader { aspect-ratio: 700 / 690; }
  .telefoon { position: absolute; left: 33.0%; width: 34.0%; top: 4.0%; }
  .punten { display: block; }
  .punt { position: absolute; width: 28%; }
  .punt-1 { left: 0; top: 1.5%; }
  .punt-2 { left: 30%; width: 40%; top: 85%; }
  .punt-3 { left: 0; top: 68.5%; }
  .punt-4 { right: 0; top: 68.5%; }
  .pijl { display: block; position: absolute; }
  .pijl-1 { left: 28.5%; width: 16.72%; top: 6.77%; height: 22px;
    transform: translateY(-50%); }
  .pijl-2 { left: 50%; top: 77.05%; bottom: 16%; width: 22px;
    transform: translateX(-50%); }
  .pijl-3 { left: 28.5%; width: 6.77%; top: 75.11%; height: 20px;
    transform: translateY(-50%); }
  .pijl-4 { right: 28.5%; width: 6.77%; top: 75.11%; height: 20px;
    transform: translateY(-50%); }
}
