.alumni-banner {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.alumni-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(7, 23, 40, 0.88) 0%, rgba(7, 23, 40, 0.66) 46%, rgba(7, 23, 40, 0.22) 100%);
}

.alumni-banner-copy {
    padding: 24px 28px;
    backdrop-filter: blur(10px);
}

.alumni-banner-note {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(10px);
}

.alumni-banner-note strong {
    display: block;
    margin: 16px 0 10px;
    font-size: 28px;
    line-height: 1.1;
}

.alumni-banner-note p,
.alumni-banner-copy p {
    line-height: 1.8;
}

.alumni-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.16);
    color: #ffc107;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.alumni-pill-solid {
    background: #002349;
    color: #fff;
}

.alumni-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
}

.alumni-voices-section,
.alumni-info-section,
.alumni-form-section {
    position: relative;
    padding: 88px 0;
}

.alumni-voices-section {
    /* background: linear-gradient(180deg, #fffdfa 0%, #f5f8fb 100%); */
}

.alumni-story-shell {
    position: relative;
}

.alumni-story-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 64px rgba(0, 35, 73, 0.12);
}

.alumni-story-photo-wrap {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.alumni-story-photo {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.alumni-story-photo-badge {
    position: absolute;
    left: 24px;
    top: 24px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 35, 73, 0.84);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.alumni-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 42px;
}

.alumni-story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.alumni-story-batch {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.alumni-story-content h3 {
    margin-bottom: 8px;
    color: #002349;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}

.alumni-story-content h4 {
    margin-bottom: 10px;
    color: #173b69;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.alumni-story-role {
    color: #7a8696;
    font-size: 15px;
    font-weight: 600;
}

.alumni-story-content blockquote {
    margin: 0;
    color: #394858;
    font-size: 16px;
    line-height: 1.95;
    border-left: 4px solid rgba(0, 35, 73, 0.14);
    padding-left: 20px;
}

.alumni-story-signature {
    margin-top: 22px;
    color: #002349;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.alumni-story-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.alumni-story-nav {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #002349;
    box-shadow: 0 12px 26px rgba(0, 35, 73, 0.12);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alumni-story-nav:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 35, 73, 0.16);
}

.alumni-story-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.alumni-story-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 35, 73, 0.2);
    opacity: 1;
}

.alumni-story-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #ffc107;
}

.alumni-info-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.alumni-info-card {
    padding: 32px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(0, 35, 73, 0.08);
    border: 1px solid rgba(0, 35, 73, 0.08);
}

.alumni-info-card-main {
    background: linear-gradient(180deg, #fffefc 0%, #f7f3eb 100%);
}

.alumni-info-card h4,
.alumni-form-side h4 {
    margin: 18px 0 14px;
    color: #002349;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.alumni-info-card p,
.alumni-form-side p {
    color: #5f6f80;
    line-height: 1.9;
}

.alumni-table thead th {
    padding: 16px 18px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.alumni-table tbody td {
    padding: 16px 18px;
}

.alumni-form-section {
    background: linear-gradient(180deg, #fff9ef 0%, #f4f8fb 100%);
}

.alumni-form-side {
    padding: 34px 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, #0f2745 0%, #17385d 100%);
    box-shadow: 0 28px 64px rgba(0, 35, 73, 0.18);
    color: #fff;
}

.alumni-form-side h4,
.alumni-form-side p {
    color: #fff;
}

.alumni-form-side p {
    color: rgba(255, 255, 255, 0.8);
}

.alumni-form-notes {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.alumni-form-notes div {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.alumni-form-notes strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.alumni-form-notes span {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.alumni-form-shell {
    border-radius: 28px !important;
    box-shadow: 0 28px 64px rgba(0, 35, 73, 0.12) !important;
    border: 1px solid rgba(0, 35, 73, 0.08);
}

.alumni-form-grid .form-label {
    color: #002349;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.alumni-form-grid .form-control,
.alumni-form-grid .form-select {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(0, 35, 73, 0.12);
    padding: 14px 16px;
    box-shadow: none;
}

.alumni-form-grid textarea.form-control {
    min-height: 118px;
}

.alumni-form-grid .form-control:focus,
.alumni-form-grid .form-select:focus {
    border-color: rgba(255, 193, 7, 0.86);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
}

.alumni-radio-card {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(0, 35, 73, 0.04);
    border: 1px solid rgba(0, 35, 73, 0.07);
}

.alumni-submit-btn {
    min-width: 240px;
    padding: 14px 28px;
    background: linear-gradient(90deg, #002349 0%, #0f4c81 100%);
    border: 0;
}

.alumni-submit-btn:hover {
    background: linear-gradient(90deg, #0f4c81 0%, #002349 100%);
}

@media (max-width: 991px) {
    .alumni-voices-section,
    .alumni-info-section,
    .alumni-form-section {
        padding: 72px 0;
    }

    .alumni-story-content,
    .alumni-info-card,
    .alumni-form-side,
    .alumni-form-shell {
        padding: 24px;
    }

    .alumni-story-photo {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .alumni-banner-copy {
        padding: 20px;
    }

    .alumni-story-content h3,
    .alumni-info-card h4,
    .alumni-form-side h4 {
        font-size: 26px;
    }

    .alumni-story-content {
        padding: 24px 20px;
    }

    .alumni-story-photo {
        min-height: 280px;
    }

    .alumni-story-controls {
        gap: 12px;
    }

    .alumni-submit-btn {
        width: 100%;
    }
}
