.mentor-page {
    --mentor-ink: var(--clinical-ink, #212b32);
    --mentor-muted: #4c6272;
    --mentor-line: #d8dde0;
    --mentor-paper: #f0f4f5;
    --mentor-red: var(--accent, #b4232d);
    --mentor-red-dark: #7f1821;
    --mentor-teal: var(--secondary, #0f766e);
    background: #fff;
    color: var(--mentor-ink);
}

.mentor-page h1,
.mentor-page h2,
.mentor-page h3,
.mentor-page p {
    letter-spacing: 0;
}

.mentor-page .btn-primary {
    background: var(--mentor-red);
    border-color: var(--mentor-red);
}

.mentor-page .btn-primary:hover {
    background: var(--mentor-red-dark);
    border-color: var(--mentor-red-dark);
}

.academic-dropdown {
    min-width: 290px;
}

.mentor-hero {
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-color: #121820;
}

.mentor-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(12, 17, 22, 0.97) 0%, rgba(12, 17, 22, 0.86) 43%, rgba(12, 17, 22, 0.28) 70%, rgba(12, 17, 22, 0.12) 100%),
        url("/assets/congress-antalya-2024.jpg");
    background-position: center, center 28%;
    background-size: cover;
}

.mentor-hero .container {
    position: relative;
    z-index: 1;
    padding-top: 128px;
    padding-bottom: 78px;
}

.mentor-hero-copy {
    max-width: 720px;
}

.mentor-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    color: var(--mentor-red);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mentor-hero .mentor-eyebrow,
.mentor-service-hero .mentor-eyebrow {
    color: #f4a3aa;
}

.mentor-hero h1 {
    max-width: 700px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 4rem;
    line-height: 1.03;
    font-weight: 800;
}

.mentor-hero .mentor-lead {
    max-width: 650px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.18rem;
    line-height: 1.72;
}

.mentor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mentor-hero .btn-secondary,
.mentor-service-hero .btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
}

.mentor-hero .btn-secondary:hover,
.mentor-service-hero .btn-secondary:hover {
    background: #fff;
    color: var(--mentor-ink);
}

.mentor-ethics {
    background: #fff;
    border-bottom: 1px solid var(--mentor-line);
}

.mentor-ethics-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 26px;
}

.mentor-ethics-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #fff;
    background: var(--mentor-teal);
    border-radius: 50%;
}

.mentor-ethics p {
    margin: 0;
    color: var(--mentor-muted);
    line-height: 1.65;
}

.mentor-ethics strong {
    color: var(--mentor-ink);
}

.mentor-text-link {
    color: var(--mentor-red);
    font-weight: 750;
    white-space: nowrap;
}

.mentor-section {
    padding: 88px 0;
}

.mentor-section.is-muted {
    background: var(--mentor-paper);
}

.mentor-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.mentor-section-heading h2 {
    margin: 0 0 16px;
    color: var(--mentor-ink);
    font-size: 2.55rem;
    line-height: 1.16;
}

.mentor-section-heading p:last-child {
    margin: 0;
    color: var(--mentor-muted);
    font-size: 1.06rem;
    line-height: 1.75;
}

.mentor-audience-grid,
.mentor-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--mentor-line);
    border-bottom: 1px solid var(--mentor-line);
}

.mentor-audience-grid article,
.mentor-proof-grid article {
    padding: 30px 28px;
    border-right: 1px solid var(--mentor-line);
}

.mentor-audience-grid article:last-child,
.mentor-proof-grid article:last-child {
    border-right: 0;
}

.mentor-audience-grid i,
.mentor-proof-grid i {
    color: var(--mentor-teal);
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.mentor-audience-grid h3,
.mentor-proof-grid h3 {
    margin: 0 0 10px;
    color: var(--mentor-ink);
    font-size: 1.16rem;
}

.mentor-audience-grid p,
.mentor-proof-grid p {
    margin: 0;
    color: var(--mentor-muted);
    line-height: 1.7;
}

.mentor-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mentor-service-card {
    display: flex;
    min-height: 410px;
    flex-direction: column;
    padding: 30px;
    color: inherit;
    background: #fff;
    border: 1px solid var(--mentor-line);
    border-top: 4px solid var(--mentor-red);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(23, 33, 43, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.mentor-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(23, 33, 43, 0.13);
}

.mentor-service-card .service-number {
    margin-bottom: 30px;
    color: var(--mentor-red);
    font-size: 0.8rem;
    font-weight: 800;
}

.mentor-service-card h3 {
    margin: 0 0 14px;
    color: var(--mentor-ink);
    font-size: 1.45rem;
    line-height: 1.3;
}

.mentor-service-card p {
    margin: 0 0 20px;
    color: var(--mentor-muted);
    line-height: 1.68;
}

.mentor-service-card ul {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.mentor-service-card li {
    position: relative;
    padding: 7px 0 7px 22px;
    color: var(--mentor-ink);
    font-size: 0.94rem;
}

.mentor-service-card li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mentor-teal);
}

.mentor-card-link {
    margin-top: auto;
    color: var(--mentor-red);
    font-weight: 800;
}

.mentor-process {
    border-top: 1px solid var(--mentor-line);
}

.mentor-process-row {
    display: grid;
    grid-template-columns: 84px 240px 1fr;
    gap: 24px;
    align-items: start;
    padding: 26px 0;
    border-bottom: 1px solid var(--mentor-line);
}

.mentor-process-row span {
    color: var(--mentor-red);
    font-size: 0.84rem;
    font-weight: 850;
}

.mentor-process-row h3,
.mentor-process-row p {
    margin: 0;
}

.mentor-process-row h3 {
    color: var(--mentor-ink);
    font-size: 1.12rem;
}

.mentor-process-row p {
    color: var(--mentor-muted);
    line-height: 1.7;
}

.mentor-proof-header {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 36px;
}

.mentor-proof-header .mentor-section-heading {
    margin-bottom: 0;
}

.mentor-profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mentor-profile-links a {
    color: var(--mentor-ink);
    font-weight: 750;
}

.mentor-cta-band {
    color: #fff;
    background: var(--mentor-ink);
}

.mentor-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.mentor-cta-inner h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 2.35rem;
}

.mentor-cta-inner p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.mentor-faq {
    border-top: 1px solid var(--mentor-line);
}

.mentor-faq details {
    border-bottom: 1px solid var(--mentor-line);
}

.mentor-faq summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    color: var(--mentor-ink);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.mentor-faq summary::after {
    content: "+";
    color: var(--mentor-red);
    font-size: 1.25rem;
}

.mentor-faq details[open] summary::after {
    content: "−";
}

.mentor-faq details p {
    max-width: 820px;
    margin: -4px 0 22px;
    color: var(--mentor-muted);
    line-height: 1.7;
}

.mentor-subnav {
    position: relative;
    z-index: 2;
    color: #fff;
    background: #101820;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mentor-subnav .container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
}

.mentor-subnav a {
    flex: 0 0 auto;
    padding: 15px 0 13px;
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 2px solid transparent;
    font-size: 0.88rem;
    font-weight: 700;
}

.mentor-subnav a:hover,
.mentor-subnav a[aria-current="page"] {
    color: #fff;
    border-bottom-color: #f4a3aa;
}

.mentor-service-hero {
    padding: 170px 0 82px;
    color: #fff;
    background: linear-gradient(125deg, #17212b 0%, #222d36 64%, #6f1b24 100%);
}

.mentor-service-hero-copy {
    max-width: 820px;
}

.mentor-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.82rem;
}

.mentor-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
}

.mentor-breadcrumb a:hover {
    color: #fff;
}

.mentor-service-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 3.55rem;
    line-height: 1.08;
}

.mentor-service-hero p:last-of-type {
    max-width: 710px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.12rem;
    line-height: 1.72;
}

.mentor-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
    gap: 64px;
    align-items: start;
}

.mentor-detail-copy h2,
.mentor-detail-copy h3 {
    color: var(--mentor-ink);
}

.mentor-detail-copy h2 {
    margin: 0 0 18px;
    font-size: 2.35rem;
}

.mentor-detail-copy h3 {
    margin: 38px 0 12px;
    font-size: 1.35rem;
}

.mentor-detail-copy p,
.mentor-detail-copy li {
    color: var(--mentor-muted);
    line-height: 1.75;
}

.mentor-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 26px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.mentor-checklist li {
    position: relative;
    padding-left: 26px;
}

.mentor-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--mentor-teal);
    font-weight: 900;
}

.mentor-scope-panel {
    position: sticky;
    top: 104px;
    padding: 26px;
    background: var(--mentor-paper);
    border-left: 4px solid var(--mentor-red);
    border-radius: 0 8px 8px 0;
}

.mentor-scope-panel h2 {
    margin: 0 0 14px;
    color: var(--mentor-ink);
    font-size: 1.25rem;
}

.mentor-scope-panel ul {
    margin: 0 0 22px;
    padding-left: 18px;
}

.mentor-scope-panel li {
    margin-bottom: 9px;
    color: var(--mentor-muted);
    line-height: 1.55;
}

.mentor-boundary {
    padding: 24px;
    background: #fff5f5;
    border: 1px solid #efc8cc;
    border-radius: 8px;
}

.mentor-boundary h3 {
    margin: 0 0 10px;
    color: #781822;
}

.mentor-boundary p {
    margin: 0;
    color: #65363b;
    line-height: 1.65;
}

.mentor-intake-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 54px;
    align-items: start;
}

.mentor-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mentor-form .form-group {
    margin: 0;
}

.mentor-form .form-group.is-full,
.mentor-form .form-message,
.mentor-form button {
    grid-column: 1 / -1;
}

.mentor-form label {
    color: var(--mentor-ink);
}

.mentor-form input,
.mentor-form select,
.mentor-form textarea {
    border-radius: 6px;
    border-color: #c9d0d8;
}

.mentor-form input:focus,
.mentor-form select:focus,
.mentor-form textarea:focus {
    border-color: var(--mentor-teal);
    box-shadow: 0 0 0 3px rgba(11, 113, 105, 0.12);
}

.mentor-data-warning {
    display: flex;
    gap: 14px;
    padding: 18px;
    color: #603c16;
    background: #fff8e8;
    border: 1px solid #ebd39d;
    border-radius: 6px;
}

.mentor-data-warning i {
    margin-top: 3px;
    color: #9b641e;
}

.mentor-data-warning p {
    margin: 0;
    line-height: 1.6;
}

.mentor-intake-aside {
    padding: 28px;
    background: var(--mentor-paper);
    border-radius: 8px;
}

.mentor-intake-aside h2 {
    margin: 0 0 16px;
    color: var(--mentor-ink);
    font-size: 1.35rem;
}

.mentor-intake-aside ol {
    margin: 0 0 24px;
    padding-left: 20px;
}

.mentor-intake-aside li {
    margin-bottom: 12px;
    color: var(--mentor-muted);
    line-height: 1.55;
}

.honeypot-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mentor-scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.mentor-scenario-grid article {
    padding: 1.65rem;
    background: #fff;
    border: 1px solid var(--mentor-line);
    border-top: 4px solid var(--mentor-red);
    border-radius: 8px;
}

.mentor-scenario-grid article > span {
    display: block;
    margin-bottom: 1.25rem;
    color: var(--mentor-red);
    font-size: 0.76rem;
    font-weight: 800;
}

.mentor-scenario-grid dl,
.mentor-scenario-grid dd {
    margin: 0;
}

.mentor-scenario-grid dl > div + div {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--mentor-line);
}

.mentor-scenario-grid dt {
    margin-bottom: 0.35rem;
    color: var(--mentor-ink);
    font-size: 0.88rem;
    font-weight: 800;
}

.mentor-scenario-grid dd {
    color: var(--mentor-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}

@media (max-width: 1020px) {
    .mentor-hero h1 {
        font-size: 3.35rem;
    }

    .mentor-service-grid,
    .mentor-audience-grid,
    .mentor-proof-grid,
    .mentor-scenario-grid {
        grid-template-columns: 1fr;
    }

    .mentor-audience-grid article,
    .mentor-proof-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--mentor-line);
    }

    .mentor-audience-grid article:last-child,
    .mentor-proof-grid article:last-child {
        border-bottom: 0;
    }

    .mentor-detail-grid,
    .mentor-intake-layout {
        grid-template-columns: 1fr;
    }

    .mentor-scope-panel {
        position: static;
    }
}

@media (max-width: 760px) {
    .mentor-hero {
        min-height: 680px;
        align-items: end;
    }

    .mentor-hero::before {
        background-image:
            linear-gradient(0deg, rgba(12, 17, 22, 0.98) 0%, rgba(12, 17, 22, 0.88) 48%, rgba(12, 17, 22, 0.2) 100%),
            url("/assets/congress-antalya-2024.jpg");
        background-position: center, 50% 18%;
    }

    .mentor-hero .container {
        padding-top: 180px;
        padding-bottom: 40px;
    }

    .mentor-hero h1,
    .mentor-service-hero h1 {
        font-size: 2.45rem;
        line-height: 1.08;
    }

    .mentor-hero .mentor-lead,
    .mentor-service-hero p:last-of-type {
        font-size: 1rem;
    }

    .mentor-ethics-inner,
    .mentor-cta-inner,
    .mentor-proof-header {
        grid-template-columns: 1fr;
    }

    .mentor-ethics-inner {
        align-items: start;
    }

    .mentor-ethics-inner .mentor-text-link {
        grid-column: 1 / -1;
    }

    .mentor-section {
        padding: 64px 0;
    }

    .mentor-section-heading h2,
    .mentor-cta-inner h2,
    .mentor-detail-copy h2 {
        font-size: 2rem;
    }

    .mentor-process-row {
        grid-template-columns: 50px 1fr;
        gap: 12px;
    }

    .mentor-process-row p {
        grid-column: 2;
    }

    .mentor-proof-header {
        display: grid;
        align-items: start;
    }

    .mentor-service-hero {
        padding: 140px 0 62px;
    }

    .mentor-checklist,
    .mentor-form {
        grid-template-columns: 1fr;
    }

    .mentor-actions .btn,
    .mentor-cta-inner .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mentor-service-card {
        transition: none;
    }
}
