.elementor-20 .elementor-element.elementor-element-d880421{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
    --brand: #5e3a98;
    --brand-light: #8a6dbd;
    --brand-dark: #432b75;
    --magenta: #d63a8a;
    --white: #ffffff;
    --muted: #6b6280;
    --soft-purple: #e9e2f4;
    --section-light-purple: #b9a6d8;
    --text: #3a2a5a;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: "Open Sans", system-ui, sans-serif;
    font-weight: 300;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--brand-dark);
    line-height: 1.2;
  }
  img { max-width: 100%; height: auto; display: block; }
  a { text-decoration: none; color: inherit; }
  em { font-style: italic; }

  .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
  .container-sm { max-width: 900px; margin: 0 auto; padding: 0 1rem; }
  .container-md { max-width: 1080px; margin: 0 auto; padding: 0 1rem; }

  /* Buttons */
  .btn {
    display: inline-block;
    border-radius: 9999px;
    padding: 0.85rem 2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: transform .2s ease, filter .2s ease, background .2s ease, color .2s ease;
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: 1rem;
  }
  .btn-magenta { background: var(--magenta); color: #fff; }
  .btn-magenta:hover { filter: brightness(1.08); transform: translateY(-1px); }
  .btn-brand { background: var(--brand); color: #fff; }
  .btn-brand:hover { filter: brightness(1.1); transform: translateY(-1px); }
  .btn-outline-brand {
    border: 2px solid var(--brand);
    color: var(--brand);
    background: transparent;
    padding: 0.75rem 1.75rem;
  }
  .btn-outline-brand:hover { background: var(--brand); color: #fff; }

  /* Sections */
  section { padding: 5rem 1rem; }
  .hero-bg {
    background: linear-gradient(135deg, var(--brand-light), var(--brand));
    color: #fff;
  }
  .section-light-purple {
    background: var(--section-light-purple);
    color: #fff;
  }
  .section-light-purple h2,
  .section-light-purple h3 { color: #fff; }

  .text-center { text-align: center; }
  .uppercase-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
    color: var(--muted);
  }
  .section-light-purple .uppercase-eyebrow { color: rgba(255,255,255,0.85); }

  /* Hero */
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .hero-grid h1 {
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
  .hero-grid p { font-size: 1.125rem; color: rgba(255,255,255,0.92); margin-bottom: 2rem; max-width: 36rem; }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
  .hero-img { display: flex; justify-content: center; }
  .hero-img img { max-height: 560px; width: auto; }

  /* Goals */
  .two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .goals h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.75rem; }
  .goals .eyebrow { margin-bottom: 2rem; }
  .video-placeholder {
    aspect-ratio: 16/9;
    background: var(--brand-dark);
    border-radius: 0.75rem;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
  }

  /* Explainer */
  .explainer { text-align: center; }
  .explainer .container-sm > * + * { margin-top: 1.25rem; }
  .explainer h2 { color: #fff; font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
  .explainer .lead { font-size: 1.25rem; }

  /* Pillars */
  .pillars-wrap > * + * { margin-top: 4rem; }
  .pillar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
  }
  .pillar img { max-height: 300px; border-radius: 0.75rem; margin: 0 auto; }
  .pillar h3 { font-size: clamp(1.5rem, 2.5vw, 1.875rem); margin-bottom: 1rem; }
  .pillar p { color: var(--muted); margin-bottom: 1.5rem; }

  /* AWARE */
  .aware {
    background: var(--brand);
    color: #fff;
    text-align: center;
  }
  .aware h2 { color: #fff; font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: 0.75rem; }
  .aware .sub { font-style: italic; color: rgba(255,255,255,0.9); font-size: 1.125rem; max-width: 720px; margin: 0 auto; }
  .aware-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 3rem auto 0;
    text-align: left;
  }
  .aware-item { display: flex; align-items: baseline; }
  .aware-letter {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-size: clamp(3rem, 6vw, 4.5rem);
    color: var(--magenta);
  }
  .aware-rest { font-size: 1.25rem; color: #fff; }

  /* Coaching path */
  .coaching-path { text-align: center; }
  .coaching-path > .container-sm > * + * { margin-top: 1.5rem; }
  .coaching-path img { border-radius: 1rem; margin: 0 auto; max-height: 400px; object-fit: cover; }
  .coaching-path h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); }

  /* High-Achievers */
  .achievers img { border-radius: 1rem; }
  .achievers .copy > * + * { margin-top: 1rem; }
  .achievers ul { padding-left: 1.25rem; }
  .achievers li { list-style: disc; }

  /* Bioenergetics teaser */
  .bio-teaser { text-align: center; }
  .bio-teaser > .container-sm > * + * { margin-top: 1.25rem; }
  .bio-teaser p.body { color: var(--muted); max-width: 760px; margin-left: auto; margin-right: auto; }

  /* Awareness CTA */
  .awareness { text-align: center; }
  .awareness .container-sm > * + * { margin-top: 1.25rem; }

  /* Testimonials */
  .testimonials h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); text-align: center; margin-bottom: 3rem; }
  .testimonials .eyebrow { text-align: center; margin-bottom: 0.5rem; }
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .testimonial-card {
    background: var(--soft-purple);
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 2px 8px rgba(67,43,117,0.05);
  }
  .testimonial-card p.quote {
    font-style: italic;
    font-size: 0.95rem;
    color: var(--muted);
    margin-bottom: 1rem;
  }
  .testimonial-card .author {
    font-weight: 600;
    color: var(--brand-dark);
  }

  /* Responsive */
  @media (min-width: 768px) {
    section { padding: 6rem 1rem; }
    .hero-grid { grid-template-columns: 1fr 1fr; padding: 6rem 0; }
    .two-col { grid-template-columns: 1fr 1fr; }
    .pillar { grid-template-columns: 1fr 1fr; }
    .pillar.reverse > div:first-child { order: 2; }
    .aware-grid { grid-template-columns: repeat(5, 1fr); }
    .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  }/* End custom CSS */