:root {
    --about-magenta: #CC22E0;
    --about-magenta-dark: #AA00CC;
    --about-violet: #7c3aed;
    --about-sky: #8dc6ff;
    --about-ink: #162033;
    --about-copy: #52607a;
    --about-copy-soft: #5c5f86;
}

.about-hero-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: -48px;
    padding: 126px 0 60px;
    background: url("/courses/gallary-imgs/img-8.webp") center center / cover no-repeat;
    color: var(--about-ink);
}

.about-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 12% 18%, rgba(141, 198, 255, 0.12), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(204, 34, 224, 0.12), transparent 26%);
    background-size: 48px 48px, 48px 48px, auto, auto;
    opacity: 0.1;
}

.about-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(241, 245, 250, 0) 0%, rgba(121, 121, 122, 0.712) 34%, rgba(81, 81, 82, 0.539) 66%, rgba(238, 243, 249, 0.58) 100%),
        linear-gradient(135deg, rgba(23, 33, 52, 0.12) 0%, rgba(255, 255, 255, 0.03) 48%, rgba(26, 38, 61, 0.1) 100%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 62%);
    pointer-events: none;
}

.about-hero-overlay {
    position: absolute;
    top: -90px;
    right: -70px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(141, 198, 255, 0.22) 0%, rgba(204, 34, 224, 0.18) 38%, rgba(124, 58, 237, 0.06) 58%, rgba(124, 58, 237, 0) 74%);
    filter: blur(24px);
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 1;
}

.about-hero-wrapper {
    max-width: 720px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 34px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.about-hero-copy {
    max-width: 600px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.about-hero-eyebrow,
.about-overview-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.68rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.32), 0 10px 24px rgba(34, 49, 91, 0.08);
    backdrop-filter: blur(12px);
}

.about-hero-eyebrow {
    margin-bottom: 0.9rem;
}


.about-hero-title {
    margin-bottom: 1rem;
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
    /*background: linear-gradient(92deg, #fff4bf 0%, #ffe9fb 20%, #ff63da 48%, #8f69ff 74%, #7cd8ff 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
    filter: drop-shadow(0 14px 24px rgba(12, 20, 38, 0.48));
}

.about-hero-title-accent {
    color: #fff2a8;
    background:  #d41ff0  ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-subheading {
    max-width: 560px;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.72;
    color: #f7f9fc !important;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.about-hero-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 680px;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.about-hero-stat-card {
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(204, 34, 224, 0.16);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(252, 246, 255, 0.52) 100%);
    box-shadow: 0 20px 45px rgba(30, 36, 77, 0.08);
    backdrop-filter: blur(12px);
}

.about-hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 12px 24px rgba(204, 34, 224, 0.22);
    color: #ffffff;
    font-size: 1.25rem;
}

.about-hero-stat-value {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--about-ink) !important;
    text-shadow: none;
}

.about-hero-stat-label {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--about-copy) !important;
}

.about-overview-section {
    position: relative;
    padding: 62px 0;
    background: #ffffff;
}

.about-overview-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(204, 34, 224, 0.07), transparent 28%),
        radial-gradient(circle at 92% 82%, rgba(141, 198, 255, 0.12), transparent 24%);
    pointer-events: none;
}

.about-overview-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: start;
}

.about-overview-media-column {
    position: relative;
    padding-top: 0.5rem;
}

.about-overview-media-frame {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(204, 34, 224, 0.2), rgba(124, 58, 237, 0.12), rgba(141, 198, 255, 0.18));
    box-shadow: 0 30px 60px rgba(44, 35, 91, 0.12);
}

.about-overview-media-frame::after {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 22px;
    pointer-events: none;
}

.about-overview-image {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 24px;
}

.about-overview-float {
    position: absolute;
    left: 28px;
    bottom: 28px;
    max-width: 245px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(13, 22, 39, 0.84);
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(16, 29, 51, 0.18);
    backdrop-filter: blur(12px);
}

.about-overview-float-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--about-sky);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-overview-float-value {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 800;
}

.about-overview-float p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.55;
}

.about-overview-content {
    position: relative;
    padding-top: 0.1rem;
}

.about-overview-eyebrow {
    margin-bottom: 0.8rem;
}

.about-overview-title {
    margin-bottom: 1rem;
    font-size: clamp(1.85rem, 4vw, 2.7rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--about-ink);
}

.about-overview-copy {
    display: grid;
    gap: 0.8rem;
}

.about-overview-copy p {
    margin: 0;
    color: var(--about-copy);
    font-size: 0.98rem;
    line-height: 1.74;
}

.about-overview-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.about-overview-fact {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(204, 34, 224, 0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 245, 255, 0.95) 100%);
    box-shadow: 0 14px 30px rgba(204, 34, 224, 0.06);
}

.about-overview-fact i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 10px 18px rgba(204, 34, 224, 0.18);
    color: #ffffff;
    font-size: 1rem;
}

.about-overview-fact span {
    display: block;
    color: var(--about-copy-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.about-overview-fact strong {
    display: block;
    margin-bottom: 0.12rem;
    color: var(--about-ink);
    font-size: 0.98rem;
    font-weight: 800;
}

.about-story-section {
    position: relative;
    padding: 68px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fdf8ff 100%);
}

.about-story-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(204, 34, 224, 0.08), transparent 24%),
        radial-gradient(circle at 88% 78%, rgba(141, 198, 255, 0.12), transparent 24%);
    pointer-events: none;
}

.about-story-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.5rem;
    align-items: stretch;
}

.about-story-content-card,
.about-story-metrics-card,
.about-story-awards-card {
    border: 1px solid rgba(204, 34, 224, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 245, 255, 0.95) 100%);
    box-shadow: 0 18px 40px rgba(204, 34, 224, 0.06);
}

.about-story-content-card {
    padding: 1.8rem 1.8rem 1.7rem;
}

.about-story-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.28);
}

.about-story-title {
    margin-bottom: 1rem;
    font-size: clamp(1.95rem, 4vw, 2.9rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--about-ink);
}

.about-story-copy {
    display: grid;
    gap: 0.9rem;
}

.about-story-copy p {
    margin: 0;
    color: var(--about-copy);
    font-size: 0.98rem;
    line-height: 1.8;
}

.about-story-side-column {
    display: grid;
    gap: 1.2rem;
    align-content: start;
}

.about-story-metrics-card {
    padding: 1.15rem;
}

.about-story-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.about-story-metric-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 126px;
    padding: 1rem;
    border: 1px solid rgba(204, 34, 224, 0.12);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(250, 239, 255, 0.92));
}

.about-story-metric-value {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--about-ink);
    font-size: 1.65rem;
    line-height: 1;
    font-weight: 800;
}

.about-story-metric-label {
    display: block;
    color: var(--about-copy-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.about-story-awards-card {
    padding: 1.3rem 1.2rem;
}

.about-story-awards-title {
    margin: 0 0 1rem;
    color: var(--about-ink);
    font-size: 1.2rem;
    font-weight: 800;
}

.about-story-awards-list {
    display: grid;
    gap: 0.75rem;
}

.about-story-award-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(204, 34, 224, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
}

.about-story-award-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 10px 18px rgba(204, 34, 224, 0.18);
    color: #ffffff;
    font-size: 0.95rem;
}

.about-story-award-item span {
    display: block;
    color: var(--about-copy-soft);
    font-size: 0.92rem;
    line-height: 1.5;
}

.about-story-award-item strong {
    display: block;
    margin-bottom: 0.12rem;
    color: var(--about-ink);
    font-size: 0.98rem;
    font-weight: 800;
}

.about-story-awards-note {
    margin: 1rem 0 0;
    color: var(--about-copy);
    font-size: 0.94rem;
    line-height: 1.7;
}

.about-founder-section {
    position: relative;
    padding: 62px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-founder-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(204, 34, 224, 0.08), transparent 26%),
        radial-gradient(circle at 86% 76%, rgba(141, 198, 255, 0.14), transparent 24%);
    pointer-events: none;
}

.about-founder-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 1.5rem;
    align-items: stretch;
}

.about-founder-media-card,
.about-founder-content-card {
    border: 1px solid rgba(204, 34, 224, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 245, 255, 0.95) 100%);
    box-shadow: 0 18px 40px rgba(204, 34, 224, 0.06);
}

.about-founder-media-card {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

.about-founder-image-frame {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(204, 34, 224, 0.2), rgba(124, 58, 237, 0.14), rgba(141, 198, 255, 0.2));
}

.about-founder-image-frame::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    pointer-events: none;
}

.about-founder-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: 22px;
}

.about-founder-badge-card {
    padding: 1rem 1.05rem;
    border: 1px solid rgba(204, 34, 224, 0.12);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(250, 239, 255, 0.92));
}

.about-founder-badge-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--about-violet);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-founder-badge-value {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--about-ink);
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 800;
}

.about-founder-badge-card p {
    margin: 0;
    color: var(--about-copy-soft);
    font-size: 0.94rem;
    line-height: 1.6;
}

.about-founder-content-card {
    padding: 1.7rem 1.8rem;
}

.about-founder-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.28);
}

.about-founder-title {
    margin-bottom: 1rem;
    font-size: clamp(1.95rem, 4vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, var(--about-magenta) 0%, var(--about-violet) 58%, var(--about-sky) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-founder-copy {
    display: grid;
    gap: 0.85rem;
}

.about-founder-copy p {
    margin: 0;
    color: var(--about-copy);
    font-size: 0.98rem;
    line-height: 1.76;
}

.about-founder-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.about-founder-highlight-item {
    display: grid;
    gap: 0.32rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(204, 34, 224, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
}

.about-founder-highlight-value {
    color: var(--about-ink);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
}

.about-founder-highlight-label {
    color: var(--about-copy-soft);
    font-size: 0.9rem;
    line-height: 1.48;
}

.about-founder-quote {
    margin: 1.2rem 0 0;
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--about-magenta);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 255, 0.92));
}

.about-founder-quote p {
    margin: 0;
    color: var(--about-ink);
    font-size: 1rem;
    line-height: 1.72;
    font-weight: 700;
}

.cc-highlight {
    background: linear-gradient(90deg, var(--about-magenta), var(--about-violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-mesh.bg-mesh {
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, #fae8ff, transparent 50%),
        radial-gradient(at 100% 0%, #ede9fe, transparent 50%),
        radial-gradient(at 100% 100%, #fce7f3, transparent 50%),
        radial-gradient(at 0% 100%, #e0f2fe, transparent 50%);
}

.mentors-section {
    padding: 72px 20px;
}

.mentors-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.mentors-header {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.mentors-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.55), 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mentors-title {
    margin: 0 0 18px;
    color: #000000;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.25;
}

.mentors-subtitle {
    margin: 0;
    color: #5b5580;
    font-size: 0.97rem;
    line-height: 1.75;
}

.mentors-carousel-wrap {
    position: relative;
    overflow: hidden;
}

.mentors-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.mentor-card {
    position: relative;
    display: flex;
    flex: 0 0 calc(25% - 18px);
    min-width: 260px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    padding: 32px 22px 26px;
    border: 1.5px solid #e8dff8;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 16px rgba(204, 34, 224, 0.07);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mentor-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mentor-card:hover {
    transform: translateY(-5px);
    border-color: rgba(204, 34, 224, 0.35);
    box-shadow: 0 18px 48px rgba(204, 34, 224, 0.18);
}

.mentor-card:hover::before {
    opacity: 1;
}

.mentor-avatar-wrap {
    position: relative;
    width: 96px;
    height: 96px;
    margin-bottom: 6px;
    flex-shrink: 0;
}

.mentor-avatar {
    position: relative;
    z-index: 1;
    display: flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
}

img.mentor-avatar {
    display: block;
    flex: none;
    object-fit: cover;
}

.mentor-avatar img {
    position: absolute;
    inset: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.mentor-avatar-ring {
    position: absolute;
    inset: -4px;
    border: 2.5px solid var(--about-magenta);
    border-radius: 50%;
    opacity: 0.55;
    transition: opacity 0.3s ease, inset 0.3s ease;
}

.mentor-card:hover .mentor-avatar-ring {
    inset: -6px;
    opacity: 1;
}

.mentor-role {
    color: var(--about-magenta);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mentor-name {
    margin: 0;
    color: #1a0a2e;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.mentor-exp {
    margin: 0;
    color: #8b7aaa;
    font-size: 0.78rem;
    font-weight: 500;
}

.mentor-desc {
    flex: 1;
    margin: 4px 0 6px;
    color: #4a4468;
    font-size: 0.85rem;
    line-height: 1.65;
}

.mentor-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

.mentor-tags span {
    padding: 3px 10px;
    border: 1px solid rgba(204, 34, 224, 0.22);
    border-radius: 50px;
    background: rgba(204, 34, 224, 0.08);
    color: var(--about-magenta);
    font-size: 0.7rem;
    font-weight: 600;
}

.mentors-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.mentors-carousel-btn {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(204, 34, 224, 0.4);
    border-radius: 50%;
    background: rgba(204, 34, 224, 0.07);
    color: var(--about-magenta);
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mentors-carousel-btn:hover {
    border-color: var(--about-magenta);
    background: rgba(204, 34, 224, 0.15);
    transform: scale(1.1);
}

.mentors-carousel-btn:disabled {
    cursor: not-allowed;
    opacity: 0.3;
    transform: scale(1);
}

.mentors-carousel-btn:focus-visible,
.mentors-dot:focus-visible {
    outline: 2px solid rgba(204, 34, 224, 0.4);
    outline-offset: 3px;
}

.mentors-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mentors-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(204, 34, 224, 0.2);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.mentors-dot.active {
    background: var(--about-magenta);
    transform: scale(1.35);
}

.about-why-section {
    position: relative;
    padding: 68px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
}

.about-why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(204, 34, 224, 0.08), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(141, 198, 255, 0.14), transparent 24%);
    pointer-events: none;
}

.about-why-header {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto 2rem;
    text-align: center;
}

.about-why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.28);
}

.about-why-title {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(1.95rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-why-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.about-why-card {
    position: relative;
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(204, 34, 224, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(252, 245, 255, 0.96) 100%);
    box-shadow: 0 18px 40px rgba(204, 34, 224, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-violet), var(--about-sky));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.about-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(204, 34, 224, 0.24);
    box-shadow: 0 22px 48px rgba(204, 34, 224, 0.1);
}

.about-why-card:hover::before {
    opacity: 1;
}

.about-why-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.about-why-card-index,
.about-why-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border-radius: 16px;
}

.about-why-card-index {
    background: linear-gradient(135deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 12px 24px rgba(204, 34, 224, 0.2);
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.about-why-card-icon {
    border: 1px solid rgba(204, 34, 224, 0.12);
    background: rgba(204, 34, 224, 0.08);
    color: var(--about-magenta);
    font-size: 1rem;
}

.about-why-card-title {
    margin: 0 0 0.8rem;
    color: var(--about-ink);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
}

.about-why-card-copy {
    margin: 0;
    color: var(--about-copy);
    font-size: 0.95rem;
    line-height: 1.72;
}

.about-results-section {
    position: relative;
    padding: 72px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(141, 198, 255, 0.18), transparent 24%),
        radial-gradient(circle at 92% 78%, rgba(204, 34, 224, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 38%, #fbf7ff 100%);
}

.about-results-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(204, 34, 224, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(141, 198, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.55;
    pointer-events: none;
}

.about-results-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.about-results-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.28);
}

.about-results-title {
    margin: 0 0 0.8rem;
    color: var(--about-ink);
    font-size: clamp(1.95rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-results-subtitle {
    margin: 0;
    color: var(--about-copy);
    font-size: 1rem;
    line-height: 1.74;
}

.about-results-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.about-results-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.7rem;
    min-height: 220px;
    padding: 1.3rem 1.2rem;
    border: 1px solid rgba(204, 34, 224, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 242, 255, 0.94) 100%);
    box-shadow: 0 18px 42px rgba(34, 40, 88, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-results-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-violet), var(--about-sky));
}

.about-results-card::after {
    content: "";
    position: absolute;
    top: -34px;
    right: -34px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 34, 224, 0.14) 0%, rgba(204, 34, 224, 0) 72%);
    pointer-events: none;
}

.about-results-card:hover {
    transform: translateY(-5px);
    border-color: rgba(204, 34, 224, 0.24);
    box-shadow: 0 24px 50px rgba(204, 34, 224, 0.12);
}

.about-results-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-violet));
    box-shadow: 0 12px 24px rgba(204, 34, 224, 0.2);
    color: #ffffff;
    font-size: 1.05rem;
}

.about-results-value {
    display: block;
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(1.45rem, 2vw, 1.95rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.about-results-label {
    margin: 0;
    color: var(--about-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
}

.about-results-note {
    margin: 0;
    color: var(--about-copy-soft);
    font-size: 0.9rem;
    line-height: 1.62;
}

.gallerySection {
    position: relative;
    padding: 68px 0;
    background:
        radial-gradient(circle at 10% 18%, rgba(141, 198, 255, 0.16), transparent 24%),
        radial-gradient(circle at 90% 78%, rgba(204, 34, 224, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #fbf7ff 100%);
}

.galleryContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.galleryContainer h2 {
    margin: 0 0 2rem;
    color: var(--about-ink);
    font-size: clamp(1.95rem, 4vw, 2.85rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-align: center;
}

.campus-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.campus-photos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.campus-photo-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(204, 34, 224, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 242, 255, 0.94));
    box-shadow: 0 18px 42px rgba(38, 41, 84, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.campus-photo-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(204, 34, 224, 0.28);
    box-shadow: 0 22px 50px rgba(204, 34, 224, 0.14);
}

.campus-photo {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallerySection .photo-label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 30px 10px 12px;
    background: linear-gradient(to top, rgba(9, 14, 25, 0.94) 0%, rgba(9, 14, 25, 0.62) 52%, transparent 100%);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.campus-info {
    display: grid;
    gap: 1.1rem;
}

.campus-desc {
    margin: 0;
    color: var(--about-copy);
    font-size: 1rem;
    line-height: 1.76;
}

.campus-features {
    display: grid;
    gap: 0.9rem;
}

.campus-feature-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(204, 34, 224, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 244, 255, 0.95) 100%);
    box-shadow: 0 14px 30px rgba(204, 34, 224, 0.06);
    transition: transform 0.2s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.campus-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(204, 34, 224, 0.24);
    box-shadow: 0 18px 36px rgba(204, 34, 224, 0.1);
}

.gallerySection .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-violet));
    box-shadow: 0 12px 24px rgba(204, 34, 224, 0.18);
    color: #ffffff;
}

.gallerySection .feature-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: currentColor;
}

.gallerySection .feature-text strong {
    display: block;
    margin-bottom: 0.18rem;
    color: var(--about-ink);
    font-size: 1rem;
    font-weight: 800;
}

.gallerySection .feature-text p {
    margin: 0;
    color: var(--about-copy-soft);
    font-size: 0.9rem;
    line-height: 1.6;
}

.campus-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.2rem;
}

.campus-cta,
.campus-gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.campus-cta {
    border: none;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 14px 26px rgba(204, 34, 224, 0.22);
    color: #ffffff;
}

.campus-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(204, 34, 224, 0.28);
    color: #ffffff;
}

.campus-gallery-btn {
    border: 2px solid rgba(204, 34, 224, 0.24);
    background: rgba(255, 255, 255, 0.82);
    color: var(--about-magenta);
}

.campus-gallery-btn:hover {
    transform: translateY(-2px);
    border-color: var(--about-magenta);
    background: rgba(204, 34, 224, 0.1);
    box-shadow: 0 12px 24px rgba(204, 34, 224, 0.12);
    color: var(--about-magenta);
}

.campus-gallery-btn svg {
    flex-shrink: 0;
}

.campus-social {
    margin-top: 0.25rem;
}

.campus-social-icons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.campus-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1.5px solid rgba(204, 34, 224, 0.18);
    border-radius: 50%;
    background: rgba(204, 34, 224, 0.07);
    color: var(--about-magenta);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.campus-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 18px rgba(204, 34, 224, 0.16);
}

.campus-social-instagram:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: transparent; color: #ffffff; }
.campus-social-facebook:hover { background: #1877f2; border-color: transparent; color: #ffffff; }
.campus-social-youtube:hover { background: #ff0000; border-color: transparent; color: #ffffff; }
.campus-social-linkedin:hover { background: #0a66c2; border-color: transparent; color: #ffffff; }

.about-mission-section {
    position: relative;
    padding: 70px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(204, 34, 224, 0.08), transparent 24%),
        radial-gradient(circle at 88% 80%, rgba(141, 198, 255, 0.14), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fdf8ff 100%);
}

.about-mission-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(204, 34, 224, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(141, 198, 255, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.45;
    pointer-events: none;
}

.about-mission-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.5rem;
    align-items: stretch;
}

.about-mission-content-card,
.about-mission-focus-card {
    border: 1px solid rgba(204, 34, 224, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 244, 255, 0.95) 100%);
    box-shadow: 0 18px 40px rgba(204, 34, 224, 0.06);
}

.about-mission-content-card {
    padding: 1.85rem 1.9rem;
}

.about-mission-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.28);
}

.about-mission-title {
    margin: 0 0 1rem;
    color: var(--about-ink);
    font-size: clamp(1.95rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-mission-copy {
    display: grid;
    gap: 0.9rem;
}

.about-mission-copy p {
    margin: 0;
    color: var(--about-copy);
    font-size: 0.99rem;
    line-height: 1.82;
}

.about-mission-side-column {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.about-mission-focus-card {
    position: relative;
    display: grid;
    gap: 0.7rem;
    padding: 1.25rem 1.2rem;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-mission-focus-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-violet), var(--about-sky));
}

.about-mission-focus-card:hover {
    transform: translateY(-4px);
    border-color: rgba(204, 34, 224, 0.24);
    box-shadow: 0 24px 46px rgba(204, 34, 224, 0.1);
}

.about-mission-focus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--about-magenta), var(--about-violet));
    box-shadow: 0 12px 24px rgba(204, 34, 224, 0.18);
    color: #ffffff;
    font-size: 1.05rem;
}

.about-mission-focus-title {
    display: block;
    color: var(--about-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
}

.about-mission-focus-copy {
    margin: 0;
    color: var(--about-copy-soft);
    font-size: 0.92rem;
    line-height: 1.68;
}

.book-demo-section {
    position: relative;
    padding: 72px 20px;
    background:
        radial-gradient(circle at 110% 50%, rgba(204, 34, 224, 0.1) 1%, transparent 26%),
        radial-gradient(circle at -10% 50%, rgba(141, 198, 255, 0.1) 1%, transparent 26%),
        linear-gradient(180deg, #f8f5ff 0%, #ffffff 100%);
    border-top: 1px solid rgba(204, 34, 224, 0.1);
    border-bottom: 1px solid rgba(204, 34, 224, 0.1);
}

.book-demo-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.book-demo-header {
    margin-bottom: 52px;
    text-align: center;
}

.book-demo-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.4), 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.book-demo-title {
    margin: 0 0 14px;
    color: var(--about-ink);
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
}

.book-demo-underline {
    width: 60px;
    height: 4px;
    margin: 0 auto 18px;
    border-radius: 2px;
    background: var(--about-magenta);
}

.book-demo-subtitle {
    max-width: 620px;
    margin: 0 auto;
    color: var(--about-copy);
    font-size: 1rem;
    line-height: 1.7;
}

.book-demo-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 32px;
    align-items: start;
}

.bd-calendar-panel {
    padding: 28px 24px;
    border: 1px solid rgba(204, 34, 224, 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 243, 255, 0.96) 100%);
    box-shadow: 0 4px 20px rgba(204, 34, 224, 0.1);
}

.bd-cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bd-cal-month-label {
    color: var(--about-ink);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bd-cal-nav {
    display: flex;
    gap: 8px;
}

.bd-cal-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(204, 34, 224, 0.25);
    border-radius: 8px;
    background: rgba(204, 34, 224, 0.08);
    color: var(--about-magenta);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bd-cal-nav button:hover {
    background: rgba(204, 34, 224, 0.16);
    border-color: rgba(204, 34, 224, 0.38);
}

.bd-cal-dow {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 6px;
}

.bd-cal-dow span {
    padding: 4px 0;
    color: rgba(82, 96, 122, 0.7);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
}

.bd-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

.bd-cal-day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--about-ink);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.bd-cal-day:hover:not(.disabled):not(.empty) {
    background: rgba(204, 34, 224, 0.1);
    border-color: rgba(204, 34, 224, 0.24);
}

.bd-cal-day.today {
    border-color: rgba(204, 34, 224, 0.55);
    color: var(--about-magenta);
    font-weight: 700;
}

.bd-cal-day.selected {
    border-color: var(--about-magenta);
    background: var(--about-magenta);
    box-shadow: 0 0 12px rgba(204, 34, 224, 0.35);
    color: #ffffff;
    font-weight: 700;
}

.bd-cal-day.disabled {
    color: rgba(82, 96, 122, 0.28);
    cursor: not-allowed;
    pointer-events: none;
}

.bd-cal-day.empty {
    pointer-events: none;
}

.bd-cal-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 16px;
}

.bd-cal-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--about-copy-soft);
    font-size: 0.8rem;
    line-height: 1.4;
}

.bd-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(204, 34, 224, 0.28);
    background: rgba(204, 34, 224, 0.08);
    flex-shrink: 0;
}

.bd-legend-dot.available {
    background: rgba(204, 34, 224, 0.08);
}

.bd-legend-dot.today-dot {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(204, 34, 224, 0.6);
}

.bd-legend-dot.selected-dot {
    background: var(--about-magenta);
    border-color: var(--about-magenta);
}

.bd-legend-dot.past-dot {
    background: rgba(82, 96, 122, 0.18);
    border-color: rgba(82, 96, 122, 0.2);
}

.bd-selected-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 18px;
    padding: 11px 14px;
    border: 1px solid rgba(204, 34, 224, 0.2);
    border-radius: 10px;
    background: rgba(204, 34, 224, 0.07);
    color: rgba(82, 96, 122, 0.72);
    font-size: 0.87rem;
    text-align: center;
}

.bd-selected-display .bd-sel-date {
    color: var(--about-magenta);
    font-weight: 700;
}

.bd-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.bd-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--about-copy);
    font-size: 0.85rem;
    line-height: 1.55;
}

.bd-info-item svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--about-magenta);
    flex-shrink: 0;
}

.book-demo-form-wrap {
    padding: 32px 28px;
    border: 1px solid rgba(204, 34, 224, 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 244, 255, 0.96) 100%);
    box-shadow: 0 8px 40px rgba(204, 34, 224, 0.14);
    box-sizing: border-box;
}

.book-demo-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.bdf-row {
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.bdf-row:last-child {
    margin-bottom: 0;
}

.bdf-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bdf-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.bdf-field label {
    color: var(--about-ink);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
}

.bdf-field label span {
    color: #f87171;
}

.bdf-field input,
.bdf-field select,
.bdf-field textarea {
    width: 100%;
    height: 42px;
    padding: 10px 13px;
    border: 1.5px solid rgba(204, 34, 224, 0.2);
    border-radius: 8px;
    background: #f8f5ff;
    color: var(--about-ink);
    font-size: 0.9rem;
    line-height: 1.4;
    font-family: inherit;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.bdf-field select {
    padding-right: 34px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23CC22E0' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.bdf-field input::placeholder,
.bdf-field textarea::placeholder {
    color: rgba(92, 95, 134, 0.55);
}

.bdf-field select option {
    background: #ffffff;
    color: var(--about-ink);
}

.bdf-field input:focus,
.bdf-field select:focus,
.bdf-field textarea:focus {
    border-color: var(--about-magenta);
    box-shadow: 0 0 0 3px rgba(204, 34, 224, 0.18);
    background: #ffffff;
}

.bdf-field textarea {
    height: auto;
    min-height: 84px;
    resize: vertical;
}

.bd-form-date-echo {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 42px;
    padding: 10px 13px;
    border: 1.5px solid rgba(204, 34, 224, 0.2);
    border-radius: 8px;
    background: #f8f5ff;
    color: rgba(92, 95, 134, 0.7);
    font-size: 0.9rem;
    box-sizing: border-box;
    cursor: default;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.bd-form-date-echo.filled {
    border-color: rgba(204, 34, 224, 0.45);
    color: var(--about-magenta);
}

.bd-form-date-echo svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.bdf-submit {
    width: 100%;
    margin-top: 4px;
    padding: 13px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.bdf-submit:hover:not(:disabled) {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(204, 34, 224, 0.24);
}

.bdf-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.bdf-status {
    margin-top: 12px;
    font-size: 0.88rem;
    text-align: center;
}

.bdf-success,
.bdf-error {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
}

.bdf-success {
    border: 1px solid rgba(16, 185, 129, 0.3);
    background: rgba(16, 185, 129, 0.08);
    color: #065f46;
}

.bdf-error {
    border: 1px solid rgba(239, 68, 68, 0.25);
    background: rgba(239, 68, 68, 0.07);
    color: #b91c1c;
}

@keyframes float1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(18px, -18px);
    }
}

@keyframes float2 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-14px, 22px);
    }
}

@keyframes float3 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(22px, 12px);
    }
}

.bg-aurora.bg-aurora {
    position: relative;
    background-color: #ffffff;
    background-image: none;
}

.aurora-blob {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.aurora-blob-1 {
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    background: #d946ef;
    opacity: 0.18;
    animation: float1 6s ease-in-out infinite;
}

.aurora-blob-2 {
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: #a855f7;
    opacity: 0.15;
    animation: float2 7s ease-in-out infinite;
}

.aurora-blob-3 {
    top: 10px;
    left: 45%;
    width: 160px;
    height: 160px;
    background: #ec4899;
    opacity: 0.13;
    animation: float3 5s ease-in-out infinite;
}

.testimonials-section {
    position: relative;
    padding: 68px 20px;
    background:
        radial-gradient(ellipse at 110% 40%, rgba(204, 34, 224, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at -10% 60%, rgba(204, 34, 224, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
}

.testimonials-inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
}

.testimonials-header {
    margin-bottom: 50px;
    text-align: center;
}

.testimonials-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
    box-shadow: 0 0 16px rgba(204, 34, 224, 0.55), 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.testimonials-title {
    margin: 0 0 14px;
    color: var(--about-ink);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
}

.testimonials-underline {
    width: 60px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--about-magenta), var(--about-magenta-dark));
}

.testimonials-carousel-wrapper {
    width: 100%;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc((100% - 60px) / 4);
    overflow: hidden;
    border: 1.5px solid rgba(204, 34, 224, 0.28);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 24px rgba(204, 34, 224, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(204, 34, 224, 0.45);
    box-shadow: 0 14px 44px rgba(204, 34, 224, 0.26);
}

.testimonial-video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.78%;
    border-radius: 14px;
}

.testimonial-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-video-lazy {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
}

.testimonial-video-lazy::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 20, 0.08), rgba(10, 10, 20, 0.28));
}

.testimonial-video-lazy__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    border-radius: 14px;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.92);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.testimonial-video-lazy__play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    transform: translate(-35%, -50%);
}

.testimonial-video-lazy:hover .testimonial-video-lazy__play,
.testimonial-video-lazy:focus-visible .testimonial-video-lazy__play {
    transform: translate(-50%, -50%) scale(1.04);
}

.testimonial-video-lazy:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: -4px;
}

.testimonials-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.testimonials-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(204, 34, 224, 0.5);
    border-radius: 50%;
    background: rgba(204, 34, 224, 0.1);
    color: var(--about-magenta);
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.testimonials-btn:hover:not(:disabled) {
    background: rgba(204, 34, 224, 0.25);
    box-shadow: 0 0 14px rgba(204, 34, 224, 0.4);
    transform: scale(1.06);
}

.testimonials-btn:disabled {
    cursor: default;
    opacity: 0.3;
}

.testimonials-btn:focus-visible,
.testimonials-dot:focus-visible {
    outline: 2px solid rgba(204, 34, 224, 0.4);
    outline-offset: 3px;
}

.testimonials-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonials-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(204, 34, 224, 0.25);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.testimonials-dot.active {
    background: var(--about-magenta);
    transform: scale(1.3);
}

.play-button {
    position: absolute;
    top: 56%;
    left: 38%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 5px 10px;
    border: 5px solid;
}

.navbar-custom {
    background-color: rgb(180 202 190 / 44%);
}

@media (max-width: 991.98px) {
    .about-hero-section {
        padding: 108px 0 50px;
    }

    .about-hero-wrapper {
        padding: 1.45rem;
        border-radius: 28px;
        max-width: 100%;
    }

    .about-hero-copy {
        max-width: 100%;
    }

    .about-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .about-overview-section {
        padding: 54px 0;
    }

    .about-overview-shell {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-overview-media-column,
    .about-overview-content {
        padding-top: 0;
    }

    .about-overview-image {
        min-height: 340px;
    }

    .about-story-section {
        padding: 56px 0;
    }

    .about-story-shell {
        grid-template-columns: 1fr;
    }

    .about-founder-section {
        padding: 54px 0;
    }

    .about-founder-shell {
        grid-template-columns: 1fr;
    }

    .about-founder-image {
        min-height: 420px;
    }

    .about-founder-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-why-section {
        padding: 56px 0;
    }

    .about-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-results-section {
        padding: 58px 0;
    }

    .about-results-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallerySection {
        padding: 56px 0;
    }

    .about-mission-section {
        padding: 58px 0;
    }

    .about-mission-shell {
        grid-template-columns: 1fr;
    }

    .book-demo-section {
        padding: 58px 20px;
    }

    .book-demo-layout {
        grid-template-columns: 1fr;
    }

    .campus-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .campus-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .campus-cta,
    .campus-gallery-btn {
        width: 100%;
    }

    .testimonial-card {
        flex-basis: calc((100% - 20px) / 2);
    }

    .mentor-card {
        flex-basis: calc(50% - 12px);
        min-width: 240px;
    }
}

@media (max-width: 699.98px) {
    .campus-photos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial-card {
        flex-basis: 100%;
    }

    .mentor-card {
        min-width: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 575.98px) {
    .about-hero-section {
        margin-top: 0;
        padding: 96px 0 42px;
        background-position: center center;
    }

    .about-hero-wrapper {
        padding: 1rem;
        border-radius: 22px;
    }

    .about-hero-copy {
        padding: 1rem;
        border-radius: 20px;
    }

    .about-hero-eyebrow,
    .about-overview-eyebrow {
        font-size: 0.82rem;
        letter-spacing: 0.06em;
    }

    .about-hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .about-hero-subheading {
        font-size: 1rem;
        line-height: 1.62;
    }

    .about-hero-stats,
    .about-overview-facts {
        grid-template-columns: 1fr;
    }

    .about-hero-stat-card {
        border-radius: 18px;
    }

    .about-overview-section {
        padding: 44px 0 54px;
    }

    .about-overview-media-frame {
        padding: 9px;
        border-radius: 22px;
    }

    .about-overview-image {
        min-height: 240px;
        border-radius: 18px;
    }

    .about-overview-float {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .about-overview-copy p {
        font-size: 1rem;
        line-height: 1.82;
    }

    .about-story-section {
        padding: 42px 0 52px;
    }

    .about-founder-section {
        padding: 42px 0 52px;
    }

    .about-story-content-card,
    .about-story-metrics-card,
    .about-story-awards-card {
        border-radius: 20px;
    }

    .about-founder-media-card,
    .about-founder-content-card {
        border-radius: 20px;
    }

    .about-story-content-card,
    .about-story-awards-card {
        padding: 1.2rem;
    }

    .about-founder-media-card,
    .about-founder-content-card {
        padding: 1.2rem;
    }

    .about-story-metrics-card {
        padding: 1rem;
    }

    .about-story-metric-grid {
        grid-template-columns: 1fr;
    }

    .about-story-metric-item {
        min-height: 100px;
    }

    .about-story-copy p,
    .about-story-awards-note {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .about-founder-image {
        min-height: 320px;
    }

    .about-founder-title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .about-founder-copy p,
    .about-founder-quote p {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .about-founder-highlights {
        grid-template-columns: 1fr;
    }

    .about-why-section {
        padding: 42px 0 52px;
    }

    .about-why-title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-why-card {
        border-radius: 20px;
        padding: 1.2rem;
    }

    .about-why-card-copy {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .about-results-section {
        padding: 42px 0 52px;
    }

    .about-results-title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .about-results-subtitle {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .about-results-grid {
        grid-template-columns: 1fr;
    }

    .about-results-card {
        min-height: 0;
        padding: 1.2rem;
        border-radius: 20px;
    }

    .gallerySection {
        padding: 42px 0 52px;
    }

    .about-mission-section {
        padding: 42px 0 52px;
    }

    .about-mission-content-card,
    .about-mission-focus-card {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .about-mission-title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .about-mission-copy p,
    .about-mission-focus-copy {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .book-demo-section {
        padding: 50px 16px;
    }

    .book-demo-header {
        margin-bottom: 32px;
    }

    .bdf-row.two-col {
        grid-template-columns: 1fr;
    }

    .bd-calendar-panel {
        padding: 20px 14px;
    }

    .book-demo-form-wrap {
        padding: 22px 14px;
    }

    .bdf-submit {
        font-size: 0.9rem;
        padding: 11px;
    }

    .galleryContainer {
        padding: 0 16px;
    }

    .galleryContainer h2 {
        margin-bottom: 1.5rem;
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .campus-photos {
        gap: 0.75rem;
    }

    .campus-photo-card {
        border-radius: 16px;
    }

    .campus-feature-card {
        align-items: flex-start;
        padding: 1rem;
        border-radius: 16px;
    }

    .campus-desc,
    .gallerySection .feature-text p {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .campus-social-icons {
        flex-wrap: wrap;
    }

    .about-results-value {
        font-size: 1.55rem;
    }

    .testimonials-section {
        padding: 50px 16px;
    }

    .testimonials-header {
        margin-bottom: 32px;
    }

    .testimonial-card {
        padding: 18px 14px;
    }

    .mentors-section {
        padding: 50px 16px;
    }

    .mentors-header {
        margin-bottom: 32px;
    }

    .mentor-card {
        padding: 18px 14px;
    }

    .mentors-carousel-controls {
        gap: 12px;
        margin-top: 28px;
    }

    .mentors-carousel-btn {
        width: 42px;
        height: 42px;
        font-size: 1.35rem;
    }
}