.elementor-153 .elementor-element.elementor-element-ad5f830{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-153 .elementor-element.elementor-element-501b519{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-153 .elementor-element.elementor-element-0f56d76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-153 .elementor-element.elementor-element-682eeb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-153 .elementor-element.elementor-element-42338ca{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-153 .elementor-element.elementor-element-b645dd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-153 .elementor-element.elementor-element-e7694d0{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-153 .elementor-element.elementor-element-97eaf61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-36dbd48 */.alp-section {
    position: relative;
    padding: 3rem 2rem; /* STANDARDIZED PADDING */
    background: var(--light-gray); /* LIGHT BACKGROUND */
    overflow: visible; /* CHANGED FROM HIDDEN TO ALLOW STICKY */
}

/* Container */
.alp-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.alp-header {
    text-align: center;
    margin-bottom: 4rem;
}

.alp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-teal);
    margin-bottom: 1.5rem;
}

.alp-badge-icon {
    font-size: 1.2rem;
    animation: alpPulse 2s ease-in-out infinite;
}

@keyframes alpPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.alp-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.10; /* PREVENT CLIPPING */
    color: var(--dark);
    margin-bottom: 1rem;
    padding: 0.3rem 0; /* PREVENT CLIPPING */
}

.alp-title-gradient {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; /* PREVENT STRETCHING */
    padding: 0.3rem 0; /* PREVENT CLIPPING */
}

.alp-tagline {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-teal);
    line-height: 1.5;
}

/* ========== CONTENT GRID ========== */
.alp-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: start; /* IMPORTANT FOR STICKY */
}

/* ========== LEFT CONTENT ========== */
.alp-content-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.alp-description {
    font-size: 1.1rem;
    color: var(--dark);
    opacity: 0.8;
    line-height: 1.8;
}

.alp-description strong {
    color: var(--primary-teal);
    font-weight: 700;
}

/* Section Blocks */
.alp-section-block {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 181, 168, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.alp-block-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1.5rem;
}

/* Feature List */
.alp-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.alp-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: rgba(0, 181, 168, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.alp-feature-item:hover {
    background: rgba(0, 181, 168, 0.1);
    transform: translateX(5px);
}

.alp-feature-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alp-feature-text {
    font-size: 1rem;
    color: var(--dark);
    font-weight: 500;
}

/* Ideal For */
.alp-ideal-for {
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.1), rgba(0, 82, 204, 0.1));
    border: 2px solid rgba(0, 181, 168, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.alp-ideal-badge {
    padding: 0.5rem 1rem;
    background: var(--primary-teal);
    color: var(--white);
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.alp-ideal-text {
    font-size: 1rem;
    color: var(--dark);
    margin: 0;
    line-height: 1.6;
}

/* CTA Buttons */
.alp-cta {
    display: flex;
    gap: 1rem;
}

.alp-btn-primary,
.alp-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-primary);
    flex: 1;
}

.alp-btn-primary {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.3);
}

.alp-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.5);
    color:WHITE;
}

.alp-btn-secondary {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(0, 181, 168, 0.3);
    color: var(--primary-teal);
}

.alp-btn-secondary:hover {
    background: rgba(0, 181, 168, 0.1); /* CHANGED FROM WHITE TO TEAL TINT */
    border-color: var(--primary-teal);
    color: var(--primary-teal); /* KEEP TEXT COLOR */
}

/* ========== RIGHT VISUAL ========== */
.alp-content-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 2rem; /* STICKY - STAYS VISIBLE WHILE SCROLLING */
    align-self: start;
}

/* Visual Card */
.alp-visual-card {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.1), rgba(0, 82, 204, 0.1));
    border: 2px solid rgba(0, 181, 168, 0.3);
    border-radius: 24px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.alp-visual-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 20px rgba(0, 181, 168, 0.3));
}

.alp-visual-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.alp-visual-desc {
    font-size: 1rem;
    color: var(--dark);
    opacity: 0.7;
    margin-bottom: 2rem;
}

/* Mini Stats */
.alp-stats-mini {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.alp-stat-mini {
    text-align: center;
}

.alp-stat-mini-number {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.alp-stat-mini-label {
    font-size: 0.875rem;
    color: var(--dark);
    opacity: 0.7;
    margin-top: 0.25rem;
}

/* Benefits Grid */
.alp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.alp-benefit-mini {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.alp-benefit-mini:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 181, 168, 0.15);
    border-color: rgba(0, 181, 168, 0.4);
}

.alp-benefit-mini-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.alp-benefit-mini-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .alp-content-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .alp-content-right {
        order: -1; /* Show visual first on tablet */
        position: relative; /* DISABLE STICKY ON TABLET/MOBILE */
        top: 0;
    }
}

@media (max-width: 768px) {
    .alp-section {
        padding: 1.5rem 1rem; /* MINIMAL PADDING */
    }
    
    .alp-header {
        margin-bottom: 2.5rem;
    }
    
    .alp-title {
        font-size: 2.2rem;
        line-height: 1.05; /* REDUCED FROM 1.2 - TIGHTER SPACING */
        padding: 0.2rem 0; /* REDUCED FROM 0.4rem */
        margin-bottom: 0.8rem; /* SLIGHTLY REDUCED */
    }
    
    .alp-title-gradient {
        padding: 0.2rem 0; /* REDUCED FROM 0.4rem */
    }
    
    .alp-tagline {
        font-size: 1.2rem;
    }
    
    .alp-content-left {
        gap: 1.5rem;
    }
    
    .alp-description {
        font-size: 1rem;
    }
    
    .alp-section-block {
        padding: 1.5rem;
    }
    
    .alp-block-title {
        font-size: 1.3rem;
    }
    
    .alp-feature-item {
        padding: 0.625rem;
    }
    
    .alp-ideal-for {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .alp-cta {
        flex-direction: column;
    }
    
    .alp-btn-primary,
    .alp-btn-secondary {
        width: 100%;
    }
    
    .alp-visual-card {
        padding: 2rem 1.5rem;
    }
    
    .alp-visual-icon {
        font-size: 3rem;
    }
    
    .alp-visual-title {
        font-size: 1.5rem;
    }
    
    .alp-stats-mini {
        gap: 1rem;
    }
    
    .alp-stat-mini-number {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .alp-title {
        font-size: 2rem;
        line-height: 1.05; /* TIGHTER - REDUCED FROM 1.1 */
        padding: 0.15rem 0; /* REDUCED FROM 0.5rem */
    }
    
    .alp-title-gradient {
        padding: 0.15rem 0; /* REDUCED FROM 0.5rem */
    }
    
    .alp-tagline {
        font-size: 1.1rem;
    }
    
    .alp-benefits-grid {
        grid-template-columns: 1fr;
    }
}.alp-title-the {
    font-size: 0.65em; 
    display: inline-block;
     font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72d4d32 */.masterclass-section {
    position: relative;
    padding: 3rem 2rem;
    background: var(--light-gray);
    overflow: hidden;
}

.masterclass-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Header */
.masterclass-content {
    text-align: center;
    margin-bottom: 3rem;
}

.masterclass-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-teal);
    margin-bottom: 1.5rem;
}

.masterclass-badge-icon {
    font-size: 1.2rem;
    animation: masterclassPulse 2s ease-in-out infinite;
}

@keyframes masterclassPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.masterclass-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.masterclass-title-gradient {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.masterclass-subtitle {
    font-size: 1.2rem;
    color: var(--dark);
    opacity: 0.8;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Video Container */
.video-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto 3rem;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #000;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Features Grid */
.masterclass-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.masterclass-feature-card {
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 181, 168, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    text-align: center;
    transition: all 0.3s ease;
}

.masterclass-feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 181, 168, 0.3);
    box-shadow: 0 8px 25px rgba(0, 181, 168, 0.15);
}

.masterclass-feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 15px rgba(0, 181, 168, 0.3));
}

.masterclass-feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.masterclass-feature-text {
    font-size: 0.95rem;
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.5;
}

/* ============================================
   ENROLLMENT PROCESS SECTION
   ============================================ */

.enrollment-section {
    position: relative;
    padding: 3rem 2rem;
    background: var(--dark);
    overflow: hidden;
}

.enrollment-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Header */
.enrollment-header {
    text-align: center;
    margin-bottom: 3rem;
}

.enrollment-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--light-teal);
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.enrollment-badge-icon {
    font-size: 1.2rem;
    animation: enrollmentPulse 2s ease-in-out infinite;
}

@keyframes enrollmentPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.enrollment-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.enrollment-title-gradient {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.enrollment-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Info Card Wrapper */
.enrollment-card-wrapper {
    max-width: 700px;
    margin: 0 auto 3rem;
}

.enrollment-info-card {
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 24px;
    text-align: center;
    transition: all 0.4s ease;
}

.enrollment-info-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 181, 168, 0.4);
    transform: translateY(-5px);
}

.enrollment-info-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.enrollment-info-icon {
    font-size: 3rem;
    filter: drop-shadow(0 0 20px rgba(0, 181, 168, 0.5));
    position: relative;
    z-index: 2;
}

.enrollment-info-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.enrollment-info-text {
    font-size: 1rem;
    color: var(--medium-gray);
    line-height: 1.7;
    margin-bottom: 1.75rem;
    text-align: center;
}

.enrollment-info-highlight {
    color: var(--primary-teal);
    font-weight: 600;
}

.enrollment-info-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
    max-width: 450px;
}

.enrollment-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1rem;
    color: var(--medium-gray);
    line-height: 1.7;
    padding-left: 0;
}

.enrollment-info-list li::before {
    content: '✓';
    color: var(--primary-teal);
    font-weight: 700;
    font-size: 1.3rem;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.enrollment-info-note {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
    color: var(--medium-gray);
    line-height: 1.7;
    text-align: center;
}

/* CTA Section */
.enrollment-cta {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(0, 181, 168, 0.05);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    max-width: 800px;
    margin: 0 auto;
}

.enrollment-cta-text {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.enrollment-cta-text strong {
    color: var(--primary-teal);
    font-weight: 700;
}

.enrollment-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-primary);
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: #FFFFFF !important;
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.3);
    text-decoration: none;
}

.enrollment-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.5);
    color: #FFFFFF !important;
}

.enrollment-btn-primary:focus,
.enrollment-btn-primary:active,
.enrollment-btn-primary:visited {
    color: #FFFFFF !important;
}

.enrollment-cta-note {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--medium-gray);
    opacity: 0.8;
}

/* ============================================
   RESPONSIVE DESIGN - TABLET
   ============================================ */

@media (max-width: 1024px) {
    .masterclass-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE (768px)
   ============================================ */

@media (max-width: 768px) {
    /* Master Class Section */
    .masterclass-section {
        padding: 2rem 1.25rem;
    }

    .masterclass-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .masterclass-subtitle {
        font-size: 1rem;
        padding: 0 0.5rem;
        line-height: 1.7;
    }

    .video-container {
        margin-bottom: 2rem;
        border-radius: 16px;
    }

    .masterclass-features {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .masterclass-feature-card {
        padding: 1.5rem 1.25rem;
    }

    .masterclass-feature-icon {
        font-size: 2rem;
    }

    /* Enrollment Section */
    .enrollment-section {
        padding: 2rem 1.25rem;
    }

    .enrollment-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .enrollment-subtitle {
        font-size: 1rem;
        padding: 0 0.5rem;
        line-height: 1.7;
    }

    .enrollment-card-wrapper {
        max-width: 100%;
    }

    .enrollment-info-card {
        padding: 2rem 1.5rem;
    }

    .enrollment-info-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .enrollment-info-icon {
        font-size: 2.5rem;
    }

    .enrollment-info-title {
        font-size: 1.3rem;
    }

    .enrollment-info-text {
        font-size: 0.95rem;
    }

    .enrollment-info-list {
        max-width: 100%;
        gap: 0.875rem;
    }

    .enrollment-info-list li {
        font-size: 0.95rem;
        gap: 0.875rem;
    }

    .enrollment-info-list li::before {
        font-size: 1.2rem;
        width: 22px;
        height: 22px;
    }

    .enrollment-cta {
        padding: 2rem 1.5rem;
    }

    .enrollment-cta-text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .enrollment-btn-primary {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
        color: #FFFFFF !important;
    }

    .enrollment-btn-primary:hover {
        color: #FFFFFF !important;
    }
}

/* ============================================
   RESPONSIVE DESIGN - SMALL MOBILE (480px)
   ============================================ */

@media (max-width: 480px) {
    /* Master Class Section */
    .masterclass-section {
        padding: 1.5rem 1rem;
    }

    .masterclass-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.875rem;
    }

    .masterclass-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .masterclass-subtitle {
        font-size: 0.9rem;
        padding: 0;
    }

    .masterclass-feature-card {
        padding: 1.25rem 1rem;
    }

    .masterclass-feature-icon {
        font-size: 1.75rem;
    }

    .masterclass-feature-title {
        font-size: 1rem;
    }

    .masterclass-feature-text {
        font-size: 0.875rem;
    }

    /* Enrollment Section */
    .enrollment-section {
        padding: 1.5rem 1rem;
    }

    .enrollment-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.875rem;
    }

    .enrollment-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .enrollment-subtitle {
        font-size: 0.9rem;
        padding: 0;
    }

    .enrollment-info-card {
        padding: 1.75rem 1.25rem;
    }

    .enrollment-info-icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .enrollment-info-icon {
        font-size: 2rem;
    }

    .enrollment-info-title {
        font-size: 1.2rem;
    }

    .enrollment-info-text {
        font-size: 0.875rem;
    }

    .enrollment-info-list {
        gap: 0.75rem;
    }

    .enrollment-info-list li {
        font-size: 0.9rem;
        gap: 0.75rem;
    }

    .enrollment-info-list li::before {
        font-size: 1.1rem;
        width: 20px;
        height: 20px;
    }

    .enrollment-info-note {
        font-size: 0.875rem;
    }

    .enrollment-cta {
        padding: 1.75rem 1.25rem;
    }

    .enrollment-cta-text {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .enrollment-btn-primary {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
        color: #FFFFFF !important;
    }

    .enrollment-btn-primary:hover {
        color: #FFFFFF !important;
    }

    .enrollment-cta-note {
        font-size: 0.75rem;
        margin-top: 0.875rem;
    }
}

/* ============================================
   EXTRA SMALL MOBILE (360px and below)
   ============================================ */

@media (max-width: 360px) {
    .masterclass-title,
    .enrollment-title {
        font-size: 1.5rem;
    }

    .masterclass-subtitle,
    .enrollment-subtitle {
        font-size: 0.85rem;
    }

    .enrollment-cta-text {
        font-size: 0.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ffe3d0 */.outcomes-section {
    position: relative;
    padding: 3rem 2rem; /* STANDARDIZED PADDING */
    background: var(--dark); /* DARK BACKGROUND */
    overflow: hidden;
}

/* Container */
.outcomes-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.outcomes-header {
    text-align: center;
    margin-bottom: 4rem;
}

.outcomes-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--light-teal);
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.outcomes-badge-icon {
    font-size: 1.2rem;
    animation: outcomesPulse 2s ease-in-out infinite;
}

@keyframes outcomesPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.outcomes-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3; /* PREVENT CLIPPING */
    color: var(--white);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0; /* PREVENT CLIPPING */
}

.outcomes-title-gradient {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; /* PREVENT STRETCHING */
    padding: 0.3rem 0; /* PREVENT CLIPPING */
}

.outcomes-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== OUTCOMES CARDS GRID ========== */
.outcomes-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Make last card span full width */
.outcomes-card:last-child {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

/* Individual Card */
.outcomes-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.outcomes-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-teal), var(--primary-blue));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.outcomes-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 181, 168, 0.5);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.2);
}

.outcomes-card:hover::before {
    opacity: 1;
}

/* Featured Card (Last one) */
.outcomes-card-featured {
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.1), rgba(0, 82, 204, 0.1));
    border: 2px solid rgba(0, 181, 168, 0.3);
}

.outcomes-card-featured:hover {
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.15), rgba(0, 82, 204, 0.15));
    box-shadow: 0 20px 60px rgba(0, 181, 168, 0.3);
}

/* Icon Wrapper */
.outcomes-card-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outcomes-card-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 181, 168, 0.3), transparent 70%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.outcomes-card:hover .outcomes-card-icon-glow {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.8;
}

.outcomes-card-icon {
    position: relative;
    font-size: 3rem;
    filter: drop-shadow(0 0 20px rgba(0, 181, 168, 0.5));
    transition: all 0.4s ease;
    z-index: 2;
}

.outcomes-card:hover .outcomes-card-icon {
    transform: scale(1.15) rotate(5deg);
}

/* Card Title */
.outcomes-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.3;
}

/* Card Description */
.outcomes-card-desc {
    font-size: 1rem;
    color: var(--medium-gray);
    line-height: 1.7;
    margin: 0;
}

/* ========== FOOTER ========== */
.outcomes-footer {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(0, 181, 168, 0.05);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.outcomes-footer-text {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.outcomes-footer-text strong {
    color: var(--primary-teal);
    font-weight: 700;
}

.outcomes-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-primary);
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.3);
}

.outcomes-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.5);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1200px) {
    .outcomes-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .outcomes-section {
        padding: 1.5rem 1rem; /* MINIMAL PADDING */
    }
    
    .outcomes-header {
        margin-bottom: 2.5rem;
    }
    
    .outcomes-title {
        font-size: 2.5rem;
        line-height: 1.4; /* EXTRA SPACE ON MOBILE */
        padding: 0.4rem 0;
    }
    
    .outcomes-title-gradient {
        padding: 0.4rem 0;
    }
    
    .outcomes-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .outcomes-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .outcomes-card:last-child {
        grid-column: 1;
        max-width: 100%;
    }
    
    .outcomes-card {
        padding: 2rem 1.5rem;
    }
    
    .outcomes-card-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .outcomes-card-icon {
        font-size: 2.5rem;
    }
    
    .outcomes-card-title {
        font-size: 1.3rem;
    }
    
    .outcomes-card-desc {
        font-size: 0.95rem;
    }
    
    .outcomes-footer {
        padding: 2rem 1.5rem;
    }
    
    .outcomes-footer-text {
        font-size: 1rem;
    }
    
    .outcomes-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .outcomes-title {
        font-size: 2rem;
        line-height: 1.5; /* MAXIMUM SPACE */
        padding: 0.5rem 0;
    }
    
    .outcomes-title-gradient {
        padding: 0.5rem 0;
    }
    
    .outcomes-subtitle {
        font-size: 0.95rem;
    }
    
    .outcomes-card {
        padding: 1.5rem 1rem;
    }
}

/* Animation for cards on scroll */
.outcomes-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.outcomes-card.aos-animate {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5f201f */.how-it-works-section {
    position: relative;
    padding: 3rem 2rem;
    background: var(--light-gray); /* LIGHT BACKGROUND */
    overflow: hidden;
}

/* Container */
.how-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.how-header {
    text-align: center;
    margin-bottom: 4rem;
}

.how-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-teal);
    margin-bottom: 1.5rem;
}

.how-badge-icon {
    font-size: 1.2rem;
    animation: howPulse 2s ease-in-out infinite;
}

@keyframes howPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.how-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3; /* PREVENT CLIPPING */
    color: var(--dark);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0; /* PREVENT CLIPPING */
}

.how-title-gradient {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; /* PREVENT STRETCHING */
    padding: 0.3rem 0; /* PREVENT CLIPPING */
}

.how-subtitle {
    font-size: 1.2rem;
    color: var(--dark);
    opacity: 0.7;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== TECHNIQUE CARDS GRID ========== */
.how-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Individual Card */
.how-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.how-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.15);
    border-color: rgba(0, 181, 168, 0.4);
}

/* Card Glow Effect on Hover */
.how-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 181, 168, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.how-card:hover .how-card-glow {
    opacity: 1;
}

/* Icon Wrapper */
.how-card-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
}

.how-card-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.1), rgba(0, 82, 204, 0.1));
    border-radius: 20px;
    transition: all 0.4s ease;
}

.how-card:hover .how-card-icon-bg {
    transform: rotate(10deg) scale(1.1);
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.2), rgba(0, 82, 204, 0.2));
}

.how-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    transition: all 0.4s ease;
}

.how-card:hover .how-card-icon {
    transform: translate(-50%, -50%) scale(1.15);
}

/* Card Title */
.how-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

/* Card Description */
.how-card-desc {
    font-size: 1rem;
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.7;
    margin: 0;
}

/* ========== BOTTOM CTA ========== */
.how-cta {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 24px;
}

.how-cta-text {
    font-size: 1.25rem;
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.how-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-primary);
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.3);
}

.how-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.5);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1200px) {
    .how-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .how-it-works-section {
        padding: 3rem 1rem; /* HALF PADDING */
    }
    
    .how-header {
        margin-bottom: 3rem;
    }
    
    .how-title {
        font-size: 2.5rem;
        line-height: 1.4; /* EXTRA SPACE ON MOBILE */
        padding: 0.4rem 0;
    }
    
    .how-title-gradient {
        padding: 0.4rem 0;
    }
    
    .how-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .how-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .how-card {
        padding: 2rem 1.5rem;
    }
    
    .how-card-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .how-card-icon {
        font-size: 2rem;
    }
    
    .how-card-title {
        font-size: 1.3rem;
    }
    
    .how-card-desc {
        font-size: 0.95rem;
    }
    
    .how-cta {
        padding: 2rem 1.5rem;
    }
    
    .how-cta-text {
        font-size: 1.1rem;
    }
    
    .how-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .how-title {
        font-size: 2rem;
        line-height: 1.5; /* MAXIMUM SPACE */
        padding: 0.5rem 0;
    }
    
    .how-title-gradient {
        padding: 0.5rem 0;
    }
    
    .how-subtitle {
        font-size: 0.95rem;
    }
    
    .how-card {
        padding: 1.5rem 1rem;
    }
}

/* Animation delays for staggered appearance */
.how-card:nth-child(1) {
    animation-delay: 0s;
}

.how-card:nth-child(2) {
    animation-delay: 0.1s;
}

.how-card:nth-child(3) {
    animation-delay: 0.2s;
}

.how-card:nth-child(4) {
    animation-delay: 0.3s;
}/* End custom CSS */