:root {
  --green: #173b35;
  --green-deep: #102d29;
  --teal: #4e7d86;
  --coral: #c65d4b;
  --paper: #f7f4ed;
  --mist: #e8efec;
  --white: #ffffff;
  --ink: #24312f;
  --muted: #62706d;
  --line: #cad4d0;
  --shadow: 0 14px 35px rgba(19, 48, 43, 0.11);
  --container: 1180px;
  --narrow: 920px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.dialog-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--green);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: 58px;
}

h2 {
  margin-bottom: 24px;
  font-size: 42px;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

p {
  margin-bottom: 18px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--green);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container,
.narrow {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: var(--narrow);
}

.section-band {
  padding: 104px 0;
}

.section-white {
  background: var(--white);
}

.section-label,
.eyebrow {
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 50px;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 19px;
}

.section-heading.compact {
  margin-bottom: 36px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 10px 32px;
  border-bottom: 1px solid rgba(23, 59, 53, 0.12);
  background: rgba(255, 255, 255, 0.97);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--green);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 6px;
  background: var(--green);
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
}

.brand-name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand-name span {
  display: block;
  color: var(--teal);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--coral);
}

.header-cta {
  justify-self: end;
  padding: 9px 14px;
  border-bottom: 2px solid var(--coral);
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 690px;
  align-items: center;
  overflow: hidden;
  background-color: var(--green-deep);
  background-image: url("/assets/familie-overzicht-hero.png");
  background-position: center center;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  background: rgba(16, 45, 41, 0.9);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
  padding: 72px 0;
}

.hero-content > * {
  max-width: 610px;
}

.hero .eyebrow {
  color: #efad9f;
}

.hero h1 {
  margin-bottom: 24px;
  color: var(--white);
}

.hero-lead {
  color: #e8efec;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg,
.contact-link svg,
.check-list svg,
.feature-list svg,
.trust-strip svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.button-primary {
  background: var(--coral);
  color: var(--white);
}

.button-primary:hover {
  background: #af4e3e;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.button-light:hover {
  background: var(--white);
  color: var(--green);
}

.button-outline {
  border-color: var(--green);
  background: transparent;
  color: var(--green);
}

.button-outline:hover {
  background: var(--green);
  color: var(--white);
}

.button-secondary {
  background: var(--green);
  color: var(--white);
}

.button-full {
  width: 100%;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #d6e2de;
  font-size: 13px;
  font-weight: 650;
}

.hero-trust svg {
  width: 18px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 86px;
  align-items: stretch;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-right: 1px solid var(--line);
  color: var(--green);
  font-size: 14px;
  font-weight: 750;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip svg {
  color: var(--coral);
}

.problem {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: start;
}

.intro-grid h2 {
  margin-bottom: 0;
}

.intro-copy {
  padding-top: 31px;
  color: var(--muted);
  font-size: 18px;
}

.audience-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: center;
}

.audience-copy {
  max-width: 690px;
}

.audience-copy > p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
}

.check-list,
.feature-list,
.privacy ul,
.do-dont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-weight: 650;
}

.check-list svg {
  margin-top: 3px;
  color: var(--coral);
}

.family-note {
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--paper);
}

.family-note > svg {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  color: var(--coral);
}

.family-note p {
  color: var(--muted);
  font-size: 15px;
}

.family-note a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.family-note a svg {
  width: 16px;
}

.contents {
  background: var(--mist);
}

.contents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contents-grid article {
  min-height: 210px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.contents-grid article > svg {
  width: 29px;
  height: 29px;
  margin-bottom: 28px;
  color: var(--coral);
}

.contents-grid h3 {
  font-size: 19px;
}

.contents-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 12px 34px 12px 0;
  border-right: 1px solid var(--line);
}

.steps li + li {
  padding-left: 34px;
}

.steps li:last-child {
  border-right: 0;
}

.steps > li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--coral);
  border-radius: 50%;
  color: var(--coral);
  font-size: 18px;
  font-weight: 850;
}

.steps h3 {
  margin-top: 2px;
  font-size: 19px;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.boundaries {
  background: var(--green);
  color: #d8e4e0;
}

.boundaries h2,
.boundaries h3 {
  color: var(--white);
}

.boundaries-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.boundaries-layout > div:first-child p:last-child {
  color: #c7d8d3;
  font-size: 18px;
}

.do-dont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.do-dont > div {
  padding: 28px;
}

.do-dont > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.do-dont h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 17px;
}

.do-dont h3 svg {
  width: 20px;
  color: #efad9f;
}

.do-dont li {
  margin-bottom: 8px;
  color: #d8e4e0;
  font-size: 14px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-card.featured {
  border: 2px solid var(--green);
  box-shadow: var(--shadow);
}

.popular {
  position: absolute;
  top: -14px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--green);
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.price-top {
  min-height: 102px;
}

.price-top h3 {
  font-size: 23px;
}

.price-top p {
  color: var(--muted);
  font-size: 15px;
}

.price {
  margin: 18px 0 26px;
  color: var(--green);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.price span {
  margin-right: 3px;
  font-size: 21px;
  vertical-align: top;
}

.feature-list {
  margin-bottom: 30px;
}

.feature-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 14px;
}

.feature-list svg {
  width: 17px;
  margin-top: 2px;
  color: var(--coral);
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.guided-session {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
  padding: 32px 34px;
  border-left: 5px solid var(--coral);
  background: var(--paper);
}

.guided-session h3 {
  margin-bottom: 7px;
}

.guided-session p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.privacy {
  background: var(--teal);
  color: var(--white);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 90px 1fr 0.9fr;
  gap: 38px;
  align-items: center;
}

.privacy h2 {
  margin-bottom: 14px;
  color: var(--white);
}

.privacy .section-label {
  color: #ffd0c7;
}

.privacy p:last-child {
  margin-bottom: 0;
  color: #e7f0ed;
}

.privacy-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.privacy-icon svg {
  width: 34px;
  height: 34px;
}

.privacy li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.privacy li svg {
  width: 17px;
  color: #ffd0c7;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--green);
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary svg {
  width: 20px;
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

.accordion details[open] summary svg {
  transform: rotate(45deg);
}

.accordion details p {
  max-width: 760px;
  padding-bottom: 24px;
  color: var(--muted);
}

.partner {
  background: var(--green);
}

.partner-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.partner h2 {
  margin-bottom: 15px;
  color: var(--white);
}

.partner p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #cfdfda;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-layout h2 {
  font-size: 34px;
}

.contact-layout p:last-child {
  color: var(--muted);
}

.contact-link {
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  color: var(--green);
  text-decoration: none;
}

.contact-link > svg:first-child {
  width: 28px;
  height: 28px;
  color: var(--coral);
}

.contact-link > svg:last-child {
  width: 19px;
}

.contact-link span {
  min-width: 0;
}

.contact-link small,
.contact-link strong {
  display: block;
}

.contact-link small {
  color: var(--muted);
  font-size: 12px;
}

.contact-link strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}

.site-footer {
  padding: 68px 0 0;
  background: #0d2925;
  color: #c8d8d3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.65fr 0.65fr;
  gap: 80px;
  padding-bottom: 56px;
}

.footer-brand .brand-mark {
  background: var(--white);
  color: var(--green);
}

.footer-brand .brand-name {
  color: var(--white);
}

.footer-grid > div:first-child p {
  max-width: 410px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-grid h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 14px;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  margin-bottom: 9px;
  color: #c8d8d3;
  font-size: 13px;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 18px max(24px, calc((100% - var(--container)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #92aaa3;
  font-size: 12px;
}

.checkout-dialog {
  width: min(calc(100% - 32px), 540px);
  max-height: calc(100vh - 32px);
  padding: 38px;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  color: var(--ink);
}

.checkout-dialog::backdrop {
  background: rgba(8, 25, 22, 0.78);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
}

.dialog-close svg {
  width: 22px;
}

.dialog-heading h2 {
  margin-bottom: 8px;
  font-size: 30px;
}

.dialog-heading > p:last-child {
  color: var(--muted);
  font-size: 15px;
}

.demo-notice {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
  padding: 12px;
  border: 1px solid #d7b44a;
  background: #fff8dc;
  color: #6b5415;
  font-size: 13px;
}

.demo-notice[hidden] {
  display: none;
}

.demo-notice svg {
  width: 18px;
}

.checkout-dialog form {
  display: grid;
  gap: 16px;
}

.checkout-dialog label:not(.consent) {
  display: grid;
  gap: 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.checkout-dialog input[type="text"],
.checkout-dialog input[type="email"],
.checkout-dialog label:not(.consent) input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
}

.checkout-dialog input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(78, 125, 134, 0.16);
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 12.5px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.form-error {
  min-height: 20px;
  margin: 0;
  color: #a53626;
  font-size: 13px;
  font-weight: 700;
}

.dialog-footnote {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1050px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 37px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero-shade {
    width: 66%;
  }

  .contents-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    gap: 12px;
  }

  .price-card {
    padding: 28px 24px;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

  .section-band {
    padding: 78px 0;
  }

  .site-header {
    min-height: 64px;
    padding: 9px 20px;
  }

  .brand-name {
    font-size: 13px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 700px;
    background-position: 64% center;
  }

  .hero-shade {
    width: 100%;
    background: rgba(16, 45, 41, 0.78);
  }

  .hero-content {
    width: min(calc(100% - 40px), var(--container));
  }

  .hero-content > * {
    max-width: 570px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .intro-grid,
  .audience-layout,
  .boundaries-layout,
  .privacy-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .audience-layout,
  .boundaries-layout,
  .contact-layout {
    gap: 38px;
  }

  .intro-copy {
    padding-top: 0;
  }

  .family-note {
    max-width: 520px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li,
  .steps li + li {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps li:last-child {
    border-bottom: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .price-card {
    min-height: 0;
  }

  .price-top {
    min-height: 0;
  }

  .guided-session,
  .partner-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-layout {
    gap: 24px;
  }

  .privacy-icon {
    width: 64px;
    height: 64px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .container,
  .narrow {
    width: min(calc(100% - 32px), var(--container));
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .section-band {
    padding: 64px 0;
  }

  .hero {
    min-height: 720px;
    background-position: 61% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 56px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-trust {
    align-items: flex-start;
  }

  .trust-strip div {
    min-height: 74px;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
    text-align: center;
  }

  .contents-grid {
    grid-template-columns: 1fr;
  }

  .contents-grid article {
    min-height: 0;
  }

  .do-dont {
    grid-template-columns: 1fr;
  }

  .do-dont > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .price-card {
    padding: 30px 24px;
  }

  .guided-session {
    padding: 28px 24px;
  }

  .accordion summary {
    min-height: 84px;
    font-size: 16px;
  }

  .contact-link {
    grid-template-columns: 38px 1fr 20px;
    gap: 11px;
    padding: 18px 14px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .checkout-dialog {
    padding: 32px 22px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
