    /* ── Voor Vrouwen Page Styles ── */

    .vv-hero {
      position: relative;
      min-height: 85vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #0a0a0a;
      color: #fff;
    }

    .vv-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("/assets/tim-veninga-workshop-foto.jpg") center/cover no-repeat;
      opacity: 0.22;
      z-index: 0;
    }

    .vv-hero > .container {
      position: relative;
      z-index: 1;
      padding-top: 4rem;
      padding-bottom: 4rem;
    }

    .vv-hero .eyebrow {
      color: var(--accent);
      margin-bottom: 1rem;
    }

    .vv-hero h1 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      font-weight: 700;
      line-height: 1.08;
      max-width: 18ch;
      margin: 0 0 1.5rem;
    }

    .vv-hero-sub {
      font-size: 1.15rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.7);
      max-width: 50ch;
      margin: 0 0 2rem;
    }

    .vv-hero .btn-primary {
      background: var(--accent);
      color: #fff;
      border-color: var(--accent);
    }

    .vv-hero .btn-primary:hover {
      background: #c9a066;
      border-color: #c9a066;
    }

    .vv-btn-secondary {
      border-color: rgba(255, 255, 255, 0.25);
      color: rgba(255, 255, 255, 0.8);
      background: transparent;
    }

    /* ── Act I: His Past ── */

    .vv-past {
      background: var(--bg);
      padding: 5rem 0;
    }

    .vv-past-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: center;
    }

    .vv-img {
      border-radius: 8px;
      overflow: hidden;
    }

    .vv-img img {
      width: 100%;
      display: block;
      border-radius: 8px;
    }

    .vv-text .eyebrow {
      color: var(--accent-soft);
      margin-bottom: 0.8rem;
    }

    .vv-text h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 700;
      line-height: 1.15;
      margin: 0 0 1.2rem;
    }

    .vv-text p {
      font-size: 1.02rem;
      line-height: 1.7;
      color: var(--muted);
      max-width: 50ch;
      margin: 0 0 1.2rem;
    }

    .vv-pull {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.3rem, 2.8vw, 1.8rem);
      font-style: italic;
      line-height: 1.3;
      color: var(--text);
      margin: 1.5rem 0;
      padding-left: 1.2rem;
      border-left: 3px solid var(--accent);
    }

    /* ── Act II: The Insight ── */

    .vv-insight {
      background: #0a0a0a;
      color: #fff;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }

    .vv-insight::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 100%;
      background: radial-gradient(ellipse at 80% 50%, rgba(183, 141, 86, 0.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .vv-insight-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .vv-insight .vv-text .eyebrow {
      color: var(--accent-soft);
    }

    .vv-insight .vv-text h2 {
      color: var(--accent-soft);
    }

    .vv-insight .vv-text p {
      color: rgba(255,255,255,0.6);
    }

    .vv-insight .vv-pull {
      color: #fff;
      border-left-color: var(--accent);
    }

    .vv-insight .vv-img img {
      aspect-ratio: 3 / 4;
      object-fit: cover;
    }

    /* ── Act III: Now ── */

    .vv-now {
      background: var(--bg);
      padding: 5rem 0;
    }

    .vv-now-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      align-items: center;
    }

    /* ── What he teaches women ── */

    .vv-method {
      background: #f4f1ec;
      padding: 5rem 0;
    }

    .vv-method-header {
      text-align: center;
      max-width: 56ch;
      margin: 0 auto 3rem;
    }

    .vv-method-header h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 700;
      margin: 0 0 1rem;
    }

    .vv-method-header p {
      font-size: 1.05rem;
      line-height: 1.6;
      color: var(--muted);
    }

    .vv-method-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .vv-method-card {
      background: #fff;
      border-radius: 12px;
      padding: 2rem 1.8rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    }

    .vv-method-card h3 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 0.8rem;
    }

    .vv-method-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      color: var(--muted);
      margin: 0;
    }

    .vv-method-icon {
      font-size: 1.8rem;
      margin-bottom: 0.8rem;
      display: block;
    }

    /* ── Testimonials ── */

    .vv-stories {
      background: var(--bg-strong);
      padding: 5rem 0;
      color: #d7dce8;
    }

    .vv-stories h2 {
      font-size: clamp(1.65rem, 4vw, 2.4rem);
      color: #fff;
      margin-bottom: 2rem;
    }

    .vv-stories-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      grid-template-rows: auto auto;
      gap: 1.2rem;
    }

    .vv-story {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 1.8rem 1.5rem 1.3rem;
      position: relative;
    }

    .vv-story--large {
      grid-row: 1 / 3;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .vv-story--large p {
      font-size: 1.2rem;
      line-height: 1.55;
    }

    .vv-story-quote {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: 4rem;
      line-height: 1;
      color: var(--accent);
      margin-bottom: -0.5rem;
      opacity: 0.6;
    }

    .vv-story p {
      color: #c8d0e5;
      margin: 0 0 1rem;
      line-height: 1.55;
    }

    .vv-story footer {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .vv-story cite {
      font-style: normal;
      font-weight: 700;
      color: #fff;
      font-size: 0.9rem;
    }

    .vv-story a {
      font-size: 0.82rem;
      color: var(--accent-soft);
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    /* ── CTA Section ── */

    .vv-cta {
      background: #0a0a0a;
      color: #fff;
      padding: 5rem 0;
      text-align: center;
    }

    .vv-cta h2 {
      font-family: "Bodoni Moda", Georgia, serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      margin: 0 0 1rem;
    }

    .vv-cta p {
      font-size: 1.08rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.6);
      max-width: 48ch;
      margin: 0 auto 2rem;
    }

    .vv-cta .cta-row {
      justify-content: center;
    }

    .vv-cta .btn-primary {
      background: var(--accent);
      color: #fff;
      border-color: var(--accent);
      font-size: 1rem;
      padding: 0.9rem 2.4rem;
    }

    .vv-cta .btn-primary:hover {
      background: #c9a066;
      border-color: #c9a066;
    }

    .vv-cta .btn-ghost {
      border-color: rgba(255,255,255,0.25);
      color: rgba(255,255,255,0.8);
    }

    /* ── Responsive ── */

    @media (max-width: 980px) {
      .vv-hero {
        min-height: auto;
        padding: 2rem 0;
      }

      .vv-past-grid,
      .vv-insight-grid,
      .vv-now-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .vv-method-grid {
        grid-template-columns: 1fr;
      }

      .vv-pull {
        font-size: 1.2rem;
      }

      .vv-stories-grid {
        grid-template-columns: 1fr;
      }

      .vv-story--large {
        grid-row: auto;
      }

      .vv-story--large p {
        font-size: 1rem;
      }
    }
