/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */
 
/*p, a, .btn, .form_btn {  font-family: "DM Sans", sans-serif !important;*/
/* }*/



@import url("https://use.typekit.net/urk0zhy.css");

/* =========================
   BODY COPY — Stolzl Regular
   (limit to actual copy so it doesn't override buttons/headings)
========================= */
p, p span,
li, li span,
blockquote,
body,
.form input,
.kjb-content p,
.block-type--text p,
.block-type--rich_text p, .form-control {
  font-family: "stolzl", sans-serif !important;
  font-weight: 400 !important;
}

/* =========================
   HEADINGS — Instrument
   (Kajabi uses tag + .h# classes)
========================= */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "instrument-serif", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: -2%;
}

h1 em, .h1 em,
h3 em, .h3 em,
h4 em, .h4 em,
h5 em, .h5 em {
  font-style: italic !important;
}

/* =========================
   H2 — Stolzl Bold, ALL CAPS
========================= */


h3, .h3 {
 font-weight: 400; 
 color: #13ac57; 
  
 line-height: 1.1;
}
/* =========================
   BUTTONS — Stolzl Bold
   (Kajabi buttons vary; cover common selectors)
========================= */
button,
input[type="submit"],
input[type="button"],
.kjb-button,
.btn,
.button, h5.media__body {
  font-family: "stolzl", sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important; /* keep buttons as designed */
}



a.btn {
    padding: 12px 28px;
}

 a.btn, a.btn2 {
    font-weight: 500;
    font-size: 15px;
}
 
 a.btn2 {
    margin-left: 14px;
    padding: 12px 30px;
}
 
 div#section-1776649566851 .block-type--accordion {
    border-top: 1px solid #ddddd8;
    padding-left: 0;
    padding-right: 0;
}
 div#section-1776649566851 .block-type--accordion:last-of-type {
border-bottom: 1px solid #ddddd8;
     
 }
 a {font-weight:500;}
 
 p.logo__text {
    font-family: Playfair Display !important;
    font-size: 27px;
}
div#section-header {
    border-bottom: 1px solid #555b59;
}
a.link-list__link {
    position: relative;
    color: inherit;
}

a.link-list__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

a.link-list__link:hover {
    color: #fff !important;
}

a.link-list__link:hover::after {
    transform: scaleX(1);
}

div#block-1776490156592 h1 {
 
    line-height: 83px;
    margin-bottom: 25px;
    font-size: 86px;
}



/*#section-1776488820116 .section__overlay::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 380px;*/
/*    height: 300px;*/
/*    border-top-left-radius: 200px;*/
/*    background: #2d5a3d91;*/
/*    pointer-events: none;*/
/*}*/


/* Meta Section */
.script-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.script-meta-item {
       font-family: 'DM Sans';
    font-size: 14px;
    color: #8a8a84;
}

/* Script Content Blocks */
.script-block {
    margin-bottom: 32px;
}

.cue-direction, 
.cue-onscreen {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
        font-family: 'DM Sans';
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Blue Cues */
.cue-onscreen {
    background-color: #dbeafe;
    color: #1e40af;
}

/* Grey Cues */
.cue-direction {
    background-color: #f3f4f6;
    color: #4b5563;
}

.speaker-text {
    font-size: 17px;
    margin: 0;
    font-style: italic;
    color: #2d2d2d;
}

/* Note Section */
.script-note {
    font-size: 12px;
    color: #c47c2b;
    font-family: 'DM Sans';
    background-color: #fdf3e7;
    border: 1px solid #e8d5b0;
    border-radius: 8px;
    padding: 18px;
    margin-top: 40px;
    line-height: 1.5;
}

/* Responsive Logic */
@media (max-width: 600px) {
    .script-container {
        padding: 20px;
    }
    
    .speaker-text {
        font-size: 15px;
    }
    
    .script-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .script-meta-item {
        font-size: 11px;
    }
}


#block-1776492593569 .accordion-body {
    padding-top: 24px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 12px;
    background: #f9f7f3;
    border: 2px solid #bbbebd;
}

span.sub_text {
    color: #8a8a84;
    font-size: 12px;
}
.live-intro-left {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
  }

  /* Animated Pulse Dot */
  .live-pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef4444; /* Direct Red Color */
    position: relative;
    flex-shrink: 0;
  }

  /* Outer pulsing ring effect */
  .live-pulse::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ef4444;
    opacity: 0.6;
    animation: live-pulse-animation 2s infinite ease-out;
  }

  /* Pulse Animation Logic */
  @keyframes live-pulse-animation {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    100% {
      transform: scale(3.5);
      opacity: 0;
    }
  }

 
   
  @media (max-width: 767px) {
    .live-intro-left {
      gap: 10px;
    }
    
 
    
    .live-pulse {
      width: 10px;
      height: 10px;
    }
  }

div#section-1776500943899 p {
    font-size: 16px;
        line-height: 1.5;
}
#block-1776501451482 .space-tag {
    
    border:1px solid #ef444447;
    
}
 .live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
    display: inline-block;
    margin-right: 10px;
}




@media(min-width:768px){
    div#section-1776492217589 .col-6.cstm_bg.right_block {
    padding-left: 40px;
}
    
    div#block-1776935345702 .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
    #section-1776652314333 .col-6 {
        width:48% !important;
        
    }

div#section-1776500943899  .col-3 {width:29% !important;}
div#section-1776649566851 .right_block {
    padding-left: 80px;
}
}

h5.media__body {
    
    
    font-size: 18px;
}


div#section-1776652314333 .cstm_bg  {
    background: #fff;
   
    padding: 30px;
    border: 1px solid #ddddd8;
    border-radius: 14px;
}

#section-1776652314333 .row {
    gap: 20px;
}

    .form-control { 
        background: #fafaf8;
        font-size: 14px;
        padding: 15px;
    }
    
    textarea#form_submission_custom_67 {
    min-height: 100px;
}

button#form-button {
    font-weight: 400;
    font-size: 15px;
}

div#block-1776654697157 .block {
    
        border-left: 3px solid #2d5a3d;
    
    
}
div#block-1776655065473 .block {
    
        border-left: 3px solid #5a2d7a;
    
    
}
div#block-1776655068804 .block {
    
        border-left: 3px solid #7a4a2d;
    
    
}

 
.testimonial-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;  
    gap: 10px;
    margin-top: 12px;
    font-family: inherit;  
}

 
.t-author {
    font-style: normal;
    font-size: 15px;  
    color: #8a8a84;
    line-height: 1;
}

 .t-tag {
    background-color: #f5ede8;
    color: #7a4a2d;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;  
    white-space: nowrap;  
    display: inline-block;
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .t-author {
        font-size: 12px;
    }
    .testimonial-footer {
        gap: 6px;
    }
}
div#block-1776655065473 span.t-tag {
    background: #e8f0eb !important;
    color: #2d5a3d !important;
}
div#block-1776655068804 span.t-tag {
    background: #f0e8f5 !important;
    color: #5a2d7a !important;
}

.block-type--space_card {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
    will-change: transform; /* Performance optimization */
}

/* Hover state */
.block-type--space_card:hover {
    
    transform: translateY(-10px);
    
    
}
a.dropdown__trigger.cstm_bg_drop {
    background: #e14402;
    color: #fff !important;
    border-radius: 100%;
    letter-spacing: 1px;
    padding: 10px 13px;
}

@media(max-width:767px){
    #block-1776488820116_0 .sec-tag {
    font-size: 9px !important;
}
    
div#block-1776490156592 h1
  {
    
   line-height: 57px !important;
        font-size: 58px;
}    
    
  a.btn, a.btn2 {
    font-weight: 500;
    font-size: 15px !important;
}
a.btn2 {
    margin-left: 0 !important;
}
a.dropdown__trigger.cstm_bg_drop {
    display: none;
}
span.dropdown__item a {
    padding-left: 0 !important;
}



}




div#section-footer {
    border-top: 1px solid #515151bf;
}


























