/* =========================================================
   Boathealth — landingspagina (index.html)
   Vult assets/style.css aan; alle klassen zijn lp-* zodat ze
   niet botsen met de gegenereerde privacy/terms/support-pagina's.
   Tokens uit app_theme.dart.
   ========================================================= */

body.lp {
  background: #ffffff;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.65;
  font-variant-numeric: tabular-nums;
}

body.lp {
  --lp-quiet:  #f6f7f9;
  --lp-text-2: #5b6b80;
  --lp-text-3: #94a3b8;
  --lp-border: #e6eaf0;
  --lp-hair:   #eef1f5;
  --lp-ease:   cubic-bezier(.22, .61, .36, 1);
  --lp-col:    min(100% - 40px, 1120px);
  --lp-narrow: min(100% - 40px, 620px);
}

body.lp img { display: block; max-width: 100%; height: auto; }
body.lp h1, body.lp h2 { color: #0f172a; text-wrap: balance; letter-spacing: -.022em; line-height: 1.15; font-weight: 700; }
body.lp p { margin: 0; }

body.lp :where(a, button, summary):focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
  border-radius: 8px;
}

.lp-col    { width: var(--lp-col); margin: 0 auto; }
.lp-narrow { width: var(--lp-narrow); margin: 0 auto; }

/* ---- kop ---- */
.lp-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--lp-hair);
}
.lp-nav { display: flex; align-items: center; gap: 14px; height: 62px; }
.lp-brand { display: flex; align-items: center; gap: 9px; color: var(--navy); font-size: 16.5px; font-weight: 700; letter-spacing: -.02em; text-decoration: none; }
.lp-brand:hover { text-decoration: none; }
.lp-mark { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; }
.lp-nav .lang-switch { margin-left: auto; }

/* ---- tweekolomsritme ---- */
.lp-split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; }
.lp-split .lp-media { display: flex; justify-content: center; }
.lp-split.flip .lp-media { order: -1; }

.lp-phone { width: 296px; filter: drop-shadow(0 26px 50px rgba(15, 23, 42, .17)); }
.lp-crop  { width: 100%; max-width: 460px; filter: drop-shadow(0 18px 38px rgba(15, 23, 42, .13)); }

.lp-eyebrow { color: var(--lp-text-3); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.lp-split h2 { margin: 14px 0 0; font-size: clamp(26px, 3.2vw, 36px); }
.lp-body { margin-top: 16px; max-width: 44ch; color: var(--lp-text-2); font-size: 16.5px; }

.lp-inset { margin: 26px 0 0; max-width: 400px; }
.lp-inset img { border-radius: 14px; filter: drop-shadow(0 12px 26px rgba(15, 23, 42, .12)); }
.lp-inset figcaption { margin-top: 10px; color: var(--lp-text-3); font-size: 13px; }

/* ---- hero ---- */
.lp-hero { padding: 76px 0 88px; }
.lp-hero h1 { margin: 0; font-size: clamp(34px, 4.6vw, 52px); letter-spacing: -.032em; }
.lp-sub { margin-top: 20px; max-width: 40ch; color: var(--lp-text-2); font-size: 18px; }
.lp-note { margin-top: 18px; color: var(--lp-text-3); font-size: 13.5px; }
/* Een losse blauwe link zou het enige blauw op deze pagina zijn. Navy met een
   onderstreping leest even goed als link en blijft binnen het palet. */
.lp-note a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }

/* Winkelknoppen. Bewust géén officiële Apple-/Google-badges: die mogen pas
   gebruikt worden als ze naar een echte listing wijzen. Zodra de apps live
   staan, vervangen we deze twee knoppen door de officiële artwork. */
.lp-stores { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.lp-store {
  display: inline-flex; align-items: center; gap: 11px;
  min-height: 52px; padding: 0 18px;
  border-radius: 12px; background: var(--navy); color: #fff;
  text-decoration: none; line-height: 1.15;
  transition: background-color .15s var(--lp-ease);
}
.lp-store:hover { background: #1b3453; color: #fff; text-decoration: none; }
.lp-store[aria-disabled="true"] { opacity: .82; cursor: default; }
.lp-store[aria-disabled="true"]:hover { background: var(--navy); }
.lp-store svg { width: 22px; height: 22px; flex: 0 0 auto; fill: currentColor; }
.lp-store span { display: flex; flex-direction: column; font-size: 15.5px; font-weight: 600; letter-spacing: -.01em; }
.lp-store small { font-size: 10.5px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; opacity: .72; }
.lp-hero .lp-phone { width: 320px; }

/* ---- banden ---- */
.lp-band { padding: 92px 0; }
.lp-band.quiet { background: var(--lp-quiet); }

/* ---- feiten ---- */
.lp-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--lp-border); }
.lp-fact { padding: 26px 22px 0; border-right: 1px solid var(--lp-border); }
.lp-fact:last-child { border-right: 0; }
.lp-fact b { display: block; color: #0f172a; font-size: 15px; font-weight: 650; }
.lp-fact p { margin-top: 6px; color: var(--lp-text-2); font-size: 14px; }

/* ---- afsluiter ---- */
.lp-closing { text-align: center; }
.lp-closing h2 { font-size: clamp(24px, 3vw, 32px); }
.lp-closing p { margin: 16px auto 0; max-width: 44ch; color: var(--lp-text-2); font-size: 16.5px; }

/* ---- samenwerken ---- */
.lp-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 40px; }
.lp-three h3 { margin: 0; color: #0f172a; font-size: 17px; font-weight: 650; letter-spacing: -.015em; }
.lp-three p { margin-top: 8px; color: var(--lp-text-2); font-size: 15px; }

.lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 20px; margin-top: 36px;
  border-radius: 12px; background: var(--navy); color: #fff;
  font-size: 15px; font-weight: 600; text-decoration: none;
  transition: background-color .15s var(--lp-ease);
}
.lp-btn:hover { background: #1b3453; color: #fff; text-decoration: none; }

/* ---- faq ---- */
.lp-faq { margin-top: 30px; border-top: 1px solid var(--lp-border); }
.lp-faq details { border-bottom: 1px solid var(--lp-border); }
.lp-faq summary { display: flex; align-items: center; gap: 14px; padding: 19px 2px; cursor: pointer; list-style: none; color: #0f172a; font-size: 16px; font-weight: 600; letter-spacing: -.012em; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary .chev { margin-left: auto; color: var(--lp-text-3); font-size: 15px; transition: transform .18s var(--lp-ease); }
.lp-faq details[open] summary .chev { transform: rotate(90deg); }
.lp-faq .lp-answer { padding: 0 34px 20px 2px; color: var(--lp-text-2); font-size: 15px; }

/* ---- voet ---- */
.lp-footer { background: var(--navy); color: #a9b8cc; padding: 52px 0 34px; }
.lp-footer .lp-brand { color: #fff; }
.lp-footer .lp-mark { background: #fff; color: var(--navy); }
.lp-foot { display: flex; flex-wrap: wrap; gap: 26px 60px; align-items: center; }
.lp-foot nav { display: flex; flex-wrap: wrap; gap: 22px; margin-left: auto; }
.lp-footer a { color: #a9b8cc; font-size: 14.5px; text-decoration: none; }
.lp-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.lp-foot-bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin-top: 40px; padding-top: 20px; border-top: 1px solid #24384f; font-size: 13px; }

/* ---- beweging ---- */
.lp-reveal { opacity: 0; transform: translateY(10px); transition: opacity .5s var(--lp-ease), transform .5s var(--lp-ease); }
.lp-reveal.in { opacity: 1; transform: none; }
html:not(.js) .lp-reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1; transform: none; transition: none; }
}

/* ---- responsief ---- */
@media (max-width: 900px) {
  .lp-hero { padding: 56px 0 64px; }
  .lp-band { padding: 64px 0; }
  .lp-split { grid-template-columns: 1fr; gap: 40px; }
  .lp-split.flip .lp-media { order: 0; }
  .lp-body, .lp-sub { max-width: none; }
  .lp-facts { grid-template-columns: 1fr 1fr; }
  .lp-three { grid-template-columns: 1fr; gap: 28px; }
  .lp-fact { padding: 22px 18px 18px; border-bottom: 1px solid var(--lp-border); }
  .lp-fact:nth-child(2n) { border-right: 0; }
  .lp-foot nav { margin-left: 0; }
}

@media (max-width: 480px) {
  .lp-facts { grid-template-columns: 1fr; }
  .lp-fact { border-right: 0; }
  .lp-phone, .lp-hero .lp-phone { width: min(280px, 78vw); }
}
