:root {
    --owu-blue: #3490ff;
    --owu-blue-deep: #075fd6;
    --owu-green: #89e24e;
    --owu-orange: #ff9638;
    --owu-yellow: #ffe200;
    --ink: #07111f;
    --page-bg: #06101e;
    --page-bg-alt: #040915;
    --glass: rgba(255, 255, 255, 0.04);
    --glass-strong: rgba(255, 255, 255, 0.07);
    --glass-border: rgba(255, 255, 255, 0.08);
    --copy: rgba(255, 255, 255, 0.72);
    --muted: rgba(255, 255, 255, 0.45);
    --shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(52, 144, 255, 0.16), transparent 30%),
        radial-gradient(circle at 80% 10%, rgba(255, 150, 56, 0.12), transparent 24%),
        linear-gradient(180deg, #06101e 0%, #040915 48%, #06101e 100%);
    color: #ffffff;
    font-family: 'Commissioner', sans-serif;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: radial-gradient(circle at center, black 35%, transparent 82%);
    opacity: 0.14;
    pointer-events: none;
    z-index: 0;
}

img {
    max-width: 100%;
    display: block;
}

header,
.header {
    background: rgba(6, 16, 30, 0.86) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

header a,
.header a,
.nav a {
    color: rgba(255, 255, 255, 0.86) !important;
}

.premium-main#about_page {
    position: relative;
    z-index: 1;
    overflow: clip;
    color: #ffffff;
}

#about_page .premium-shell {
    width: min(1280px, calc(100% - 4rem));
    margin: 0 auto;
}

#about_page .premium-section {
    position: relative;
    padding: 6rem 0;
}

#about_page .premium-section::before {
    content: '';
    position: absolute;
    inset: 1.5rem 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    opacity: 0.5;
}

#about_page .premium-reveal {
    transform: translateY(28px);
    transition: opacity 0.72s ease, transform 0.72s ease;
}

#about_page .premium-reveal.is-visible {
    transform: translateY(0);
}

#about_page [data-stage-word]::after {
    content: attr(data-stage-word);
    position: absolute;
    top: 1.15rem;
    right: max(2rem, calc((100vw - 1280px) / 2 + 2rem));
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(3.8rem, 12vw, 8.5rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    z-index: 0;
}

#about_page .premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--owu-blue);
}

#about_page .premium-eyebrow::before {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: rgba(52, 144, 255, 0.6);
}

#about_page .premium-title,
#about_page h1,
#about_page h2,
#about_page h3 {
    font-family: 'Unbounded', sans-serif;
}

#about_page .premium-title {
    margin: 0;
    max-width: 13ch;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    hyphens: auto;
}

#about_page .premium-copy,
#about_page p {
    color: var(--copy);
    line-height: 1.78;
}

#about_page .section-heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 3rem;
}

#about_page .section-heading>div,
#about_page .section-heading>p,
#about_page .hero-copy {
    min-width: 0;
}

#about_page .premium-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.35rem;
    padding: 0.95rem 1.45rem;
    border-radius: 0.95rem;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    box-sizing: border-box;
}

#about_page .premium-button:hover,
#about_page .premium-button:focus-visible {
    transform: translateY(-2px);
}

#about_page .premium-button.primary {
    background: linear-gradient(135deg, var(--owu-blue), #63b8ff);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(52, 144, 255, 0.28);
}

#about_page .premium-button.ghost {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
}

#about_page .premium-button.ghost:hover,
#about_page .premium-button.ghost:focus-visible {
    border-color: rgba(52, 144, 255, 0.44);
    color: #a9d5ff;
}

#about_page .about-hero {
    padding: clamp(8rem, 10vw, 10rem) 0 clamp(4rem, 7vw, 5.6rem);
    overflow: hidden;
}

#about_page .about-hero::before {
    display: block;
    inset: 0;
    height: auto;
    background:
        radial-gradient(circle at 8% 22%, rgba(52, 144, 255, 0.26), transparent 28%),
        radial-gradient(circle at 84% 16%, rgba(255, 150, 56, 0.18), transparent 25%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 34%);
    opacity: 0.82;
    pointer-events: none;
}

#about_page .about-hero::after {
    content: 'OKTEN';
    position: absolute;
    right: max(1.2rem, calc((100vw - 1280px) / 2));
    bottom: -1.2rem;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(4rem, 13vw, 10rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.025);
    pointer-events: none;
}

#about_page .hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 1.05fr);
    gap: clamp(2rem, 4vw, 4.4rem);
    align-items: center;
}

#about_page .hero-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.35rem;
}

#about_page .hero-kicker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

#about_page .hero-status-pill {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    border-radius: 999px;
    padding: 0.38rem 0.78rem;
    background: rgba(137, 226, 78, 0.12);
    color: #c4f59a;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

#about_page .hero-title {
    max-width: 11ch;
    font-size: clamp(2.45rem, 5.4vw, 3rem);
    letter-spacing: 0;
}

#about_page .hero-title span {
    color: #8cc9ff;
    text-shadow: 0 0 34px rgba(52, 144, 255, 0.28);
}

#about_page .hero-lead {
    margin: 0;
    max-width: 43rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

#about_page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#about_page .hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 0.35rem;
}

#about_page .hero-proof-card,
#about_page .metric-card,
#about_page .premium-card,
#about_page .trust-note,
#about_page .photo-panel,
#about_page .journey-card,
#about_page .video-panel,
#about_page .cta-panel {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 1.4rem;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

#about_page .hero-proof-card {
    min-width: 0;
    padding: 1.05rem;
    border-radius: 1.15rem;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
    box-shadow: none;
}

#about_page .hero-proof-card:nth-child(2) {
    border-color: rgba(137, 226, 78, 0.2);
}

#about_page .hero-proof-card:nth-child(3) {
    border-color: rgba(255, 150, 56, 0.2);
}

#about_page .hero-proof-card strong,
#about_page .metric-card strong {
    display: block;
    margin-bottom: 0.4rem;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    color: #ffffff;
}

#about_page .hero-proof-card span,
#about_page .metric-card p {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
    font-size: 0.88rem;
}

#about_page .hero-visual {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: clamp(36rem, 50vw, 43rem);
    isolation: isolate;
}

#about_page .hero-orbit {
    position: relative;
    width: 100%;
    min-height: inherit;
    overflow: visible;
}

#about_page .hero-orbit::before {
    content: '';
    position: absolute;
    inset: 5rem -1rem auto auto;
    width: 19rem;
    aspect-ratio: 1;
    border: 1px solid rgba(52, 144, 255, 0.22);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 144, 255, 0.13), transparent 64%);
    box-shadow: 0 0 80px rgba(52, 144, 255, 0.16);
    pointer-events: none;
    z-index: -1;
}

#about_page .hero-orbit::after {
    content: '';
    position: absolute;
    left: 3rem;
    right: 1.5rem;
    bottom: 3.2rem;
    height: 13rem;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(180deg, transparent, black 22%, transparent 100%);
    opacity: 0.5;
    pointer-events: none;
}

#about_page .hero-media-large,
#about_page .hero-media-small,
#about_page .hero-video-card,
#about_page .hero-floating-note {
    position: absolute;
    box-sizing: border-box;
    border-radius: 1.4rem;
    overflow: hidden;
    z-index: 1;
}

#about_page .hero-media-large {
    inset: 0 3.6rem 6.4rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.65rem;
    background: rgba(255, 255, 255, 0.04);
    transform: none;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

#about_page .hero-media-large::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(4, 9, 21, 0.78));
    pointer-events: none;
}

#about_page .hero-media-small {
    right: 0;
    top: 3.2rem;
    width: 31%;
    aspect-ratio: 0.82;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 16, 30, 0.72);
    transform: rotate(4deg);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.3);
}

#about_page .hero-media-large img,
#about_page .hero-media-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
}

#about_page .hero-video-card {
    left: 2rem;
    right: auto;
    bottom: 0;
    width: min(31rem, calc(100% - 3rem));
    display: grid;
    grid-template-columns: minmax(7.5rem, 0.78fr) minmax(0, 1.22fr);
    gap: 1rem;
    padding: 1rem;
    background: rgba(6, 16, 30, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

#about_page .hero-video-card:hover {
    transform: translateY(-4px);
    border-color: rgba(52, 144, 255, 0.38);
    background: rgba(8, 22, 42, 0.96);
}

#about_page .hero-video-card:focus-visible,
#about_page .video-panel:focus-visible {
    outline: 2px solid rgba(129, 195, 255, 0.8);
    outline-offset: 3px;
}

#about_page .hero-video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

#about_page .hero-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

#about_page .hero-video-thumb::after,
#about_page .video-panel-media::after {
    content: '';
    position: absolute;
    inset: auto auto 1rem 1rem;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 999px;
    background: rgba(52, 144, 255, 0.92);
    box-shadow: 0 10px 24px rgba(52, 144, 255, 0.32);
}

#about_page .hero-video-thumb::before,
#about_page .video-panel-media::before {
    content: '';
    position: absolute;
    left: 2.22rem;
    bottom: 1.95rem;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 0.52rem solid transparent;
    border-bottom: 0.52rem solid transparent;
    border-left: 0.82rem solid #ffffff;
}

#about_page .hero-video-copy {
    display: grid;
    align-content: center;
    gap: 0.5rem;
}

#about_page .hero-video-copy small,
#about_page .video-panel-copy small,
#about_page .course-meta span,
#about_page .trust-tag,
#about_page .journey-step-number,
#about_page .cta-label,
#about_page .signal-chip,
#about_page .gallery-chip {
    display: inline-flex;
    width: max-content;
    align-items: center;
    border-radius: 999px;
    padding: 0.38rem 0.78rem;
    background: rgba(52, 144, 255, 0.12);
    color: #8ecbff;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#about_page .hero-video-copy h3,
#about_page .video-panel-copy h3,
#about_page .premium-card h3,
#about_page .course-card h3,
#about_page .cta-panel h2,
#about_page .journey-card h3,
#about_page .trust-note h3 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.32;
    color: #ffffff;
}

#about_page .hero-video-copy p,
#about_page .video-panel-copy p,
#about_page .premium-card p,
#about_page .course-card p,
#about_page .journey-card p,
#about_page .cta-panel p,
#about_page .trust-note p {
    margin: 0;
    font-size: 0.95rem;
}

#about_page .hero-floating-note {
    right: 0;
    bottom: 14rem;
    width: clamp(12rem, 34%, 15rem);
    padding: 1rem;
    background: rgba(7, 18, 33, 0.86);
    border: 1px solid rgba(137, 226, 78, 0.24);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
    z-index: 2;
}

#about_page .hero-floating-note small {
    display: block;
    margin-bottom: 0.45rem;
    color: #b6ef84;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#about_page .hero-floating-note strong {
    display: block;
    font-family: 'Unbounded', sans-serif;
    font-size: 1.1rem;
    line-height: 1.28;
    margin-bottom: 0.35rem;
}

#about_page .hero-floating-note span {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.45;
    font-size: 0.9rem;
}

#about_page .signal-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto minmax(0, 0.95fr);
    align-items: center;
    gap: 1.5rem;
    padding: 1.4rem 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

#about_page .signal-strip p {
    margin: 0;
}

#about_page .signal-mark {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-family: 'Unbounded', sans-serif;
    font-size: 0.92rem;
    color: #ffffff;
}

#about_page .metrics-grid,
#about_page .ecosystem-grid,
#about_page .proof-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.2rem;
}

#about_page .metrics-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

#about_page .metric-card {
    padding: 1.5rem;
}

#about_page .metric-card p {
    font-size: 0.9rem;
}

#about_page .method-layout,
#about_page .trust-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 1.4rem;
    align-items: stretch;
}

#about_page .photo-panel {
    position: relative;
    min-height: 38rem;
    padding: 1.5rem;
    overflow: hidden;
}

#about_page .photo-panel::before {
    content: '';
    position: absolute;
    inset: auto -15% -20% auto;
    width: 18rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 150, 56, 0.3), transparent 65%);
}

#about_page .method-photo-primary,
#about_page .method-photo-secondary {
    position: absolute;
    overflow: hidden;
    border-radius: 1.2rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

#about_page .method-photo-primary {
    inset: 1.6rem 9rem 8rem 1.6rem;
}

#about_page .method-photo-secondary {
    right: 1.5rem;
    top: 3rem;
    width: 34%;
    bottom: 13rem;
    transform: rotate(8deg);
}

#about_page .method-photo-primary img,
#about_page .method-photo-secondary img,
#about_page .gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about_page .method-note {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 1.6rem;
    z-index: 1;
    padding: 1.15rem 1.2rem;
    border-radius: 1.15rem;
    background: rgba(6, 16, 30, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#about_page .method-note p {
    margin: 0.45rem 0 0;
}

#about_page .journey-list {
    display: grid;
    gap: 1rem;
}

#about_page .journey-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.3rem;
}

#about_page .journey-step-number {
    align-self: start;
    min-width: 3rem;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(52, 144, 255, 0.32), rgba(52, 144, 255, 0.14));
}

#about_page .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#about_page .premium-card {
    padding: 1.55rem;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

#about_page .premium-card:hover,
#about_page .course-card:hover,
#about_page .trust-note:hover {
    transform: translateY(-4px);
    background: var(--glass-strong);
    border-color: rgba(52, 144, 255, 0.26);
}

#about_page .premium-card[data-index]::before {
    content: attr(data-index);
    display: block;
    margin-bottom: 0.9rem;
    font-family: 'Unbounded', sans-serif;
    font-size: 0.76rem;
    color: rgba(129, 195, 255, 0.65);
}

#about_page .mentors-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 2.1rem;
}

#about_page .mentors-heading-copy {
    display: grid;
    gap: 1.1rem;
    align-content: end;
}

#about_page .mentors-heading-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

#about_page .mentors-heading-tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--glass-border);
    background: var(--glass);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8rem;
    line-height: 1.3;
}

#about_page .mentors-overview {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
    gap: 1.2rem;
    margin-bottom: 1.7rem;
}

#about_page .mentors-brief-card {
    padding: 1.7rem;
    border: 1px solid var(--glass-border);
    border-radius: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow);
}

#about_page .mentors-brief-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.9rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(52, 144, 255, 0.14);
    color: #9bc7ff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#about_page .mentors-brief-card h3 {
    margin: 0 0 1.1rem;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 1.08;
    color: #ffffff;
}

#about_page .mentors-brief-card p {
    margin: 0;
    color: var(--copy);
    font-size: 1rem;
    line-height: 1.7;
}

#about_page .mentors-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

#about_page .mentors-signal-card {
    min-height: 11.5rem;
    padding: 1.5rem;
    border: 1px solid var(--glass-border);
    border-radius: 1.75rem;
    background: var(--glass);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

#about_page .mentors-signal-card strong {
    display: block;
    margin-bottom: 1.1rem;
    font-family: 'Unbounded', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    color: #ffffff;
}

#about_page .mentors-signal-card p {
    margin: 0;
    color: var(--copy);
    font-size: 0.94rem;
    line-height: 1.65;
}

#about_page .mentors-slider-block {
    position: relative;
    z-index: 1;
    padding: 1.6rem 1.6rem 3.1rem;
    border: 1px solid var(--glass-border);
    border-radius: 2.1rem;
    background: var(--glass);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

#about_page .mentors-slider-top {
    display: flex;
    justify-content: space-between;
    gap: 1.1rem;
    margin-bottom: 1.5rem;
}

#about_page .mentors-slider-label {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#about_page .mentors-slider {
    --ms-control-size: 52px;
}

#about_page .mentors-slider .ms-navigation {
    justify-content: flex-start;
    position: absolute;
    right: 0;
    bottom: -2.25rem;
}

#about_page .mentors-slider .ms-button {
    border-color: var(--glass-border);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    box-shadow: var(--shadow);
}

#about_page .mentors-slider .ms-button:hover:not(:disabled),
#about_page .mentors-slider .ms-button:focus-visible {
    border-color: var(--owu-blue);
    background: var(--owu-blue);
    color: #ffffff;
}

#about_page .mentors-slider .ms-pagination {
    justify-content: flex-start;
}

#about_page .mentors-slider .ms-pagination__bullet {
    background: rgba(255, 255, 255, 0.16);
}

#about_page .mentors-slider .ms-pagination__bullet.is-active {
    background: var(--owu-blue);
    box-shadow: 0 0 18px rgba(52, 144, 255, 0.4);
}

#about_page .mentor-spotlight-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100%;
    padding: 1rem;
    border: 1px solid var(--glass-border);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow);
}

#about_page .mentor-spotlight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
}

#about_page .mentor-spotlight-index,
#about_page .mentor-spotlight-track {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#about_page .mentor-spotlight-index {
    background: rgba(52, 144, 255, 0.16);
    color: #9bc7ff;
}

#about_page .mentor-spotlight-track {
    max-width: calc(100% - 62px);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.62);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#about_page .mentor-spotlight-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.88;
    margin-bottom: 1rem;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

#about_page .mentor-spotlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about_page .mentor-spotlight-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

#about_page .mentor-spotlight-body h3 {
    margin: 0 0 0.6rem;
    font-family: 'Unbounded', sans-serif;
    font-size: 1.35rem;
    line-height: 1.08;
    color: #ffffff;
    overflow-wrap: anywhere;
    hyphens: auto;
}

#about_page .mentor-spotlight-modules,
#about_page .mentor-spotlight-role {
    margin: 0;
    color: var(--copy);
}

#about_page .mentor-spotlight-modules {
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    line-height: 1.45;
}

#about_page .mentor-spotlight-role {
    margin-bottom: 1.1rem;
    font-size: 0.92rem;
    line-height: 1.55;
    flex: 1;
}

#about_page .mentor-spotlight-chips {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}

#about_page .mentor-spotlight-chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.3;
}

#about_page .mentor-spotlight-chips span::before {
    content: '';
    flex: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(52, 144, 255, 0.9);
}

#about_page .trust-layout {
    margin-bottom: 1.4rem;
}

#about_page .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    min-height: 34rem;
}

#about_page .gallery-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#about_page .gallery-card:first-child {
    grid-row: span 2;
}

#about_page .gallery-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(4, 9, 21, 0.85));
}

#about_page .gallery-chip {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
    background: rgba(6, 16, 30, 0.76);
    color: #ffffff;
}

#about_page .trust-stack {
    display: grid;
    gap: 1rem;
}

#about_page .trust-note {
    padding: 1.45rem;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

#about_page .trust-tag {
    margin-bottom: 0.7rem;
    background: rgba(255, 150, 56, 0.12);
    color: #ffc792;
}

#about_page .logo-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

#about_page .logo-chip {
    padding: 0.82rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

#about_page .ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#about_page .course-card {
    display: grid;
    gap: 0.85rem;
    padding: 1.6rem;
    text-decoration: none;
    color: inherit;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 1.35rem;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

#about_page .course-card img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

#about_page .course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}

#about_page .course-meta span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

#about_page .video-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 1.4rem;
    align-items: stretch;
}

#about_page .video-panel {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
}

#about_page .video-panel-media {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

#about_page .video-panel-media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#about_page .video-panel-copy {
    display: grid;
    gap: 0.7rem;
    padding: 0.3rem 0.2rem 0.2rem;
}

#about_page .video-panel-copy p {
    max-width: 46rem;
}

#about_page .video-side-notes {
    display: grid;
    gap: 1rem;
}

#about_page .cta-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2rem;
    overflow: hidden;
}

#about_page .cta-panel::before {
    content: '';
    position: absolute;
    inset: auto -5rem -6rem auto;
    width: 20rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 144, 255, 0.24), transparent 68%);
}

#about_page .cta-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    min-width: 0;
}

#about_page .cta-content h2 {
    max-width: 11ch;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#about_page .cta-actions,
#about_page .cta-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

#about_page .cta-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    text-decoration: none;
}

#about_page .cta-contact img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

#about_page .cta-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

#about_page .cta-list .premium-card {
    padding: 1.1rem;
}

@media screen and (max-width: 1180px) {
    #about_page .metrics-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #about_page .ecosystem-grid,
    #about_page .cta-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1024px) {
    #about_page .premium-shell {
        width: min(1280px, calc(100% - 2.4rem));
    }

    #about_page .hero-layout,
    #about_page .method-layout,
    #about_page .trust-layout,
    #about_page .video-layout,
    #about_page .section-heading,
    #about_page .signal-strip {
        grid-template-columns: 1fr;
    }

    #about_page .signal-mark {
        justify-self: start;
    }

    #about_page .hero-visual,
    #about_page .hero-orbit {
        min-height: 38rem;
    }

    #about_page .photo-panel {
        min-height: 34rem;
    }

    #about_page .hero-media-large {
        inset: 0 3.2rem 6.2rem 0;
    }

    #about_page .hero-video-card {
        left: 1rem;
        width: min(31rem, calc(100% - 1rem));
    }

    #about_page .proof-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 860px) {
    #about_page [data-stage-word]::after {
        right: 1.2rem;
        top: 0.8rem;
        font-size: clamp(2.8rem, 16vw, 5.4rem);
    }

    #about_page .about-hero {
        padding-top: 8rem;
    }

    #about_page .about-hero::after {
        display: none;
    }

    #about_page .hero-proof-grid,
    #about_page .metrics-grid,
    #about_page .ecosystem-grid,
    #about_page .cta-list {
        grid-template-columns: 1fr;
    }

    #about_page .mentors-overview {
        grid-template-columns: 1fr;
    }

    #about_page .hero-visual,
    #about_page .hero-orbit,
    #about_page .photo-panel,
    #about_page .gallery-grid {
        min-height: auto;
    }

    #about_page .hero-orbit {
        padding-bottom: 15rem;
    }

    #about_page .photo-panel {
        padding-bottom: 22rem;
    }

    #about_page .hero-media-large,
    #about_page .method-photo-primary {
        position: relative;
        inset: 0;
        transform: none;
        min-height: 22rem;
    }

    #about_page .hero-media-large {
        border-radius: 1.25rem;
    }

    #about_page .hero-media-small,
    #about_page .method-photo-secondary {
        width: 42%;
        right: 1rem;
        top: 1rem;
        bottom: auto;
    }

    #about_page .hero-video-card,
    #about_page .method-note,
    #about_page .hero-floating-note {
        left: 1rem;
        right: 1rem;
    }

    #about_page .hero-video-card {
        grid-template-columns: minmax(7rem, 0.72fr) minmax(0, 1fr);
        width: auto;
        bottom: 0;
    }

    #about_page .hero-floating-note {
        left: auto;
        bottom: 10.5rem;
        width: min(14rem, 44%);
    }

    #about_page .gallery-grid {
        grid-template-columns: 1fr;
    }

    #about_page .gallery-card:first-child {
        grid-row: span 1;
        min-height: 18rem;
    }
}

@media screen and (max-width: 620px) {
    #about_page .premium-section {
        padding: 4.6rem 0;
    }

    #about_page .about-hero {
        padding-top: 7rem;
        padding-bottom: 3.2rem;
    }

    #about_page .hero-title {
        max-width: 100%;
        font-size: clamp(2rem, 11vw, 3.05rem);
    }

    #about_page .premium-title {
        max-width: 100%;
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        line-height: 1.15;
    }

    #about_page .hero-actions,
    #about_page .cta-actions,
    #about_page .cta-contacts {
        flex-direction: column;
    }

    #about_page .premium-button,
    #about_page .cta-contact {
        width: 100%;
    }

    #about_page .hero-media-small,
    #about_page .method-photo-secondary,
    #about_page .hero-floating-note,
    #about_page [data-stage-word]::after {
        display: none;
    }

    #about_page .hero-orbit {
        padding: 0 0 14.5rem;
    }

    #about_page .photo-panel {
        padding: 0 0 17rem;
    }

    #about_page .hero-media-large {
        min-height: 18rem;
    }

    #about_page .hero-video-card {
        left: 0;
        right: 0;
        bottom: 0;
        grid-template-columns: minmax(5.8rem, 0.72fr) minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.8rem;
    }

    #about_page .hero-video-copy {
        gap: 0.35rem;
    }

    #about_page .hero-video-copy h3 {
        font-size: 0.92rem;
    }

    #about_page .hero-video-copy p {
        display: none;
    }

    #about_page .hero-video-copy small {
        padding: 0.3rem 0.55rem;
        font-size: 0.64rem;
    }

    #about_page .hero-video-thumb::after {
        left: 0.65rem;
        bottom: 0.65rem;
        width: 2.25rem;
        height: 2.25rem;
    }

    #about_page .hero-video-thumb::before {
        left: 1.48rem;
        bottom: 1.18rem;
        border-top-width: 0.36rem;
        border-bottom-width: 0.36rem;
        border-left-width: 0.58rem;
    }

    #about_page .journey-card {
        grid-template-columns: 1fr;
    }

    #about_page .cta-panel {
        padding: 1.4rem;
    }

    #about_page .mentors-heading {
        margin-bottom: 1.75rem;
    }

    #about_page .mentors-overview {
        margin-bottom: 1.35rem;
    }

    #about_page .mentors-signal-grid {
        grid-template-columns: 1fr;
    }

    #about_page .mentors-brief-card,
    #about_page .mentors-signal-card,
    #about_page .mentors-slider-block {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    #about_page .mentors-slider-top {
        margin-bottom: 1.25rem;
    }

    #about_page .mentors-slider.ms-root.is-slider-mode {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        row-gap: 0.85rem;
        align-items: center;
    }

    #about_page .mentors-slider.ms-root.is-slider-mode .ms-viewport {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    #about_page .mentors-slider.ms-root.is-slider-mode .ms-slide {
        width: 100%;
    }

    #about_page .mentors-slider .ms-navigation {
        position: static;
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-end;
        margin-top: 0;
    }

    #about_page .mentors-slider .ms-pagination {
        grid-column: 1;
        grid-row: 2;
        justify-content: flex-start;
        width: 100%;
        min-width: 0;
        overflow: hidden;
        margin-top: 0;
    }

    #about_page .mentor-spotlight-card {
        padding: 0.85rem;
        border-radius: 1.5rem;
    }

    #about_page .mentor-spotlight-body h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {

    #about_page .hero-status-pill,
    #about_page .hero-video-copy small {
        width: auto;
        max-width: 100%;
    }

    #about_page .hero-orbit {
        padding-bottom: 13.2rem;
    }

    #about_page .hero-media-large {
        min-height: 15.5rem;
    }

    #about_page .hero-video-card {
        grid-template-columns: minmax(4.8rem, 0.58fr) minmax(0, 1fr);
        border-radius: 1rem;
    }

    #about_page .hero-video-copy h3 {
        font-size: 0.84rem;
    }

    #about_page .premium-eyebrow {
        margin-bottom: 12px;
    }

    #about_page .mentors-heading-tags span,
    #about_page .mentor-spotlight-modules,
    #about_page .mentor-spotlight-role,
    #about_page .mentors-slider-top p,
    #about_page .mentors-signal-card p {
        font-size: 0.8rem;
    }

    #about_page .mentors-brief-card h3 {
        font-size: 1.2rem;
    }

    #about_page .mentor-spotlight-head {
        flex-direction: column;
        align-items: flex-start;
    }

    #about_page .mentor-spotlight-track {
        max-width: 100%;
        white-space: normal;
    }

    #about_page .mentors-slider.ms-root.is-slider-mode {
        grid-template-columns: 1fr;
        row-gap: 0.75rem;
    }

    #about_page .mentors-slider .ms-pagination,
    #about_page .mentors-slider .ms-navigation {
        grid-column: 1;
        width: 100%;
        justify-content: center;
    }

    #about_page .mentors-slider .ms-pagination {
        grid-row: 2;
    }

    #about_page .mentors-slider .ms-navigation {
        grid-row: 3;
    }
}