.kh-free-practice-page{
      --kh-bg:#d8d3cd;
      --kh-bg-soft:#e9e4dd;
      --kh-cream:#f7f3ee;
      --kh-card:#fffdfa;
      --kh-white:#ffffff;
      --kh-green:#1f4a36;
      --kh-green-2:#2d644a;
      --kh-text:#5e534c;
      --kh-text-soft:#7a7068;
      --kh-line:rgba(31,74,54,.12);
      --kh-shadow:0 20px 60px rgba(31,74,54,.09);
      --kh-radius:26px;
      --kh-radius-lg:36px;
      --kh-container:1180px;
      width:100%;
      position:relative;
      overflow:hidden;
      isolation:isolate;
      background:linear-gradient(180deg,#d8d3cd 0%, #e8e2db 100%);
      font-family:Inter, sans-serif;
      color:var(--kh-text);
    }

    .kh-free-practice-page *{box-sizing:border-box;}

    .kh-free-practice-page::before,
    .kh-free-practice-page::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      z-index:0;
      filter:blur(18px);
      opacity:.35;
    }

    .kh-free-practice-page::before{
      width:360px;
      height:360px;
      right:-90px;
      top:-100px;
      background:radial-gradient(circle, rgba(31,74,54,.14), transparent 70%);
      animation:khFloatA 12s ease-in-out infinite;
    }

    .kh-free-practice-page::after{
      width:260px;
      height:260px;
      left:-60px;
      bottom:100px;
      background:radial-gradient(circle, rgba(31,74,54,.10), transparent 72%);
      animation:khFloatB 14s ease-in-out infinite;
    }

    .kh-free-practice-page .kh-wrap{
      max-width:var(--kh-container);
      margin:0 auto;
      padding:0 24px;
      position:relative;
      z-index:1;
    }

    .kh-free-practice-page .kh-section{
      padding:70px 0;
      position:relative;
    }

    .kh-free-practice-page .kh-eyebrow{
      display:inline-block;
      font-size:12px;
      line-height:1.2;
      letter-spacing:3px;
      text-transform:uppercase;
      color:var(--kh-green);
      margin-bottom:18px;
    }

    .kh-free-practice-page .kh-title{
      margin:0;
      font-family:"Cormorant Garamond", serif;
      font-size:clamp(40px,6vw,72px);
      line-height:1.05;
      letter-spacing:-1px;
      color:var(--kh-green);
      font-weight:500;
    }

    .kh-free-practice-page .kh-section-title{
      margin:0;
      font-family:"Cormorant Garamond", serif;
      font-size:clamp(30px,4vw,50px);
      line-height:1.08;
      letter-spacing:-1px;
      color:var(--kh-green);
      font-weight:500;
    }

    .kh-free-practice-page .kh-copy,
    .kh-free-practice-page .kh-subcopy,
    .kh-free-practice-page .kh-small{
      margin:0;
      font-size:18px;
      line-height:1.9;
      color:var(--kh-text);
    }

    .kh-free-practice-page .kh-subcopy{color:var(--kh-text-soft);}

    .kh-free-practice-page .kh-copy + .kh-copy{
      margin-top:18px;
    }

    .kh-free-practice-page .kh-accent-line{
      width:110px;
      height:1px;
      background:linear-gradient(90deg,var(--kh-green),transparent);
      margin:28px 0 26px;
      opacity:.32;
    }

    .kh-free-practice-page .kh-reveal{
      opacity:0;
      transform:translateY(28px);
      animation:khReveal .85s ease forwards;
    }

    .kh-free-practice-page .kh-delay-1{animation-delay:.08s;}
    .kh-free-practice-page .kh-delay-2{animation-delay:.16s;}
    .kh-free-practice-page .kh-delay-3{animation-delay:.24s;}
    .kh-free-practice-page .kh-delay-4{animation-delay:.32s;}

    /* HERO */
    .kh-free-practice-page .kh-hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
      gap:32px;
      align-items:center;
    }

    .kh-free-practice-page .kh-hero-copy{
      max-width:680px;
    }

    .kh-free-practice-page .kh-form-card{
      background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.68));
      border:1px solid rgba(31,74,54,.08);
      border-radius:34px;
      padding:34px;
      box-shadow:var(--kh-shadow);
      backdrop-filter:blur(10px);
      position:relative;
      overflow:hidden;
    }

    .kh-free-practice-page .kh-form-card::before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      padding:1px;
      background:linear-gradient(180deg, rgba(255,255,255,.8), rgba(31,74,54,.10));
      -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite:xor;
              mask-composite:exclude;
      pointer-events:none;
    }

    .kh-free-practice-page .kh-form-head{
      margin-bottom:18px;
      position:relative;
      z-index:2;
    }

    .kh-free-practice-page .kh-form-title{
      margin:0 0 8px;
      font-size:15px;
      line-height:1.2;
      letter-spacing:2px;
      text-transform:uppercase;
      color:var(--kh-green);
      font-weight:700;
    }

    .kh-free-practice-page .kh-note{
      margin-top:14px;
      font-size:13px;
      line-height:1.7;
      color:var(--kh-text-soft);
      position:relative;
      z-index:2;
    }

    .kh-free-practice-page .kh-hero-mini{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
      margin-top:28px;
    }

    .kh-free-practice-page .kh-mini-card{
      background:rgba(255,255,255,.52);
      border:1px solid rgba(31,74,54,.08);
      border-radius:20px;
      padding:18px;
      box-shadow:0 8px 20px rgba(31,74,54,.05);
    }

    .kh-free-practice-page .kh-mini-card h4{
      margin:0 0 8px;
      font-size:14px;
      line-height:1.2;
      letter-spacing:1.5px;
      text-transform:uppercase;
      color:var(--kh-green);
      font-weight:700;
    }

    .kh-free-practice-page .kh-mini-card p{
      margin:0;
      font-size:15px;
      line-height:1.75;
      color:var(--kh-text);
    }

    /* FORMINATOR STYLING */
    .kh-free-practice-page .kh-forminator-wrap{
      position:relative;
      z-index:2;
      margin-top:18px;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-ui.forminator-custom-form{
      background:transparent !important;
      padding:0 !important;
      margin:0 !important;
      border:none !important;
      box-shadow:none !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-row,
    .kh-free-practice-page .kh-forminator-wrap .forminator-col{
      margin:0 !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-field{
      margin-bottom:16px !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-label{
      font-size:13px !important;
      line-height:1.2 !important;
      color:var(--kh-green) !important;
      font-weight:600 !important;
      letter-spacing:.4px !important;
      margin-bottom:8px !important;
    }

    .kh-free-practice-page .kh-forminator-wrap input,
    .kh-free-practice-page .kh-forminator-wrap input.forminator-input,
    .kh-free-practice-page .kh-forminator-wrap textarea,
    .kh-free-practice-page .kh-forminator-wrap select{
      width:100% !important;
      min-height:56px !important;
      border-radius:18px !important;
      border:1px solid rgba(31,74,54,.12) !important;
      background:rgba(255,255,255,.84) !important;
      padding:14px 18px !important;
      font-size:15px !important;
      color:var(--kh-text) !important;
      box-shadow:none !important;
    }

    .kh-free-practice-page .kh-forminator-wrap input:focus,
    .kh-free-practice-page .kh-forminator-wrap textarea:focus,
    .kh-free-practice-page .kh-forminator-wrap select:focus{
      border-color:rgba(31,74,54,.28) !important;
      box-shadow:0 0 0 4px rgba(31,74,54,.08) !important;
      background:#fff !important;
      outline:none !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-button,
    .kh-free-practice-page .kh-forminator-wrap button.forminator-button,
    .kh-free-practice-page .kh-forminator-wrap .forminator-ui#forminator-module .forminator-button-submit{
      display:inline-flex !important;
      align-items:center !important;
      justify-content:center !important;
      width:100% !important;
      min-height:58px !important;
      border:none !important;
      border-radius:999px !important;
      padding:14px 28px !important;
      background:var(--kh-green) !important;
      color:#fff !important;
      font-size:16px !important;
      font-weight:600 !important;
      cursor:pointer !important;
      transition:transform .35s ease, box-shadow .35s ease, background .35s ease !important;
      box-shadow:0 14px 32px rgba(31,74,54,.18) !important;
      margin-top:6px !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-button:hover,
    .kh-free-practice-page .kh-forminator-wrap button.forminator-button:hover,
    .kh-free-practice-page .kh-forminator-wrap .forminator-ui#forminator-module .forminator-button-submit:hover{
      transform:translateY(-3px) !important;
      background:var(--kh-green-2) !important;
      box-shadow:0 18px 38px rgba(31,74,54,.24) !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-error-message,
    .kh-free-practice-page .kh-forminator-wrap .forminator-response-message{
      font-size:13px !important;
      border-radius:14px !important;
      margin-top:10px !important;
    }

    .kh-free-practice-page .kh-forminator-wrap .forminator-description{
      font-size:12px !important;
      line-height:1.6 !important;
      color:var(--kh-text-soft) !important;
    }

    /* RECEIVE */
    .kh-free-practice-page .kh-receive-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:22px;
    }

    .kh-free-practice-page .kh-receive-card{
      background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.60));
      border:1px solid rgba(31,74,54,.08);
      border-radius:28px;
      padding:28px;
      box-shadow:0 12px 28px rgba(31,74,54,.06);
      transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
      position:relative;
      overflow:hidden;
    }

    .kh-free-practice-page .kh-receive-card:hover{
      transform:translateY(-5px);
      box-shadow:0 18px 36px rgba(31,74,54,.10);
      border-color:rgba(31,74,54,.16);
    }

    .kh-free-practice-page .kh-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      background:rgba(31,74,54,.08);
      color:var(--kh-green);
    }

    .kh-free-practice-page .kh-receive-title{
      margin:0 0 12px;
      font-size:22px;
      line-height:1.35;
      color:var(--kh-green);
      font-weight:700;
    }

    /* WHY */
    .kh-free-practice-page .kh-why-box{
      background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.58));
      border:1px solid rgba(31,74,54,.08);
      border-radius:34px;
      padding:40px;
      box-shadow:var(--kh-shadow);
    }

    /* EMAIL SEQUENCE */
    .kh-free-practice-page .kh-sequence-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
    }

    .kh-free-practice-page .kh-sequence-card{
      background:rgba(255,255,255,.68);
      border:1px solid rgba(31,74,54,.08);
      border-radius:24px;
      padding:24px 22px;
      box-shadow:0 10px 24px rgba(31,74,54,.05);
      min-height:100%;
      transition:transform .35s ease, box-shadow .35s ease;
    }

    .kh-free-practice-page .kh-sequence-card:hover{
      transform:translateY(-4px);
      box-shadow:0 16px 32px rgba(31,74,54,.09);
    }

    .kh-free-practice-page .kh-day{
      display:inline-block;
      margin-bottom:12px;
      font-size:12px;
      letter-spacing:2px;
      text-transform:uppercase;
      color:var(--kh-green);
      font-weight:700;
    }

    .kh-free-practice-page .kh-sequence-card p{
      margin:0;
      font-size:16px;
      line-height:1.8;
      color:var(--kh-text);
    }

    .kh-free-practice-page .kh-sequence-note{
      margin-top:18px;
      font-size:16px;
      line-height:1.8;
      color:var(--kh-text-soft);
      text-align:center;
    }

    /* ABOUT */
    .kh-free-practice-page .kh-about-box{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:24px;
      align-items:end;
      background:linear-gradient(135deg, rgba(31,74,54,.96), rgba(45,100,74,.90));
      border-radius:34px;
      padding:40px;
      box-shadow:0 28px 60px rgba(31,74,54,.20);
      color:#fff;
      position:relative;
      overflow:hidden;
    }

    .kh-free-practice-page .kh-about-box::before{
      content:"";
      position:absolute;
      width:250px;
      height:250px;
      right:-90px;
      top:-100px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,0) 72%);
      pointer-events:none;
    }

    .kh-free-practice-page .kh-about-box .kh-section-title,
    .kh-free-practice-page .kh-about-box .kh-copy{
      color:#fff;
    }

    .kh-free-practice-page .kh-about-box .kh-eyebrow{
      color:rgba(255,255,255,.78);
    }

    .kh-free-practice-page .kh-about-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:56px;
      padding:14px 28px;
      border-radius:999px;
      background:#fff;
      color:var(--kh-green);
      text-decoration:none;
      font-size:16px;
      font-weight:600;
      transition:transform .35s ease, background .35s ease;
      white-space:nowrap;
    }

    .kh-free-practice-page .kh-about-btn:hover{
      transform:translateY(-3px);
      background:#ece7df;
      color:var(--kh-green);
    }

    @keyframes khReveal{
      to{opacity:1; transform:none;}
    }

    @keyframes khFloatA{
      0%,100%{transform:translate3d(0,0,0);}
      50%{transform:translate3d(-16px,18px,0);}
    }

    @keyframes khFloatB{
      0%,100%{transform:translate3d(0,0,0);}
      50%{transform:translate3d(18px,-14px,0);}
    }

    @media (max-width: 1100px){
      .kh-free-practice-page .kh-hero-grid,
      .kh-free-practice-page .kh-about-box{
        grid-template-columns:1fr;
      }

      .kh-free-practice-page .kh-receive-grid,
      .kh-free-practice-page .kh-sequence-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }

      .kh-free-practice-page .kh-hero-mini{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 820px){
      .kh-free-practice-page .kh-section{
        padding:74px 0;
      }

      .kh-free-practice-page .kh-form-card,
      .kh-free-practice-page .kh-why-box,
      .kh-free-practice-page .kh-about-box{
        padding:28px 24px;
      }
    }

    @media (max-width: 600px){
      .kh-free-practice-page .kh-wrap{
        padding:0 18px;
      }

      .kh-free-practice-page .kh-copy,
      .kh-free-practice-page .kh-subcopy,
      .kh-free-practice-page .kh-small{
        font-size:16px;
        line-height:1.85;
      }

      .kh-free-practice-page .kh-receive-grid,
      .kh-free-practice-page .kh-sequence-grid{
        grid-template-columns:1fr;
      }

      .kh-free-practice-page .kh-about-btn{
        width:100%;
      }
    }

    /* CUSTOM PLAYER CARD & AUDIO PLAYER */
    .kh-player-card {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.78));
      border: 1px solid rgba(31, 74, 54, 0.1);
      border-radius: var(--kh-radius-lg);
      padding: 44px;
      box-shadow: var(--kh-shadow);
      backdrop-filter: blur(12px);
      margin: 0 auto;
      max-width: 800px;
      position: relative;
    }

    .kh-player-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(31, 74, 54, 0.12));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
    }

    .kh-audio-player-wrapper {
      margin: 32px 0;
      background: rgba(31, 74, 54, 0.04);
      border: 1px solid rgba(31, 74, 54, 0.08);
      padding: 24px;
      border-radius: 20px;
    }

    .kh-audio-player-wrapper h5 {
      margin: 0 0 12px;
      font-size: 14px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--kh-green);
      font-weight: 700;
    }

    .kh-download-row {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin: 28px 0;
    }

    .kh-download-row .kh-btn-dl {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 14px 28px;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.35s ease;
      cursor: pointer;
    }

    .kh-download-row .kh-btn-dl-primary {
      background: var(--kh-green);
      color: #fff;
      box-shadow: 0 10px 24px rgba(31, 74, 54, 0.15);
      border: none;
    }
    .kh-download-row .kh-btn-dl-primary:hover {
      background: var(--kh-green-2);
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(31, 74, 54, 0.22);
    }

    .kh-download-row .kh-btn-dl-secondary {
      background: #fff;
      color: var(--kh-green);
      border: 1px solid rgba(31, 74, 54, 0.16);
    }
    .kh-download-row .kh-btn-dl-secondary:hover {
      background: rgba(31, 74, 54, 0.04);
      transform: translateY(-2px);
    }

    .kh-next-steps {
      margin-top: 40px;
      padding: 34px;
      background: linear-gradient(180deg, rgba(31, 74, 54, 0.05), rgba(31, 74, 54, 0.02));
      border: 1px solid rgba(31, 74, 54, 0.06);
      border-radius: 24px;
      text-align: left;
    }

    .kh-next-steps h3 {
      margin: 0 0 12px;
      font-size: 22px;
      color: var(--kh-green);
      font-weight: 700;
    }

    .kh-next-steps p {
      margin: 0 0 20px;
      font-size: 16px;
      line-height: 1.8;
      color: var(--kh-text-soft);
    }