/* ==========================================================================
   landing.css — SEO-landingspagina's (/vakantie-plannen/, /paklijst-vakantie/, …)
   Laadt ná style.css en tips/tips.css. Bevat alleen patronen die daar nog niet
   in zitten; hero-badge, painpoint, faq, checklist, hack-list, tips-cta en
   hub-card komen uit de bestaande stylesheets.
   ========================================================================== */

/* --- Hero ---------------------------------------------------------------- */
.lp-hero {
  position: relative;
  z-index: 1;
  background: var(--navy-deep);
  color: var(--cream-on-dark);
  padding: 26px 32px 84px;
  isolation: isolate;
}
.lp-hero-inner { max-width: 820px; margin: 0 auto; }

.lp-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  line-height: 1.06;
  margin: 0 0 18px;
  color: var(--cream-on-dark);
}
.lp-title strong { color: var(--gold); font-weight: 800; }

.lp-lede {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.9vw, 1.18rem);
  line-height: 1.65;
  color: rgba(244, 235, 200, 0.86);
  max-width: 62ch;
  margin: 0;
}
.lp-lede strong { color: var(--cream-on-dark); font-weight: 600; }
.lp-lede a { color: var(--gold-soft); text-decoration: underline; }

/* --- Breadcrumb ---------------------------------------------------------- */
.lp-breadcrumb { margin: 0 0 20px; }
.lp-breadcrumb ol {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  list-style: none; margin: 0; padding: 0;
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
}
.lp-breadcrumb li + li::before { content: '\203A'; margin-right: 8px; opacity: 0.55; }
.lp-breadcrumb a { color: var(--gold); }
.lp-breadcrumb a:hover { color: var(--gold-soft); }
.lp-breadcrumb span { color: rgba(244, 235, 200, 0.62); }

/* --- Body ---------------------------------------------------------------- */
.lp-main { background: var(--paper-base); padding: 0 0 24px; }
.lp-wrap { max-width: 780px; margin: 0 auto; padding: 40px 24px 8px; }
.lp-wrap--top { padding-top: 36px; padding-bottom: 0; }

.lp-main h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.15; color: var(--ink);
  margin: 44px 0 12px; scroll-margin-top: 90px;
}
.lp-wrap > h2:first-child { margin-top: 0; }
.lp-main p { line-height: 1.68; margin: 0 0 14px; }
.lp-main .lp-intro { color: var(--caption-muted); margin-bottom: 18px; }
.lp-main li { line-height: 1.65; }

/* --- Inhoudsopgave ------------------------------------------------------- */
.lp-toc {
  margin: 0 0 26px; padding: 18px 22px;
  border: 1px dashed rgba(159, 122, 79, 0.55); border-radius: 12px;
  background: rgba(244, 236, 220, 0.5);
}
.lp-toc-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 10px !important;
}
.lp-toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 28px; }
.lp-toc li { margin-bottom: 5px; break-inside: avoid; }
.lp-toc a { color: var(--ink-soft); font-size: 15px; }
.lp-toc a:hover { color: var(--gold-deep); }

/* --- Knoppenrij + voortgang ---------------------------------------------- */
.lp-tools { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 10px !important; }
.lp-progress {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--brass); margin: 6px 0 0 !important;
}
.lp-progress output { color: var(--gold-deep); }
.lp-reset {
  /* tikdoel ≥ 44px */
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: none; background: none; padding: 0; font: inherit;
  color: var(--brass); text-decoration: underline; cursor: pointer;
}
.lp-reset:hover { color: var(--rust); }

/* --- Afvinkbare checklist ------------------------------------------------ */
.checklist--interactive li { padding-left: 0; }
.checklist--interactive li::before { content: none; }
.checklist--interactive label {
  display: flex; gap: 13px; align-items: flex-start;
  cursor: pointer; padding: 8px 0;
}
.checklist--interactive input[type="checkbox"] {
  flex: 0 0 auto; width: 18px; height: 18px; margin: 4px 0 0;
  accent-color: var(--gold-deep); cursor: pointer;
}
.checklist--interactive input:checked + span { opacity: 0.5; text-decoration: line-through; }
.checklist--interactive span { transition: opacity 0.15s ease; }

/* --- Vergelijkingstabel -------------------------------------------------- */
.lp-table-wrap { overflow-x: auto; margin: 20px 0 8px; -webkit-overflow-scrolling: touch; }
.lp-compare { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 15px; }
.lp-compare th, .lp-compare td {
  padding: 12px 14px; text-align: left; vertical-align: top;
  border-bottom: 1px dashed rgba(159, 122, 79, 0.35);
}
.lp-compare thead th {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass); border-bottom: 2px solid rgba(159, 122, 79, 0.5);
}
.lp-compare tbody th { font-weight: 600; color: var(--ink); }
.lp-compare tbody tr:last-child th, .lp-compare tbody tr:last-child td { border-bottom: none; }
.lp-compare td:last-child { background: rgba(217, 146, 40, 0.1); }

/* --- Tekst + app-screenshot ---------------------------------------------- */
.lp-split { background: var(--paper-highlight); padding: 60px 24px; }
.lp-split-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr minmax(220px, 300px);
  gap: 48px; align-items: center;
}
.lp-split-inner.is-flipped { grid-template-columns: minmax(220px, 300px) 1fr; }
.lp-split-inner.is-flipped .lp-split-media { order: -1; }
.lp-split-text h2 { margin-top: 0 !important; }
.lp-split-text p { line-height: 1.68; margin: 0 0 14px; }
.lp-phone {
  border-radius: 30px; overflow: hidden;
  border: 8px solid var(--navy-deep);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: rotate(-1.5deg);
}
.lp-phone img { display: block; width: 100%; height: auto; }

/* --- Kaartgrid binnen een landingspagina --------------------------------- */
.lp-wrap .hub-grid { margin-top: 18px; text-align: left; }

/* --- Footer-linkkolommen (sitewide) -------------------------------------- */
.site-footer-links {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 26px 32px; width: 100%;
  padding: 0 0 26px; margin: 0 0 22px;
  border-bottom: 1px solid rgba(244, 235, 200, 0.14);
  text-align: left;
}
.site-footer-links h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 10px;
}
.site-footer-links a {
  display: block; padding: 12px 0; /* tikdoel ≥ 44px (21px regel + 2×12) */ font-size: 14px;
  color: var(--cream-on-dark); opacity: 0.78;
}
.site-footer-links a:hover { opacity: 1; color: var(--gold-soft); }

/* --- Responsive ---------------------------------------------------------- */
@media (max-width: 820px) {
  .lp-hero { padding: 22px 22px 72px; }
  .lp-split-inner,
  .lp-split-inner.is-flipped { grid-template-columns: 1fr; gap: 32px; }
  .lp-split-inner.is-flipped .lp-split-media { order: 0; }
  .lp-split-media { max-width: 260px; margin: 0 auto; }
  .lp-toc ol { columns: 1; }
}
@media (max-width: 620px) {
  .lp-wrap { padding: 32px 20px 6px; }
  .lp-compare { font-size: 14px; }
  .lp-compare th, .lp-compare td { padding: 10px 10px; }
  .site-footer-links { grid-template-columns: 1fr; gap: 22px; }
}

/* --- Print --------------------------------------------------------------- */
@media print {
  .lp-hero .hero-badge,
  .lp-breadcrumb,
  .lp-toc,
  .lp-tools,
  .lp-progress,
  .lp-split-media,
  .site-footer-links,
  .faq { display: none !important; }
  .lp-hero { background: none !important; color: #000 !important; padding: 0 !important; }
  .lp-title, .lp-lede { color: #000 !important; }
  .torn-edge { display: none !important; }
  .lp-main { background: none !important; }
  .lp-wrap { max-width: none; padding: 0; }
  .checklist li, .hack-list li, .lp-compare tr { break-inside: avoid; }
  .lp-main h2 { break-after: avoid; }
  @page { margin: 14mm; }
}

/* --- Link vanaf een tip omhoog naar de pillar-pagina --------------------- */
.tips-uplink {
  /* tikdoel ≥ 44px */
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  display: inline-block;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.tips-uplink:hover { color: var(--rust); }
@media print { .tips-uplink { display: none !important; } }

/* Scroll-affordance: laat zien dat de vergelijkingstabel horizontaal verder loopt */
.lp-table-wrap {
  position: relative;
  background:
    linear-gradient(to right, var(--paper-base) 30%, rgba(229, 218, 196, 0)) left / 32px 100% no-repeat,
    linear-gradient(to left, var(--paper-base) 30%, rgba(229, 218, 196, 0)) right / 32px 100% no-repeat,
    radial-gradient(farthest-side at 0 50%, rgba(159, 122, 79, 0.28), rgba(159, 122, 79, 0)) left / 14px 100% no-repeat,
    radial-gradient(farthest-side at 100% 50%, rgba(159, 122, 79, 0.28), rgba(159, 122, 79, 0)) right / 14px 100% no-repeat;
  background-attachment: local, local, scroll, scroll;
}
.lp-table-wrap:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Store-link halverwege het tekst+screenshot-blok.
   De pill-stijl in tips.css staat als `.tips-cta .tips-cta-link` — gescopet op het
   donkere CTA-blok onderaan. Buiten dat blok erft deze link dus niets, vandaar dat
   de opmaak hier volledig staat in plaats van te leunen op die class. */
.lp-split-cta {
  display: inline-block;
  margin-top: 14px;
  padding: 12px 22px;
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.lp-split-cta:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
  color: var(--navy-deep);
}
@media print { .lp-split-cta { display: none !important; } }
