html,
body {
    background:
        radial-gradient(circle at 12% 8%, rgba(13,110,253,.07), transparent 26%),
        radial-gradient(circle at 88% 24%, rgba(22,131,255,.06), transparent 24%),
        #f8fbff;
    color: #1f2a37;
}

.site-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 68px 0 72px;
    background:
        radial-gradient(circle at 16% 30%, rgba(22,131,255,.16), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(8,102,216,.10), transparent 26%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 62%);
    border-bottom: 1px solid rgba(8,42,101,.08);
}

.about-hero::after {
    content: "";
    position: absolute;
    right: -150px;
    top: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(8,102,216,.075);
    pointer-events: none;
}

.about-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.breadcrumb-clean {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(234,244,255,.92);
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.breadcrumb-clean a {
    color: #075bbb;
    text-decoration: none;
}

.breadcrumb-clean a:hover {
    text-decoration: underline;
}

.breadcrumb-clean span {
    color: #4775aa;
}

.about-kicker,
.about-card-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.about-kicker {
    margin-bottom: 18px;
}

.about-hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: #071b46;
    margin-bottom: 20px;
    max-width: 1160px;
}

.about-hero p {
    font-size: 18px;
    line-height: 1.72;
    color: #59667d;
    margin-bottom: 0;
    max-width: 100%;
}

/* =========================================================
   COMMON BACKGROUND BELOW HERO
========================================================= */

.mission-section,
.team-section,
.about-main-section,
.stats-section,
.about-cta-section {
    background: transparent !important;
    border: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

.about-main-section + .stats-section,
.stats-section + .about-cta-section {
    margin-top: 0 !important;
}

/* =========================================================
   SHARED SECTION TITLES
========================================================= */

.section-heading {
    max-width: 820px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 12px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.section-heading h2 {
    color: #08294d;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-top: 18px;
    margin-bottom: 14px;
}

.section-heading p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin-bottom: 0;
    max-width: 100%;
}

/* =========================================================
   MISSION
========================================================= */

.mission-section {
    margin-top: 0;
    padding-top: 46px;
    padding-bottom: 42px;
    z-index: 3;
}

.mission-panel {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 22px 60px rgba(8,42,101,.10);
    backdrop-filter: blur(18px);
}

.value-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(8,41,77,.07);
    transition: all .25s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 65px rgba(8,41,77,.12);
}

.icon-bubble {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.icon-bubble img {
    width: 30px;
    height: 30px;
}

.value-card h3 {
    color: #08294d;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.value-card p {
    color: #667085;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
   TEAM SECTION
========================================================= */

.team-section {
    padding: 26px 0 62px;
    z-index: 3;
}

.team-grid > [class*="col-"] {
    display: flex;
}

.team-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
    color: #071b46;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(8,41,77,.075);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13,110,253,.24);
    box-shadow: 0 28px 70px rgba(8,41,77,.13);
}

.team-card-button {
    padding: 0;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.team-card-button:focus {
    outline: none;
}

.team-card-button:focus-visible {
    outline: 4px solid rgba(13,110,253,.18);
    outline-offset: 4px;
}

.team-photo {
    position: relative;
    width: 100%;
    height: 285px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef6ff, #ffffff);
}

.team-photo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.94));
    pointer-events: none;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .35s ease;
}

.team-card:hover .team-photo img {
    transform: scale(1.045);
}

.team-body {
    flex: 1;
    padding: 22px 22px 24px;
}

.team-body h3 {
    color: #08294d;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.025em;
    margin: 0 0 10px;
}

.team-body span {
    display: inline-flex;
    color: #075bbb;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

.team-body p {
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.team-body small {
    display: inline-flex;
    margin-top: 14px;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 800;
}

/* =========================================================
   TEAM MODAL
========================================================= */

.team-modal .modal-content {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 36px 100px rgba(8,41,77,.28);
}

.team-modal .modal-header {
    align-items: flex-start;
    gap: 18px;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(8,42,101,.08);
    background:
        radial-gradient(circle at 12% 12%, rgba(13,110,253,.09), transparent 32%),
        linear-gradient(135deg, #ffffff, #f7fbff);
}

.team-modal .btn-close {
    margin-top: 4px;
}

.modal-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 800;
    font-size: 12.5px;
    margin-bottom: 10px;
}

.team-modal .modal-title {
    color: #08294d;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.04em;
    margin: 0;
}

.team-modal .modal-body {
    padding: 32px;
    background: #fff;
}

.team-modal .modal-footer {
    border-top: 1px solid rgba(8,42,101,.08);
    padding: 20px 32px;
    background: #fff;
}

.modal-photo {
    height: 100%;
    min-height: 480px;
    overflow: hidden;
    border-radius: 26px;
    background: #eef6ff;
    box-shadow: 0 18px 48px rgba(8,41,77,.10);
}

.modal-photo img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.coordinator-content {
    padding: 4px 0;
}

.coordinator-content h2 {
    color: #4b4dd8;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.055em;
    margin: 0 0 30px;
}

.cv-block {
    padding: 0 0 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(8,42,101,.08);
}

.cv-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cv-block h3 {
    color: #075bbb;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 8px;
}

.cv-block p {
    color: #5865cf;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
   MAIN ABOUT SECTION
========================================================= */

.about-main-section {
    padding: 20px 0 62px;
}

.about-story-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 22px 60px rgba(8,41,77,.08);
}

.about-story-card .about-card-kicker {
    margin-bottom: 18px;
}

.about-story-card h2 {
    color: #08294d;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.about-story-card p {
    color: #667085;
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 16px;
}

.about-story-card p:last-of-type {
    margin-bottom: 26px;
}

.about-story-actions {
    margin-top: 6px;
}

.site-btn-primary {
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    box-shadow: 0 14px 35px rgba(13,110,253,.25);
}

.site-btn-primary span {
    margin-left: 6px;
}

.side-stack {
    height: 100%;
    display: grid;
    gap: 24px;
}

/* =========================================================
   QUOTE
========================================================= */

.quote-card {
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(160deg, #08294d, #0d6efd);
    color: #fff;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 30px 80px rgba(8,41,77,.22);
}

.quote-mark {
    font-size: 72px;
    line-height: 1;
    font-weight: 800;
    opacity: .35;
}

.quote-card p {
    color: rgba(255,255,255,.94);
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
}

.quote-card hr {
    border-color: rgba(255,255,255,.25);
    margin: 26px 0;
}

.quote-card strong {
    display: block;
    font-size: 17px;
}

.quote-card span {
    display: block;
    color: rgba(255,255,255,.72);
    margin-top: 4px;
}

/* =========================================================
   MILESTONES
========================================================= */

.milestones-card {
    background: #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 22px 60px rgba(8,41,77,.08);
}

.milestones-card h3 {
    color: #08294d;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.milestone-list {
    display: grid;
    gap: 14px;
}

.milestone-item {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 20px;
    padding: 16px 18px;
}

.milestone-item img {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.milestone-item span {
    color: #26364a;
    font-weight: 700;
    line-height: 1.45;
}

/* =========================================================
   STATS - SIMPLE CLEAN BAND
========================================================= */

.stats-section {
    padding: 0 0 62px;
}

.stats-simple-panel {
    overflow: hidden;
    background: #08294d;
    color: #fff;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(8,41,77,.18);
}

.stat-simple-item {
    min-height: 190px;
    padding: 34px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stats-simple-panel .col-6:nth-child(4n) .stat-simple-item {
    border-right: 0;
}

.stat-simple-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.stat-simple-item strong {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

.stat-simple-item span {
    display: block;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.35;
    max-width: 170px;
}

/* =========================================================
   CTA
========================================================= */

.about-cta-section {
    padding: 0 0 70px;
}

.about-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background:
        radial-gradient(circle at 20% 20%, rgba(13,110,253,.10), transparent 32%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 28px;
    padding: 36px 40px;
    box-shadow: 0 22px 60px rgba(8,41,77,.08);
}

.about-cta-card h2 {
    color: #08294d;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.about-cta-card p {
    color: #667085;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .team-photo {
        height: 265px;
    }
}

@media (max-width: 991px) {
    .about-hero {
        padding: 64px 0 68px;
    }

    .mission-section {
        margin-top: 0;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .team-section {
        padding: 20px 0 54px;
    }

    .mission-panel,
    .about-story-card,
    .milestones-card,
    .quote-card {
        border-radius: 24px;
    }

    .mission-panel {
        padding: 32px;
    }

    .about-story-card {
        padding: 34px;
    }

    .about-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .stats-simple-panel .col-6:nth-child(2) .stat-simple-item {
        border-right: 0;
    }

    .stats-simple-panel .col-6:nth-child(1) .stat-simple-item,
    .stats-simple-panel .col-6:nth-child(2) .stat-simple-item {
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .modal-photo,
    .modal-photo img {
        min-height: 360px;
    }

    .coordinator-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .site-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-hero {
        padding: 58px 0 62px;
    }

    .mission-section {
        padding-top: 36px;
    }

    .about-hero h1 {
        font-size: 44px;
    }

    .about-hero p {
        font-size: 16.5px;
    }

    .mission-panel,
    .about-story-card,
    .milestones-card,
    .quote-card,
    .stats-simple-panel,
    .about-cta-card,
    .team-card {
        border-radius: 22px;
    }

    .mission-panel,
    .about-story-card,
    .milestones-card,
    .quote-card,
    .about-cta-card {
        padding: 26px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .section-heading p {
        font-size: 17px;
    }

    .value-card {
        border-radius: 22px;
        padding: 26px;
    }

    .team-photo {
        height: 300px;
    }

    .team-modal .modal-header,
    .team-modal .modal-body,
    .team-modal .modal-footer {
        padding-left: 22px;
        padding-right: 22px;
    }

    .team-modal .modal-content {
        border-radius: 24px;
    }

    .coordinator-content h2 {
        font-size: 36px;
    }

    .cv-block p {
        font-size: 14px;
    }

    .stat-simple-item {
        min-height: 165px;
        padding: 26px 16px;
    }

    .stat-simple-item img {
        width: 36px;
        height: 36px;
        margin-bottom: 14px;
    }

    .stat-simple-item strong {
        font-size: 34px;
    }

    .stat-simple-item span {
        font-size: 13.5px;
    }
}

@media (max-width: 575px) {
    .site-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-hero {
        padding: 52px 0 56px;
    }

    .mission-section {
        padding-top: 30px;
    }

    .breadcrumb-clean {
        font-size: 13px;
        padding: 7px 12px;
        margin-bottom: 12px;
    }

    .about-kicker,
    .about-card-kicker {
        font-size: 12.5px;
        padding: 7px 12px;
    }

    .about-hero h1 {
        font-size: 40px;
        margin-bottom: 14px;
    }

    .about-hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .mission-panel,
    .about-story-card,
    .milestones-card,
    .quote-card,
    .about-cta-card {
        padding: 22px;
    }

    .team-section {
        padding-bottom: 44px;
    }

    .team-photo {
        height: 320px;
    }

    .team-body {
        padding: 20px;
    }

    .team-body h3 {
        font-size: 17px;
    }

    .about-story-card p {
        font-size: 16px;
        line-height: 1.75;
    }

    .quote-card p {
        font-size: 18px;
    }

    .modal-photo,
    .modal-photo img {
        min-height: 300px;
    }

    .coordinator-content h2 {
        font-size: 32px;
    }

    .stat-simple-item {
        min-height: 150px;
        padding: 22px 12px;
    }

    .stat-simple-item strong {
        font-size: 30px;
    }

    .stat-simple-item span {
        font-size: 13px;
    }
}