/* Tailwind build directives removed for standalone use — Knight Fitness design tokens + component CSS below. */


/*
 * Design system definition.
 *
 * The @theme inline block maps CSS custom properties to Tailwind utility
 * classes (e.g. --color-primary -> bg-primary, text-primary).
 *
 * The :root and .dark blocks define the actual color values using oklch.
 * All colors MUST use oklch format.
 *
 * To add a new semantic color:
 * 1. Add the variable to :root (light value) and .dark (dark value)
 * 2. Register it in @theme inline as --color-<name>: var(--<name>)
 */

@theme inline {
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --radius-2xl: calc(var(--radius) + 8px);
  --radius-3xl: calc(var(--radius) + 12px);
  --radius-4xl: calc(var(--radius) + 16px);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-ring-offset-background: var(--background);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

:root {
  --radius: 0.625rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.129 0.042 264.695);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.129 0.042 264.695);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.129 0.042 264.695);
  --primary: oklch(0.208 0.042 265.755);
  --primary-foreground: oklch(0.984 0.003 247.858);
  --secondary: oklch(0.968 0.007 247.896);
  --secondary-foreground: oklch(0.208 0.042 265.755);
  --muted: oklch(0.968 0.007 247.896);
  --muted-foreground: oklch(0.554 0.046 257.417);
  --accent: oklch(0.968 0.007 247.896);
  --accent-foreground: oklch(0.208 0.042 265.755);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(0.929 0.013 255.508);
  --input: oklch(0.929 0.013 255.508);
  --ring: oklch(0.704 0.04 256.788);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.984 0.003 247.858);
  --sidebar-foreground: oklch(0.129 0.042 264.695);
  --sidebar-primary: oklch(0.208 0.042 265.755);
  --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
  --sidebar-accent: oklch(0.968 0.007 247.896);
  --sidebar-accent-foreground: oklch(0.208 0.042 265.755);
  --sidebar-border: oklch(0.929 0.013 255.508);
  --sidebar-ring: oklch(0.704 0.04 256.788);
}

.dark {
  --background: oklch(0.129 0.042 264.695);
  --foreground: oklch(0.984 0.003 247.858);
  --card: oklch(0.208 0.042 265.755);
  --card-foreground: oklch(0.984 0.003 247.858);
  --popover: oklch(0.208 0.042 265.755);
  --popover-foreground: oklch(0.984 0.003 247.858);
  --primary: oklch(0.929 0.013 255.508);
  --primary-foreground: oklch(0.208 0.042 265.755);
  --secondary: oklch(0.279 0.041 260.031);
  --secondary-foreground: oklch(0.984 0.003 247.858);
  --muted: oklch(0.279 0.041 260.031);
  --muted-foreground: oklch(0.704 0.04 256.788);
  --accent: oklch(0.279 0.041 260.031);
  --accent-foreground: oklch(0.984 0.003 247.858);
  --destructive: oklch(0.704 0.191 22.216);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.551 0.027 264.364);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.208 0.042 265.755);
  --sidebar-foreground: oklch(0.984 0.003 247.858);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
  --sidebar-accent: oklch(0.279 0.041 260.031);
  --sidebar-accent-foreground: oklch(0.984 0.003 247.858);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.551 0.027 264.364);
}

@layer base {
  * {
    border-color: var(--color-border);
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }
}
:root {
      --kf-red: #E31E24;
      --kf-red-dark: #B71C1C;
      --kf-black: #1A1A1A;
      --kf-white: #FFFFFF;
      --kf-gray: #F5F5F5;
      --kf-gray-dark: #666666;
      --gradient-red: linear-gradient(135deg, #E31E24 0%, #B71C1C 100%);
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Lato', sans-serif;
      background: var(--kf-white);
      color: var(--kf-black);
      overflow-x: hidden;
    }

    /* Navigation */
    .nav-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 1.5rem 0;
      transition: all 0.3s;
    }

    .nav-wrapper.scrolled {
      background: rgba(255, 255, 255, 0.98);
      backdrop-filter: blur(12px);
      padding: 1rem 0;
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }

    .nav-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo { height: 50px; }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 2.5rem;
    }

    .nav-links a {
      text-decoration: none;
      font-size: 0.9375rem;
      font-weight: 700;
      color: white;
      transition: all 0.2s;
    }

    .nav-wrapper.scrolled .nav-links a {
      color: var(--kf-black);
    }

    .nav-links a:hover {
      color: var(--kf-red);
    }

    .nav-cta {
      background: var(--kf-red);
      color: white;
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      font-weight: 700;
      transition: all 0.3s;
      border: none;
      cursor: pointer;
      font-family: 'Lato', sans-serif;
    }

    .nav-cta:hover {
      background: var(--kf-red-dark);
      transform: translateY(-2px);
    }

    /* HERO */
    .hero-fullbleed {
      position: relative;
      height: 100vh;
      min-height: 700px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.4);
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, 
        rgba(227, 30, 36, 0.7) 0%,
        rgba(26, 26, 26, 0.8) 100%
      );
      z-index: 1;
    }

    .hero-content-wrapper {
      position: relative;
      z-index: 2;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 2rem;
      width: 100%;
    }

    .hero-eyebrow {
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: white;
      margin-bottom: 1.75rem;
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
    }
    .hero-eyebrow::before{
      content:'';
      display:inline-block;
      width:32px;height:2px;background:var(--kf-red);
    }

    /* Trust strip */
    .trust-strip {
      margin-top: 2.5rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255,255,255,0.18);
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem 2.5rem;
      align-items: center;
      max-width: 900px;
    }
    .trust-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: rgba(255,255,255,0.92);
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .trust-item::before {
      content: '✓';
      color: var(--kf-red);
      font-weight: 900;
      font-size: 1rem;
    }

    .hero-headline {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400;
      font-size: clamp(3.5rem, 10vw, 8rem);
      line-height: 0.95;
      color: white;
      max-width: 1000px;
      margin-bottom: 2rem;
      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
      letter-spacing: 0.02em;
    }

    .hero-subheadline {
      font-size: clamp(1.125rem, 2vw, 1.5rem);
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.95);
      max-width: 650px;
      margin-bottom: 3rem;
      font-weight: 400;
    }

    .hero-cta-group {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
    }

    .cta-primary {
      background: var(--kf-red);
      color: white;
      padding: 1.5rem 3rem;
      border-radius: 0.75rem;
      font-size: 1.125rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      transition: all 0.3s;
      box-shadow: 0 8px 30px rgba(227, 30, 36, 0.4);
      border: none;
      cursor: pointer;
      font-family: 'Lato', sans-serif;
    }

    .cta-primary:hover {
      background: var(--kf-red-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(227, 30, 36, 0.5);
    }

    .cta-secondary {
      background: transparent;
      color: white;
      padding: 1.5rem 3rem;
      border: 2px solid white;
      border-radius: 0.75rem;
      font-size: 1.125rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      transition: all 0.3s;
      font-family: 'Lato', sans-serif;
    }

    .cta-secondary:hover {
      background: white;
      color: var(--kf-red);
    }

    /* Demoted / secondary inline CTA — use on nav links like "Learn More" */
    .program-cta.program-cta--ghost {
      background: transparent;
      color: var(--kf-black, #0f0f10);
      border: 1.5px solid currentColor;
      box-shadow: none;
      padding: 0.85rem 1.5rem;
      font-size: 0.95rem;
      letter-spacing: 0.04em;
    }
    .program-cta.program-cta--ghost:hover {
      background: var(--kf-black, #0f0f10);
      color: #fff;
      transform: none;
      box-shadow: none;
    }

    /* Stats */
    .stats-diagonal {
      position: relative;
      background: var(--kf-black);
      padding: 6rem 0;
      transform: skewY(-3deg);
      margin-top: -4rem;
      margin-bottom: 4rem;
      color: white;
    }

    .stats-diagonal-inner {
      transform: skewY(3deg);
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 4rem;
      text-align: center;
    }

    .stat-item {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s;
    }

    .stat-item.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .stat-value {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400;
      font-size: 5rem;
      color: var(--kf-red);
      line-height: 1;
      margin-bottom: 0.5rem;
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      letter-spacing: 0.02em;
    }
    .odometer {
      display: inline-flex;
      align-items: baseline;
    }
    .odo-digit {
      display: inline-block;
      height: 1em;
      overflow: hidden;
      vertical-align: baseline;
      position: relative;
      width: 0.6em;
    }
    .odo-reel {
      display: flex;
      flex-direction: column;
      transform: translateY(0);
      transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .odo-reel span {
      height: 1em;
      line-height: 1;
      display: block;
      text-align: center;
    }

    /* Hero entrance */
    .hero-eyebrow,
    .hero-headline,
    .hero-subheadline,
    .hero-cta-group {
      opacity: 0;
      transform: translateY(20px);
      animation: heroRise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .hero-eyebrow { animation-delay: 0.1s; }
    .hero-headline { animation-delay: 0.25s; }
    .hero-subheadline { animation-delay: 0.45s; }
    .hero-cta-group { animation-delay: 0.6s; }
    @keyframes heroRise {
      to { opacity: 1; transform: translateY(0); }
    }

    /* Slow ken-burns on hero bg */
    .hero-bg img {
      animation: kenburns 20s ease-out forwards;
    }
    @keyframes kenburns {
      from { transform: scale(1.08); }
      to { transform: scale(1); }
    }

    /* Section title reveal */
    .section-header {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .section-header.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* Primary CTA pulse */
    .cta-primary {
      position: relative;
    }
    .cta-primary::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.55);
      animation: ctaPulse 2.4s ease-out infinite;
      pointer-events: none;
    }
    @keyframes ctaPulse {
      0% { box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.5); }
      70% { box-shadow: 0 0 0 22px rgba(227, 30, 36, 0); }
      100% { box-shadow: 0 0 0 0 rgba(227, 30, 36, 0); }
    }

    /* Pricing featured glow */
    .pricing-card.featured {
      animation: featuredGlow 3.5s ease-in-out infinite;
    }
    @keyframes featuredGlow {
      0%, 100% { box-shadow: 0 4px 20px rgba(0,0,0,0.08), 0 0 0 0 rgba(227,30,36,0.0); }
      50% { box-shadow: 0 8px 30px rgba(0,0,0,0.12), 0 0 0 6px rgba(227,30,36,0.08); }
    }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
      .hero-eyebrow,
      .hero-headline,
      .hero-subheadline,
      .hero-cta-group,
      .hero-bg img,
      .cta-primary::before,
      .pricing-card.featured,
      .odo-reel { animation: none !important; transition: none !important; }
      .hero-eyebrow,
      .hero-headline,
      .hero-subheadline,
      .hero-cta-group { opacity: 1; transform: none; }
    }

    .stat-label {
      font-size: 1rem;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    .stat-description {
      font-size: 0.875rem;
      color: rgba(255,255,255,0.6);
      margin-top: 0.5rem;
    }

    /* Section */
    .section {
      padding: 6rem 0;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    .section-header {
      text-align: center;
      margin-bottom: 4rem;
    }

    .section-eyebrow {
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--kf-red);
      margin-bottom: 1rem;
    }

    .section-title {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400;
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      line-height: 1;
      color: var(--kf-black);
      margin-bottom: 1.5rem;
      letter-spacing: 0.02em;
    }

    .section-subtitle {
      font-size: 1.25rem;
      line-height: 1.6;
      color: var(--kf-gray-dark);
      max-width: 700px;
      margin: 0 auto;
    }

    /* Unified mobile spacing — keeps sections breathable and headers aligned */
    @media (max-width: 640px) {
      .section { padding: 3.5rem 0; }
      .container { padding: 0 1.25rem; }
      .section-header {
        margin-bottom: 2.25rem;
        text-align: center;
        padding: 0 0.25rem;
      }
      .section-eyebrow { font-size: 0.75rem; margin-bottom: 0.6rem; letter-spacing: 0.12em; }
      .section-title { font-size: clamp(2rem, 9vw, 2.75rem); margin-bottom: 0.85rem; }
      .section-subtitle { font-size: 1rem; line-height: 1.55; }
    }

    /* Programs - COMPACT */
    .programs-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    @media (max-width: 1100px) {
      .programs-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
      .programs-grid { grid-template-columns: 1fr; }
    }

    .program-card {
      background: white;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      opacity: 0;
      transform: translateY(30px);
      display: flex;
      flex-direction: column;
    }

    .program-card.visible { opacity: 1; transform: translateY(0); }

    .program-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
    }

    .program-image {
      position: relative;
      aspect-ratio: 4 / 3;
      overflow: hidden;
    }

    .program-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s;
    }

    .program-card:hover .program-image img { transform: scale(1.08); }

    .program-badge {
      position: absolute;
      top: 0.75rem;
      left: 0.75rem;
      background: var(--kf-red);
      color: white;
      padding: 0.35rem 0.75rem;
      border-radius: 1rem;
      font-size: 0.65rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    .program-content {
      padding: 1.25rem 1.25rem 1.5rem;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .program-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.6rem;
      color: var(--kf-black);
      margin: 0 0 0.35rem;
      letter-spacing: 0.02em;
      line-height: 1;
    }

    .program-subtitle {
      font-size: 0.7rem;
      font-weight: 700;
      color: var(--kf-red);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 0.65rem;
    }

    .program-description {
      font-size: 0.875rem;
      line-height: 1.5;
      color: var(--kf-gray-dark);
      margin-bottom: 1rem;
      flex: 1;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .program-cta {
      background: var(--kf-black);
      color: white;
      padding: 0.7rem 1rem;
      border-radius: 0.45rem;
      text-align: center;
      font-weight: 700;
      font-size: 0.875rem;
      text-decoration: none;
      transition: all 0.25s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
    }

    .program-cta:hover { background: var(--kf-red); }
    /* end programs-compact */
    .__legacy_pad {
      text-align: center;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s;
      display: block;
    }

    .program-cta:hover {
      background: var(--kf-red);
    }
    /* end programs */

    /* Video Testimonials */
    .video-testimonials {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }

    .video-card {
      position: relative;
      aspect-ratio: 16/9;
      border-radius: 1rem;
      overflow: hidden;
      cursor: pointer;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s;
    }

    .video-card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .video-thumbnail {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
    }

    .video-card:hover .video-overlay {
      background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 60%);
    }

    .play-button {
      width: 80px;
      height: 80px;
      background: var(--kf-red);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
      box-shadow: 0 4px 20px rgba(227, 30, 36, 0.4);
    }

    .video-card:hover .play-button {
      transform: scale(1.1);
      box-shadow: 0 6px 30px rgba(227, 30, 36, 0.6);
    }

    .play-button::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 20px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      margin-left: 4px;
    }

    .video-info {
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem;
      right: 1.5rem;
      color: white;
    }

    .video-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.5rem;
      margin-bottom: 0.25rem;
    }

    .video-result {
      font-size: 0.875rem;
      opacity: 0.9;
    }

    /* Google Reviews */
    .google-reviews-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
    }

    .reviews-summary {
      display: inline-flex;
      align-items: center;
      gap: 0.875rem;
      margin-top: 1.5rem;
      padding: 0.875rem 1.5rem;
      background: white;
      border: 1px solid #e5e5e5;
      border-radius: 999px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .reviews-summary-score {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.5rem;
      line-height: 1;
      color: var(--kf-black);
      letter-spacing: 0.02em;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .reviews-summary-stars { color: #FFA000; font-size: 1rem; letter-spacing: 0.05em; }
    .reviews-summary-meta { font-size: 0.75rem; color: var(--kf-gray-dark); margin-top: 0.125rem; }

    /* Marquee */
    .reviews-marquee {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      overflow: hidden;
      padding: 1rem 0;
      mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
    }
    .marquee-track {
      display: flex;
      gap: 1.25rem;
      width: max-content;
      animation: marquee-scroll 40s linear infinite;
      will-change: transform;
    }
    .marquee-track.reverse { animation-direction: reverse; animation-duration: 60s; }
    .marquee-track.reverse .google-review { width: 520px; padding: 1.75rem; }
    .marquee-track.reverse .review-text { font-size: 1.0625rem; line-height: 1.6; }
    .marquee-track.reverse .review-name { font-size: 1.0625rem; }
    .marquee-track:hover,
    .marquee-track:active,
    .marquee-track:focus-within,
    .reviews-marquee:hover .marquee-track,
    .reviews-marquee:active .marquee-track,
    .reviews-marquee.is-paused .marquee-track { animation-play-state: paused; }
    .marquee-track.long { animation-duration: 130s; }
    .marquee-track .google-review {
      opacity: 1;
      transform: none;
      width: 380px;
      flex-shrink: 0;
    }
    @keyframes marquee-scroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    @media (prefers-reduced-motion: reduce) {
      .marquee-track { animation: none; }
    }
    @media (max-width: 640px) {
      .reviews-marquee {
        gap: 0.875rem;
        padding: 0.5rem 0;
        mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
      }
      .marquee-track { gap: 0.875rem; animation-duration: 110s; }
      .marquee-track.reverse { animation-duration: 140s; }
      .marquee-track .google-review,
      .marquee-track.reverse .google-review {
        width: calc(100vw - 3.5rem);
        max-width: 320px;
        padding: 1.15rem;
        margin: 0;
      }
      .marquee-track.reverse .review-text { font-size: 0.9375rem; line-height: 1.55; }
      .marquee-track.reverse .review-name { font-size: 1rem; }
      .review-header { gap: 0.75rem; margin-bottom: 0.75rem; }
      .review-avatar { width: 44px; height: 44px; font-size: 1.05rem; }
      .review-name {
        font-size: 1rem;
        font-weight: 800;
        color: var(--kf-black);
        letter-spacing: -0.01em;
      }
      .review-stars {
        font-size: 1.05rem;
        letter-spacing: 0.15em;
        color: #E6A600;
        text-shadow: 0 1px 2px rgba(0,0,0,0.08);
      }
      .review-date { font-size: 0.8rem; }
      .review-text {
        font-size: 0.9rem;
        line-height: 1.55;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .reviews-summary {
        gap: 0.625rem;
        padding: 0.7rem 1.1rem;
        margin-top: 1.25rem;
      }
      .reviews-summary-score { font-size: 1.25rem; }
      .reviews-summary-meta { font-size: 0.7rem; }
    }

    /* Schedule — dark professional grid */
    .sched-section {
      background: #0a0f18;
      color: #e2e8f0;
    }
    .sched-intro {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 3rem;
    }
    .sched-eyebrow {
      color: var(--kf-red);
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-size: 0.8rem;
      margin-bottom: 0.75rem;
    }
    .sched-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.25rem, 5vw, 3.75rem);
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      line-height: 1;
      margin: 0 0 1rem;
    }
    .sched-sub {
      color: #94a3b8;
      font-size: 1rem;
      line-height: 1.6;
      margin: 0;
    }
    .sched-steps {
      list-style: none;
      padding: 0;
      margin: 0 auto 3rem;
      max-width: 1100px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
    .sched-step {
      display: flex;
      align-items: flex-start;
      gap: 0.9rem;
      background: linear-gradient(180deg, #111827 0%, #0d1422 100%);
      border: 1px solid #1f2937;
      border-radius: 0.875rem;
      padding: 1.1rem 1.15rem;
      box-shadow: 0 16px 32px -24px rgba(0,0,0,0.6);
    }
    .sched-step-num {
      flex-shrink: 0;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: var(--kf-red);
      color: #fff;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.15rem;
      letter-spacing: 0.04em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 0 4px rgba(227,30,36,0.15);
    }
    .sched-step-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.05rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #f8fafc;
      margin: 0 0 0.3rem;
      line-height: 1.1;
    }
    .sched-step-desc {
      color: #94a3b8;
      font-size: 0.92rem;
      line-height: 1.5;
      margin: 0;
    }
    @media (max-width: 820px) {
      .sched-steps { grid-template-columns: 1fr; max-width: 480px; }
    }
    .sched-days {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 1rem;
      max-width: 1280px;
      margin: 0 auto;
    }
    @media (max-width: 1100px) {
      .sched-days { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 760px) {
      .sched-days { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .sched-days { grid-template-columns: 1fr; gap: 0.75rem; }
    }
    .sched-day {
      background: #111827;
      border: 1px solid #1f2937;
      border-radius: 0.875rem;
      overflow: hidden;
      box-shadow: 0 20px 40px -20px rgba(0,0,0,0.55);
      transition: border-color 0.25s ease, transform 0.25s ease;
      display: flex;
      flex-direction: column;
    }
    .sched-day:hover {
      border-color: rgba(227, 30, 36, 0.55);
      transform: translateY(-2px);
    }
    .sched-day.is-today {
      border-color: rgba(227, 30, 36, 0.7);
      box-shadow: 0 0 0 1px rgba(227,30,36,0.35), 0 24px 48px -24px rgba(227,30,36,0.45);
      background: linear-gradient(180deg, #1a1320 0%, #111827 60%);
    }
    .sched-day.is-today .sched-day-label {
      background: linear-gradient(90deg, rgba(227,30,36,0.22), rgba(227,30,36,0.05));
      color: #fff;
    }
    .sched-today-badge {
      display: inline-block;
      margin-left: 0.55rem;
      padding: 0.18rem 0.5rem;
      background: var(--kf-red);
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 0.62rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      border-radius: 999px;
      vertical-align: middle;
      box-shadow: 0 0 0 3px rgba(227,30,36,0.18);
    }
    .sched-day.is-empty { opacity: 0.65; }
    .sched-day-label {
      background: rgba(30, 41, 59, 0.55);
      border-bottom: 1px solid #1f2937;
      padding: 0.85rem 1rem;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.05rem;
      letter-spacing: 0.14em;
      color: #f8fafc;
      text-transform: uppercase;
    }
    .sched-times {
      list-style: none;
      padding: 0.85rem;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem;
      flex: 1;
    }
    .sched-times li {
      display: flex;
      align-items: center;
      list-style: none;
      min-height: 44px;
      padding: 0.55rem 0.75rem 0.55rem 1.4rem;
      background: rgba(15, 23, 42, 0.6);
      border: 1px solid #1f2937;
      border-radius: 0.55rem;
      color: #f1f5f9;
      font: 600 0.95rem/1 'Lato', sans-serif;
      letter-spacing: 0.02em;
      position: relative;
    }
    .sched-times li::before {
      content: "";
      position: absolute;
      left: 0.6rem;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--kf-red);
      box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.18);
    }
    .sched-rest { color: #94a3b8; }
    .sched-weekend { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.75rem; flex: 1; }
    .sched-weekend-day { display: flex; flex-direction: column; }
    .sched-weekend-label {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 0.85rem;
      letter-spacing: 0.1em;
      color: #94a3b8;
      text-transform: uppercase;
      margin-bottom: 0.35rem;
    }
    .sched-weekend .sched-times { padding: 0; }
    .sched-time-btn {
      appearance: none;
      width: 100%;
      min-height: 44px;
      background: rgba(15, 23, 42, 0.6);
      border: 1px solid #1f2937;
      border-radius: 0.55rem;
      padding: 0.6rem 0.5rem 0.6rem 1.15rem;
      color: #f1f5f9;
      font: 600 0.95rem/1 'Lato', sans-serif;
      letter-spacing: 0.02em;
      cursor: pointer;
      text-align: left;
      position: relative;
      transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }
    .sched-time-btn::before {
      content: "";
      position: absolute;
      left: 0.55rem;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--kf-red);
      box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.18);
    }
    .sched-time-btn:hover,
    .sched-time-btn:focus-visible {
      color: #fff;
      border-color: rgba(227, 30, 36, 0.55);
      background: rgba(227, 30, 36, 0.12);
      outline: none;
      transform: translateY(-1px);
    }
    @media (max-width: 480px) {
      .sched-day { display: grid; grid-template-columns: 96px 1fr; align-items: stretch; }
      .sched-day-label {
        border-bottom: 0;
        border-right: 1px solid #1f2937;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0.85rem 0.5rem;
      }
      .sched-times { grid-template-columns: repeat(2, 1fr); padding: 0.65rem; gap: 0.4rem; }
    }
    @media (max-width: 360px) {
      .sched-times { grid-template-columns: 1fr; }
    }

    /* Session detail modal */
    .sched-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(5, 8, 14, 0.78);
      backdrop-filter: blur(4px);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      z-index: 1000;
      animation: schedFade 0.18s ease;
    }
    @keyframes schedFade {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    .sched-modal {
      position: relative;
      background: #111827;
      color: #e2e8f0;
      border: 1px solid #1f2937;
      border-radius: 1rem;
      padding: 2rem 1.75rem 1.75rem;
      max-width: 480px;
      width: 100%;
      max-height: calc(100vh - 2rem);
      overflow-y: auto;
      box-shadow: 0 30px 60px -20px rgba(0,0,0,0.7);
      animation: schedPop 0.2s ease;
    }
    @keyframes schedPop {
      from { transform: translateY(12px) scale(0.98); opacity: 0; }
      to { transform: translateY(0) scale(1); opacity: 1; }
    }
    .sched-modal-close {
      position: absolute;
      top: 0.65rem;
      right: 0.75rem;
      background: transparent;
      border: 0;
      color: #94a3b8;
      font-size: 1.75rem;
      line-height: 1;
      cursor: pointer;
      padding: 0.25rem 0.6rem;
      border-radius: 0.5rem;
      transition: color 0.2s, background 0.2s;
    }
    .sched-modal-close:hover { color: #fff; background: rgba(255,255,255,0.06); }
    .sched-modal-eyebrow {
      color: var(--kf-red);
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-size: 0.75rem;
      margin-bottom: 0.5rem;
    }
    .sched-modal-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.85rem;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      line-height: 1.1;
      margin: 0 0 0.75rem;
    }
    .sched-modal-desc {
      color: #cbd5e1;
      font-size: 0.95rem;
      line-height: 1.55;
      margin: 0 0 1.25rem;
    }
    .sched-modal-meta {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
      padding: 1rem;
      background: rgba(30, 41, 59, 0.45);
      border: 1px solid #1f2937;
      border-radius: 0.75rem;
      margin: 0 0 1.25rem;
    }
    .sched-modal-meta dt {
      font-size: 0.65rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #94a3b8;
      margin-bottom: 0.25rem;
    }
    .sched-modal-meta dd {
      margin: 0;
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
    }
    .sched-modal-bring h4 {
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #94a3b8;
      margin: 0 0 0.5rem;
    }
    .sched-modal-bring ul {
      list-style: none;
      padding: 0;
      margin: 0 0 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }
    .sched-modal-bring li {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      color: #e2e8f0;
      font-size: 0.9rem;
    }
    .sched-modal-bring li::before {
      content: "✓";
      color: var(--kf-red);
      font-weight: 700;
    }
    .sched-modal-cta {
      width: 100%;
      justify-content: center;
    }
    .sched-modal-actions {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
    .sched-modal-share {
      background: transparent;
      border: 1px solid #1f2937;
      color: #cbd5e1;
      border-radius: 0.55rem;
      padding: 0.6rem 0.85rem;
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      transition: border-color 0.2s, color 0.2s, background 0.2s;
    }
    .sched-modal-share:hover,
    .sched-modal-share:focus-visible {
      outline: none;
      border-color: var(--kf-red);
      color: #fff;
      background: rgba(227, 30, 36, 0.08);
    }

    /* Booking form */
    .booking-form {
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      margin-top: 0.5rem;
    }
    .booking-field {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
    }
    .booking-field > span {
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #94a3b8;
      font-weight: 700;
    }
    .booking-field > span small {
      text-transform: none;
      letter-spacing: 0;
      font-weight: 500;
      color: #64748b;
      margin-left: 0.25rem;
    }
    .booking-field input,
    .booking-field textarea {
      background: rgba(15, 23, 42, 0.65);
      border: 1px solid #1f2937;
      border-radius: 0.55rem;
      padding: 0.7rem 0.85rem;
      color: #f8fafc;
      font: inherit;
      font-size: 0.95rem;
      transition: border-color 0.15s ease, box-shadow 0.15s ease;
    }
    .booking-field textarea {
      resize: vertical;
      min-height: 72px;
    }
    .booking-field input::placeholder,
    .booking-field textarea::placeholder {
      color: #475569;
    }
    .booking-field input:focus,
    .booking-field textarea:focus {
      outline: none;
      border-color: var(--kf-red);
      box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.18);
    }
    .booking-field input[aria-invalid="true"],
    .booking-field textarea[aria-invalid="true"] {
      border-color: var(--kf-red);
    }
    .booking-error {
      font-style: normal;
      font-size: 0.78rem;
      color: #fca5a5;
    }
    .booking-fineprint {
      margin: 0.25rem 0 0;
      font-size: 0.75rem;
      color: #64748b;
      text-align: center;
    }
    .booking-confirmed {
      text-align: center;
      padding: 0.5rem 0;
    }
    .booking-tick {
      width: 64px;
      height: 64px;
      border-radius: 999px;
      background: rgba(34, 197, 94, 0.12);
      color: #22c55e;
      font-size: 2rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
      border: 1px solid rgba(34, 197, 94, 0.35);
    }
    @media (max-width: 480px) {
      .sched-modal { padding: 1.5rem 1.25rem 1.25rem; }
      .sched-modal-meta { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 480px) {
      .sched-modal { padding: 1.5rem 1.25rem 1.25rem; }
      .sched-modal-meta { grid-template-columns: 1fr 1fr; }
    }
    .sched-rest {
      padding: 1rem;
      color: #64748b;
      font-size: 0.85rem;
      font-style: italic;
    }
    .sched-foot {
      text-align: center;
      margin-top: 2.5rem;
      font-size: 0.8rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #64748b;
    }
    @media (max-width: 480px) {
      .sched-day { display: grid; grid-template-columns: 110px 1fr; }
      .sched-day-label {
        border-bottom: none;
        border-right: 1px solid #1f2937;
        display: flex;
        align-items: center;
      }
      .sched-times { flex-direction: row; flex-wrap: wrap; gap: 0.5rem 0.85rem; }
      .sched-rest { padding: 0.85rem 1rem; }
    }

    .google-review-long {
      width: 480px !important;
      min-width: 480px;
    }
    @media (max-width: 600px) {
      .google-review-long { width: 320px !important; min-width: 320px; }
    }
    .google-review {
      background: white;
      border: 1px solid var(--kf-gray);
      border-radius: 1rem;
      padding: 1.5rem;
      transition: all 0.3s;
      opacity: 0;
      transform: translateY(20px);
    }

    .google-review.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .google-review:hover {
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      border-color: var(--kf-red);
    }

    .review-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .review-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--gradient-red);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: 700;
      font-size: 1.125rem;
    }

    img.review-avatar,
    .review-avatar-img {
      object-fit: cover;
      background: var(--kf-gray);
      display: block;
    }

    .review-info {
      flex: 1;
    }

    .review-name {
      font-weight: 800;
      font-size: 1rem;
      color: var(--kf-black);
      margin-bottom: 0.25rem;
      letter-spacing: -0.01em;
    }

    .review-stars {
      display: flex;
      gap: 0.125rem;
      color: #FFA000;
      font-size: 0.875rem;
    }

    .review-date {
      font-size: 0.75rem;
      color: var(--kf-gray-dark);
      margin-top: 0.25rem;
    }

    .review-text {
      font-size: 0.9375rem;
      line-height: 1.6;
      color: var(--kf-black);
    }

    .google-logo {
      width: 20px;
      height: 20px;
    }

    /* FAQ */
    .faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .faq-item {
      background: white;
      border-radius: 1rem;
      margin-bottom: 1rem;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .faq-question {
      padding: 1.5rem;
      font-weight: 700;
      font-size: 1.125rem;
      color: var(--kf-black);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s;
    }

    .faq-question:hover {
      color: var(--kf-red);
    }

    .faq-toggle {
      font-size: 1.5rem;
      transition: transform 0.3s;
    }

    .faq-item.open .faq-toggle {
      transform: rotate(45deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s;
    }

    .faq-item.open .faq-answer {
      max-height: 500px;
    }

    .faq-answer-content {
      padding: 0 1.5rem 1.5rem;
      color: var(--kf-gray-dark);
      line-height: 1.6;
    }

    /* Free Trial Form */
    .form-container {
      max-width: 600px;
      margin: 0 auto;
      background: white;
      border-radius: 1.5rem;
      padding: 3rem;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .form-label {
      display: block;
      font-weight: 700;
      margin-bottom: 0.5rem;
      color: var(--kf-black);
    }

    .form-input, .form-select, .form-textarea {
      width: 100%;
      padding: 1rem;
      border: 2px solid var(--kf-gray);
      border-radius: 0.5rem;
      font-family: 'Lato', sans-serif;
      font-size: 1rem;
      transition: all 0.3s;
    }

    .form-input:focus, .form-select:focus, .form-textarea:focus {
      outline: none;
      border-color: var(--kf-red);
    }

    .form-textarea {
      resize: vertical;
      min-height: 120px;
    }

    .form-submit {
      width: 100%;
      background: var(--gradient-red);
      color: white;
      padding: 1.25rem;
      border: none;
      border-radius: 0.75rem;
      font-weight: 700;
      font-size: 1.125rem;
      cursor: pointer;
      transition: all 0.3s;
      font-family: 'Lato', sans-serif;
    }

    .form-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 30px rgba(227, 30, 36, 0.4);
    }

    /* Schedule */
    .schedule-table {
      width: 100%;
      background: white;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .schedule-table th {
      background: var(--kf-black);
      color: white;
      padding: 1.25rem;
      text-align: left;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.875rem;
      letter-spacing: 0.1em;
    }

    .schedule-table td {
      padding: 1.25rem;
      border-bottom: 1px solid var(--kf-gray);
    }

    .schedule-table tr:last-child td {
      border-bottom: none;
    }

    .schedule-class {
      font-weight: 700;
      color: var(--kf-black);
      margin-bottom: 0.25rem;
    }

    .schedule-type {
      font-size: 0.875rem;
      color: var(--kf-red);
      font-weight: 700;
    }

    /* Pricing */
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      margin-top: 3rem;
    }

    .pricing-card {
      background: white;
      border-radius: 1.5rem;
      padding: 2.5rem;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.3s;
      text-align: center;
      position: relative;
    }

    .pricing-card.featured {
      border: 3px solid var(--kf-red);
      transform: scale(1.05);
    }

    .pricing-card.featured::before {
      content: 'MOST POPULAR';
      position: absolute;
      top: -0.75rem;
      left: 50%;
      transform: translateX(-50%);
      background: var(--kf-red);
      color: white;
      padding: 0.5rem 1.5rem;
      border-radius: 2rem;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.1em;
    }

    .pricing-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

    .pricing-card.featured:hover {
      transform: translateY(-4px) scale(1.05);
    }

    .pricing-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .pricing-price {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 3.5rem;
      color: var(--kf-red);
      margin-bottom: 0.5rem;
    }

    .pricing-period {
      font-size: 0.875rem;
      color: var(--kf-gray-dark);
      margin-bottom: 2rem;
    }

    .pricing-features {
      list-style: none;
      margin-bottom: 2rem;
      text-align: left;
    }

    .pricing-features li {
      padding: 0.75rem 0;
      border-bottom: 1px solid var(--kf-gray);
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .pricing-features li:last-child {
      border-bottom: none;
    }

    .pricing-features li::before {
      content: '✓';
      color: var(--kf-red);
      font-weight: 700;
      font-size: 1.25rem;
    }

    /* Footer */
    footer {
      background: var(--kf-black);
      color: white;
      padding: 4rem 0 2rem;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 3rem;
      margin-bottom: 3rem;
    }

    .footer-col h4 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      color: var(--kf-red);
    }

    .footer-col p, .footer-col a {
      font-size: 0.9375rem;
      line-height: 1.8;
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      display: block;
    }

    .footer-col a:hover {
      color: var(--kf-red);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 2rem;
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.875rem;
    }

    /* 30+ Problem Section */
    .problem-grid{
      display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;
    }
    @media (max-width:900px){.problem-grid{grid-template-columns:1fr}}
    .problem-text h3{
      font-family:'Bebas Neue',sans-serif;font-size:clamp(2rem,3.5vw,3rem);
      letter-spacing:.02em;line-height:1.05;margin:1rem 0 1.25rem;
    }
    .problem-text p{font-size:1.0625rem;line-height:1.7;color:var(--kf-gray-dark);margin-bottom:1rem}
    .problem-image{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/5}
    .problem-image img{width:100%;height:100%;object-fit:cover}
    .pillars-grid{
      display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:1.5rem;margin-top:3.5rem;
    }
    .pillar{
      background:white;border-radius:1rem;padding:2rem 1.75rem;
      border-top:4px solid var(--kf-red);
      box-shadow:0 2px 12px rgba(0,0,0,.04);
    }
    .pillar .num{
      font-family:'Bebas Neue',sans-serif;font-size:2rem;color:var(--kf-red);
      line-height:1;margin-bottom:.5rem;
    }
    .pillar h4{
      font-family:'Bebas Neue',sans-serif;font-size:1.5rem;letter-spacing:.02em;
      margin-bottom:.6rem;color:var(--kf-black);
    }
    .pillar p{font-size:.95rem;line-height:1.55;color:var(--kf-gray-dark)}

    /* Comparison table */
    .compare-wrap{max-width:1000px;margin:0 auto;overflow-x:auto;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}
    .compare-table{width:100%;border-collapse:collapse;background:white;min-width:680px}
    .compare-table th,.compare-table td{
      padding:1.1rem 1rem;text-align:center;border-bottom:1px solid var(--kf-gray);
      font-size:.95rem;
    }
    .compare-table th{
      background:var(--kf-black);color:white;font-weight:700;
      text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;
    }
    .compare-table th.highlight{background:var(--kf-red)}
    .compare-table td:first-child,.compare-table th:first-child{text-align:left;font-weight:700}
    .compare-table td.yes{color:var(--kf-red);font-weight:900;font-size:1.15rem}
    .compare-table td.no{color:#bbb;font-weight:700}
    .compare-table tr:last-child td{border-bottom:none}
    .compare-table td.col-kf{background:rgba(227,30,36,.06);font-weight:900;color:var(--kf-red);font-size:1.15rem}

    /* Mobile comparison cards */
    .compare-mobile{display:none;gap:1rem;flex-direction:column}
    .compare-mobile-card{
      background:white;border-radius:1rem;
      box-shadow:0 2px 12px rgba(0,0,0,0.06);
      overflow:hidden;
    }
    .compare-mobile-title{
      background:var(--kf-black);color:white;
      padding:1rem 1.25rem;font-weight:700;
      font-size:.95rem;
    }
    .compare-mobile-grid{
      display:grid;grid-template-columns:1fr 1fr;gap:0;
    }
    .compare-mobile-item{
      display:flex;flex-direction:column;align-items:center;justify-content:center;
      padding:1rem 0.5rem;border-bottom:1px solid var(--kf-gray);
      border-right:1px solid var(--kf-gray);
      text-align:center;
    }
    .compare-mobile-item:nth-child(2n){border-right:none}
    .compare-mobile-item:nth-last-child(-n+2){border-bottom:none}
    .compare-mobile-item.kf{background:rgba(227,30,36,.04)}
    .compare-mobile-label{
      font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;
      color:var(--kf-gray-dark);font-weight:700;margin-bottom:.35rem;
    }
    .compare-mobile-value{
      font-size:1.1rem;font-weight:700;
    }
    .compare-mobile-value.yes{color:var(--kf-red);font-size:1.25rem;font-weight:900}
    .compare-mobile-value.no{color:#bbb}

    @media (max-width: 767px) {
      .compare-desktop{display:none}
      .compare-mobile{display:flex}
    }

    /* Transformations gallery — auto-scroll marquee */
    .transformations-marquee{
      overflow:hidden;
      padding:.5rem 0;
      mask-image:linear-gradient(to right, transparent 0, black 5%, black 95%, transparent 100%);
      -webkit-mask-image:linear-gradient(to right, transparent 0, black 5%, black 95%, transparent 100%);
    }
    .transformations-marquee + .transformations-marquee{margin-top:1rem}
    .transformations-track{
      display:flex;
      gap:1rem;
      width:max-content;
      animation:trans-marquee 40s linear infinite;
    }
    .transformations-marquee--reverse .transformations-track{animation-direction:reverse;animation-duration:50s}
    .transformations-marquee:hover .transformations-track{animation-play-state:paused}
    @keyframes trans-marquee{
      from{transform:translateX(0)}
      to{transform:translateX(calc(-50% - .5rem))}
    }
    .transform-card{
      position:relative;
      flex:0 0 auto;
      width:220px;
      aspect-ratio:4/5;
      border-radius:.75rem;
      overflow:hidden;
      background:var(--kf-gray);
    }
    @media (max-width:560px){.transform-card{width:170px}}
    .transform-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
    .transform-card:hover img{transform:scale(1.05)}
    .transform-card::after{
      content:'';position:absolute;inset:0;
      background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%);
    }

    /* How it works */
    .steps-grid{
      display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;
    }
    @media (max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}
    @media (max-width:560px){.steps-grid{grid-template-columns:1fr}}
    .step-card{
      background:white;border-radius:1rem;padding:2rem 1.5rem;
      border:1px solid var(--kf-gray);text-align:left;position:relative;
      transition:all .3s;
    }
    .step-card:hover{border-color:var(--kf-red);transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
    .step-card .step-num{
      font-family:'Bebas Neue',sans-serif;font-size:3rem;color:var(--kf-red);
      line-height:1;
    }
    .step-card h4{
      font-family:'Bebas Neue',sans-serif;font-size:1.35rem;letter-spacing:.02em;
      margin:.5rem 0 .6rem;color:var(--kf-black);
    }
    .step-card p{font-size:.92rem;line-height:1.55;color:var(--kf-gray-dark)}

    /* Final closer */
    .closer{
      background:var(--kf-black);color:white;padding:6rem 0;text-align:center;
      position:relative;overflow:hidden;
    }
    .closer::before{
      content:'';position:absolute;inset:0;
      background:radial-gradient(ellipse at center,rgba(227,30,36,.18) 0%,transparent 60%);
    }
    .closer-inner{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 2rem}
    .closer h2{
      font-family:'Bebas Neue',sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);
      letter-spacing:.02em;line-height:1;margin:1rem 0 1.5rem;
    }
    .closer p{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8);margin-bottom:2.5rem;max-width:620px;margin-left:auto;margin-right:auto}
    .closer .micro{font-size:.85rem;color:rgba(255,255,255,.55);margin-top:1.25rem;margin-bottom:0}

    /* Mobile */
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hero-headline { font-size: 3rem; }
      .stats-diagonal { transform: none; }
      .stats-diagonal-inner { transform: none; }
    }

    /* Hero 2-col with embedded form */
    .hero-fullbleed { min-height: 760px; padding: 7rem 0 4rem; align-items: flex-start; }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 4rem;
      align-items: center;
    }
    @media (max-width: 1000px) {
      .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    }
    .hero-text .hero-headline { font-size: clamp(3rem, 7vw, 5.5rem); }
    .hero-form-card {
      background: white;
      border-radius: 1.25rem;
      padding: 2rem 2rem 2.25rem;
      box-shadow: 0 30px 80px rgba(0,0,0,0.4);
      animation: heroRise 0.9s cubic-bezier(0.16,1,0.3,1) 0.4s both;
      max-width: 460px;
      width: 100%;
      justify-self: end;
    }
    @media (max-width: 1000px) {
      .hero-form-card { justify-self: stretch; max-width: 100%; }
    }
    .hero-form-eyebrow {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--kf-red);
      margin-bottom: 0.75rem;
    }
    .hero-form-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2rem;
      letter-spacing: 0.02em;
      color: var(--kf-black);
      line-height: 1;
      margin: 0 0 0.5rem;
    }
    .hero-form-sub {
      font-size: 0.95rem;
      color: var(--kf-gray-dark);
      margin-bottom: 1.5rem;
      line-height: 1.4;
    }
    .hero-form { display: flex; flex-direction: column; gap: 0.75rem; }
    .hero-form .form-input,
    .hero-form .form-select {
      padding: 0.875rem 1rem;
      border: 2px solid #eee;
      border-radius: 0.5rem;
      font-family: 'Lato', sans-serif;
      font-size: 1rem;
    }
    .hero-form .form-input:focus,
    .hero-form .form-select:focus {
      outline: none;
      border-color: var(--kf-red);
    }
    .hero-form .form-submit {
      margin-top: 0.5rem;
      background: var(--gradient-red);
      color: white;
      padding: 1.05rem;
      border: none;
      border-radius: 0.6rem;
      font-weight: 700;
      font-size: 1.05rem;
      cursor: pointer;
      transition: all 0.25s;
      font-family: 'Lato', sans-serif;
    }
    .hero-form .form-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(227,30,36,0.4);
    }
    .hero-form-perks { list-style: none; padding: 0; margin: 0 0 1.1rem; display: flex; flex-direction: column; gap: 0.5rem; }
    .hero-form-perks li { font-size: 0.88rem; color: var(--kf-black); display: flex; align-items: center; gap: 0.6rem; }
    .hero-form-perks-ic { width: 20px; height: 20px; border-radius: 50%; background: rgba(34,197,94,0.15); color: #16a34a; display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 900; flex: none; }
    .hero-form-foot {
      text-align: center;
      font-size: 0.8rem;
      color: var(--kf-gray-dark);
      margin-top: 0.5rem;
    }

    /* Contact section */
    @media (max-width: 800px) {
      .contact-grid { grid-template-columns: 1fr !important; }
    }

    /* === FOUNDER === */
    .founder-block { display:grid; grid-template-columns: 0.9fr 1.1fr; gap:3.5rem; align-items:center; max-width:1100px; margin:0 auto; }
    @media (max-width: 850px) { .founder-block { grid-template-columns: 1fr; gap:2rem; } }
    .founder-photo { aspect-ratio: 4/5; border-radius: 1rem; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.15); position:relative; }
    .founder-photo img { width:100%; height:100%; object-fit: cover; display:block; }
    .founder-photo::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35) 100%); }
    .founder-quote { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.6rem, 2.4vw, 2.1rem); line-height: 1.15; letter-spacing: 0.02em; color: var(--kf-black); margin: 1rem 0 1.25rem; }
    .founder-body { font-size: 1.05rem; line-height: 1.65; color: var(--kf-gray-dark); margin-bottom: 1rem; }
    .founder-sig { display:flex; align-items:center; gap:0.85rem; margin-top: 1.5rem; padding-top:1.25rem; border-top: 1px solid #eee; }
    .founder-sig-name { font-weight: 900; color: var(--kf-black); font-size: 0.95rem; }
    .founder-sig-role { font-size: 0.8rem; color: var(--kf-gray-dark); letter-spacing: 0.08em; text-transform: uppercase; }

    /* === COACHES === */
    .team-feature { display:grid; grid-template-columns: 1.55fr 1fr; gap: 2.5rem; align-items: stretch; max-width: 1200px; margin: 0 auto; }
    @media (max-width: 950px) { .team-feature { grid-template-columns: 1fr; gap: 1.75rem; } }
    .team-photo-wrap { position: relative; border-radius: 1rem; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.18); background: var(--kf-black); aspect-ratio: 1.02/1; }
    .team-photo-wrap img { width:100%; height:100%; object-fit: cover; display:block; }
    .team-photo-tag { position:absolute; top: 1rem; left: 1rem; background: var(--kf-red); color: white; font-family: 'Bebas Neue', sans-serif; font-size: 0.9rem; letter-spacing: 0.14em; padding: 0.4rem 0.85rem; border-radius: 999px; box-shadow: 0 4px 14px rgba(218,30,40,0.4); }
    .team-side { display:flex; flex-direction: column; justify-content: center; }
    .team-side-eyebrow { font-size: 0.78rem; font-weight: 700; color: var(--kf-red); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.65rem; }
    .team-side-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: 0.02em; line-height: 1.05; color: var(--kf-black); margin-bottom: 1rem; }
    .team-side-body { font-size: 1rem; line-height: 1.6; color: var(--kf-gray-dark); margin-bottom: 1.5rem; }
    .coach-roster { display:flex; flex-direction: column; gap: 0; border-top: 1px solid #eee; }
    .coach-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: 0.9rem 0; border-bottom: 1px solid #eee; }
    .coach-row-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: 0.03em; color: var(--kf-black); }
    .coach-row-role { font-size: 0.7rem; font-weight: 700; color: var(--kf-red); letter-spacing: 0.14em; text-transform: uppercase; }

    .team-candids { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
    @media (max-width: 750px) { .team-candids { grid-template-columns: 1fr 1fr; } .team-candids > :nth-child(3) { display: none; } }
    .candid { aspect-ratio: 4/3; border-radius: 0.75rem; overflow: hidden; position: relative; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .candid img { width:100%; height:100%; object-fit: cover; display:block; transition: transform 0.6s ease; }
    .candid:hover img { transform: scale(1.04); }
    .candid::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.55) 100%); pointer-events:none; }
    .candid-caption { position:absolute; left: 0.9rem; bottom: 0.75rem; right: 0.9rem; color: white; font-family: 'Bebas Neue', sans-serif; font-size: 0.95rem; letter-spacing: 0.06em; z-index: 1; }

    /* === COMMUNITY STRIP === */
    .community-strip { background: var(--kf-black); color: white; padding: 4rem 0 4.5rem; position: relative; overflow: hidden; }
    .community-strip::before { content:''; position:absolute; top:0; left:0; right:0; height: 4px; background: var(--kf-red); }
    .community-head { max-width: 1200px; margin: 0 auto 2rem; padding: 0 1.5rem; display:flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
    .community-head-left { flex: 1; min-width: 260px; }
    .community-eyebrow { font-size: 0.78rem; font-weight: 700; color: var(--kf-red); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.5rem; }
    .community-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: 0.01em; }
    .community-title em { font-style: normal; color: var(--kf-red); }
    .community-meta { font-size: 0.95rem; color: rgba(255,255,255,0.65); max-width: 360px; line-height: 1.5; }
    .community-grid { max-width: 1300px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 0.75rem; }
    @media (max-width: 850px) { .community-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .community-grid > :nth-child(1) { grid-column: 1 / -1; } }
    @media (max-width: 480px) { .community-grid { grid-template-columns: 1fr; } .community-grid > :nth-child(1) { grid-column: auto; } }
    .cgrid-item { position: relative; overflow: hidden; border-radius: 0.6rem; aspect-ratio: 4/3; }
    .cgrid-item.tall { grid-row: 1 / span 2; aspect-ratio: auto; min-height: 100%; }
    @media (max-width: 850px) { .cgrid-item.tall { grid-row: auto; aspect-ratio: 16/9; } }
    .cgrid-item img { width:100%; height:100%; object-fit: cover; display:block; transition: transform 0.5s ease; }
    .cgrid-item:hover img { transform: scale(1.04); }
    .cgrid-item::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.7) 100%); pointer-events: none; }
    .cgrid-tag { position:absolute; left: 1rem; bottom: 0.85rem; right: 1rem; font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.06em; color: white; z-index: 1; }

    /* === STOREFRONT BANNER === */
    .storefront-banner { position: relative; aspect-ratio: 21/9; max-width: 1100px; margin: 0 auto 3rem; border-radius: 1rem; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
    @media (max-width: 700px) { .storefront-banner { aspect-ratio: 4/3; } }
    .storefront-banner img { width:100%; height:100%; object-fit: cover; display:block; }
    .storefront-banner::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.65) 100%); pointer-events:none; }
    .storefront-banner-tag { position:absolute; left: 1.5rem; bottom: 1.25rem; right: 1.5rem; color: white; z-index: 1; display:flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
    .storefront-banner-tag-left { display:flex; flex-direction: column; gap: 0.2rem; }
    .storefront-banner-eyebrow { font-size: 0.7rem; font-weight: 700; color: var(--kf-red); letter-spacing: 0.18em; text-transform: uppercase; }
    .storefront-banner-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.4rem, 2.6vw, 2.2rem); letter-spacing: 0.02em; line-height: 1; }
    .storefront-banner-address { font-size: 0.9rem; opacity: 0.85; font-weight: 500; }

    /* === PRICING === */
    .pricing-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:1.25rem; max-width: 1050px; margin: 0 auto; }
    @media (max-width: 850px) { .pricing-grid { grid-template-columns: 1fr; } }
    .price-card { background:white; border:1px solid #eee; border-radius: 1rem; padding: 2rem 1.75rem; position:relative; transition: transform 0.25s ease, box-shadow 0.25s ease; }
    .price-card.featured { border: 2px solid var(--kf-red); box-shadow: 0 16px 40px rgba(227,30,36,0.18); transform: translateY(-6px); }
    .price-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,0.1); }
    .price-card.featured:hover { transform: translateY(-9px); }
    .price-badge { position:absolute; top:-12px; left:50%; transform: translateX(-50%); background: var(--kf-red); color:white; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.4rem 0.9rem; border-radius: 1rem; }
    .price-tier { font-size: 0.72rem; font-weight: 700; color: var(--kf-red); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.6rem; }
    .price-name { font-family:'Bebas Neue', sans-serif; font-size: 1.85rem; letter-spacing: 0.03em; margin-bottom: 0.85rem; color: var(--kf-black); }
    .price-amount { font-family:'Bebas Neue', sans-serif; font-size: 3rem; line-height: 1; color: var(--kf-black); letter-spacing: 0.02em; }
    .price-amount span { font-size: 1rem; font-family: 'Lato', sans-serif; font-weight: 700; color: var(--kf-gray-dark); letter-spacing: 0.04em; }
    .price-from { font-size: 0.75rem; color: var(--kf-gray-dark); margin-top: 0.25rem; letter-spacing: 0.06em; text-transform: uppercase; }
    .price-features { list-style: none; padding: 1.5rem 0; margin: 1.25rem 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; display:flex; flex-direction:column; gap:0.75rem; }
    .price-features li { font-size: 0.92rem; padding-left: 1.5rem; position:relative; line-height: 1.4; }
    .price-features li::before { content:'✓'; position:absolute; left:0; top:0; color: var(--kf-red); font-weight:900; }
    .price-cta { display:block; text-align:center; padding: 0.9rem; border-radius: 0.5rem; background: var(--kf-black); color:white; text-decoration:none; font-weight: 700; letter-spacing: 0.04em; font-size: 0.9rem; transition: all 0.2s; }
    .price-card.featured .price-cta { background: var(--kf-red); }
    .price-cta:hover { background: var(--kf-red-dark); transform: translateY(-1px); }
    .pricing-fine { text-align:center; margin-top: 2rem; font-size: 0.875rem; color: var(--kf-gray-dark); }

    /* === RESULTS BAR === */
    .results-bar { background: var(--kf-black); color:white; padding: 3rem 2rem; }
    .results-bar-inner { max-width:1200px; margin: 0 auto; }
    .results-bar h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); letter-spacing: 0.02em; text-align:center; margin-bottom: 0.5rem; }
    .results-bar-sub { text-align:center; color: rgba(255,255,255,0.65); margin-bottom: 2.5rem; font-size: 0.95rem; }
    .results-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
    @media (max-width: 800px) { .results-grid { grid-template-columns: repeat(2, 1fr); } }
    .result-stat { text-align:center; padding: 1rem; border-right: 1px solid rgba(255,255,255,0.12); }
    .result-stat:last-child { border-right: none; }
    @media (max-width: 800px) { .result-stat:nth-child(2) { border-right: none; } .result-stat { border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 1.5rem; } .result-stat:nth-last-child(-n+2) { border-bottom: none; } }
    .result-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 3.75rem); line-height: 1; color: var(--kf-red); letter-spacing: 0.02em; margin-bottom: 0.4rem; }
    .result-stat-label { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.25rem; }
    .result-stat-sub { font-size: 0.78rem; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }

    /* === FIRST SESSION TIMELINE === */
    .timeline-wrap { max-width: 950px; margin: 0 auto; position: relative; padding-left: 2rem; }
    .timeline-wrap::before { content:''; position:absolute; left: 0.65rem; top: 0.4rem; bottom: 0.4rem; width: 2px; background: linear-gradient(180deg, var(--kf-red) 0%, rgba(227,30,36,0.15) 100%); }
    .timeline-step { position:relative; padding: 0 0 2rem 2rem; }
    .timeline-step:last-child { padding-bottom: 0; }
    .timeline-step::before { content:''; position:absolute; left: -1.7rem; top: 0.4rem; width: 0.85rem; height: 0.85rem; border-radius: 50%; background: var(--kf-red); box-shadow: 0 0 0 4px white, 0 0 0 6px var(--kf-red); }
    .timeline-time { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.04em; color: var(--kf-red); margin-bottom: 0.2rem; }
    .timeline-title { font-weight: 900; font-size: 1.05rem; margin-bottom: 0.4rem; color: var(--kf-black); }
    .timeline-body { font-size: 0.95rem; line-height: 1.55; color: var(--kf-gray-dark); }

    /* === FAQ === */
    .faq-list { max-width: 850px; margin: 0 auto; display:flex; flex-direction: column; gap: 0.75rem; }
    .faq-item { background:white; border-radius: 0.75rem; border: 1px solid #eee; overflow:hidden; transition: border-color 0.2s, box-shadow 0.2s; }
    .faq-item.open { border-color: var(--kf-red); box-shadow: 0 4px 20px rgba(227,30,36,0.08); }
    .faq-q { width:100%; background:none; border:none; padding: 1.25rem 1.5rem; text-align:left; cursor:pointer; display:flex; align-items:center; justify-content: space-between; gap: 1rem; font-family: inherit; font-weight: 700; font-size: 1rem; color: var(--kf-black); }
    .faq-q:hover { color: var(--kf-red); }
    .faq-icon { flex:none; width: 28px; height: 28px; border-radius: 50%; background: var(--kf-gray); display:flex; align-items:center; justify-content:center; font-size: 1.25rem; font-weight: 900; color: var(--kf-black); transition: all 0.25s; }
    .faq-item.open .faq-icon { background: var(--kf-red); color: white; transform: rotate(45deg); }
    .faq-a { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; color: var(--kf-gray-dark); line-height: 1.6; }
    .faq-item.open .faq-a { padding: 0 1.5rem 1.4rem; max-height: 400px; }

    /* === LOCAL TRUST STRIP === */
    .trust-local { background: white; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 2rem; }
    .trust-local-inner { max-width: 1100px; margin: 0 auto; display:flex; align-items:center; flex-wrap: wrap; gap: 1rem 2.5rem; justify-content: center; }
    .trust-local-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--kf-gray-dark); }
    .trust-badge { display:flex; align-items:center; gap: 0.5rem; padding: 0.5rem 0.9rem; border-radius: 0.45rem; background: var(--kf-gray); font-size: 0.85rem; font-weight: 700; color: var(--kf-black); }
    .trust-badge svg { color: var(--kf-red); flex:none; }

    /* === LIVE NEXT SESSION WIDGET === */
    .next-session { background: var(--kf-black); color: white; padding: 2.25rem 1.5rem; border-top: 1px solid #1a1a1a; border-bottom: 3px solid var(--kf-red); position: relative; overflow: hidden; }
    .next-session::before { content:''; position: absolute; top: -50%; right: -20%; width: 50%; height: 200%; background: radial-gradient(ellipse at center, rgba(227,30,36,0.18), transparent 70%); pointer-events: none; }
    .next-session-inner { max-width: 1100px; margin: 0 auto; position: relative; }
    .ns-status { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 1.1rem; }
    .ns-pulse { width: 10px; height: 10px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,0.7); animation: ns-pulse 2s infinite; flex: none; }
    @keyframes ns-pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); } 70% { box-shadow: 0 0 0 14px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
    .ns-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
    .ns-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 0.45rem; }
    .ns-time { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1; letter-spacing: 0.02em; margin-bottom: 0.65rem; }
    .ns-meta { font-size: 0.98rem; color: rgba(255,255,255,0.8); display: flex; align-items: center; flex-wrap: wrap; gap: 0.55rem; }
    .ns-meta strong { color: white; font-weight: 700; }
    .ns-dot { color: rgba(255,255,255,0.3); }
    .ns-urgent { color: #ffb84d; font-weight: 700; }
    .ns-cta { background: var(--kf-red); color: white; border: none; padding: 1.05rem 1.85rem; border-radius: 0.5rem; font-weight: 700; letter-spacing: 0.04em; font-size: 0.95rem; cursor: pointer; transition: all 0.2s; flex: none; display: inline-flex; align-items: center; gap: 0.6rem; font-family: inherit; }
    .ns-cta:hover { background: var(--kf-red-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(227,30,36,0.4); }
    @media (max-width: 640px) { .ns-row { gap: 1.5rem; } .ns-cta { width: 100%; justify-content: center; } }
    /* Monday schedule panel inside live widget */
    .ns-monday { margin-top: 2rem; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.12); }
    .ns-monday-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1rem; }
    .ns-monday-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 0.04em; }
    .ns-monday-sub { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
    .ns-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.6rem; }
    .ns-slot { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 0.55rem; padding: 0.7rem 0.85rem; transition: all 0.2s; cursor: pointer; text-align: left; color: white; font-family: inherit; }
    .ns-slot:hover { background: rgba(227,30,36,0.15); border-color: var(--kf-red); transform: translateY(-2px); }
    .ns-slot.is-past { opacity: 0.35; cursor: default; }
    .ns-slot.is-past:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); transform: none; }
    .ns-slot.is-next { background: rgba(227,30,36,0.18); border-color: var(--kf-red); box-shadow: 0 0 0 1px var(--kf-red); }
    .ns-slot-time { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: 0.04em; line-height: 1; margin-bottom: 0.3rem; }
    .ns-slot-status { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; display: flex; align-items: center; gap: 0.35rem; color: rgba(255,255,255,0.65); }
    .ns-slot-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; flex: none; }
    .ns-slot-dot.low { background: #ffb84d; }
    .ns-slot-dot.full { background: #888; }
    .ns-slot.is-past .ns-slot-dot { background: #555; }
    .ns-slot.is-next .ns-slot-status { color: white; }

    /* === STICKY MOBILE CTA === */
    .sticky-cta {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
      background: white; border-top: 1px solid #eee;
      padding: 0.65rem 1rem env(safe-area-inset-bottom, 0.65rem);
      box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
      display: none; align-items: center; gap: 0.75rem;
    }
    @media (max-width: 800px) { .sticky-cta { display: flex; } body { padding-bottom: 4.5rem; } }
    .sticky-cta-info { flex:1; min-width:0; }
    .sticky-cta-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--kf-red); }
    .sticky-cta-text { font-size: 0.85rem; font-weight: 700; color: var(--kf-black); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .sticky-cta-btn { background: var(--kf-red); color: white; border:none; padding: 0.85rem 1.1rem; border-radius: 0.5rem; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.04em; cursor:pointer; flex:none; }
    .sticky-cta-btn:active { background: var(--kf-red-dark); }
    .sticky-cta-call { background: var(--kf-black); color:white; padding: 0.85rem 0.95rem; border-radius: 0.5rem; text-decoration:none; flex:none; display:flex; align-items:center; }

    /* === EXIT-INTENT MODAL === */
    .exit-modal-bg {
      position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 200;
      display: none; align-items: center; justify-content: center; padding: 1rem;
      animation: fadeIn 0.25s ease;
    }
    .exit-modal-bg.show { display: flex; }
    @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
    .exit-modal {
      background: white; border-radius: 1rem; max-width: 520px; width: 100%;
      overflow: hidden; position: relative; animation: scaleIn 0.3s cubic-bezier(0.16,1,0.3,1);
    }
    @keyframes scaleIn { from { opacity:0; transform: scale(0.92) } to { opacity:1; transform: scale(1) } }
    .exit-modal-top { background: var(--kf-black); color:white; padding: 2.25rem 2rem 1.75rem; text-align: center; position:relative; overflow:hidden; }
    .exit-modal-top::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 70% 30%, rgba(227,30,36,0.35), transparent 60%); }
    .exit-modal-top > * { position:relative; }
    .exit-modal-eyebrow { display:inline-block; background: var(--kf-red); color:white; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 1rem; margin-bottom: 0.85rem; }
    .exit-modal h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: clamp(1.85rem, 4vw, 2.5rem); line-height: 1; letter-spacing: 0.02em; margin-bottom: 0.85rem; }
    .exit-modal-top p { color: rgba(255,255,255,0.8); font-size: 1rem; line-height: 1.5; }
    .exit-modal-body { padding: 1.75rem 2rem 2rem; text-align: center; }
    .exit-modal-cta { display:block; background: var(--kf-red); color:white; padding: 1rem; border-radius: 0.6rem; text-decoration:none; font-weight: 700; letter-spacing: 0.04em; transition: all 0.2s; }
    .exit-modal-cta:hover { background: var(--kf-red-dark); transform: translateY(-1px); box-shadow: 0 8px 18px rgba(227,30,36,0.35); }
    .exit-modal-fine { font-size: 0.78rem; color: var(--kf-gray-dark); margin-top: 1rem; }
    .exit-modal-close { position:absolute; top: 0.85rem; right: 0.85rem; background: rgba(255,255,255,0.15); border:none; color:white; width: 32px; height: 32px; border-radius: 50%; cursor:pointer; font-size: 1rem; line-height: 1; z-index: 2; }
    .exit-modal-close:hover { background: rgba(255,255,255,0.3); }
    .contact-form { display: flex; flex-direction: column; gap: 0.875rem; background: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
    .contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.875rem; }
    @media (max-width: 480px) { .contact-row { grid-template-columns: 1fr; } }
    .contact-form .form-input, .contact-form .form-textarea {
      padding: 0.875rem 1rem;
      border: 2px solid #eee;
      border-radius: 0.5rem;
      font-family: 'Lato', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      width: 100%;
    }
    .contact-form .form-input:focus, .contact-form .form-textarea:focus { outline: none; border-color: var(--kf-red); }
    .contact-form .form-textarea { resize: vertical; min-height: 130px; }
    .contact-form .form-submit {
      background: var(--gradient-red);
      color: white;
      padding: 1.05rem;
      border: none;
      border-radius: 0.6rem;
      font-weight: 700;
      font-size: 1.05rem;
      cursor: pointer;
      transition: all 0.25s;
      font-family: 'Lato', sans-serif;
      margin-top: 0.25rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
    }
    .contact-form .form-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(227,30,36,0.4); }
    .contact-form .form-submit:disabled { opacity: 0.75; cursor: not-allowed; transform: none; }

    /* Form field groups & validation */
    .form-field-group { display: flex; flex-direction: column; gap: 0.35rem; }
    .form-input--error, .contact-form .form-input.form-input--error, .contact-form .form-textarea.form-input--error { border-color: #E31E24 !important; background: #fff5f5; }
    .form-error { font-size: 0.8rem; color: #E31E24; font-weight: 600; min-height: 1.1em; }

    /* Loading spinner */
    .spinner {
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 2.5px solid rgba(255,255,255,0.35);
      border-top-color: white;
      border-radius: 50%;
      animation: spin 0.7s linear infinite;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* Success state */
    .contact-success {
      text-align: center;
      align-items: center;
      justify-content: center;
      min-height: 420px;
    }
    .contact-success-icon { margin-bottom: 1rem; }
    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 2.25rem;
      padding: 2.25rem 2rem;
      background: white;
      border-radius: 1rem;
      box-shadow: 0 4px 24px rgba(0,0,0,0.06);
      height: fit-content;
    }
    .contact-info-item { border-bottom: 1px solid #eee; padding-bottom: 2.25rem; }
    .contact-info-item:last-child { border-bottom: none; padding-bottom: 0; }
    .contact-info-label { font-size: 0.75rem; font-weight: 700; color: var(--kf-red); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 0.5rem; }
    .contact-info-value { font-size: 1.05rem; line-height: 1.55; color: var(--kf-black); }
    .contact-info-value a { color: var(--kf-black); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
    .contact-info-value a:hover { border-color: var(--kf-red); color: var(--kf-red); }

    /* Contact section overrides */
    .contact-section .contact-grid { align-items: start; }
    @media (max-width: 800px) {
      .contact-section { padding: 3rem 0 3.5rem !important; }
      .contact-grid { gap: 2.5rem !important; }
      .contact-info { padding: 1.75rem 1.5rem; gap: 1.75rem; }
      .contact-info-item { padding-bottom: 1.75rem; }
    }
    /* ===== UX IMPROVEMENTS ===== */

    /* Anchor scroll offset accounts for fixed nav */
    html { scroll-padding-top: 90px; }
    [id] { scroll-margin-top: 90px; }

    .nav-logo { display: inline-flex; align-items: center; line-height: 0; }
    .nav-logo:focus-visible { outline: 2px solid var(--kf-red); outline-offset: 4px; border-radius: 4px; }

    /* Slightly lighter hero overlay so the photo breathes */
    .hero-bg img { filter: brightness(0.5) contrast(1.05); }
    .hero-overlay {
      background: linear-gradient(115deg,
        rgba(15, 15, 15, 0.82) 0%,
        rgba(26, 26, 26, 0.55) 55%,
        rgba(227, 30, 36, 0.35) 100%) !important;
    }

    /* Google rating badge in hero */
    .hero-rating {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.18);
      padding: 0.5rem 0.9rem;
      border-radius: 999px;
      margin-bottom: 1.1rem;
      animation: kf-fade-up 0.7s ease 0.1s both;
    }
    .hero-stars { color: #FFC83D; letter-spacing: 0.15em; font-size: 0.95rem; line-height: 1; }
    .hero-rating-text { color: #fff; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; }
    @keyframes kf-fade-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

    /* Hamburger toggle */
    .nav-toggle {
      display: none;
      width: 44px;
      height: 44px;
      background: transparent;
      border: 0;
      cursor: pointer;
      padding: 10px 8px;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      z-index: 110;
    }
    .nav-toggle span {
      display: block;
      height: 2.5px;
      width: 100%;
      background: #fff;
      border-radius: 2px;
      transition: transform 0.25s ease, opacity 0.2s ease, background 0.2s;
    }
    .nav-wrapper.scrolled .nav-toggle span { background: var(--kf-black); }
    .nav-toggle[aria-expanded="true"] span { background: #fff !important; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }

    /* Mobile drawer */
    .mobile-nav {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.55);
      backdrop-filter: blur(4px);
      z-index: 105;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }
    .mobile-nav.open { opacity: 1; pointer-events: auto; }
    .mobile-nav-panel {
      position: absolute;
      top: 0; right: 0; bottom: 0;
      width: min(86%, 340px);
      background: #1a1a1a;
      padding: 6rem 1.75rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
      transform: translateX(100%);
      transition: transform 0.3s cubic-bezier(.2,.8,.2,1);
      box-shadow: -10px 0 40px rgba(0,0,0,0.4);
    }
    .mobile-nav.open .mobile-nav-panel { transform: translateX(0); }
    .mobile-nav-panel a {
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.05rem;
      padding: 0.95rem 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      transition: color 0.2s, padding-left 0.2s;
    }
    .mobile-nav-panel a:hover { color: var(--kf-red); padding-left: 6px; }
    .mobile-nav-panel .nav-cta { margin-top: 1.25rem; padding: 0.95rem 1.25rem; font-size: 1rem; }
    .mobile-nav-panel .nav-cta { margin-top: 1.25rem; padding: 0.95rem 1.25rem; font-size: 1rem; }

    @media (max-width: 900px) {
      .nav-toggle { display: flex; }
      .nav-links { display: none !important; }
      .hero-rating-text { font-size: 0.75rem; }
      .logo { height: 40px; }
    }

    /* Polish: focus + hover on cards & buttons */
    .program-card, .pricing-card { transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s; }
    .program-card:hover, .pricing-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -18px rgba(0,0,0,0.35); }
    button:focus-visible, a:focus-visible { outline: 2px solid var(--kf-red); outline-offset: 3px; border-radius: 4px; }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    }

    /* Hero CTA row */
    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem;
      margin-top: 1.75rem;
    }
    .hero-cta-primary,
    .hero-cta-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      padding: 1.05rem 1.6rem;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.15rem;
      letter-spacing: 0.08em;
      border-radius: 6px;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
      text-decoration: none;
      border: 2px solid transparent;
      line-height: 1;
    }
    .hero-cta-primary {
      background: var(--accent, #ff5b1f);
      color: #fff;
      box-shadow: 0 12px 28px -10px rgba(255, 91, 31, 0.55);
    }
    .hero-cta-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 36px -12px rgba(255, 91, 31, 0.7);
    }
    .hero-cta-secondary {
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.35);
      backdrop-filter: blur(6px);
    }
    .hero-cta-secondary:hover {
      background: #fff;
      color: #0a0a0a;
      border-color: #fff;
      transform: translateY(-2px);
    }
    .hero-cta-microcopy {
      margin-top: 0.85rem;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.02em;
    }
    @media (max-width: 600px) {
      .hero-cta-row { flex-direction: column; align-items: stretch; }
      .hero-cta-primary, .hero-cta-secondary { width: 100%; }
    }

/* ===== Trust Strip (above footer) ===== */
.trust-strip {
  background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
  color: #f5f5f5;
  padding: 4rem 0 3.25rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.trust-strip-inner {
  display: grid;
  grid-template-columns: auto 1px 1fr;
  align-items: center;
  gap: 2.5rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.75rem 1.75rem;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  backdrop-filter: blur(6px);
}
.trust-reviews {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
  min-width: 220px;
  transition: transform .2s ease;
}
.trust-reviews:hover { transform: translateY(-2px); }
.trust-reviews-google {
  font-family: 'Product Sans', 'Inter', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.trust-reviews-rating {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.trust-stars { display: inline-flex; gap: 2px; }
.trust-reviews-rating strong {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}
.trust-reviews-count {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
}
.trust-reviews-cta {
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kf-red, #e63946);
}
.trust-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.15), transparent);
}
.trust-creds {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.trust-cred {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.85);
}
.trust-cred-icon {
  flex-shrink: 0;
  color: var(--kf-red, #e63946);
}
.trust-cred strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.15;
}
.trust-cred span {
  display: block;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.15rem;
}
.trust-fineprint {
  text-align: center;
  margin: 1.5rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
@media (max-width: 960px) {
  .trust-strip { padding: 2.5rem 1rem 2rem; }
  .trust-strip-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.875rem;
  }
  .trust-divider {
    display: block;
    width: 100%;
    height: 1px;
    align-self: auto;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  }
  .trust-reviews {
    min-width: 0;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
  }
  .trust-reviews-rating { justify-content: center; }
  .trust-creds {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.875rem;
  }
  .trust-cred {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 0.875rem 0.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 0.625rem;
  }
  .trust-cred strong { font-size: 0.85rem; }
  .trust-cred span { font-size: 0.7rem; }
  .trust-fineprint {
    margin-top: 1.25rem;
    padding: 0 1rem;
    font-size: 0.65rem;
    line-height: 1.5;
  }
}
@media (max-width: 420px) {
  .trust-strip-inner { padding: 1.25rem 1rem; }
  .trust-reviews-google { font-size: 0.95rem; }
  .trust-reviews-rating strong { font-size: 1.4rem; }
  .trust-creds { grid-template-columns: 1fr; gap: 0.625rem; }
  .trust-cred {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 0.75rem 0.875rem;
    gap: 0.75rem;
  }
}

/* ========== /programs page ========== */
.programs-hero {
  position: relative;
  padding: 10rem 0 4rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.programs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(227, 30, 36, 0.25), transparent 60%);
  pointer-events: none;
}
.programs-hero--with-image { padding: 12rem 0 5rem; }
.programs-hero--with-image .programs-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
  filter: grayscale(0.2) contrast(1.08) brightness(0.9) saturate(1.02);
  opacity: 0.7;
  pointer-events: none;
}
.programs-hero--with-image::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 55% at 50% 55%, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.7) 50%, rgba(10,10,10,0.25) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.65) 0%, rgba(10,10,10,0.35) 35%, rgba(10,10,10,0.6) 80%, rgba(10,10,10,0.9) 100%);
  pointer-events: none;
}
.programs-hero--with-image .programs-hero-title {
  color: #fff;
  text-shadow: 0 4px 28px rgba(0,0,0,0.95), 0 2px 8px rgba(0,0,0,0.85), 0 0 1px rgba(0,0,0,0.6);
}
.programs-hero--with-image .programs-hero-sub {
  color: rgba(255,255,255,0.96);
  text-shadow: 0 2px 14px rgba(0,0,0,0.9), 0 1px 4px rgba(0,0,0,0.75);
}
.programs-hero--with-image .programs-hero-eyebrow {
  text-shadow: 0 2px 10px rgba(0,0,0,0.85);
}
@media (max-width: 640px) {
  .programs-hero--with-image { padding: 7rem 0 3rem; }
  .programs-hero--with-image .programs-hero-bg {
    background-position: center 55%;
    opacity: 0.55;
    filter: grayscale(0.3) contrast(1.05) brightness(0.8);
  }
  .programs-hero--with-image::after {
    background:
      radial-gradient(ellipse 80% 70% at 50% 50%, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.6) 70%, rgba(10,10,10,0.4) 100%),
      linear-gradient(180deg, rgba(10,10,10,0.65) 0%, rgba(10,10,10,0.5) 50%, rgba(10,10,10,0.85) 100%);
  }
}
.programs-hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.programs-hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 1rem 0 1.25rem;
}
.programs-hero-accent { color: var(--kf-red); }
.programs-hero-sub {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 600px;
  margin: 0 auto 2rem;
}
.programs-hero-cta { display: inline-flex; }

.programs-list-section { background: var(--kf-gray); }
.programs-list { display: flex; flex-direction: column; gap: 5rem; }

.program-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.program-row.reverse .program-row-image { order: 2; }
.program-row-image {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4);
}
.program-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.program-row:hover .program-row-image img { transform: scale(1.04); }
.program-row-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--kf-red);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px -8px rgba(227, 30, 36, 0.6);
}
.program-row-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kf-red);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.program-row-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
  color: #0a0a0a;
}
.program-row-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #444;
  margin: 0 0 1.5rem;
}
.program-row-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.program-row-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.98rem;
  color: #2a2a2a;
}
.program-row-tick {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--kf-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 2px;
}

.programs-cta-section {
  background: radial-gradient(ellipse at 50% 0%, #1a1a1a 0%, #0a0a0a 70%);
  color: #fff;
}
.programs-cta-card {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
  border: 1px solid rgba(227, 30, 36, 0.25);
  border-radius: 1.25rem;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.04);
}
.programs-cta-card .section-title { color: #fff; margin-bottom: 0.75rem; }
.programs-cta-card .section-subtitle { color: rgba(255, 255, 255, 0.75); margin-bottom: 2rem; }
@media (max-width: 640px) {
  .programs-cta-card { padding: 2.25rem 1.25rem; border-radius: 1rem; }
}

@media (max-width: 820px) {
  .programs-hero { padding: 8rem 0 3rem; }
  .programs-list { gap: 3.5rem; }
  .program-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .program-row.reverse .program-row-image { order: 0; }
  .program-row-image { aspect-ratio: 16 / 10; }
}

/* ========== /about page ========== */
.about-hero { padding-bottom: 3rem; }
.about-story-section { background: #fff; }
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}
.about-story-media { position: sticky; top: 100px; }
.about-story-photo {
  border-radius: 1.25rem;
  overflow: hidden;
  background: var(--kf-black, #0f0f10);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.4);
}
.about-story-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
.about-stat {
  background: var(--kf-gray);
  border-radius: 0.875rem;
  padding: 1.5rem 1rem;
  text-align: center;
}
.about-stat-num {
  font-family: 'Anton', sans-serif;
  font-size: 2.5rem;
  color: var(--kf-red);
  line-height: 1;
}
.about-stat-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
  margin-top: 0.5rem;
}
.about-story-text .section-title { text-align: left; margin-bottom: 1.25rem; }
.about-story-text .section-eyebrow { text-align: left; }
.about-story-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 1rem;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.about-value-card {
  background: var(--kf-gray);
  border-radius: 0.875rem;
  padding: 1.5rem;
  border-left: 3px solid var(--kf-red);
}
.about-value-icon { font-size: 1.75rem; margin-bottom: 0.6rem; }
.about-value-card h4 {
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
  color: #0a0a0a;
}
.about-value-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
  .about-story-media { position: static; }
  .about-stats { grid-template-columns: repeat(2, 1fr); margin-top: 2.5rem; }
  .about-values { grid-template-columns: 1fr; }
}

/* About — community photo grid */
.about-community-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.about-community-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  background: #fff;
}
.about-community-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.about-community-card:hover img { transform: scale(1.05); }
.about-community-card.tall { grid-row: span 2; }
.about-community-card.wide { grid-column: span 2; }
.about-community-card.fit-all {
  grid-column: span 2;
  grid-row: span 2;
  background: var(--kf-black, #0f0f10);
}
.about-community-card.fit-all img { object-fit: contain; object-position: center; background: var(--kf-black, #0f0f10); }
.about-community-card.fit-all:hover img { transform: none; }
@media (max-width: 900px) {
  .about-community-card.fit-all { grid-row: span 1; min-height: 280px; }
  .about-community-card.fit-all img { height: 100%; }
}
@media (max-width: 900px) {
  .about-community-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .about-community-card.tall { grid-row: span 2; }
  .about-community-card.wide { grid-column: span 2; }
}
@media (max-width: 480px) {
  .about-community-grid { grid-auto-rows: 160px; }
}

/* About — Community section (hero photo + supporting row) */
.about-community-hero {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 1.25rem;
  overflow: hidden;
  background: var(--kf-black, #0f0f10);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}
.about-community-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.about-community-row {
  max-width: 1200px;
  margin: 1.25rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.about-community-tile {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.about-community-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.about-community-tile:hover img { transform: scale(1.05); }
@media (max-width: 768px) {
  .about-community-row { grid-template-columns: 1fr; }
  .about-community-tile { aspect-ratio: 16 / 10; }
}


.mens-results-section { background: var(--kf-gray); }
.mens-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.mens-result-card {
  margin: 0;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px -25px rgba(0,0,0,0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.mens-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 50px -25px rgba(0,0,0,0.45);
}
.mens-result-img-wrap {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f0f0f0;
}
.mens-result-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mens-result-caption {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0.75rem;
  border-top: 3px solid var(--kf-red);
}
.mens-result-num {
  font-family: 'Anton', sans-serif;
  font-size: 1.75rem;
  color: var(--kf-red);
  letter-spacing: 0.02em;
}
.mens-result-sub {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
  font-weight: 600;
}

.mens-pillars-section { background: #fff; }
.mens-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.mens-pillar-card {
  background: var(--kf-gray);
  border-left: 3px solid var(--kf-red);
  padding: 1.5rem 1.25rem;
  border-radius: 0.75rem;
}
.mens-pillar-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
  color: #0a0a0a;
}
.mens-pillar-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

.program-row-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}
.program-row-learn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--kf-red);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.program-row-learn:hover { border-color: var(--kf-red); }

/* ===== MEN'S CLUB PAGE ===== */
.mens-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
  display: grid;
  gap: 0.875rem;
}
.mens-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--kf-black);
  padding: 1rem 1.25rem;
  background: var(--kf-gray);
  border-left: 3px solid var(--kf-red);
}
.mens-list-tick {
  color: var(--kf-red);
  font-weight: 800;
  flex-shrink: 0;
}

.mens-week-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .mens-week-grid { grid-template-columns: 1fr; gap: 1rem; }
}
.mens-week-card {
  position: relative;
  background: white;
  padding: 2rem 1.75rem 1.75rem;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mens-week-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px -18px rgba(0,0,0,0.18);
}
.mens-week-card::before {
  content: "";
  position: absolute;
  top: 0; left: 1.75rem;
  width: 48px;
  height: 4px;
  background: var(--kf-red);
  border-radius: 0 0 4px 4px;
}
.mens-week-day {
  font-family: var(--font-display, "Bebas Neue", sans-serif);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--kf-red);
}
.mens-week-focus {
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--kf-black);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mens-week-detail {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--kf-gray-dark);
}

.mens-included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.875rem;
  max-width: 1000px;
  margin: 0 auto;
}
.mens-included-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  background: var(--kf-gray);
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--kf-black);
}

.mens-faq {
  display: grid;
  gap: 0.75rem;
}
.mens-faq-item {
  background: white;
  border-left: 3px solid var(--kf-red);
  padding: 1.125rem 1.25rem;
}
.mens-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--kf-black);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.mens-faq-item summary::-webkit-details-marker { display: none; }
.mens-faq-item summary::after {
  content: "+";
  color: var(--kf-red);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.mens-faq-item[open] summary::after { content: "−"; }
.mens-faq-item p {
  margin: 0.875rem 0 0;
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--kf-gray-dark);
}

/* Men's Club Lawnton timetable */
.mens-timetable-wrap { max-width: 980px; margin: 0 auto; }
.mens-timetable {
  background: var(--kf-gray);
  border-top: 3px solid var(--kf-red);
  overflow: hidden;
}
.mens-tt-row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  align-items: center;
}
.mens-tt-row:last-child { border-bottom: 0; }
.mens-tt-head {
  background: var(--kf-black, #0d0d0d);
  color: white;
  font-family: var(--font-display, "Bebas Neue", sans-serif);
  letter-spacing: 0.08em;
  font-size: 1rem;
}
.mens-tt-day {
  font-family: var(--font-display, "Bebas Neue", sans-serif);
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: var(--kf-red);
}
.mens-tt-head .mens-tt-day { color: white; }
.mens-tt-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mens-tt-time {
  display: inline-flex;
  align-items: center;
  background: white;
  color: var(--kf-black);
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(0,0,0,0.08);
}
.mens-tt-rest { color: var(--kf-gray-dark); opacity: 0.6; }
@media (max-width: 600px) {
  .mens-tt-row { grid-template-columns: 60px 1fr; }
  .mens-tt-row .mens-tt-block + .mens-tt-block { grid-column: 2; }
}

/* MENS CLUB — STATS BAND */
.mens-stats-band { background: var(--kf-black, #0d0d0d); color: white; padding: 3rem 0; }
.mens-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.mens-stat-num { font-family: var(--font-display, inherit); font-size: clamp(2.25rem, 4vw, 3.5rem); font-weight: 900; color: var(--kf-red, #c8102e); line-height: 1; }
.mens-stat-label { margin-top: 0.5rem; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; }
@media (max-width: 700px) { .mens-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }

/* MENS CLUB — QUOTES */
.mens-quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.mens-quote-card { background: var(--kf-gray); border: 1px solid rgba(0,0,0,0.06); padding: 1.5rem; border-radius: 12px; display: flex; flex-direction: column; gap: 0.75rem; margin: 0; }
.mens-quote-stars { color: #f5b301; letter-spacing: 0.15em; font-size: 1rem; }
.mens-quote-card blockquote { margin: 0; font-style: italic; line-height: 1.5; color: var(--kf-black); }
.mens-quote-card figcaption { display: flex; flex-direction: column; font-size: 0.85rem; }
.mens-quote-card figcaption strong { font-weight: 800; }
.mens-quote-card figcaption span { color: var(--kf-gray-dark); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.7rem; margin-top: 0.15rem; }
@media (max-width: 900px) { .mens-quotes-grid { grid-template-columns: 1fr; } }

/* MENS CLUB — COMPARE TABLE */
.mens-compare-wrap { overflow-x: auto; border-radius: 12px; background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.mens-compare { width: 100%; border-collapse: collapse; min-width: 560px; }
.mens-compare th, .mens-compare td { padding: 1rem 1.25rem; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.06); }
.mens-compare th { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--kf-gray-dark); background: var(--kf-gray); text-align: center; }
.mens-compare th:first-child, .mens-compare td:first-child { text-align: left; font-weight: 600; }
.mens-compare td:not(:first-child) { text-align: center; }
.mens-compare .mens-compare-us { background: rgba(200, 16, 46, 0.04); color: var(--kf-red); }
.cmp { font-weight: 900; font-size: 1.1rem; }
.cmp-yes { color: var(--kf-red, #c8102e); }
.cmp-no { color: rgba(0,0,0,0.3); }
.cmp-mid { color: var(--kf-gray-dark); }

/* MENS CLUB — STUDIO CARD */
.mens-studio-card { max-width: 520px; margin: 0 auto; background: var(--kf-gray); border-radius: 12px; padding: 1.75rem; display: flex; flex-direction: column; gap: 0.85rem; }
.mens-studio-row { display: flex; gap: 0.85rem; align-items: center; font-size: 1rem; }
.mens-studio-row a { color: var(--kf-black); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.2); }
.mens-studio-row a:hover { color: var(--kf-red); border-color: var(--kf-red); }

/* MENS CLUB — HERO VIDEO */
.mens-hero-video { position: relative; overflow: hidden; isolation: isolate; min-height: 78vh; display: flex; align-items: center; }
.mens-hero-video::before { display: none !important; }
.mens-hero-video__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
}
.mens-hero-video__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(0,0,0,0.35), rgba(0,0,0,0.7) 75%),
    linear-gradient(180deg, rgba(13,13,13,0.35) 0%, rgba(13,13,13,0.75) 100%);
}
.mens-hero-video .programs-hero-inner { color: #fff; }
.mens-hero-video .programs-hero-title,
.mens-hero-video .programs-hero-sub { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,0.6); }
.mens-hero-video .section-eyebrow { color: var(--kf-red); }

/* MENS CLUB — GALLERY */
.mens-gallery-section { background: var(--kf-gray); }
.mens-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.mens-gallery-item { position: relative; overflow: hidden; border-radius: 10px; background: #111; }
.mens-gallery-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 600ms ease;
}
.mens-gallery-item:hover img { transform: scale(1.04); }
.mens-gallery-item--0 { grid-column: span 3; grid-row: span 2; }
.mens-gallery-item--1 { grid-column: span 3; }
.mens-gallery-item--2 { grid-column: span 3; }
.mens-gallery-item--3 { grid-column: span 2; }
.mens-gallery-item--4 { grid-column: span 2; }
.mens-gallery-item--5 { grid-column: span 2; }
@media (max-width: 900px) {
  .mens-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .mens-gallery-item, .mens-gallery-item--0, .mens-gallery-item--1,
  .mens-gallery-item--2, .mens-gallery-item--3, .mens-gallery-item--4,
  .mens-gallery-item--5 { grid-column: span 1; grid-row: span 1; }
}

/* MENS CLUB — TESTIMONIAL VIDEO */
.mens-video-section { background: #fff; }
.mens-video-wrap {
  max-width: 920px; margin: 0 auto;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.45);
  background: #000;
}
.mens-video { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

/* MENS CLUB — PILLAR IMAGES */
.mens-pillar-card { overflow: hidden; }
.mens-pillar-img {
  margin: -1.75rem -1.75rem 1.25rem;
  height: 200px; overflow: hidden; background: #111;
}
.mens-pillar-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 500ms ease;
}
.mens-pillar-card:hover .mens-pillar-img img { transform: scale(1.05); }

/* MENS CLUB — QUALIFY GRID */
.mens-qualify-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: center;
}
.mens-qualify-image { border-radius: 14px; overflow: hidden; box-shadow: 0 25px 50px -25px rgba(0,0,0,0.35); }
.mens-qualify-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mens-list--inline { columns: 1; }
@media (max-width: 900px) {
  .mens-qualify-grid { grid-template-columns: 1fr; gap: 1.75rem; }
}

/* MENS CLUB — PROMISE BAND with image bg */
.mens-promise { position: relative; overflow: hidden; color: #fff; isolation: isolate; padding-top: 6rem; padding-bottom: 6rem; }
.mens-promise__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: grayscale(0.4) contrast(1.05);
}
.mens-promise__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(13,13,13,0.78) 0%, rgba(13,13,13,0.92) 100%);
}

/* ========== /programs/womens-club — pink theme override ========== */
.womens-theme {
  --kf-red: #E91E63;
  --kf-red-dark: #AD1457;
}
.womens-theme .nav-cta,
.womens-theme .program-cta,
.womens-theme .programs-hero-accent,
.womens-theme .section-eyebrow,
.womens-theme .mens-stat-num,
.womens-theme .mens-list-tick,
.womens-theme .cmp-yes {
  color: var(--kf-red);
}
.womens-theme .nav-cta,
.womens-theme .program-cta {
  background: var(--kf-red);
  color: #fff;
}
.womens-theme .nav-cta:hover,
.womens-theme .program-cta:hover {
  background: var(--kf-red-dark);
}
.womens-theme .mens-compare-us {
  background: rgba(233, 30, 99, 0.05);
  color: var(--kf-red);
}

/* WOMENS CLUB — HERO refinements (image framing + readability) */
.womens-theme .mens-hero-video { min-height: 82vh; }
.womens-theme .mens-hero-video__bg {
  object-position: center 28%;
}
.womens-theme .mens-hero-video__overlay {
  background:
    radial-gradient(ellipse at 50% 45%, rgba(0,0,0,0.25), rgba(0,0,0,0.78) 78%),
    linear-gradient(180deg, rgba(13,13,13,0.55) 0%, rgba(13,13,13,0.35) 38%, rgba(13,13,13,0.85) 100%);
}
.womens-theme .mens-hero-video .programs-hero-title,
.womens-theme .mens-hero-video .programs-hero-sub {
  text-shadow: 0 2px 22px rgba(0,0,0,0.75), 0 1px 3px rgba(0,0,0,0.6);
}
.womens-theme .mens-hero-video .section-eyebrow {
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
  letter-spacing: 0.18em;
}
@media (max-width: 768px) {
  .womens-theme .mens-hero-video { min-height: 92vh; }
  .womens-theme .mens-hero-video__bg { object-position: 60% 22%; }
  .womens-theme .mens-hero-video__overlay {
    background:
      radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.45), rgba(0,0,0,0.85) 80%),
      linear-gradient(180deg, rgba(13,13,13,0.55) 0%, rgba(13,13,13,0.55) 30%, rgba(13,13,13,0.92) 100%);
  }
  .womens-theme .programs-hero-title { font-size: clamp(2.5rem, 11vw, 3.75rem); line-height: 1.02; }
  .womens-theme .programs-hero-sub { font-size: 1rem !important; }
}

/* === Program pages: pacing & hierarchy upgrades === */
.mens-hero-video + .mens-stats-band { padding: 2.25rem 0; }

/* Eyebrow gets a confident underline rule for stronger hierarchy */
.kf-program-page .section-header .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.kf-program-page .section-header .section-eyebrow::before,
.kf-program-page .section-header .section-eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--kf-red);
  opacity: 0.85;
}
.womens-theme .section-header .section-eyebrow::before,
.womens-theme .section-header .section-eyebrow::after {
  background: var(--womens-accent, #c2185b);
}
.kf-program-page .section-header { margin-bottom: 3rem; }
@media (max-width: 720px) {
  .kf-program-page .section-header { margin-bottom: 2rem; }
  .kf-program-page .section { padding: 4rem 0 !important; }
}

/* Mobile sticky CTA — the clear next step on small screens */
.kf-sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(13,13,13,0.96);
  backdrop-filter: saturate(150%) blur(8px);
  border-top: 1px solid rgba(255,255,255,0.08);
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  box-shadow: 0 -10px 30px -10px rgba(0,0,0,0.4);
}
.kf-sticky-cta__copy {
  display: flex; flex-direction: column; line-height: 1.1; color: #fff;
}
.kf-sticky-cta__copy strong {
  font-family: var(--font-display, "Bebas Neue", sans-serif);
  font-size: 1.1rem; letter-spacing: 0.04em;
}
.kf-sticky-cta__copy span {
  font-size: 0.72rem; color: rgba(255,255,255,0.65);
  text-transform: uppercase; letter-spacing: 0.12em; margin-top: 2px;
}
.kf-sticky-cta__btn {
  background: var(--kf-red);
  color: #fff;
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.85rem 1.15rem;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.kf-sticky-cta__btn:active { transform: translateY(1px); }
.womens-theme .kf-sticky-cta__btn { background: var(--womens-accent, #c2185b); }

@media (max-width: 820px) {
  .kf-sticky-cta { display: flex; }
  /* Add space at the bottom so the last section isn't hidden by the bar */
  body { padding-bottom: 76px; }
}

/* Collapsible timetable toggle */
.kf-timetable-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding: 0.85rem 1.6rem;
  background: var(--kf-black);
  color: white;
  border: 2px solid var(--kf-black);
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.kf-timetable-toggle:hover {
  background: var(--kf-red);
  border-color: var(--kf-red);
  transform: translateY(-1px);
}

/* Women's Club — Hannah video */
.womens-video-section { background: #fff; }
.womens-video-wrap {
  max-width: 880px;
  margin: 2rem auto 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(0,0,0,0.45);
  background: #000;
  aspect-ratio: 16 / 9;
}
.womens-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

.womens-video-transcript {
  max-width: 880px;
  margin: 1.25rem auto 0;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  background: #fafafa;
  font-family: var(--font-body, system-ui, sans-serif);
}
.womens-video-transcript > summary {
  cursor: pointer;
  list-style: none;
  padding: 0.85rem 1.1rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #111;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.womens-video-transcript > summary::-webkit-details-marker { display: none; }
.womens-video-transcript > summary::after {
  content: "▾";
  margin-left: auto;
  transition: transform 0.2s ease;
  font-size: 0.85rem;
  color: var(--kf-red, #c8102e);
}
.womens-video-transcript[open] > summary::after { transform: rotate(180deg); }
.womens-video-transcript:hover > summary { background: #f3f3f3; }
.womens-video-transcript__body {
  padding: 0.25rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(0,0,0,0.08);
  color: #2a2a2a;
  font-size: 0.95rem;
  line-height: 1.65;
}
.womens-video-transcript__body p { margin: 0.85rem 0; }

/* Caption track styling — keep readable on dark video */
.womens-video::cue {
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-size: 0.95em;
  line-height: 1.4;
}

/* ============================================================
   KF Video Player — shared (men's + women's testimonial)
   ============================================================ */
.kf-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  isolation: isolate;
}
.kf-video__el {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}
.kf-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 70%, rgba(0,0,0,0.6) 100%);
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-family: var(--font-body, system-ui, sans-serif);
  transition: background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.kf-video__overlay:hover,
.kf-video__overlay:focus-visible {
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.7) 100%);
}
.kf-video__overlay:focus-visible { outline: 3px solid var(--kf-red, #c8102e); outline-offset: -3px; }
.kf-video__playbtn {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: var(--kf-red, #c8102e);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 0 rgba(200,16,46,0.55),
    0 18px 40px -12px rgba(0,0,0,0.6);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  padding-left: 4px; /* optical centering of the play triangle */
}
.kf-video__playbtn svg { display: block; }
.kf-video__overlay:hover .kf-video__playbtn,
.kf-video__overlay:focus-visible .kf-video__playbtn {
  transform: scale(1.06);
  box-shadow:
    0 0 0 12px rgba(200,16,46,0.18),
    0 22px 44px -10px rgba(0,0,0,0.65);
}
.kf-video__pill {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.18);
}
.kf-video[data-playing="true"] .kf-video__overlay { display: none; }

@media (max-width: 640px) {
  .kf-video__playbtn { width: 64px; height: 64px; }
  .kf-video__playbtn svg { width: 26px; height: 26px; }
  .kf-video__pill { font-size: 0.7rem; padding: 0.35rem 0.7rem; }
}

/* Caption cue styling for kf-video element */
.kf-video__el::cue {
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-size: 0.95em;
  line-height: 1.4;
}

/* ============================================================
   Women's Club — Scrolling reviews marquee
   ============================================================ */
.womens-marquee {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  overflow: hidden;
  /* Soft fade on the edges so cards don't hard-cut */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.womens-marquee__row {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 0.75rem 0;
}
.womens-marquee__row + .womens-marquee__row { margin-top: 1.25rem; }

.womens-marquee__track {
  display: flex;
  gap: 1.25rem;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
  animation: womensMarqueeScroll 90s linear infinite;
}
.womens-marquee__row--left  .womens-marquee__track { animation-direction: normal; }
.womens-marquee__row--right .womens-marquee__track { animation-direction: reverse; animation-duration: 105s; }

.womens-marquee:hover .womens-marquee__track,
.womens-marquee:focus-within .womens-marquee__track {
  animation-play-state: paused;
}

@keyframes womensMarqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .womens-marquee__track { animation: none; }
  .womens-marquee__row { overflow-x: auto; scroll-snap-type: x mandatory; }
  .womens-marquee {
    -webkit-mask-image: none;
            mask-image: none;
  }
}

/* Card itself */
.womens-marquee-card {
  flex: 0 0 auto;
  width: 360px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-left: 4px solid var(--kf-pink, #e91e63);
  border-radius: 12px;
  padding: 1.5rem 1.5rem 1.25rem;
  margin: 0;
  box-shadow: 0 14px 30px -22px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  scroll-snap-align: start;
}
.womens-marquee-card .mens-quote-stars {
  color: #f5b400;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}
.womens-marquee-card blockquote {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2a2a2a;
  font-family: var(--font-body, system-ui, sans-serif);
}
.womens-marquee-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.womens-marquee-card figcaption strong {
  font-size: 0.95rem;
  color: #111;
  font-weight: 700;
}
.womens-marquee-card figcaption span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kf-pink, #e91e63);
  font-weight: 600;
}

@media (max-width: 640px) {
  /* Reduce edge-fade so card text isn't masked on narrow screens */
  .womens-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  }
  .womens-marquee__row { padding: 0.5rem 0; }
  .womens-marquee__row + .womens-marquee__row { margin-top: 0.75rem; }
  .womens-marquee__track { gap: 0.85rem; animation-duration: 70s; }
  .womens-marquee__row--right .womens-marquee__track { animation-duration: 80s; }

  .womens-marquee-card {
    /* Near-full-viewport card so long quotes wrap cleanly without truncation */
    width: min(86vw, 340px);
    padding: 1.1rem 1.15rem 1rem;
    gap: 0.7rem;
  }
  .womens-marquee-card blockquote {
    font-size: 0.92rem;
    line-height: 1.55;
    /* Ensure long words wrap instead of overflowing */
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .womens-marquee-card figcaption strong { font-size: 0.9rem; }
  .womens-marquee-card figcaption span { font-size: 0.72rem; }
}


/* ============ Section reveal-on-scroll (Women's Club) ============ */
.kf-program-page .kf-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.kf-program-page .kf-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .kf-program-page .kf-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============ Reduced-motion quick toggle (Women's Club) ============ */
.kf-motion-toggle {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(20, 20, 24, 0.85);
  color: #fff;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.kf-motion-toggle:hover { background: rgba(40, 40, 48, 0.92); }
.kf-motion-toggle:focus-visible {
  outline: 3px solid #ec4899;
  outline-offset: 3px;
}
.kf-motion-toggle[aria-pressed="true"] {
  background: #ec4899;
  border-color: #ec4899;
  color: #fff;
}
.kf-motion-toggle__icon {
  font-size: 0.95rem;
  line-height: 1;
}
@media (max-width: 640px) {
  .kf-motion-toggle { right: 0.75rem; bottom: 0.75rem; padding: 0.55rem 0.85rem; font-size: 0.8rem; }
}

/* When the user opts into reduced motion via the toggle, disable
   reveal + marquee animations on the Women's Club page (mirrors the
   prefers-reduced-motion fallback). */
.kf-program-page[data-reduce-motion="true"] .kf-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.kf-program-page[data-reduce-motion="true"] .womens-marquee__track {
  animation: none !important;
}
.kf-program-page[data-reduce-motion="true"] .womens-marquee__row {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.kf-program-page[data-reduce-motion="true"] .womens-marquee {
  -webkit-mask-image: none;
          mask-image: none;
}

/* Visually-hidden status helper (in case .sr-only isn't already global) */
.kf-program-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Brisbane public holiday notice + closed-day card */
.sched-holiday-notice {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: 0 0 1.75rem;
  padding: 0.9rem 1.1rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(227, 30, 36, 0.14), rgba(15, 23, 42, 0.6));
  border: 1px solid rgba(227, 30, 36, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #e5e7eb;
  font-size: 0.95rem;
  line-height: 1.45;
}
.sched-holiday-notice-tag {
  flex-shrink: 0;
  background: var(--kf-red);
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(227, 30, 36, 0.35);
}
.sched-holiday-notice-text strong { color: #fff; }

.sched-day.is-closed {
  border-color: rgba(227, 30, 36, 0.45);
  background: repeating-linear-gradient(
      135deg,
      rgba(227, 30, 36, 0.06) 0 10px,
      transparent 10px 22px
    ),
    linear-gradient(180deg, #1a1320, #111827);
  opacity: 0.95;
}
.sched-day.is-closed.is-today { border-color: rgba(227, 30, 36, 0.75); }

.sched-holiday-badge {
  display: inline-block;
  margin-left: 0.55rem;
  background: rgba(227, 30, 36, 0.18);
  color: #fca5a5;
  border: 1px solid rgba(227, 30, 36, 0.5);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  text-transform: uppercase;
  vertical-align: middle;
}

.sched-closed {
  padding: 0.85rem 0.25rem 0.25rem;
  text-align: center;
}
.sched-closed-title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  color: var(--kf-red);
  font-size: 1.05rem;
}
.sched-closed-name {
  color: #f3f4f6;
  font-weight: 600;
  margin-top: 0.15rem;
  font-size: 0.95rem;
  line-height: 1.3;
}
.sched-closed-note {
  margin-top: 0.4rem;
  color: #9ca3af;
  font-size: 0.82rem;
}

/* ===== Bootcamp page additions ===== */
.bc-flow-section { background: linear-gradient(180deg, #0b1220, #0f172a); }
.bc-flow { max-width: 1100px; margin: 2rem auto 0; }

/* Testimonials */
.bc-testimonials-section { background: #0a0f1c; }
.bc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.bc-testimonial-card {
  position: relative;
  background: linear-gradient(180deg, #141b2d, #0f172a);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  padding: 2.25rem 1.5rem 1.5rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bc-testimonial-quote-mark {
  position: absolute;
  top: -0.25rem;
  left: 1rem;
  font-family: "Bebas Neue", serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--kf-red);
  opacity: 0.85;
}
.bc-testimonial-card blockquote {
  color: #e5e7eb;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}
.bc-testimonial-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bc-testimonial-name {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
  color: #fff;
}
.bc-testimonial-result {
  color: var(--kf-red);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* How it works */
.bc-how-section { background: linear-gradient(180deg, #0f172a, #0b1220); }
.bc-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.bc-how-card {
  position: relative;
  background: linear-gradient(180deg, #161e33, #0f172a);
  border: 1px solid rgba(227, 30, 36, 0.18);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.bc-how-step {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--kf-red), #ff5a60);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.bc-how-card h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
}
.bc-how-card p { color: #cbd5e1; font-size: 0.95rem; line-height: 1.55; margin: 0; }

/* Schedule preview */
.bc-schedule-section { background: #0a0f1c; }
.bc-schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.bc-schedule-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.25rem 1rem;
  background: linear-gradient(180deg, #131a2c, #0f172a);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}
.bc-schedule-card:hover,
.bc-schedule-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(227, 30, 36, 0.6);
  box-shadow: 0 14px 28px rgba(227, 30, 36, 0.18);
  outline: none;
}
.bc-schedule-day {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  color: var(--kf-red);
  font-size: 1rem;
}
.bc-schedule-time {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
}
.bc-schedule-label { color: #9ca3af; font-size: 0.85rem; }
.bc-schedule-foot { text-align: center; margin-top: 2rem; }

.program-cta--ghost {
  background: transparent;
  border: 1.5px solid rgba(227, 30, 36, 0.7);
  color: #fff;
}
.program-cta--ghost:hover { background: rgba(227, 30, 36, 0.12); }

@media (max-width: 900px) {
  .bc-testimonials-grid,
  .bc-how-grid { grid-template-columns: 1fr; max-width: 540px; margin-left: auto; margin-right: auto; }
  .bc-schedule-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .bc-schedule-grid { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; }
}

/* === Bootcamp page flow polish === */
.bootcamp-page .section-header { opacity: 1; transform: none; }
.bootcamp-page .section { padding: 4.5rem 0; }
@media (max-width: 640px) {
  .bootcamp-page .section { padding: 3rem 0; }
}
/* Soften the hero -> next-section transition */
.bootcamp-page .programs-hero--with-image {
  padding-bottom: 3rem;
}
.bootcamp-page .programs-hero--with-image::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 90px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.6) 70%, #fff 100%);
  z-index: 1;
  pointer-events: none;
}
.bootcamp-page .mens-pillars-section { padding-top: 2.5rem; }
@media (max-width: 640px) {
  .bootcamp-page .programs-hero--with-image::before { height: 60px; }
  .bootcamp-page .mens-pillars-section { padding-top: 1.5rem; }
}
/* Dark-bg section titles need light text on bootcamp page */
.bootcamp-page .bc-flow-section .section-title,
.bootcamp-page .bc-testimonials-section .section-title,
.bootcamp-page .bc-how-section .section-title,
.bootcamp-page .bc-schedule-section .section-title { color: #fff; }

/* Men's Club brotherhood band */
.mens-brotherhood-band { background: var(--kf-black, #0f0f10); }
.mens-brotherhood-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.mens-brotherhood-photo {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  aspect-ratio: 4 / 3;
  background: #000;
}
.mens-brotherhood-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mens-brotherhood-copy { color: #fff; }
.mens-brotherhood-copy .section-eyebrow { color: var(--kf-red); }
.mens-brotherhood-copy p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
@media (max-width: 820px) {
  .mens-brotherhood-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* Thank-you page */
.thank-you-page { background: #faf8f5; min-height: 100vh; padding: 4rem 1.25rem 6rem; }
.thank-you-hero { max-width: 640px; margin: 0 auto; }
.thank-you-eyebrow {
  display: inline-block; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.18em;
  color: var(--kf-red, #c8102e); font-size: 0.95rem; margin-bottom: 0.75rem;
}
.thank-you-hero h1 {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1.05; margin: 0 0 1rem; color: var(--kf-black, #0f0f10); letter-spacing: 0.01em;
}
.thank-you-lead {
  font-family: Lato, sans-serif; font-size: 1.1rem; line-height: 1.55;
  color: #333; margin: 0 0 2rem;
}
.thank-you-steps {
  list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: 0.85rem;
}
.thank-you-steps li {
  background: #fff; border: 1px solid #ece7df; border-radius: 0.75rem;
  padding: 1rem 1.15rem; display: grid; gap: 0.25rem;
  font-family: Lato, sans-serif;
}
.thank-you-steps strong { font-size: 1rem; color: var(--kf-black, #0f0f10); }
.thank-you-steps span { font-size: 0.95rem; color: #555; line-height: 1.5; }
.thank-you-actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; margin-bottom: 2rem;
}
.thank-you-actions .exit-modal-cta { flex: 1 1 auto; min-width: 240px; }
.thank-you-secondary {
  font-family: Lato, sans-serif; font-weight: 700; text-decoration: underline;
  color: var(--kf-black, #0f0f10); font-size: 0.95rem;
}
.thank-you-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  padding: 1.25rem; background: #fff; border: 1px solid #ece7df;
  border-radius: 0.75rem; margin-bottom: 2rem;
}
.thank-you-meta > div { display: grid; gap: 0.25rem; font-family: Lato, sans-serif; }
.thank-you-meta span { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: #888; }
.thank-you-meta strong { font-size: 0.95rem; color: var(--kf-black, #0f0f10); }
.thank-you-back {
  font-family: Lato, sans-serif; color: #555; text-decoration: none; font-size: 0.95rem;
}
.thank-you-back:hover { color: var(--kf-red, #c8102e); }
@media (max-width: 560px) {
  .thank-you-meta { grid-template-columns: 1fr; }
}

/* Site-wide sticky mobile CTA bar — clarifies the next step on every page */
.mobile-cta-bar { display: none; }
@media (max-width: 820px) {
  .mobile-cta-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(15, 15, 16, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.08em;
  }
  .mobile-cta-bar__primary,
  .mobile-cta-bar__secondary {
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 0.55rem;
    font-size: 1.05rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
    min-height: 48px;
    padding: 0 1rem;
  }
  .mobile-cta-bar__primary {
    background: var(--kf-red, #c8102e);
    color: #fff;
    font-weight: 700;
  }
  .mobile-cta-bar__secondary {
    background: rgba(255,255,255,0.12);
    color: #fff;
    padding: 0 1.1rem;
    border: 1px solid rgba(255,255,255,0.2);
  }
  /* Keep last page content above the bar */
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}

/* Get Started page */
.get-started-page { background: #faf8f5; min-height: 100vh; }
.gs-container { max-width: 760px; margin: 0 auto; padding: 0 1.25rem; }
.gs-hero { padding: 3.5rem 0 2rem; }
.gs-back {
  display: inline-block; font-family: Lato, sans-serif; color: #555;
  text-decoration: none; font-size: 0.9rem; margin-bottom: 1.25rem;
}
.gs-back:hover { color: var(--kf-red, #c8102e); }
.gs-eyebrow {
  display: inline-block; font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em; color: var(--kf-red, #c8102e);
  font-size: 0.95rem; margin-bottom: 0.6rem;
}
.gs-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  line-height: 1.02; margin: 0 0 1rem; color: var(--kf-black, #0f0f10);
  letter-spacing: 0.01em;
}
.gs-lead {
  font-family: Lato, sans-serif; font-size: 1.1rem; line-height: 1.55;
  color: #333; margin: 0 0 1.5rem; max-width: 60ch;
}
.gs-trustline {
  list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap;
  gap: 0.75rem; font-family: Lato, sans-serif; font-size: 0.85rem;
  color: #444;
}
.gs-trustline li {
  background: #fff; border: 1px solid #ece7df; border-radius: 999px;
  padding: 0.35rem 0.85rem;
}
.gs-form-section { padding: 1rem 0 4rem; }
.gs-form { display: grid; gap: 1.25rem; }
.gs-fieldset {
  background: #fff; border: 1px solid #ece7df; border-radius: 0.85rem;
  padding: 1.5rem 1.5rem 1.25rem; margin: 0;
}
.gs-fieldset legend {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.35rem; letter-spacing: 0.04em;
  color: var(--kf-black, #0f0f10);
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0 0.4rem; margin-left: -0.4rem;
}
.gs-step {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  background: var(--kf-red, #c8102e); color: #fff; font-size: 0.95rem;
  font-family: Lato, sans-serif; font-weight: 700;
}
.gs-helper {
  font-family: Lato, sans-serif; font-size: 0.9rem;
  color: #666; margin: 0.25rem 0 1rem;
}
.gs-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem;
  margin-top: 0.85rem;
}
.gs-field { display: grid; gap: 0.3rem; font-family: Lato, sans-serif; }
.gs-field--full { grid-column: 1 / -1; margin-top: 0.85rem; }
.gs-field > span {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em;
  color: #666; font-weight: 700;
}
.gs-field input,
.gs-field textarea {
  font: inherit; font-family: Lato, sans-serif; font-size: 1rem;
  padding: 0.7rem 0.85rem; border: 1px solid #d8d3c8; border-radius: 0.5rem;
  background: #fff; color: var(--kf-black, #0f0f10);
}
.gs-field input:focus,
.gs-field textarea:focus {
  outline: 2px solid var(--kf-red, #c8102e); outline-offset: 1px;
  border-color: transparent;
}
.gs-chips {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.85rem;
}
.gs-chips--stack { flex-direction: column; align-items: stretch; }
.gs-chip {
  font-family: Lato, sans-serif; font-size: 0.95rem;
  padding: 0.7rem 1rem; border: 1px solid #d8d3c8; border-radius: 0.55rem;
  background: #fff; cursor: pointer; color: var(--kf-black, #0f0f10);
  text-align: left; transition: all 0.15s ease;
}
.gs-chip:hover { border-color: var(--kf-black, #0f0f10); }
.gs-chip.is-selected {
  background: var(--kf-black, #0f0f10); color: #fff;
  border-color: var(--kf-black, #0f0f10);
}
.gs-programs { display: grid; gap: 0.6rem; margin-top: 0.85rem; }
.gs-program {
  font-family: Lato, sans-serif; text-align: left;
  padding: 1rem 1.15rem; border: 1px solid #d8d3c8; border-radius: 0.6rem;
  background: #fff; cursor: pointer; display: grid; gap: 0.2rem;
  transition: all 0.15s ease;
}
.gs-program:hover { border-color: var(--kf-black, #0f0f10); }
.gs-program strong { font-size: 1rem; color: var(--kf-black, #0f0f10); }
.gs-program span { font-size: 0.88rem; color: #666; }
.gs-program.is-selected {
  border-color: var(--kf-red, #c8102e); background: #fff5f5;
}
.gs-program.is-selected strong { color: var(--kf-red, #c8102e); }
.gs-slider { display: grid; gap: 0.6rem; margin-top: 0.6rem; }
.gs-slider input[type="range"] { width: 100%; accent-color: var(--kf-red, #c8102e); }
.gs-slider-labels {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0.5rem;
  font-family: Lato, sans-serif; font-size: 0.8rem; color: #666;
  align-items: center;
}
.gs-slider-labels > :first-child { text-align: left; }
.gs-slider-labels > :last-child { text-align: right; }
.gs-slider-value {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem;
  color: var(--kf-red, #c8102e); letter-spacing: 0.05em;
}
.gs-submit { display: grid; gap: 0.75rem; justify-items: center; padding-top: 0.5rem; }
.gs-submit-btn {
  font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em;
  font-size: 1.2rem; padding: 1rem 2rem; border-radius: 0.6rem;
  background: var(--kf-red, #c8102e); color: #fff; border: none;
  cursor: pointer; min-width: 280px; transition: transform 0.15s ease, opacity 0.15s ease;
}
.gs-submit-btn:hover:not(:disabled) { transform: translateY(-1px); }
.gs-submit-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.gs-finepoint {
  font-family: Lato, sans-serif; font-size: 0.85rem; color: #666;
  text-align: center; max-width: 50ch; margin: 0;
}
@media (max-width: 560px) {
  .gs-row { grid-template-columns: 1fr; }
  .gs-fieldset { padding: 1.25rem 1rem 1rem; }
  .gs-submit-btn { min-width: 100%; }
}

/* ---------- Results page ---------- */
.results-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.results-page-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.results-page-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.results-page-card__img {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #111;
  overflow: hidden;
}
.results-page-card__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.results-page-card__badge {
  position: absolute;
  bottom: 0.75rem; left: 0.75rem;
  background: var(--kf-red, #c8102e);
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem;
  border-radius: 0.35rem;
  font-size: 1rem;
}
.results-page-card__body {
  padding: 1rem 1.1rem 1.25rem;
  display: grid;
  gap: 0.5rem;
}
.results-page-card__meta {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: Lato, sans-serif;
}
.results-page-card__meta strong {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  color: #111;
}
.results-page-card__meta span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--kf-red, #c8102e);
  font-weight: 700;
}
.results-page-card__body p {
  font-family: Lato, sans-serif;
  font-size: 0.95rem;
  color: #444;
  margin: 0;
  line-height: 1.45;
}

.results-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.results-proof__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--kf-red, #c8102e);
  letter-spacing: 0.03em;
  line-height: 1;
}
.results-proof__label {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  color: #333;
  margin-top: 0.5rem;
}

.results-quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.results-quote {
  background: #fff;
  border-left: 4px solid var(--kf-red, #c8102e);
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 0.5rem;
  margin: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
.results-quote blockquote {
  margin: 0 0 1rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #222;
}
.results-quote figcaption {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.results-quote figcaption strong {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  color: #111;
}
.results-quote figcaption span {
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
  color: var(--kf-red, #c8102e);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* Mobile testimonial carousel */
.testimonial-carousel {
  display: contents;
}
.testimonial-dots {
  display: none;
}

@media (max-width: 640px) {
  .testimonial-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0.25rem 0 0.5rem;
    margin: 0 -1rem;
    scrollbar-width: none;
  }
  .testimonial-carousel::-webkit-scrollbar {
    display: none;
  }
  .testimonial-carousel .results-quote {
    flex: 0 0 85%;
    scroll-snap-align: center;
    margin: 0 0 0 1rem;
    min-width: 260px;
  }
  .testimonial-carousel .results-quote:last-child {
    margin-right: 1rem;
  }
  .testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
  }
  .testimonial-dot.active {
    background: var(--kf-red, #c8102e);
  }
  .results-quotes {
    display: none;
  }
}

@media (max-width: 640px) {
  .results-proof-row { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ============ PRICING PAGE ============ */
.pricing-plans-section { padding-top: 3rem; }
/* Force section headers visible (no scroll-reveal dependency) */
.pricing-why-section .section-header,
.pricing-compare-section .section-header,
.pricing-faq-section .section-header,
.programs-cta-section .section-header { opacity: 1; transform: none; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.pricing-card--featured {
  border-color: var(--kf-red, #e11d2a);
  border-width: 2px;
  box-shadow: 0 18px 40px rgba(225,29,42,0.12);
  transform: translateY(-6px);
}
.pricing-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--kf-red, #e11d2a);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-card__head { border-bottom: 1px solid #f1f3f5; padding-bottom: 1rem; }
.pricing-card__name { font-size: 1.4rem; font-weight: 800; letter-spacing: 0.02em; }
.pricing-card__tagline { font-size: 0.9rem; color: #6b7280; margin-top: 0.25rem; }
.pricing-card__price { display: flex; align-items: baseline; gap: 0.4rem; }
.pricing-card__from { font-size: 0.85rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.pricing-card__amount { font-size: 3rem; font-weight: 900; line-height: 1; }
.pricing-card__unit { font-size: 1rem; color: #6b7280; font-weight: 600; }
.pricing-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}
.pricing-card__list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.95rem; line-height: 1.45; }
.pricing-card__tick { color: var(--kf-red, #e11d2a); flex-shrink: 0; margin-top: 1px; }
.pricing-card__cta { width: 100%; justify-content: center; }
.pricing-disclaimer {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.pricing-why-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
}
.pricing-why-num { font-size: 0.85rem; font-weight: 800; color: var(--kf-red, #e11d2a); letter-spacing: 0.08em; }
.pricing-why-title { font-size: 1.1rem; font-weight: 800; margin: 0.5rem 0 0.5rem; }
.pricing-why-body { color: #4b5563; font-size: 0.95rem; line-height: 1.55; }

.pricing-compare-section { background: #f9fafb; }
.pricing-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}
.pricing-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.pricing-compare-table th,
.pricing-compare-table td {
  padding: 1rem 1.25rem;
  text-align: center;
  font-size: 0.95rem;
  border-bottom: 1px solid #f1f3f5;
}
.pricing-compare-table thead th {
  background: #fafbfc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374151;
}
.pricing-compare-table th.pricing-compare-feature,
.pricing-compare-table td.pricing-compare-feature {
  text-align: left;
  font-weight: 700;
  color: #111827;
}
.pricing-compare-table .pricing-compare-us {
  background: rgba(225,29,42,0.05);
  color: #111;
  font-weight: 700;
}
.pricing-compare-table thead .pricing-compare-us {
  background: var(--kf-red, #e11d2a);
  color: #fff;
}
.pricing-compare-table tbody tr:last-child td,
.pricing-compare-table tbody tr:last-child th { border-bottom: none; }

.pricing-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pricing-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
}
.pricing-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.pricing-faq-item summary::-webkit-details-marker { display: none; }
.pricing-faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--kf-red, #e11d2a);
  font-weight: 700;
  transition: transform .2s ease;
}
.pricing-faq-item[open] summary::after { content: "−"; }
.pricing-faq-item p { margin-top: 0.75rem; color: #4b5563; line-height: 1.6; }

@media (max-width: 960px) {
  .pricing-grid { grid-template-columns: 1fr; gap: 1rem; }
  .pricing-card--featured { transform: none; }
  .pricing-why-grid { grid-template-columns: repeat(2, 1fr); }
}
.pricing-compare-hint { display: none; }
@media (max-width: 560px) {
  /* Tighten section padding on mobile */
  .pricing-why-section,
  .pricing-compare-section,
  .pricing-faq-section { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pricing-plans-section { padding-top: 1.5rem; padding-bottom: 2.25rem; }

  /* Compact plan cards */
  .pricing-grid { gap: 0.875rem; }
  .pricing-card { padding: 1.25rem 1.1rem; gap: 0.9rem; border-radius: 14px; }
  .pricing-card__head { padding-bottom: 0.75rem; }
  .pricing-card__name { font-size: 1.2rem; }
  .pricing-card__tagline { font-size: 0.85rem; }
  .pricing-card__amount { font-size: 2.25rem; }
  .pricing-card__from { font-size: 0.75rem; }
  .pricing-card__list { gap: 0.5rem; }
  .pricing-card__list li { font-size: 0.9rem; line-height: 1.4; }
  .pricing-card__badge { font-size: 0.68rem; padding: 0.3rem 0.7rem; top: -12px; }
  .pricing-disclaimer { margin-top: 1.25rem; font-size: 0.78rem; }

  /* Why grid stacks */
  .pricing-why-grid { grid-template-columns: 1fr; gap: 0.75rem; }
  .pricing-why-card { padding: 1.1rem 1.15rem; }
  .pricing-why-title { font-size: 1rem; margin: 0.35rem 0 0.35rem; }
  .pricing-why-body { font-size: 0.9rem; line-height: 1.5; }

  /* Comparison table: sticky first column + scroll hint */
  .pricing-compare-wrap {
    position: relative;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent 100%);
            mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent 100%);
  }
  .pricing-compare-table { min-width: 560px; }
  .pricing-compare-table th,
  .pricing-compare-table td { padding: 0.7rem 0.75rem; font-size: 0.85rem; }
  .pricing-compare-table thead th { font-size: 0.7rem; padding: 0.7rem 0.6rem; }
  .pricing-compare-table th.pricing-compare-feature,
  .pricing-compare-table td.pricing-compare-feature {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
    min-width: 130px;
    box-shadow: 1px 0 0 #f1f3f5;
  }
  .pricing-compare-table thead th.pricing-compare-feature { background: #fafbfc; }
  .pricing-compare-hint {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.6rem;
    letter-spacing: 0.04em;
  }

  /* FAQ */
  .pricing-faq-item { padding: 0.9rem 1rem; }
  .pricing-faq-item summary { font-size: 0.95rem; }
}

/* ============ GOOGLE REVIEWS WIDGET ============ */
.gr-widget {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.gr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f1f3f5;
  flex-wrap: wrap;
}
.gr-header-left { display: flex; align-items: center; gap: 0.75rem; }
.gr-header-title { font-weight: 700; font-size: 1.05rem; color: #202124; }
.gr-header-sub { font-size: 0.85rem; color: #5f6368; }
.gr-header-right { display: flex; align-items: center; gap: 0.85rem; }
.gr-rating-big { font-size: 2.25rem; font-weight: 700; color: #202124; line-height: 1; }
.gr-header-count { font-size: 0.8rem; color: #5f6368; margin-top: 2px; }

.gr-stars { display: inline-flex; gap: 1px; }

.gr-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}
.gr-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: box-shadow .2s ease, transform .2s ease;
}
.gr-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.06); transform: translateY(-2px); }
.gr-card-head { display: flex; align-items: center; gap: 0.65rem; }
.gr-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gr-card-author { flex: 1; min-width: 0; }
.gr-card-name { font-weight: 600; font-size: 0.95rem; color: #202124; line-height: 1.2; }
.gr-card-meta { font-size: 0.78rem; color: #5f6368; margin-top: 2px; }
.gr-card-g { opacity: 0.85; }
.gr-card-rating { display: flex; align-items: center; gap: 0.6rem; }
.gr-card-date { font-size: 0.78rem; color: #5f6368; }
.gr-card-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #3c4043;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gr-dots { display: none; gap: 0.5rem; justify-content: center; margin-top: 1rem; }
.gr-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: #dadce0;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.gr-dot.active { background: var(--kf-red, #e11d2a); transform: scale(1.3); }

.gr-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f3f5;
  flex-wrap: wrap;
}
.gr-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  color: #1a73e8;
  border: 1px solid #dadce0;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background .15s ease, box-shadow .15s ease;
}
.gr-cta:hover { background: #f8f9fa; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.gr-write {
  color: #5f6368;
  font-size: 0.85rem;
  text-decoration: none;
  font-weight: 500;
}
.gr-write:hover { color: #1a73e8; text-decoration: underline; }

@media (max-width: 900px) {
  .gr-carousel {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 1.25rem -1.5rem 0;
    padding: 0.25rem 1.5rem 0.75rem;
    scrollbar-width: none;
  }
  .gr-carousel::-webkit-scrollbar { display: none; }
  .gr-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
  .gr-dots { display: flex; }
}
@media (max-width: 600px) {
  .gr-header { flex-direction: column; align-items: flex-start; }
  .gr-header-right { align-self: stretch; justify-content: space-between; }
}

/* ============================================
   BOOTCAMP PAGE — section, grids, cards
   ============================================ */
.kf-program-page .program-section {
  padding: 5rem 0;
  background: #fff;
}
.kf-program-page .program-section--alt {
  background: var(--kf-gray);
}
.kf-program-page .section-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--kf-black);
  margin: 0 0 1rem;
  text-align: center;
}
.kf-program-page .section-lede {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--kf-gray-dark);
}
.kf-program-page .section-eyebrow {
  text-align: center;
  display: block;
}

/* Pillars */
.bootcamp-page .pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.bootcamp-page .pillar-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border-top: 4px solid var(--kf-red);
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.bootcamp-page .program-section--alt .pillar-card { background: #fff; }
.bootcamp-page .pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.bootcamp-page .pillar-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: var(--kf-black);
  margin: 0 0 0.6rem;
}
.bootcamp-page .pillar-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--kf-gray-dark);
  margin: 0;
}

/* Session types */
.session-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.session-type-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.session-type-card:hover {
  transform: translateY(-3px);
  border-color: rgba(227,30,36,0.3);
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}
.session-type-tag {
  display: inline-block;
  background: var(--kf-black);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}
.session-type-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: var(--kf-black);
  margin: 0 0 0.55rem;
}
.session-type-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--kf-gray-dark);
  margin: 0;
}

/* Session flow */
.flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.flow-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(0,0,0,0.06);
}
.flow-step {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  color: var(--kf-red);
  margin-bottom: 0.4rem;
}
.flow-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--kf-black);
  margin: 0 0 0.5rem;
}
.flow-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--kf-gray-dark);
  margin: 0;
}

/* Preview sessions */
.preview-sessions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.preview-session {
  background: #fff;
  border-radius: 0.85rem;
  padding: 1.1rem 1rem;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform .2s ease, border-color .2s ease;
}
.preview-session:hover {
  transform: translateY(-2px);
  border-color: var(--kf-red);
}
.preview-session__day {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: var(--kf-red);
}
.preview-session__time {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--kf-black);
  line-height: 1.1;
  margin: 0.15rem 0 0.35rem;
}
.preview-session__label {
  font-size: 0.8rem;
  color: var(--kf-gray-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* How it works */
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.bootcamp-page .how-card {
  background: var(--kf-black);
  color: #fff;
  border-radius: 1rem;
  padding: 2rem 1.6rem;
  position: relative;
  overflow: hidden;
}
.bootcamp-page .program-section--alt .how-card { background: var(--kf-black); }
.how-step {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--kf-red);
  margin-bottom: 0.5rem;
}
.bootcamp-page .how-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 0 0.6rem;
}
.bootcamp-page .how-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.bootcamp-page .testimonial-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border-left: 4px solid var(--kf-red);
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  margin: 0;
}
.bootcamp-page .testimonial-card blockquote {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--kf-black);
  margin: 0 0 1rem;
  font-style: italic;
}
.bootcamp-page .testimonial-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.85rem;
}
.bootcamp-page .testimonial-card figcaption strong {
  color: var(--kf-black);
  font-size: 0.95rem;
}
.bootcamp-page .testimonial-card figcaption span {
  color: var(--kf-red);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

/* Gallery */
.bootcamp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}
.bootcamp-gallery img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.85rem;
  transition: transform .3s ease;
}
.bootcamp-gallery img:hover {
  transform: scale(1.02);
}

@media (max-width: 640px) {
  .kf-program-page .program-section { padding: 3.5rem 0; }
  .bootcamp-gallery { grid-template-columns: repeat(2, 1fr); }
  .preview-sessions { grid-template-columns: repeat(2, 1fr); }
}

/* ===== GHL Contact Form Card ===== */
.ghl-form-card {
  position: relative;
  background: #1A1A1A;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 40px -22px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.ghl-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--kf-red, #c8102e), #ff3d57);
}
.ghl-form-frame-wrap {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: visible;
  background: #111111;
}
.ghl-form-card.ghl-light .ghl-form-frame-wrap {
  background: transparent;
}
.ghl-form-skeleton {
  position: absolute;
  inset: 0;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.ghl-skel-row,
.ghl-skel-input,
.ghl-skel-button {
  background: linear-gradient(90deg, #2a2a2a 0%, #3a3a3a 50%, #2a2a2a 100%);
  background-size: 200% 100%;
  animation: ghlShimmer 1.4s linear infinite;
  border-radius: 6px;
}
.ghl-skel-row { height: 12px; }
.ghl-skel-input { height: 44px; }
.ghl-skel-button { height: 48px; width: 45%; margin-top: 0.5rem; border-radius: 8px; }
@keyframes ghlShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ghl-form-foot {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #a0a0a0;
  letter-spacing: 0.02em;
}
.ghl-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.25);
}
@media (max-width: 640px) {
  .ghl-form-card { padding: 0.85rem; border-radius: 12px; }
  .ghl-form-frame-wrap { min-height: 0; }
}

/* Light variant — used on light-background sections (e.g. homepage) */
.ghl-form-card.ghl-light {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 18px 40px -20px rgba(0, 0, 0, 0.18);
}
.ghl-form-card.ghl-light .ghl-form-frame-wrap {
  background: #fafafa;
}
.ghl-form-card.ghl-light .ghl-skel-row,
.ghl-form-card.ghl-light .ghl-skel-input,
.ghl-form-card.ghl-light .ghl-skel-button {
  background: linear-gradient(90deg, #ececec, #f6f6f6, #ececec);
}
.ghl-form-card.ghl-light .ghl-form-foot {
  color: var(--kf-gray-dark, #6b6b6b);
}
.ghl-form-card.ghl-light .ghl-dot {
  background: rgba(22, 163, 74, 0.15);
}
