:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fd59cc8 */<style>
    .bke-catchup-page {
      /* Modern BKE light palette */
      --bke-bg: #F5F5F5;
      --bke-surface: #ffffff;
      --bke-surface-soft: #F5F5F5;
      --bke-surface-alt: #EEF7E9;
      --bke-band-soft: #EEF7E9;
      --bke-band-mid: #ffffff;
      --bke-band-light: #F5F5F5;
      --bke-text-main: #1A1A1A;
      --bke-text-body: #4A4F55;
      --bke-text-muted: #6D6F75;
      --bke-border-subtle: #E2E4E7;
      --bke-accent: #4CAF4F; /* primary green */
      --bke-accent-soft: rgba(76, 175, 79, 0.10);
      --bke-alert: #f97316;

      background: linear-gradient(180deg, #ffffff 0%, #F5F5F5 60%, #EEF7E9 100%);
      color: var(--bke-text-body);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    }

    .bke-catchup-page * {
      box-sizing: border-box;
    }

    .bke-catchup-container {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 1.25rem;
    }

    .bke-section {
      padding: 3.5rem 0;
      background-color: transparent;
    }

    .bke-section--tight {
      padding: 2.75rem 0;
    }

    .bke-section--hero {
      background: radial-gradient(circle at top left, #EEF7E9 0%, #ffffff 55%, #F5F5F5 100%);
      padding-top: 3.5rem;
      padding-bottom: 3.75rem;
    }

    .bke-section--dark {
      /* now a clean light section, not dark */
      background: #ffffff;
    }

    .bke-section--band {
      /* soft light green band */
      background: #EEF7E9;
    }

    .bke-section--strip {
      /* subtle green gradient strip, not heavy/dark */
      background: linear-gradient(135deg, #4CAF4F 0%, #2E7D32 60%, #4CAF4F 100%);
    }

    .bke-section--light {
      background: #F5F5F5;
    }

    .bke-section--faq {
      background: #F5F5F5;
    }

    .bke-eyebrow {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #2E7D32;
      font-weight: 600;
      margin-bottom: 0.75rem;
    }

    .bke-h1,
    .bke-h2,
    .bke-h3 {
      margin: 0;
      color: var(--bke-text-main);
      letter-spacing: -0.02em;
    }

    .bke-h1 {
      font-size: clamp(2.8rem, 3.8vw + 1.4rem, 3.9rem);
      line-height: 1.04;
      text-align: center;
    }

    .bke-h2 {
      font-size: clamp(2.1rem, 2.6vw + 1.1rem, 2.7rem);
      line-height: 1.18;
      position: relative;
      display: inline-block;
    }

    .bke-section-header .bke-h2::after,
    .bke-section-header--center .bke-h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -0.4rem;
      width: 60%;
      max-width: 180px;
      height: 2px;
      background: linear-gradient(90deg, var(--bke-accent), transparent);
      opacity: 0.9;
    }

    .bke-section-header--center .bke-h2::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .bke-h3 {
      font-size: 1.3rem;
      line-height: 1.3;
    }

    .bke-p {
      margin: 0;
      font-size: 1.06rem;
      line-height: 1.8;
      color: var(--bke-text-body);
    }

    .bke-p--muted {
      color: var(--bke-text-muted);
    }

    .bke-highlight {
      color: var(--bke-accent);
      font-weight: 800;
      text-decoration: underline;
      text-decoration-thickness: 3px;
      text-underline-offset: 0.18em;
    }

    .bke-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.32rem 0.9rem;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid var(--bke-border-subtle);
      font-size: 0.86rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--bke-text-body);
    }

    .bke-badge span {
      color: var(--bke-alert);
    }

    .bke-center {
      text-align: center;
    }

    .bke-mt-xs {
      margin-top: 0.5rem;
    }

    .bke-mt-sm {
      margin-top: 0.75rem;
    }

    .bke-mt-md {
      margin-top: 1.25rem;
    }

    .bke-mt-lg {
      margin-top: 1.75rem;
    }

    .bke-mt-xl {
      margin-top: 2rem;
    }

    .bke-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9999px;
      padding: 1rem 2.4rem;
      font-weight: 600;
      font-size: 1rem;
      border: none;
      cursor: pointer;
      transition: background 0.15s ease, box-shadow 0.15s ease,
        transform 0.1s ease, color 0.15s ease, border-color 0.15s ease;
      text-decoration: none;
      white-space: nowrap;
    }

    .bke-btn-primary {
      background: var(--bke-accent);
      color: #ffffff;
      box-shadow: 0 10px 24px rgba(76, 175, 79, 0.35);
    }

    .bke-btn-primary:hover {
      background: #2E7D32;
      box-shadow: 0 14px 32px rgba(46, 125, 50, 0.45);
      transform: translateY(-1px);
    }

    .bke-btn-ghost {
      background: transparent;
      color: var(--bke-accent);
      padding-inline: 0;
      box-shadow: none;
      border: none;
    }

    .bke-btn-ghost:hover {
      text-decoration: underline;
      background: transparent;
      transform: none;
    }

    /* ensure buttons always have white text (override theme link color) */
    .bke-catchup-page .bke-btn-primary,
    .bke-catchup-page .bke-btn-primary:link,
    .bke-catchup-page .bke-btn-primary:visited {
      color: #ffffff !important;
    }

    /* Offer chip */
    .bke-offer-chip {
      display: inline-flex;
      align-items: center;
      padding: 0.1rem 0.5rem;
      margin-left: 0.1rem;
      border-radius: 9999px;
      border: 1px solid rgba(249, 115, 22, 0.8);
      background: #FFF7ED;
      color: #9A3412;
      font-size: 0.9em;
      box-shadow: none;
    }

    /* HERO LAYOUT */
    .bke-hero-inner {
      margin: 0 auto;
      max-width: 880px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.7rem;
      text-align: center;
    }

    .bke-hero-copy {
      max-width: 740px;
    }

    .bke-hero-sub {
      font-size: 1.08rem;
      color: var(--bke-text-body);
      margin-top: 1rem;
    }

    /* HERO VIDEO (new) */
    .bke-hero-video-wrap {
      margin-top: 1.6rem;
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .bke-hero-video {
      position: relative;
      width: min(100%, 720px);
      border-radius: 1.25rem;
      overflow: hidden;
      box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
      background: #000000;
      aspect-ratio: 16 / 9;
    }

    .bke-hero-video iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .bke-hero-cta {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.6rem;
      max-width: 520px;
      width: 100%;
    }

    .bke-btn-hero-main {
      min-width: min(100%, 520px);
      justify-content: center;
      text-align: center;
      font-size: 1.06rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      background: linear-gradient(90deg, #4CAF4F, #2E7D32);
      box-shadow: 0 16px 40px rgba(76, 175, 79, 0.45);
      position: relative;
      overflow: hidden;
      text-transform: none;
    }

    @keyframes bke-cta-pulse {
      0% {
        transform: translateY(0);
        box-shadow: 0 16px 40px rgba(76, 175, 79, 0.45);
      }
      50% {
        transform: translateY(-2px);
        box-shadow: 0 22px 52px rgba(76, 175, 79, 0.55);
      }
      100% {
        transform: translateY(0);
        box-shadow: 0 16px 40px rgba(76, 175, 79, 0.45);
      }
    }

    .bke-btn-hero-main {
      animation: bke-cta-pulse 2.2s ease-in-out infinite;
    }

    .bke-btn-hero-main:hover {
      animation-play-state: paused;
    }

    .bke-hero-proof {
      font-size: 0.98rem;
      color: var(--bke-text-muted);
      margin-top: 0.2rem;
    }

    /* SECTION HEADERS */
    .bke-section-header {
      max-width: 44rem;
      margin-bottom: 2.5rem;
    }

    .bke-section-header--center {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .bke-section-header .bke-p {
      margin-top: 0.85rem;
      color: var(--bke-text-muted);
      font-size: 1.02rem;
    }

    /* GRID HELPERS */
    .bke-grid-3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.75rem;
    }

    .bke-grid-3-balanced {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2rem;
      align-items: stretch;
    }

    .bke-grid-2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.75rem;
    }

    /* CARDS – PAIN & BENEFITS */
    .bke-card {
      border-radius: 1rem;
      border: 1px solid var(--bke-border-subtle);
      padding: 1.8rem 1.9rem;
      background: var(--bke-surface);
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
      height: 100%;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

    .bke-card-soft {
      background: var(--bke-surface-soft);
    }

    .bke-card-strip {
      background: var(--bke-surface-alt);
    }

    .bke-card-icon {
      width: 44px;
      height: 44px;
      border-radius: 9999px;
      background: var(--bke-accent-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--bke-accent);
      font-size: 1.3rem;
      margin-bottom: 0.35rem;
    }

    .bke-card-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--bke-text-main);
    }

    .bke-card-body {
      font-size: 1.02rem;
      color: var(--bke-text-muted);
    }

    /* PROCESS / SERVICES */
    .bke-service-block {
      border-radius: 1rem;
      border: 1px solid var(--bke-border-subtle);
      padding: 1.8rem 1.9rem;
      background: var(--bke-surface);
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

    .bke-service-icon {
      width: 34px;
      height: 34px;
      border-radius: 9999px;
      background: var(--bke-accent-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--bke-accent);
      font-size: 1.15rem;
    }

    .bke-service-title {
      font-size: 1.22rem;
      font-weight: 700;
      color: var(--bke-text-main);
    }

    .bke-service-list {
      list-style: disc;
      padding-left: 1.3rem;
      margin: 0;
      font-size: 1.02rem;
      color: var(--bke-text-muted);
    }

    .bke-service-list li + li {
      margin-top: 0.3rem;
    }

    /* MID CTA STRIP INNER (on green band) */
    .bke-strip-inner {
      max-width: 44rem;
      margin: 0 auto;
      text-align: center;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.06);
      border-radius: 1.25rem;
      padding: 2.4rem 2rem;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    }

    .bke-strip-inner .bke-h2 {
      color: #ffffff;
    }

    .bke-strip-inner .bke-p--muted {
      color: #E5E7EB;
    }

    .bke-strip-inner .bke-btn-primary {
      background: #ffffff;
      color: #2E7D32 !important;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }

    .bke-strip-inner .bke-btn-primary:hover {
      background: #F5F5F5;
      color: #2E7D32 !important;
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    }

    /* TESTIMONIALS */
    .bke-testimonial-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }

    .bke-testimonial-card {
      background: var(--bke-surface);
      border-radius: 0.9rem;
      border: 1px solid var(--bke-border-subtle);
      padding: 1.6rem 1.7rem;
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      height: 100%;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

    .bke-testimonial-quote {
      font-size: 1.02rem;
      color: var(--bke-text-body);
    }

    .bke-testimonial-meta {
      font-size: 0.9rem;
      color: var(--bke-text-muted);
    }

    /* FAQ */
    .bke-faq-list {
      max-width: 46rem;
      margin: 0 auto;
      border-top: 1px solid var(--bke-border-subtle);
    }

    .bke-faq-item {
      padding: 1rem 0;
      border-bottom: 1px solid var(--bke-border-subtle);
    }

    .bke-faq-q {
      font-size: 1.05rem;
      font-weight: 650;
      color: var(--bke-text-main);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .bke-faq-icon {
      font-size: 1.1rem;
      color: var(--bke-accent);
      flex-shrink: 0;
    }

    .bke-faq-a {
      margin-top: 0.45rem;
      font-size: 1.02rem;
      color: var(--bke-text-muted);
    }

    /* FINAL CTA */
    .bke-final-cta-inner {
      max-width: 46rem;
      margin: 0 auto 2rem auto;
      text-align: center;
      color: #ffffff;
    }

    .bke-final-cta-inner .bke-h2 {
      color: #ffffff;
    }

    .bke-final-cta-inner .bke-p--muted {
      color: #E5E7EB;
    }

    .bke-note {
      font-size: 0.95rem;
      color: #E5E7EB;
    }

    /* INTAKE MODAL + CALENDLY */
    .bke-intake-modal {
      position: fixed;
      inset: 0;
      display: none;
      z-index: 9999;
      font-family: inherit;
    }

    .bke-intake-modal.is-open {
      display: block;
    }

    .bke-intake-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(15, 23, 42, 0.45);
    }

    .bke-intake-dialog {
      position: relative;
      margin: 4vh auto;
      max-width: 760px;
      background: #ffffff;
      border-radius: 1.25rem;
      border: 1px solid var(--bke-border-subtle);
      padding: 2rem 2.25rem 2.25rem;
      box-shadow: 0 24px 80px rgba(15, 23, 42, 0.16);
      color: var(--bke-text-body);
      max-height: 92vh;
      overflow: auto;
    }

    .bke-intake-close {
      position: absolute;
      top: 0.85rem;
      right: 0.95rem;
      border: none;
      background: transparent;
      color: var(--bke-text-muted);
      font-size: 1.3rem;
      cursor: pointer;
    }

    .bke-intake-title {
      margin: 0 0 1rem 0;
      font-size: 1.4rem;
      letter-spacing: -0.02em;
      color: var(--bke-text-main);
    }

    .bke-intake-label {
      display: block;
      font-size: 0.95rem;
      color: var(--bke-text-body);
    }

    .bke-intake-input {
      margin-top: 0.35rem;
      width: 100%;
      border-radius: 0.75rem;
      border: 1px solid var(--bke-border-subtle);
      background: #F9FAFB;
      padding: 0.6rem 0.8rem;
      color: var(--bke-text-body);
      font-size: 0.95rem;
    }

    .bke-intake-input:focus {
      outline: none;
      border-color: var(--bke-accent);
      box-shadow: 0 0 0 1px rgba(76, 175, 79, 0.7);
      background: #ffffff;
    }

    .bke-intake-steps {
      margin-top: 0.75rem;
    }

    .bke-intake-step {
      display: none;
    }

    .bke-intake-step-active {
      display: block;
    }

    .bke-intake-actions {
      margin-top: 1.4rem;
      display: flex;
      gap: 0.9rem;
      justify-content: flex-end;
    }

    .bke-intake-calendar {
      display: none;
      margin-top: 1.5rem;
    }

    .bke-intake-calendar.is-visible {
      display: block;
    }

    @media (max-width: 980px) {
      .bke-testimonial-grid,
      .bke-grid-3,
      .bke-grid-3-balanced {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 720px) {
      .bke-section {
        padding-inline: 0;
      }

      .bke-catchup-container {
        padding-inline: 1rem;
      }

      .bke-testimonial-grid,
      .bke-grid-3,
      .bke-grid-3-balanced,
      .bke-grid-2 {
        grid-template-columns: minmax(0, 1fr);
      }

      .bke-strip-inner,
      .bke-final-cta-inner {
        text-align: left;
      }

      .bke-btn-hero-main {
        width: 100%;
      }

      .bke-intake-dialog {
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        height: 100vh;
      }
    }

    /* Get Caught Up strip button (on green background) */
    #get-caught-up .bke-btn-primary,
    #get-caught-up .bke-btn-primary:link,
    #get-caught-up .bke-btn-primary:visited {
      background: #ffffff;
      color: #2E7D32 !important;
    }

    #get-caught-up .bke-btn-primary:hover {
      background: #F5F5F5;
      color: #2E7D32 !important;
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    }
  </style>/* End custom CSS */