/* ==========================================================
   AlterMind Mentoring
   ========================================================== */

.mentoring-hero{
    position:relative;
    overflow:hidden;
    padding:190px 0 120px;
    background:
        radial-gradient(circle at top right,rgba(124,92,255,.18),transparent 45%),
        radial-gradient(circle at bottom left,rgba(0,212,255,.12),transparent 40%);
}

.mentoring-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(255,255,255,.02),rgba(255,255,255,.01));
    pointer-events:none;
}

.mentoring-hero .section-title{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
}

.mentoring-hero h1{
    color:#fff;
    font-size:clamp(48px,6vw,70px);
}

.mentoring-audience,
.mentoring-services,
.mentoring-process,
.mentoring-why,
.mentoring-faq,
.mentoring-cta{
    padding:110px 0;
}
.mentoring-card{

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    min-height:360px;

    padding:40px;

    border-radius:24px;

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.mentoring-card:hover{

    transform:translateY(-8px);

    border-color:rgba(124,92,255,.30);

}

.mentoring-type{

    display:inline-flex;

    width:max-content;

    padding:8px 14px;

    border-radius:999px;

    background:rgba(124,92,255,.12);

    color:var(--accent);

    font-weight:700;

    margin-bottom:22px;

}

.mentoring-card h3{

    color:#fff;

    margin-bottom:18px;

}

.mentoring-card p{

    flex:1;

}

.program-actions{

    margin-top:28px;

}

.program-actions .btn{

    width:100%;

}
.mentoring-why .card,
.mentoring-faq .faq-item,
.mentoring-audience .card{

    padding:36px;

    border-radius:22px;

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.mentoring-why .card:hover,
.mentoring-faq .faq-item:hover,
.mentoring-audience .card:hover{

    transform:translateY(-8px);

    border-color:rgba(124,92,255,.30);

}

.mentoring-cta .section-title{

    max-width:920px;

    margin:auto;

    padding:70px 60px;

    border-radius:30px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

}

.mentoring-cta .am-buttons{

    justify-content:center;

    margin-top:40px;

}
@media(max-width:768px){

    .mentoring-hero{

        padding:130px 0 80px;

    }

    .mentoring-audience,
    .mentoring-services,
    .mentoring-process,
    .mentoring-why,
    .mentoring-faq,
    .mentoring-cta{

        padding:75px 0;

    }

    .mentoring-hero .am-buttons{

        flex-direction:column;

    }

    .mentoring-hero .btn{

        width:100%;

    }

    .mentoring-cta .section-title{

        padding:40px 30px;

    }

}
