/* ─────────────────────────────────────────────────────────────────────────
   Spotlight klantportaal — basis-stylesheet.
   Inlog-/auth-schermen: een strakke, gecentreerde kaart op een blauwe
   achtergrond. Simpel klantpaneel, duidelijke hiërarchie (logo → doel → actie).
   ───────────────────────────────────────────────────────────────────────── */

:root {
  --cream: #faf8f2;
  --navy-900: #000814;
  --navy-700: #001d3d;
  --navy-500: #003566;
  --yellow: #ffd60a;
  --ink: #001d3d;
  --muted: #687183;
  --line: #e6e2d6;

  --font-head: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-body: 'Archivo', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --radius: 16px;
  --maxw: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--navy-700); text-decoration: none; }
a:hover { color: var(--navy-500); }
img { max-width: 100%; display: block; }

/* ── Stage: blauwe achtergrond, gecentreerde kaart ────────────────────── */
.stage {
  min-height: 100vh;
  background: linear-gradient(157deg, #0a4c8a 0%, #003566 52%, #001d3d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.stage--center { text-align: center; }

.stage__card {
  width: 440px;
  max-width: 100%;
  background: var(--cream);
  border-radius: 24px;
  padding: 48px 40px 40px;
  box-shadow: 0 34px 90px rgba(0, 8, 20, 0.42);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.stage__card--wide { width: 480px; }

/* ── Typografie / hiërarchie ──────────────────────────────────────────── */
.brand-logo { width: 100%; max-width: 340px; height: auto; margin-bottom: 4px; }
.brand {
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: #8a8672;
}
.display {
  font-family: var(--font-head); font-weight: 700; font-size: 26px;
  line-height: 1.15; letter-spacing: -0.01em; margin: 0; color: var(--navy-700);
}
.lede { font-size: 15px; line-height: 1.6; color: #5a6474; margin: 0; max-width: 34ch; }
.muted { font-size: 13px; color: var(--muted); }
.muted a { color: var(--navy-700); text-decoration: underline; }

/* ── Knoppen ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--yellow); color: var(--navy-900); border-color: var(--yellow); }
.btn--primary:hover { color: var(--navy-900); box-shadow: 0 8px 24px rgba(0, 53, 102, .2); }
.btn--ghost { background: transparent; color: var(--navy-700); border-color: #cfd6de; }
.btn--ghost:hover { background: var(--navy-700); color: var(--cream); border-color: var(--navy-700); }
.btn--block { width: 100%; }

/* ── Formulieren ──────────────────────────────────────────────────────── */
.form { display: flex; flex-direction: column; gap: 12px; width: 100%; margin-top: 6px; }
.input {
  width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 15.5px;
  padding: 14px 16px; border: 1.5px solid #e4dfd1; border-radius: 12px;
  background: #fff; color: var(--navy-900); outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.input::placeholder { color: #a7a08d; }
.input:focus { border-color: var(--navy-500); box-shadow: 0 0 0 3px rgba(0, 53, 102, 0.12); }
.form-error { margin: 0; font-size: 14px; color: #b3261e; font-weight: 500; }
.input--code { text-align: center; letter-spacing: 0.4em; font-size: 20px; }

/* ── 2FA ──────────────────────────────────────────────────────────────── */
.qr { width: 200px; height: 200px; border-radius: 14px; background: #fff; padding: 10px; box-sizing: border-box; border: 1px solid var(--line); }
.totp-key {
  font-family: ui-monospace, 'Cascadia Code', 'Courier New', monospace; font-size: 14px;
  letter-spacing: 0.1em; color: var(--navy-700); background: #fff; border: 1px solid var(--line);
  padding: 10px 14px; border-radius: 10px; word-break: break-all;
}

@media (max-width: 480px) {
  .stage { padding: 18px; }
  .stage__card { padding: 40px 26px 32px; border-radius: 20px; }
}

/* ── Universele Spotlight-footer (gelijk aan shop.indespotlight.com) ── */
.site-footer { background:#000814; color:#faf8f2; font-size:15px; font-family:'Archivo','Poppins',system-ui,-apple-system,sans-serif; }
.site-footer__inner { padding:clamp(40px,6vw,64px); max-width:1440px; margin:0 auto; box-sizing:border-box; }
.site-footer__cols { display:flex; flex-wrap:wrap; gap:clamp(28px,4vw,48px); justify-content:space-between; margin-bottom:56px; }
.site-footer__col { display:flex; flex-direction:column; gap:8px; flex:1; min-width:170px; }
.site-footer__h { color:#faf8f2; font-weight:600; font-size:16px; margin-bottom:16px; }
.site-footer a { color:#aeb6c6; text-decoration:none; }
.site-footer a:hover { color:#faf8f2; }
.site-footer__col a, .site-footer__col span { padding:4px 0; }
.site-footer__svc { display:inline-flex; align-items:center; width:fit-content; border:1px solid rgba(250,248,242,.28); border-radius:999px; padding:9px 18px; color:#faf8f2 !important; font-size:14px; font-weight:600; }
.site-footer__bottom { display:flex; flex-direction:column; gap:24px; border-top:1px solid rgba(250,248,242,.1); padding-top:32px; }
.site-footer__row { display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px; align-items:center; }
.site-footer__pay { display:flex; gap:12px; color:#687183; font-size:13px; align-items:center; flex-wrap:wrap; }
.site-footer__meta { font-size:13px; color:#687183; display:flex; gap:16px; flex-wrap:wrap; }
.site-footer__legal { display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13px; color:#687183; }
.site-footer__legal a { color:#687183; }
