*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

* {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}


    :root {
      --navy: #1F3864;
      --accent: #2E5496;
      --gold: #B08D57;
      --gold-light: #D4B97A;
      --parchment: #F7F4EE;
      --white: #ffffff;
      --text-dark: #1F3864;
      --text-body: #444444;
      --text-muted: #888888;
      --text-light: rgba(247,244,238,0.80);
      --border-subtle: rgba(31,56,100,0.15);
      --border-card: rgba(31,56,100,0.10);
      --serif: 'Cormorant Garamond', Georgia, serif;
      --sans: 'Montserrat', system-ui, sans-serif;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--sans);
      background: var(--parchment);
      color: var(--text-dark);
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }

    /* ---- NAV ---- */
    .nav {
      position: sticky;
      top: 0;
      z-index: 100;
      padding: 1.4rem 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid var(--border-subtle);
      background: var(--parchment);
    }

    .nav-logo {
      font-family: var(--serif);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--navy);
      letter-spacing: 0.02em;
      text-decoration: none;
    }

    .nav-logo span {
      display: block;
      font-size: 0.62rem;
      font-family: var(--sans);
      font-weight: 500;
      color: var(--gold);
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-top: 2px;
    }

    .nav-cta {
      background: var(--navy);
      color: var(--parchment);
      font-family: var(--sans);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      border: none;
      padding: 0.65rem 1.4rem;
      cursor: pointer;
      border-radius: 2px;
      transition: background 0.2s ease;
      text-decoration: none;
      display: inline-block;
    }
    .nav-cta:hover { background: var(--accent); }

    /* ---- HERO ---- */
    .hero {
      padding: 3rem 2.5rem 2.5rem;
      max-width: 820px;
      margin: 0 auto;
    }

    .eyebrow {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1.6rem;
    }

    .hero-headline {
      font-family: var(--serif);
      font-size: clamp(2.2rem, 5vw, 3.4rem);
      font-weight: 500;
      line-height: 1.18;
      color: var(--navy);
      margin-bottom: 0.4rem;
    }

    @media (prefers-reduced-motion: reduce) { }

    .hero-subline {
      font-family: var(--serif);
      font-size: clamp(1.1rem, 2.5vw, 1.4rem);
      font-weight: 400;
      font-style: italic;
      color: var(--accent);
      margin: 1.8rem 1rem 2.6rem;
      max-width: 580px;
      line-height: 1.5;
    }

    .btn-primary {
      display: inline-block;
      background: var(--navy);
      color: var(--parchment);
      font-family: var(--sans);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      border: none;
      padding: 1rem 1rem;
      cursor: pointer;
      border-radius: 2px;
      transition: background 0.2s ease;
      text-decoration: none;
    }
    .btn-primary:hover { background: var(--accent); }

    /* ---- DIVIDER ---- */
    .gold-divider {
      width: 100%;
      height: 3px;
      background: var(--gold);
      margin: 0 auto;
    }

    /* ---- PAIN ---- */
    .pain {
      background: var(--navy);
      padding: 2.5rem 2.5rem;
      text-align: center;
    }

    .pain-inner { max-width: 680px; margin: 0 auto; }

    .pain-intro {
      font-family: var(--serif);
      font-size: clamp(1.35rem, 3vw, 1.75rem);
      font-weight: 400;
      color: var(--parchment);
      line-height: 1.5;
      margin-bottom: 2.6rem;
    }
    .pain-intro em { font-style: italic; color: var(--gold-light); }

    .pain-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: rgba(247,244,238,0.12);
      border: 1px solid rgba(247,244,238,0.12);
      border-radius: 2px;
      overflow: hidden;
    }

    .pain-item {
      background: rgba(247,244,238,0.05);
      padding: 1.8rem 1.5rem;
      text-align: left;
    }

    .pain-number {
      font-family: var(--serif);
      font-size: 2.6rem;
      font-weight: 400;
      color: var(--gold);
      line-height: 1;
      margin-bottom: 0.7rem;
    }
}


    .pain-text {
      font-size: 0.78rem;
      color: var(--text-light);
      line-height: 1.65;
    }

    /* ---- OFFER ---- */

/* ---- CREDIBILITY ---- */
.credibility {
  background: #1F3864;
  padding: 3rem 2.5rem;
}

.credibility-inner {
  max-width: 820px;
  margin: 0 auto;
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 1.4rem;
}

.credibility-item {
  text-align: center;
  padding: 1.2rem 0.8rem;
  border-top: 2px solid #B08D57;
}

.credibility-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #B08D57;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

.credibility-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  color: rgba(247,244,238,0.78);
  line-height: 1.6;
}

    .offer {
      padding: 2.5rem 2.5rem;
      max-width: 860px;
      margin: 0 auto;
    }

    .section-label {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1rem;
    }

    .section-title {
      font-family: var(--serif);
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 500;
      color: var(--navy);
      margin-bottom: 3rem;
      line-height: 1.25;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.2rem;
    }

    .card {
      border: 1px solid var(--border-subtle);
      border-radius: 2px;
      padding: 1.8rem;
      background: var(--white);
      transition: border-color 0.2s ease;
      display: flex;
      flex-direction: column;
    }
    .card:hover { border-color: var(--gold); }
    .card.featured { border-color: var(--navy); border-width: 1.5px; }

    .card-tag {
      font-size: 0.6rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.7rem;
    }

    .card-name {
      font-family: var(--serif);
      font-size: 1.45rem;
      font-weight: 600;
      color: var(--navy);
      margin-bottom: 0.4rem;
      line-height: 1.2;
    }

    .card-sub {
      font-family: var(--serif);
      font-size: 0.98rem;
      font-style: italic;
      color: var(--accent);
      margin-bottom: 0.9rem;
    }

    .card-body {
      font-size: 0.76rem;
      color: var(--text-body);
      line-height: 1.7;
      flex: 1;
      margin-bottom: 1.2rem;
    }

    .card-footer {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding-top: 0.9rem;
      border-top: 1px solid var(--border-card);
      gap: 0.5rem;
    }

    .card-meta {
      font-size: 0.65rem;
      color: var(--text-muted);
      line-height: 1.55;
    }

    .card-price {
      font-family: var(--serif);
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--navy);
      text-align: right;
      white-space: nowrap;
    }

    .card-price-note {
      display: block;
      font-size: 0.62rem;
      font-weight: 400;
      font-family: var(--sans);
      color: var(--gold);
      margin-top: 2px;
      letter-spacing: 0.06em;
    }

    /* ---- WHY ---- */
    .why {
      background: #2E5496;
      padding: 2.5rem 2.5rem;
    }

    .why-inner { max-width: 820px; margin: 0 auto; }

    .why-title {
      font-family: var(--serif);
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 2.4rem;
      line-height: 1.3;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.8rem;
    }

    .why-item {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
    }

    .why-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--gold);
      margin-top: 0.6rem;
      flex-shrink: 0;
    }

    .why-strong {
      display: block;
      font-size: 0.8rem;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 0.3rem;
    }

    .why-body {
      font-size: 0.76rem;
      color: rgba(247,244,238,0.78);
      line-height: 1.65;
    }

    /* ---- CONTACT ---- */
    .contact {
      padding: 2.5rem 2.5rem 2.5rem;
      max-width: 700px;
      margin: 0 auto;
    }

    .contact-title {
      font-family: var(--serif);
      font-size: clamp(1.8rem, 4vw, 2.6rem);
      font-weight: 500;
      color: var(--navy);
      line-height: 1.2;
      margin-bottom: 0.9rem;
    }

    .contact-intro {
      font-size: 0.82rem;
      color: #555;
      line-height: 1.75;
      margin-bottom: 2.4rem;
      max-width: 540px;
    }

    .form { display: flex; flex-direction: column; gap: 1.1rem; }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    .field { display: flex; flex-direction: column; gap: 0.35rem; }

    .label {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--navy);
    }

    .label-opt {
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 0.6rem;
      color: #aaa;
    }

    .input, .select, .textarea, input[type="text"], input[type="email"] {
      font-family: var(--sans);
      font-size: 0.82rem;
      border: 1px solid rgba(31,56,100,0.25);
      border-radius: 2px;
      padding: 0.72rem 0.9rem;
      background: var(--white);
      color: var(--navy);
      outline: none;
      transition: border-color 0.2s ease;
      width: 100%;
    }
    .input:focus, .select:focus, .textarea:focus { border-color: var(--gold); }
    .input::placeholder, .textarea::placeholder { color: #bbb; }
    .select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B08D57' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.9rem center; padding-right: 2.2rem; }
    .textarea { resize: vertical; min-height: 120px; line-height: 1.6; }

    .btn-submit {
      background: var(--navy);
      color: var(--parchment);
      font-family: var(--sans);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      border: none;
      padding: 1rem 2.4rem;
      cursor: pointer;
      border-radius: 2px;
      transition: background 0.2s ease;
      align-self: flex-start;
      margin-top: 0.4rem;
    }
    .btn-submit:hover { background: var(--accent); }

    .privacy {
      font-size: 0.65rem;
      color: #aaa;
      line-height: 1.6;
      margin-top: 0.6rem;
    }

    .success-msg {
      display: none;
      background: rgba(31,56,100,0.06);
      border-left: 3px solid var(--gold);
      padding: 1.3rem 1.5rem;
      margin-top: 1rem;
    }
    .success-msg p {
      font-family: var(--serif);
      font-size: 1.1rem;
      color: var(--navy);
      font-style: italic;
    }

    /* ---- FOOTER ---- */
    .footer {
      background: var(--navy);
      padding: 1rem 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .footer-name {
      font-family: var(--serif);
      font-size: 1rem;
      font-weight: 500;
      color: rgba(247,244,238,0.9);
    }

    .footer-tag {
      font-size: 0.62rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--gold);
      margin-top: 2px;
    }

    .footer-onderweg {
      font-family: var(--serif);
      font-size: 0.95rem;
      font-style: italic;
      color: rgba(247,244,238,0.35);
    }
.journal-bar {
  background: #F7F4EE;
  padding: 1rem 2.5rem;
  text-align: center;
  border-top: 1px solid rgba(176,141,87,0.3);
}
.journal-bar a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1F3864;
  text-decoration: none;
}
.journal-bar a:hover {
  color: #B08D57;
}

    /* ---- RESPONSIVE ---- */
    @media (max-width: 720px) {
      .nav { padding: 1.2rem; }
      .nav-cta { font-size: 0.65rem; padding: 1rem 1rem; }
      .hero { padding: 2.5rem 1.2rem 2.5rem; }
      .pain { padding: 2rem 1.2rem; }
      .pain-grid { grid-template-columns: 1fr; }
      .offer { padding: 2.5rem 1.2rem; }
      .cards { grid-template-columns: 1fr; }
      .why { padding: 2rem 1.2rem; }
      .why-grid { grid-template-columns: 1fr; }
      .contact { padding: 2.5rem 1.2rem 2.5rem; }
      .credibility { padding: 2rem 1.2rem; }

      .credibility-grid { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
      .form-row { grid-template-columns: 1fr; }
      .footer { flex-direction: column; align-items: flex-start; gap: 0.6rem; padding: 1.8rem 1.2rem; }
.pv-pain {
  padding: 2rem 1.2rem;
}

.pv-why {
  padding: 2rem 1.2rem;
}

.credibility {
  padding: 2rem 1.2rem;
}

.credibility-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
    }


}
.testimonials {
  background: #F7F4EE;
  padding: 2.5rem 2.5rem;
}

.testimonials-inner {
  max-width: 680px;
  margin: 0 auto;
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
will-change: transform;
}

.testimonial-card {
min-width: 100%;  
background: #ffffff;
  border: none;
  border-left: 3px solid #B08D57;
  border-radius: 0;
  padding: 1.5rem 1.8rem;
  margin: 0;
}
.testimonial-card blockquote {
  margin: 0 0 1.2rem 0;
  padding: 0;
  border: none;
}
.testimonial-card blockquote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  color: #1F3864;
  line-height: 1.65;
  margin: 0;
}

.testimonial-card figcaption {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B08D57;
}
.testimonial-card figcaption p {
  font-size: 0.68rem;
  margin: 0;
}

.slider-track,
.testimonial-card,
.testimonial-card * {
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #1F3864;
  color: #F7F4EE;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.2s;
  z-index: 10;
}

.slider-btn:hover { background: #2E5496; }
.slider-prev { left: 0; }
.slider-next { right: 0; }

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(31,56,100,0.2);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}

.dot.active { background: #B08D57; }

@media (max-width: 700px) {
  .testimonials { padding: 2rem 1.2rem; }
  .slider-btn { display: none; }
}