:root {
    --deep-black: #0a0a0f;
    --dark-bg: #121218;
    --gold-primary: #d4af37;
    --gold-secondary: #c9a227;
    --gold-light: #e6c44d;
    --gold-accent: #ffdf6b;
    --gold-gradient: linear-gradient(135deg, var(--gold-primary), var(--gold-light));
    --glass-bg: rgba(255, 255, 255, .05);
    --glass-border: rgba(255, 255, 255, .1);
    --card-shadow: 0 10px 30px rgba(0, 0, 0, .5)
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.x8y9z7 {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(18, 18, 24, .95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, .3);
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    transition: all .4s ease
}

.d3f4g5 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.h6j7k8 {
    font-size: 1.6rem;
    font-weight: 700;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: flex;
    align-items: center
}

.h6j7k8 i {
    margin-right: 10px;
    font-size: 1.8rem
}

.l9m0n1 {
    display: flex;
    gap: 10px
}

.o2p3q4 {
    padding: 10px 25px;
    text-decoration: none;
    color: var(--gold-light);
    font-weight: 500;
    border-radius: 30px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.o2p3q4:hover {
    color: var(--gold-accent);
    background: rgba(212, 175, 55, .1)
}

.o2p3q4.active {
    background: linear-gradient(135deg, rgba(212, 175, 55, .2), rgba(166, 124, 0, .1));
    color: var(--gold-accent)
}

.o2p3q4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold-primary);
    transition: width .3s ease
}

.o2p3q4:hover::before,
.o2p3q4.active::before {
    width: 100%
}

.r5s6t7 {
    display: none;
    background: transparent;
    border: none;
    color: var(--gold-light);
    font-size: 1.8rem;
    cursor: pointer
}

.u8v9w0 {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--dark-bg);
    padding: 20px;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .4s ease;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    border-bottom: 1px solid var(--gold-primary)
}

.u8v9w0.active {
    transform: translateY(0);
    opacity: 1
}

.x1y2z3 {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: var(--gold-light);
    font-weight: 500;
    border-bottom: 1px solid rgba(212, 175, 55, .2);
    transition: all .3s ease
}

.x1y2z3:hover,
.x1y2z3.active {
    color: var(--gold-accent);
    background: rgba(212, 175, 55, .1)
}

.x8y9z7.scrolled {
    padding: 10px 0;
    background: rgba(10, 10, 15, .98);
    box-sizing: border-box;
}

@media (max-width:992px) {
    .l9m0n1 {
        display: none
    }

    .r5s6t7 {
        display: block
    }

    .o2p3q4 {
        padding: 10px 15px;
        font-size: .95rem
    }
}

@media (max-width:576px) {
    .h6j7k8 span {
        display: none
    }

    .h6j7k8 i {
        margin-right: 0;
        font-size: 2rem
    }

    .x8y9z7 {
        padding: 10px 0
    }
}

.a4b5c6 {
    position: relative;
    z-index: 2;
    padding-top: 78px
}

.d7e8f9 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.g1h2i3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden
}

.j4k5l6 {
    position: absolute;
    border-radius: 50%
}

.m7n8o9 {
    width: 1400px;
    height: 1400px;
    background: radial-gradient(circle, rgba(212, 175, 55, .1), transparent 70%);
    top: -400px;
    right: -300px
}

.p0q1r2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, .05), transparent 70%);
    bottom: -300px;
    left: -200px
}

.s3t4u5 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(212, 175, 55, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(212, 175, 55, .05) 1px, transparent 1px);
    background-size: 40px 40px
}

.v6w7x8 {
    position: absolute;
    width: 200%;
    height: 150px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .15), transparent);
    transform: rotate(-5deg);
    top: 30%;
    left: -100%;
    animation: y9z0a1 15s linear infinite
}

@keyframes y9z0a1 {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

.b2c3d4 {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0 40px;
    text-align: center;
    position: relative
}

.e5f6g7 {
    display: inline-block;
    background: var(--gold-gradient);
    color: var(--deep-black);
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 25px rgba(212, 175, 55, .4);
    animation: h8i9j0 2s infinite
}

@keyframes h8i9j0 {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, .5)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(212, 175, 55, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0)
    }
}

.k1l2m3 {
    font-size: 3.5rem;
    margin-bottom: 25px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, .5);
    line-height: 1.2
}

.k1l2m3 span {
    background: linear-gradient(to right, var(--gold-light), var(--gold-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.n4o5p6 {
    font-size: 1.8rem;
    max-width: 1400px;
    margin: 0 auto 40px;
    opacity: .9
}

.q7r8s9 {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    box-shadow: var(--card-shadow)
}

.q7r8s9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(212, 175, 55, .1), transparent 70%);
    z-index: -1
}

.t0u1v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px
}

.w3x4y5 {
    display: flex;
    align-items: center;
    gap: 15px
}

.z6a7b8 {
    width: 50px;
    height: 50px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--deep-black);
    font-size: 1.5rem
}

.c9d0e1 h3 {
    font-size: 1.4rem;
    color: var(--gold-light);
    margin-bottom: 5px
}

.f2g3h4 {
    display: inline-block;
    padding: 18px 50px;
    background: var(--gold-gradient);
    color: var(--deep-black);
    font-weight: 700;
    font-size: 1.3rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(212, 175, 55, .4);
    margin: 30px 0
}

.f2g3h4:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, .6)
}

.f2g3h4::after {
    content: "→";
    margin-left: 15px;
    transition: all .3s
}

.f2g3h4:hover::after {
    margin-left: 20px
}

.i5j6k7 {
    font-size: 1.1rem;
    opacity: .8;
    margin-top: 10px
}

.l8m9n0 {
    padding: 80px 5%
}

.p1q2r3 {
    text-align: center;
    margin-bottom: 30px
}

.s4t5u6 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 20px
}

.v7w8x9 {
    font-size: 1.5rem;
    color: #d4af37;
    max-width: 1400px;
    margin: 0 auto
}

.y0z1a2 {
    position: relative;
    z-index: 1
}

.y0z1a2::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, rgba(212, 175, 55, .1), transparent 60%);
    z-index: -1;
    border-radius: 25px;
    animation: b3c4d5 3s infinite
}

@keyframes b3c4d5 {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: .8
    }
}

.e3f4g5 {
    margin: 80px auto
}

.h6i7j8 {
    list-style: none;
    counter-reset: benefit-counter;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.k9l0m1 {
    position: relative;
    padding: 25px 25px 25px 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(212, 175, 55, .2);
    transition: background .3s ease
}

.k9l0m1:hover {
    background: rgba(212, 175, 55, .05)
}

.k9l0m1::before {
    counter-increment: benefit-counter;
    content: counter(benefit-counter);
    position: absolute;
    left: 20px;
    top: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4af37
}

.n2o3p4 {
    font-size: 1.5rem;
    margin-bottom: 15px
}

.q5r6s7 {
    line-height: 1.8;
    color: #ccc
}

.t7u8v9 {
    max-width: 1400px;
    margin: 0 auto
}

.w0x1y2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px
}

.z3a4b5 {
    display: flex;
    align-items: center;
    justify-content: center
}

.c6d7e8 {
    padding: 100px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .8)), url('https://images.unsplash.com/photo-1450101215322-bf5c27675b35?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
    background-size: cover;
    background-position: center
}

.c6d7e8::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #000, transparent);
    z-index: 1
}

.f9g0h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2
}

.f9g0h1 span {
    color: #d4af37
}

.i1j2k3 {
    font-size: 1.4rem;
    color: #d4af37;
    max-width: 1400px;
    margin: 0 auto 40px;
    font-weight: 500
}

.l3m4n5 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap
}

.o4p5q6 {
    background: rgba(25, 25, 35, .6);
    border: 1px solid rgba(212, 175, 55, .3);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    min-width: 200px
}

.o4p5q6 h3 {
    color: #d4af37;
    margin-bottom: 10px;
    font-weight: 500
}

.r6s7t8 {
    background: rgba(20, 20, 30, .7);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(212, 175, 55, .2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .5);
    transition: transform .4s ease
}

.r6s7t8:hover {
    transform: translateY(-10px)
}

.r6s7t8::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #d4af37, #b8860b, #d4af37);
    animation: u9v0w1 3s infinite ease-in-out
}

@keyframes u9v0w1 {
    0% {
        width: 0;
        left: 0
    }

    50% {
        width: 100%
    }

    100% {
        width: 0;
        left: 100%
    }
}

.x2y3z4 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    position: relative
}

.x2y3z4::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #d4af37
}

.a5b6c7 {
    margin: 80px 0;
    text-align: center
}

.d8e9f0 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    position: relative
}

.d8e9f0::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--gold-gradient);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.g1h2i3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 30px
}

.j3k4l5 {
    background: rgba(18, 18, 24, .7);
    border-radius: 20px;
    padding: 30px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, .3)
}

.j3k4l5:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow);
    border-color: var(--gold-primary)
}

.m5n6o7 {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #24242e, #3a3a4a);
    border: 3px solid var(--gold-primary);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--gold-accent);
    position: relative;
    overflow: hidden
}

.m5n6o7 img {
    max-width: 100%;
    max-height: 100%
}

.p6q7r8 {
    font-size: 1.5rem;
    color: var(--gold-light);
    margin-bottom: 10px
}

.s7t8u9 {
    background: var(--gold-gradient);
    color: var(--deep-black);
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600
}

.s7t8u9:hover {
    text-decoration: none
}

.v0w1x2 {
    position: relative;
    height: 600px;
    border-radius: 25px;
    overflow: hidden;
    margin: 80px 0;
    box-shadow: var(--card-shadow)
}

.v0w1x2::before {
    content: "";
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80') center/cover no-repeat
}

.y3z4a5 {
    position: relative;
    z-index: 2;
    height: 100%
}

.b4c5d6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.e6f7g8 {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px
}

.h8i9j0 {
    font-size: 3.5rem;
    color: var(--gold-accent);
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8)
}

.k1l2m3 {
    font-size: 3.5rem;
    font-style: italic;
    color: white;
    max-width: 1400px;
    line-height: 1.2
}

.k1l2m3::before,
.k1l2m3::after {
    content: '"';
    color: var(--gold-primary);
    font-size: 2.5rem
}

.n4o5p6 {
    background: linear-gradient(to right, #0a0a0f, #1a1a25);
    padding: 80px 0;
    margin: 80px 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
    border-radius: 1rem;
}

.n4o5p6 span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.n4o5p6::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/teams0.png") left 2rem top .5rem no-repeat;
    background-size: 30% auto;
    border-radius: 1rem;
    z-index: 4;
    opacity: .75;
}

#mentor.n4o5p6::before {
    display: none;
}

.q6r7s8 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
    padding: 0 2rem;
    box-sizing: border-box;
    /* margin: 0 2rem */
}

.t8u9v0,
.t8u9v01 {
    flex: 1;
    min-width: 300px;
    height: 750px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1a1a25, #2a2a35);
    border: 2px solid var(--gold-primary);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5)
}

.t8u9v0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, .1), transparent 40%), linear-gradient(to bottom, transparent, var(--deep-black))
}

.t8u9v0 img {
    position: relative;
    z-index: 2;
    position: absolute;
    left: 30%;
    bottom: 0;
    margin-left: -250px
}

.t8u9v01 img {
    width: 650px;
}

.w1x2y3 {
    flex: 1
}

.z4a5b6 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--gold-light)
}

.c7d8e9 {
    line-height: 2;
    font-size: .85rem;
    font-weight: normal
}

.f0g1h2 {
    color: var(--gold-accent)
}

.i2j3k4 {
    display: flex;
    gap: 30px;
    margin-top: 0
}

.l3m4n5 {
    text-align: center
}

.o5p6q7 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold-primary)
}

.r6s7t8 {
    font-size: 1.1rem;
    opacity: .8
}

.u7v8w9 {
    text-align: center;
    padding: 40px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(212, 175, 55, .1)
}

.x9y0z1 {
    opacity: .7;
    font-size: .9rem
}

.popBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.popBox.active {
    opacity: 1;
    pointer-events: all
}

.closeModel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10
}

.closeModel:before,
.closeModel:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 40px;
    height: 4px;
    background: var(--gold-accent);
    border-radius: 2px
}

.closeModel:before {
    transform: rotate(45deg)
}

.closeModel:after {
    transform: rotate(-45deg)
}

@media (max-width:992px) {
    .k1l2m3 {
        font-size: 2.8rem
    }

    .d8e9f0 {
        font-size: 2.2rem
    }
}

@media (max-width:768px) {
    .q6r7s8 {
        display: block;
    }
    .b2c3d4 {
        padding: 40px 0 20px
    }

    .k1l2m3 {
        font-size: 2.3rem
    }

    .n4o5p6 {
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%)
    }

    /* .q6r7s8 {
        flex-direction: column
    } */
    .t8u9v0 img {
        max-width: 100%;
        left: 24%;
        margin-left: 0;
        max-height: 100%;
    }

    .t8u9v01 {
        height: auto;
    }

    .t8u9v01 img {
        max-width: 100%;
    }

    .t8u9v0 {
        height: 350px
    }

    .c6d7e8 {
        padding: 30px
    }

    .v0w1x2 {
        height: 400px
    }

    .h8i9j0 {
        font-size: 2.8rem
    }

    .n4o5p6 {
        margin-bottom: 0;
    }

    .n4o5p6 span {
        font-size: 1rem;
        box-sizing: border-box;
        padding-left: 8rem;
    }
    .n4o5p6::before {
        background-size: auto 100%;
        left: -3rem;
    }

    
}

@media (max-width:576px) {
    .k1l2m3 {
        font-size: 2rem
    }

    .d8e9f0 {
        font-size: 1.8rem
    }

    .g1h2i3 {
        grid-template-columns: 1fr
    }

    .t0u1v2 {
        grid-template-columns: 1fr
    }

    .h8i9j0 {
        font-size: 2.3rem
    }

    .k1l2m3 {
        font-size: 1.4rem
    }
}