/* Ebbly — zelfde "getij"-palet en lettertypen als de app (Ebbly/research/design-onderzoek.md).
   Lettertypen staan op de site zelf (assets/fonts), niet bij Google: zo gaat er bij een
   bezoek geen IP-adres naar een derde, passend bij "geen tracking". */
@font-face { font-family: "Nunito"; font-weight: 700; font-display: swap; src: url("/assets/fonts/Nunito_700Bold.ttf") format("truetype"); }
@font-face { font-family: "Nunito"; font-weight: 800; font-display: swap; src: url("/assets/fonts/Nunito_800ExtraBold.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-weight: 400; font-display: swap; src: url("/assets/fonts/DMSans_400Regular.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-weight: 500; font-display: swap; src: url("/assets/fonts/DMSans_500Medium.ttf") format("truetype"); }

:root {
  --bg: #111827;
  --surface: #1A2638;
  --card: #243B53;
  --text: #F3EBDD;
  --muted: #9AA6B8;
  --teal: #5FB3AE;
  --sand: #D8B892;
  --sand-light: #E6CDAE;
  --line: rgba(243, 235, 221, 0.10);
  --vape: #A999DE;
  --drink: #E0B27A;
  --craving: #5DB8AE;
  --night: #8390DE;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); }
body {
  font: 16px/1.55 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .brand span, .cta, .price { font-family: "Nunito", -apple-system, system-ui, sans-serif; }
a { color: var(--sand); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; }

.wrap { max-width: 1040px; margin: 0 auto; padding-inline: 20px; padding-block: 0 72px; }

.topbar { display: flex; align-items: center; justify-content: space-between; padding-block: 18px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.brand img { width: 36px; height: 36px; border-radius: 9px; }
.brand span { font-size: 21px; font-weight: 800; letter-spacing: -0.2px; }
.lang-switch { display: flex; gap: 2px; font-size: 13px; }
.lang-switch a { color: var(--muted); text-decoration: none; padding: 6px 8px; border-radius: 8px; }
.lang-switch a.active { color: var(--sand); font-weight: 500; background: rgba(216, 184, 146, 0.10); }

/* Hero: tekst links, telefoon rechts; op smalle schermen onder elkaar. */
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 48px; align-items: center; padding-block: 36px 24px; }
.hero h1 { font-size: clamp(34px, 5.2vw, 54px); line-height: 1.08; font-weight: 800; letter-spacing: -0.8px; margin: 0 0 18px; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--teal); }
.hero .sub { color: #C9D1DC; font-size: 18px; max-width: 34ch; margin: 0 0 28px; }
.phone { justify-self: center; width: min(320px, 100%); border-radius: 34px; border: 1px solid var(--line); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 0 8px #0B111C; overflow: hidden; background: #0B111C; }
.phone img { display: block; width: 100%; height: auto; }

.waitlist { display: flex; flex-direction: column; gap: 10px; max-width: 440px; }
.waitlist label { font-size: 14px; color: var(--muted); }
.waitlist .row { display: flex; gap: 8px; flex-wrap: wrap; }
.waitlist input[type="email"] { flex: 1 1 220px; min-width: 0; font: inherit; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 13px 15px; }
.waitlist input[type="email"]::placeholder { color: #6F7C90; }
.cta { font-size: 16px; font-weight: 800; color: #111827; background: var(--sand); border: 0; border-radius: 14px; padding: 13px 22px; cursor: pointer; text-decoration: none; display: inline-block; }
.cta:hover { background: var(--sand-light); }
.note { font-size: 13px; color: var(--muted); margin: 0; }
.hidden-field { position: absolute; left: -9999px; }

.features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 56px 0 0; padding: 0; list-style: none; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 20px; display: flex; gap: 16px; align-items: flex-start; }
.feature .ic { flex: none; width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; border: 1.5px solid var(--c); background: color-mix(in srgb, var(--c) 16%, transparent); }
.feature h2 { font-size: 18px; font-weight: 800; margin: 0 0 4px; }
.feature p { margin: 0; color: var(--muted); font-size: 15px; }

.pricing { margin: 40px 0 0; padding: 26px; border-radius: 20px; background: linear-gradient(135deg, #1D2E45, var(--surface)); border: 1px solid rgba(216, 184, 146, 0.35); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.pricing h2 { font-size: 22px; font-weight: 800; margin: 0 0 6px; }
.pricing p { margin: 0; color: var(--muted); max-width: 52ch; }
.price-list { display: flex; gap: 10px; flex-wrap: wrap; }
.price { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 10px 14px; text-align: center; min-width: 96px; }
.price b { display: block; font-size: 20px; color: var(--sand); }
.price span { font-family: "DM Sans", system-ui, sans-serif; font-size: 12px; color: var(--muted); }

.honest { margin: 40px 0 0; color: var(--muted); font-size: 14px; max-width: 70ch; }

footer { margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 13.5px; }
footer a { color: var(--muted); }

/* Privacy- en keuzepagina's */
.doc { max-width: 700px; margin: 0 auto; padding-block: 12px 72px; }
.doc h1 { font-size: 34px; font-weight: 800; margin: 18px 0 6px; }
.doc .meta { color: var(--muted); font-size: 14px; margin: 0 0 26px; }
.doc h2 { font-size: 20px; font-weight: 800; margin: 34px 0 8px; }
.doc p, .doc li { color: #D5DBE3; }
.doc ul { padding-left: 22px; }
.doc li { margin-bottom: 6px; }
.lang-choice { display: flex; flex-direction: column; gap: 12px; max-width: 260px; margin: 40px auto 0; }
.lang-choice a { display: block; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 14px 20px; color: var(--text); font-weight: 500; text-decoration: none; }

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 32px; padding-block: 20px 8px; }
  .features { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
}
.cta.soon { cursor: default; background: transparent; color: var(--sand); border: 1.5px solid var(--sand); align-self: flex-start; }
.cta.soon:hover { background: transparent; }
