.elementor-2253 .elementor-element.elementor-element-6641dae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2253 .elementor-element.elementor-element-a9fd3d0 > .elementor-widget-container{padding:40px 0px 40px 0px;}.elementor-2253 .elementor-element.elementor-element-ff93f49{--display:flex;}.elementor-2253 .elementor-element.elementor-element-dfe0735{--display:flex;}.elementor-2253 .elementor-element.elementor-element-b1dce1e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-b1dce1e */<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Infertility Explained — Kiera Lea Wellness</title>

  <style>
    @font-face {
      font-family: 'Montage Serif';
      font-weight: normal;
      font-display: swap;
      src: url('https://kieraleawellness.com.au/wp-content/uploads/2024/11/MontageSerifFont-Regular.woff2') format('woff2'),
           url('https://kieraleawellness.com.au/wp-content/uploads/2024/11/MontageSerifFont-Regular.woff') format('woff');
    }
    @font-face {
      font-family: 'Franie';
      font-weight: 300;
      font-display: swap;
      src: url('https://kieraleawellness.com.au/wp-content/uploads/2024/11/Franie-Light.woff2') format('woff2'),
           url('https://kieraleawellness.com.au/wp-content/uploads/2024/11/Franie-Light.woff') format('woff');
    }
    @font-face {
      font-family: 'Franie';
      font-weight: 400;
      font-display: swap;
      src: url('https://kieraleawellness.com.au/wp-content/uploads/2024/11/Franie-SemiLight.woff2') format('woff2'),
           url('https://kieraleawellness.com.au/wp-content/uploads/2024/11/Franie-SemiLight.woff') format('woff');
    }

    :root {
      --navy:  #132332;
      --blue:  #6EC1E4;
      --cream: #F3F4F5;
      --teal:  #D2DEDD;
      --slate: #707C90;
      --text:  #7A7A7A;
      --white: #FFFFFF;
    }

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

    body {
      font-family: 'Franie', 'Segoe UI', sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.6em;
      color: var(--navy);
      background: var(--white);
    }

    h1, h2, h3, h4 {
      font-family: 'Montage Serif', serif;
      font-weight: normal;
      color: var(--navy);
      line-height: 1.3em;
    }

    /* ── BUTTONS ── */
    .btn {
      display: inline-block;
      padding: 12px 36px;
      background: var(--navy);
      color: var(--white);
      border: 1px solid var(--navy);
      border-radius: 100px;
      font-family: 'Franie', sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.3s, border-color 0.3s;
    }
    .btn:hover { background: var(--blue); border-color: var(--blue); }

    /* ── TOP BAR ── */
    .top-bar {
      background: var(--navy);
      color: var(--blue);
      text-align: center;
      padding: 11px 20px;
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    /* ── HEADER ── */
    .site-header {
      background: var(--white);
      padding: 22px 40px;
      display: flex;
      justify-content: center;
      border-bottom: 1px solid var(--teal);
    }
    .site-header img { height: 50px; }

    /* ── HERO ── */
    .hero {
      background: var(--cream);
      padding: 80px 20px 76px;
      text-align: center;
    }
    .hero .eyebrow {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--slate);
      margin-bottom: 28px;
    }
    .hero h1 {
      font-size: clamp(38px, 6vw, 68px);
      max-width: 760px;
      margin: 0 auto 10px;
    }
    .hero .byline {
      font-family: 'Franie', sans-serif;
      font-size: clamp(16px, 2.2vw, 21px);
      color: var(--slate);
      max-width: 600px;
      margin: 0 auto 44px;
      font-weight: 300;
      line-height: 1.5em;
    }
    .hero .byline strong {
      color: var(--navy);
      font-weight: 400;
    }

    /* Meta pills */
    .meta-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 52px;
    }
    .meta-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--white);
      border: 1px solid var(--teal);
      border-radius: 100px;
      padding: 8px 20px;
      font-size: 13px;
      color: var(--navy);
      letter-spacing: 0.05em;
    }

    /* ── FORM CARD ── */
    .form-wrap {
      background: var(--white);
      border: 1px solid var(--teal);
      border-radius: 4px;
      padding: 44px 40px;
      max-width: 460px;
      margin: 0 auto;
      box-shadow: 0 8px 40px rgba(19,35,50,0.09);
    }
    .form-wrap h2 {
      font-size: 28px;
      margin-bottom: 6px;
      text-align: center;
    }
    .form-wrap .form-sub {
      font-size: 13px;
      color: var(--text);
      text-align: center;
      margin-bottom: 28px;
      letter-spacing: 0.05em;
    }
    .form-wrap input {
      width: 100%;
      padding: 13px 18px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-family: 'Franie', sans-serif;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 12px;
      outline: none;
      color: var(--navy);
      transition: border 0.2s;
    }
    .form-wrap input:focus { border-color: var(--blue); }
    .form-wrap input::placeholder { color: #bbb; }
    .form-wrap .submit-btn {
      width: 100%;
      padding: 15px 20px;
      background: var(--navy);
      color: var(--white);
      border: 1px solid var(--navy);
      border-radius: 100px;
      font-family: 'Franie', sans-serif;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.3s;
    }
    .form-wrap .submit-btn:hover { background: var(--blue); border-color: var(--blue); }
    .form-wrap .privacy {
      font-size: 11px;
      color: #bbb;
      text-align: center;
      margin-top: 14px;
      letter-spacing: 0.05em;
    }

    /* ── FOR WHO ── */
    .for-who {
      background: var(--navy);
      padding: 80px 20px;
      text-align: center;
    }
    .for-who .eyebrow {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 20px;
    }
    .for-who h2 {
      color: var(--white);
      font-size: clamp(26px, 4vw, 40px);
      max-width: 680px;
      margin: 0 auto 50px;
    }
    .who-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
      max-width: 800px;
      margin: 0 auto;
    }
    .who-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(110,193,228,0.2);
      border-radius: 4px;
      padding: 18px 22px;
      text-align: left;
      max-width: 360px;
      flex: 1 1 280px;
    }
    .who-item .check {
      color: var(--blue);
      font-size: 18px;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .who-item p {
      font-size: 15px;
      color: rgba(255,255,255,0.85);
      line-height: 1.5;
    }

    /* ── WHAT YOU'LL LEARN ── */
    .agenda {
      padding: 90px 20px;
      max-width: 960px;
      margin: 0 auto;
    }
    .section-eyebrow {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--slate);
      margin-bottom: 14px;
      text-align: center;
    }
    .agenda h2 {
      font-size: clamp(28px, 4vw, 44px);
      text-align: center;
      margin-bottom: 12px;
    }
    .agenda .intro {
      text-align: center;
      color: var(--text);
      max-width: 540px;
      margin: 0 auto 60px;
      font-size: 16px;
    }
    .agenda-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 0;
      border: 1px solid var(--teal);
    }
    .agenda-item {
      padding: 36px 30px;
      border-right: 1px solid var(--teal);
      border-bottom: 1px solid var(--teal);
      background: var(--white);
      transition: background 0.3s;
    }
    .agenda-item:hover { background: var(--cream); }
    .agenda-item .num {
      font-family: 'Franie', sans-serif;
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 14px;
    }
    .agenda-item h3 {
      font-size: 22px;
      color: var(--navy);
      margin-bottom: 10px;
    }
    .agenda-item p {
      font-size: 14px;
      color: var(--text);
      line-height: 1.6;
    }

    /* ── QUOTE ── */
    .quote-banner {
      background: var(--teal);
      padding: 72px 20px;
      text-align: center;
    }
    .quote-banner blockquote {
      font-family: 'Montage Serif', serif;
      font-size: clamp(22px, 3vw, 34px);
      color: var(--navy);
      max-width: 740px;
      margin: 0 auto 20px;
      line-height: 1.45em;
    }
    .quote-banner cite {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--slate);
      font-style: normal;
    }

    /* ── HOST ── */
    .host-section {
      padding: 90px 20px;
      background: var(--cream);
    }
    .host-inner {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      gap: 60px;
      align-items: center;
      flex-wrap: wrap;
    }
    .host-image {
      width: 240px;
      height: 310px;
      flex-shrink: 0;
      border-radius: 2px;
      overflow: hidden;
      background: var(--teal);
    }
    .host-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
    .host-content .section-eyebrow { text-align: left; margin-bottom: 12px; }
    .host-content h2 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 8px; }
    .host-title {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 22px;
    }
    .host-content p {
      font-size: 16px;
      color: var(--text);
      max-width: 480px;
      margin-bottom: 16px;
      line-height: 1.7;
    }

    /* ── TESTIMONIALS ── */
    .testimonials {
      padding: 90px 20px;
      background: var(--white);
    }
    .testimonials h2 {
      font-size: clamp(26px, 4vw, 40px);
      text-align: center;
      margin-bottom: 56px;
    }
    .testi-grid {
      max-width: 960px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 24px;
    }
    .testi-card {
      border: 1px solid var(--teal);
      padding: 32px 28px;
    }
    .testi-card .stars { color: var(--blue); font-size: 16px; letter-spacing: 3px; margin-bottom: 16px; }
    .testi-card blockquote {
      font-size: 15px;
      color: var(--text);
      font-style: italic;
      line-height: 1.7;
      margin-bottom: 20px;
    }
    .testi-card .author {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--navy);
    }
    .testi-card .author-title { font-size: 12px; color: var(--slate); margin-top: 3px; }

    /* ── FAQ ── */
    .faq-section {
      padding: 90px 20px;
      background: var(--cream);
    }
    .faq-inner { max-width: 700px; margin: 0 auto; }
    .faq-inner h2 { font-size: clamp(26px, 3.5vw, 38px); text-align: center; margin-bottom: 56px; }
    .faq-item { border-bottom: 1px solid var(--teal); padding: 24px 0; }
    .faq-item:first-of-type { border-top: 1px solid var(--teal); }
    .faq-item h3 {
      font-family: 'Franie', sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: var(--navy);
      margin-bottom: 10px;
    }
    .faq-item p { font-size: 15px; color: var(--text); line-height: 1.7; }

    /* ── FINAL CTA ── */
    .final-cta {
      padding: 100px 20px;
      background: var(--navy);
      text-align: center;
    }
    .final-cta .eyebrow {
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 20px;
    }
    .final-cta h2 {
      color: var(--white);
      font-size: clamp(30px, 5vw, 52px);
      margin-bottom: 16px;
    }
    .final-cta p {
      font-size: 17px;
      color: var(--teal);
      max-width: 520px;
      margin: 0 auto 44px;
    }
    .final-cta .btn:hover { background: var(--blue); border-color: var(--blue); }
    .final-cta .btn { background: transparent; border-color: var(--white); color: var(--white); }
    .final-cta .btn:hover { background: var(--blue); border-color: var(--blue); }
    .final-cta .seats {
      margin-top: 20px;
      font-family: 'Franie', sans-serif;
      font-size: 12px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--blue);
    }

    /* ── FOOTER ── */
    footer {
      background: var(--navy);
      border-top: 1px solid rgba(110,193,228,0.15);
      padding: 36px 20px;
      text-align: center;
    }
    footer img { height: 36px; margin-bottom: 16px; }
    footer p { font-size: 12px; color: var(--slate); }
    footer a { color: var(--slate); text-decoration: none; }
    footer a:hover { color: var(--blue); }

    @media (max-width: 680px) {
      .form-wrap { padding: 36px 20px; }
      .host-image { width: 100%; height: 280px; }
      .host-inner { gap: 36px; }
      .agenda-item { border-right: none; }
    }
  </style>
</head>
<body>

  <!-- TOP BAR -->
  <div class="top-bar">
    Free Live Webinar &nbsp;·&nbsp; Tuesday 1 July 2026 at 8:00am AEST &nbsp;·&nbsp; Limited Spots
  </div>

  <!-- HEADER -->
  <header class="site-header">
    <img src="https://kieraleawellness.com.au/wp-content/uploads/2024/11/01-Full-Logo-Essential-Dark-1.svg" alt="Kiera Lea Wellness" />
  </header>

  <!-- HERO -->
  <section class="hero">
    <p class="eyebrow">Free Live Webinar with Kiera Lea</p>
    <h1>Infertility Explained</h1>
    <p class="byline">
      Understand The Missing Piece To Natural Conception<br />
      <strong>in 60 minutes</strong> — for women who have tried everything.
    </p>

    <div class="meta-row">
      <div class="meta-pill">📅 Tuesday 1 July 2026</div>
      <div class="meta-pill">🕐 8:00am AEST</div>
      <div class="meta-pill">💻 Live via Zoom</div>
      <div class="meta-pill">⏱ 60 min + Live Q&A</div>
    </div>

    <div class="form-wrap">
      <h2>Save Your Free Spot</h2>
      <p class="form-sub">Register below — spots are strictly limited</p>
      <input type="text" placeholder="First Name" />
      <input type="email" placeholder="Email Address" />
      <input type="tel" placeholder="Phone Number (optional)" />
      <button class="submit-btn">Reserve My Spot →</button>
      <p class="privacy">🔒 Your details are safe. No spam, ever.</p>
    </div>
  </section>

  <!-- SOCIAL PROOF -->
  <section style="background: var(--navy); padding: 52px 20px; text-align: center;">
    <p style="font-family: 'Franie', sans-serif; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--blue); margin-bottom: 32px;">Women already on their healing journey</p>
    <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 60px;">
      <div>
        <div style="font-family: 'Montage Serif', serif; font-size: 52px; color: var(--white); line-height: 1;">120+</div>
        <div style="font-family: 'Franie', sans-serif; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-top: 8px;">Women Supported</div>
      </div>
      <div>
        <div style="font-family: 'Montage Serif', serif; font-size: 52px; color: var(--white); line-height: 1;">4</div>
        <div style="font-family: 'Franie', sans-serif; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-top: 8px;">Years Experience</div>
      </div>
      <div>
        <div style="font-family: 'Montage Serif', serif; font-size: 52px; color: var(--white); line-height: 1;">60</div>
        <div style="font-family: 'Franie', sans-serif; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-top: 8px;">Minutes to Change Everything</div>
      </div>
    </div>
  </section>

  <!-- FOR WHO -->
  <section class="for-who">
    <p class="eyebrow">This webinar is for you if…</p>
    <h2>You're done being told everything looks "normal"</h2>
    <div class="who-grid">
      <div class="who-item">
        <span class="check">✓</span>
        <p>You've been trying to conceive for months or years with no clear answers</p>
      </div>
      <div class="who-item">
        <span class="check">✓</span>
        <p>You've been referred to IVF but something doesn't feel right about jumping straight there</p>
      </div>
      <div class="who-item">
        <span class="check">✓</span>
        <p>You feel like the root cause of your fertility struggles has never been properly addressed</p>
      </div>
      <div class="who-item">
        <span class="check">✓</span>
        <p>You want to understand your body and optimise your chances of conceiving naturally</p>
      </div>
      <div class="who-item">
        <span class="check">✓</span>
        <p>You've tried diets, supplements, and doctors — and are still searching for the missing piece</p>
      </div>
      <div class="who-item">
        <span class="check">✓</span>
        <p>You're open to a holistic, evidence-based approach that treats the whole woman — not just symptoms</p>
      </div>
    </div>
  </section>

  <!-- AGENDA -->
  <section class="agenda">
    <p class="section-eyebrow">What we'll cover</p>
    <h2>Inside this 60-minute training</h2>
    <p class="intro">
      Kiera walks you through the full picture of fertility — the parts the mainstream conversation leaves out — so you can make empowered, informed decisions about your path forward.
    </p>
    <div class="agenda-list">
      <div class="agenda-item">
        <div class="num">01 &nbsp;·&nbsp; Introduction</div>
        <h3>Setting the Scene</h3>
        <p>Why so many women are struggling with fertility, and why the standard approach often misses the mark entirely.</p>
      </div>
      <div class="agenda-item">
        <div class="num">02 &nbsp;·&nbsp; The Industry</div>
        <h3>Big IVF</h3>
        <p>An honest look at the fertility industry — the financial incentives, the statistics, and what's rarely disclosed before you sign up.</p>
      </div>
      <div class="agenda-item">
        <div class="num">03 &nbsp;·&nbsp; The Referral</div>
        <h3>The IVF Referral</h3>
        <p>Why women are fast-tracked to IVF, what the referral process actually looks like, and the questions worth asking before you proceed.</p>
      </div>
      <div class="agenda-item">
        <div class="num">04 &nbsp;·&nbsp; The Gaps</div>
        <h3>Issues with IVF</h3>
        <p>The physical, emotional, and physiological toll — and why IVF doesn't address the underlying reasons fertility is compromised in the first place.</p>
      </div>
      <div class="agenda-item">
        <div class="num">05 &nbsp;·&nbsp; Hidden Knowledge</div>
        <h3>Things They Don't Teach You</h3>
        <p>The environmental, circadian, and lifestyle factors that profoundly impact fertility — and are almost never discussed in a GP or specialist's office.</p>
      </div>
      <div class="agenda-item">
        <div class="num">06 &nbsp;·&nbsp; The Reality</div>
        <h3>Truths About Fertility</h3>
        <p>Evidence-backed truths about conception, egg quality, hormonal health, and what genuinely moves the needle for natural fertility.</p>
      </div>
      <div class="agenda-item">
        <div class="num">07 &nbsp;·&nbsp; The Solution</div>
        <h3>The Whole Fertility Method</h3>
        <p>Kiera's complete framework for addressing fertility at the root cause — and how women are using it to conceive naturally after years of trying.</p>
      </div>
    </div>
  </section>

  <!-- QUOTE -->
  <section class="quote-banner">
    <blockquote>
      "The doctor of the future will give no medicine, but will interest his patients in the care of the human frame, in diet and in the cause and prevention of disease… and in the healing power of nature."
    </blockquote>
    <cite>— Thomas Edison</cite>
  </section>

  <!-- HOST -->
  <section class="host-section">
    <div class="host-inner">
      <div class="host-image">
        <img src="https://kieraleawellness.com.au/wp-content/uploads/2025/06/Facetune_14-01-2025-09-46-35.jpg" alt="Kiera Lea" />
      </div>
      <div class="host-content">
        <p class="section-eyebrow">Your host</p>
        <h2>Kiera Lea</h2>
        <p class="host-title">Health Coach &nbsp;·&nbsp; Educator &nbsp;·&nbsp; Speaker</p>
        <p>
          Kiera is a women's health coach, speaker, and founder of Kiera Lea Wellness. After reversing her own hormone imbalance and health challenges through holistic lifestyle changes, she became passionate about helping other women reclaim their bodies — without relying on the conventional path.
        </p>
        <p>
          With 300+ hours of certifications and years of study in circadian health, biophysics, and women's hormone health, she helps women understand the root causes behind their fertility struggles and create a clear, natural path forward.
        </p>
        <p>
          She is the founder of the <strong>Quantum Health Academy</strong>, the <strong>Whole Fertility Method</strong>, and host of the <strong>Health Standard Podcast</strong>.
        </p>
      </div>
    </div>
  </section>

  <!-- TESTIMONIALS -->
  <section class="testimonials">
    <h2>Women who have been where you are…</h2>
    <div class="testi-grid">
      <div class="testi-card" style="grid-column: 1 / -1;">
        <div class="stars">★★★★★</div>
        <blockquote>"Before I started working with Kiera, I felt completely broken. I hadn't had a cycle in nearly three years. I had severe gut issues that really affected my confidence and my overall health. Even though I wasn't ready for kids yet, deep down I was extremely concerned that I wouldn't be able to be a mum one day, and that just broke my heart. I had gone down all the possible routes that I thought I could — countless doctor appointments, specialist appointments, and so much money spent on medications that just never worked.<br /><br />
        Then I stumbled across Kiera Lea Wellness, and I knew straight away after our first meeting that Kiera was exactly the person I was looking for. She made me feel so seen and reassured me that she would try everything she could to get my cycle back, fix my gut issues, and work on my fertility.<br /><br />
        I can happily say that whilst working with Kiera, I went on to get my first cycle back in years, my gut issues significantly improved, and best of all, I am now pregnant with my first baby. I honestly owe that to Kiera. She will be there for you every step of the way, giving you the confidence to take your health into your own hands and feel empowered again. Thank you so much Kiera for everything you have given me and more!"</blockquote>
        <div class="author">Paige</div>
        <div class="author-title">Whole Fertility Method Client</div>
      </div>
      <div class="testi-card">
        <div class="stars">★★★★★</div>
        <blockquote>"Thank you Kiera for all that you have done. I wish I found you 7 years ago."</blockquote>
        <div class="author">Eve</div>
        <div class="author-title">Whole Fertility Method Client</div>
      </div>
    </div>
  </section>

  <!-- FAQ -->
  <section class="faq-section">
    <div class="faq-inner">
      <h2>Your questions answered</h2>
      <div class="faq-item">
        <h3>Is this webinar really free?</h3>
        <p>Yes — completely free. Kiera hosts this training to give women the information they deserve but rarely receive from the conventional fertility system.</p>
      </div>
      <div class="faq-item">
        <h3>Is this relevant if I've already started IVF?</h3>
        <p>Yes. Understanding the root causes of fertility challenges is relevant at every stage — whether you're considering IVF, mid-cycle, or looking for alternatives. The Whole Fertility Method works alongside or independently of medical treatment.</p>
      </div>
      <div class="faq-item">
        <h3>Do I need a diagnosis to attend?</h3>
        <p>Not at all. This training is for any woman who is trying to conceive and wants to understand what is actually influencing her fertility — with or without a formal diagnosis.</p>
      </div>
      <div class="faq-item">
        <h3>Will there be a replay?</h3>
        <p>Yes — a replay will be available for 24 hours after the live session. The replay link will be sent to all registered attendees.</p>
      </div>
      <div class="faq-item">
        <h3>How long is the webinar?</h3>
        <p>60 minutes of teaching, followed by a live Q&A where Kiera answers your questions directly.</p>
      </div>
      <div class="faq-item">
        <h3>Will Kiera be selling something?</h3>
        <p>Kiera will share details about how to work with her further at the end of the webinar. The training itself is packed with genuine, actionable content — you'll leave with real clarity regardless.</p>
      </div>
    </div>
  </section>

  <!-- FINAL CTA -->
  <section class="final-cta">
    <p class="eyebrow">The missing piece is closer than you think</p>
    <h2>Infertility Explained</h2>
    <p>60 minutes that could change everything — for women who have tried everything.</p>
    <a href="#top" class="btn">Reserve My Free Spot →</a>
    <p class="seats">⟡ Tuesday 1 July 2026 &nbsp;·&nbsp; 8:00am AEST &nbsp;·&nbsp; Limited Spots</p>
  </section>

  <!-- FOOTER -->
  <footer>
    <img src="https://kieraleawellness.com.au/wp-content/uploads/2024/11/01-Full-Logo-Essential-White-1.svg" alt="Kiera Lea Wellness" />
    <p>© 2025 Kiera Lea Wellness™ &nbsp;·&nbsp; <a href="https://kieraleawellness.com.au">kieraleawellness.com.au</a> &nbsp;·&nbsp; <a href="#">Privacy Policy</a> &nbsp;·&nbsp; <a href="#">Terms</a></p>
    <p style="margin-top:8px;">This is an educational webinar. Content is not a substitute for medical advice. &nbsp;<a href="#">Unsubscribe</a></p>
  </footer>

</body>
</html>/* End custom CSS */