.elementor-12966 .elementor-element.elementor-element-7f0196f{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12966 .elementor-element.elementor-element-48b4a73{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12966 .elementor-element.elementor-element-7fda439{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-12966 .elementor-element.elementor-element-7f0196f{--width:100%;}.elementor-12966 .elementor-element.elementor-element-48b4a73{--content-width:1320px;}}/* Start custom CSS for html, class: .elementor-element-7fda439 */@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Source+Sans+3:wght@700;800;900&display=swap');

/* Container & Base */
.mastery-program-wrapper {
    font-family: 'Open Sans', 'Segoe UI', Roboto, sans-serif;
    color: #1f2a44;
    overflow-x: hidden;
}

/* Animations Definitions */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }

.reveal, .reveal-left, .reveal-right, .reveal-up { opacity: 0; }
.active-anim { opacity: 1 !important; transition: opacity 0.5s ease; }
.active-anim.reveal, .active-anim.reveal-up { animation: fadeInUp 1s forwards; }
.active-anim.reveal-left { animation: fadeInLeft 1s forwards; }
.active-anim.reveal-right { animation: fadeInRight 1s forwards; }

/* Hero Section */
.mastery-hero {
    background: linear-gradient(rgba(31, 42, 68, 0.85), rgba(31, 42, 68, 0.85)), 
                url(https://the-financeer.com/wp-content/uploads/2025/12/ChatGPT-Image-Dec-31-2025-04_49_22-PM.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 20px;
    text-align: center;
    margin: 0 0 40px 0;
    background-color: #1f2a44;
}

.mastery-hero h1 { 
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(28px, 5vw, 42px); 
    color: #ffffff; 
    margin-bottom: 15px; 
    font-weight: 900;
}

.hero-subtitle { 
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px; 
    color: #d4af37; 
    font-weight: 700;
}

.hero-box {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid #d4af37;
    text-align: left;
    backdrop-filter: blur(4px);
}

.hero-box p { 
    color: #ffffff !important; 
    margin: 0; 
    font-size: 18px; 
    line-height: 1.7; 
}

/* About Section */
.mastery-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 80px 20px;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 450px;
}

.about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 800;
    font-size: 38px;
    color: #1f2a44;
    line-height: 1.2;
    display: block; 
    width: fit-content;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}

.about-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d4af37;
    border-radius: 0;
}

.about-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 90%;
    color: #1f2a44;
}

/* Stats Box */
.about-stats {
    flex: 0 0 350px;
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(31, 42, 68, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.stat-box {
    text-align: center;
}

.counter, .static-text, .static-suffix {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #d4af37;
    display: inline-block;
    vertical-align: middle;
}

.static-text { margin-left: -2px; }

/* Details & Lists */
.mastery-details-container {
    display: flex;
    flex-wrap: wrap;
    background: #e2e8f0;
    gap: 1px;
    max-width: 1100px;
    margin: 40px auto;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.details-col { 
    flex: 1; 
    min-width: 320px; 
    padding: 50px 40px; 
    position: relative;
}

.left-col { background: #f8fafc; }
.right-col { background: #ffffff; }

.details-col h3 { 
    font-family: 'Source Sans 3', sans-serif;
    color: #1f2a44; 
    margin-bottom: 20px; 
    font-weight: 800;
}

.styled-list { list-style: none; padding: 0; }

.styled-list li { 
    padding: 12px 0; 
    border-bottom: 1px solid #e2e8f0; 
    color: #475569; 
    transition: all 0.4s ease;
    cursor: pointer;
}

.styled-list li::before {
    content: "◆"; 
    color: #d4af37; 
    margin-right: 12px;
    font-size: 13px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.styled-list li:hover {
    padding-left: 10px;
    background-color: rgba(212, 175, 55, 0.03);
    color: #d4af37;
}

.styled-list li:hover::before {
    transform: scale(1.3) rotate(90deg);
}

/* Process Section */
.mastery-process {
    background: #1f2a44;
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
}

.mastery-process h2 {
    font-family: 'Source Sans 3', sans-serif;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 900;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.step {
    background: rgba(255, 255, 255, 0.07);
    padding: 30px 20px;
    border-radius: 12px;
    width: 220px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: 0.3s;
}

.step:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    border-color: #d4af37;
}

.step span {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #d4af37; 
    display: block;
    margin-bottom: 10px;
}

.step p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
}

/* Footer & Dividers */
.mastery-footer {
    text-align: center;
    padding: 100px 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.footer-brand { 
    font-family: 'Source Sans 3', sans-serif;
    font-size: 26px; 
    font-weight: 900; 
    color: #1f2a44; 
    margin: 15px 0; 
}

.footer-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #d4af37;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}

.footer-btn:hover { 
    background: #1f2a44; 
    transform: translateY(-3px); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.brand-divider {
    text-align: center;
    margin-top: -40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 99;
}

.brand-divider img {
    width: 80px;
    height: 80px;
    background: #ffffff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 2px solid #e2e8f0;
    object-fit: contain;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .mastery-about {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .about-content h2 { margin: 0 auto 25px; }

    .about-content p { max-width: 100%; }

    .about-stats {
        flex: 1;
        width: 100%;
        max-width: 400px;
    }

    .mastery-hero {
        background-position: top center;
        background-attachment: scroll !important;
        padding: 80px 15px;
    }

    .mastery-hero h1 { font-size: 28px; }
    
    .process-steps { flex-direction: column; align-items: center; }
    .step { width: 100%; max-width: 320px; }
}

/* Staggered List Animation */
.active-anim .styled-list li {
    animation: fadeInUp 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    opacity: 0;
}

.active-anim .styled-list li:nth-child(1) { animation-delay: 0.2s; }
.active-anim .styled-list li:nth-child(2) { animation-delay: 0.4s; }
.active-anim .styled-list li:nth-child(3) { animation-delay: 0.6s; }
.active-anim .styled-list li:nth-child(4) { animation-delay: 0.8s; }
.active-anim .styled-list li:nth-child(5) { animation-delay: 1.0s; }/* End custom CSS */