.mentoring-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 10%, rgba(39, 174, 96, 0.18), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(211, 84, 0, 0.14), transparent 32%),
        linear-gradient(135deg, #f6efe4 0%, #fffaf2 48%, #eaf6f0 100%);
    color: #253142;
    font-family: 'Inter', Arial, sans-serif;
}

.mentoring-hero {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 78px 0 42px;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 32px;
    align-items: stretch;
}

.mentoring-hero__content,
.mentoring-hero__panel,
.mentoring-card,
.mentoring-section-head {
    border: 1px solid rgba(44, 62, 80, 0.08);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(44, 62, 80, 0.12);
    backdrop-filter: blur(12px);
}

.mentoring-hero__content {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 48px;
}

.mentoring-hero__content::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(39, 174, 96, 0.1);
}

.mentoring-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #e8f7ef;
    color: #17643a;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mentoring-heading {
    max-width: 720px;
    margin: 20px 0 16px;
    color: #2c3e50;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: clamp(2.45rem, 5vw, 4.85rem);
    line-height: 0.98;
    font-weight: 900;
}

.mentoring-lead {
    max-width: 680px;
    margin: 0;
    color: #607083;
    font-size: 1.08rem;
    line-height: 1.8;
}

.mentoring-hero__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mentoring-primary-btn,
.mentoring-secondary-btn,
.mentoring-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mentoring-primary-btn {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #27ae60, #1f8f50);
    color: #fff;
    box-shadow: 0 16px 34px rgba(39, 174, 96, 0.27);
}

.mentoring-secondary-btn {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff7e6;
    color: #a84300;
    border: 1px solid rgba(211, 84, 0, 0.18);
}

.mentoring-primary-btn:hover,
.mentoring-secondary-btn:hover,
.mentoring-whatsapp-btn:hover {
    transform: translateY(-2px);
}

.mentoring-primary-btn:hover {
    color: #fff;
    box-shadow: 0 20px 42px rgba(39, 174, 96, 0.34);
}

.mentoring-secondary-btn:hover {
    color: #7c3200;
}

.mentoring-hero__panel {
    border-radius: 34px;
    padding: 24px;
    display: grid;
    gap: 14px;
}

.mentoring-stat {
    min-height: 110px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fffaf2, #f8fafc);
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 22px;
}

.mentoring-stat strong {
    display: block;
    color: #d35400;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.mentoring-stat span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-weight: 800;
}

.mentoring-support {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 78px;
}

.mentoring-section-head {
    max-width: 760px;
    margin: 0 auto 26px;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}

.mentoring-section-head h2 {
    margin: 14px 0 8px;
    color: #2c3e50;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
}

.mentoring-section-head p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.mentoring-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mentoring-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
}

.mentoring-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #d35400, #f39c12, #27ae60);
}

.mentoring-card__number {
    color: rgba(15, 23, 42, 0.12);
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 900;
}

.mentoring-card__icon {
    width: 58px;
    height: 58px;
    margin: -20px 0 18px auto;
    border-radius: 18px;
    background: #e8f7ef;
    color: #17643a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
}

.mentoring-card h3 {
    margin: 0 0 10px;
    color: #253142;
    font-size: 1.32rem;
    font-weight: 900;
}

.mentoring-card p {
    min-height: 82px;
    margin: 0 0 22px;
    color: #64748b;
    line-height: 1.7;
}

.mentoring-whatsapp-btn {
    width: 100%;
    min-height: 50px;
    gap: 10px;
    border-radius: 16px;
    background: #25d366;
    color: #082f1a;
    box-shadow: 0 15px 32px rgba(37, 211, 102, 0.24);
}

.mentoring-whatsapp-btn i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.mentoring-whatsapp-btn:hover {
    color: #082f1a;
    box-shadow: 0 20px 42px rgba(37, 211, 102, 0.32);
}

@media (max-width: 991px) {
    .mentoring-hero {
        grid-template-columns: 1fr;
        padding-top: 42px;
    }

    .mentoring-hero__panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mentoring-card-grid {
        grid-template-columns: 1fr;
    }

    .mentoring-card p {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .mentoring-hero,
    .mentoring-support {
        width: min(100% - 22px, 1180px);
    }

    .mentoring-hero__content,
    .mentoring-section-head,
    .mentoring-card {
        padding: 24px;
        border-radius: 24px;
    }

    .mentoring-hero__panel {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .mentoring-hero__actions {
        flex-direction: column;
    }

    .mentoring-primary-btn,
    .mentoring-secondary-btn {
        width: 100%;
    }
}