.home-page {
    background: linear-gradient(135deg, #f7fffd 0%, #ffffff 48%, #f2fbf8 100%);
}

.home-hero {
    position: relative;
    height: 78vh;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(56, 176, 157, 0.18), transparent 42%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.45));
    z-index: 1;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.home-kicker,
.home-section-heading span,
.home-cta-card span {
    display: inline-block;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: rgba(56, 176, 157, 0.11);
    color: #2b9b8a;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.72rem;
    margin-bottom: 0.85rem;
}

.home-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #d8fff8;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.home-hero h1 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin-bottom: 1rem;
}

.home-hero p {
    max-width: 780px;
    margin: 0 auto 1.6rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
    line-height: 1.8;
    font-weight: 500;
}

.home-hero-actions {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.btn-home-primary,
.btn-home-outline,
.btn-home-outline-dark {
    border-radius: 999px;
    padding: 0.78rem 1.45rem;
    font-weight: 900;
}

.btn-home-primary {
    background: #38b09d;
    border: 1px solid #38b09d;
    color: #ffffff;
}

.btn-home-primary:hover {
    background: #2b9b8a;
    border-color: #2b9b8a;
    color: #ffffff;
}

.btn-home-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #ffffff;
}

.btn-home-outline:hover {
    background: #ffffff;
    color: #172033;
}

.btn-home-outline-dark {
    border: 1px solid rgba(23, 32, 51, 0.18);
    color: #172033;
    background: #ffffff;
}

.home-stats-section {
    margin-top: -55px;
    position: relative;
    z-index: 4;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.home-stat-card,
.home-feature-card,
.home-team-card,
.home-achievement-card,
.home-event-card,
.home-empty-card,
.home-cta-card {
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.home-stat-card {
    padding: 1.5rem;
    text-align: center;
}

.home-stat-card h2 {
    color: #38b09d;
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-size: 2.35rem;
    margin: 0;
}

.home-stat-card p {
    color: #697386;
    font-weight: 800;
    margin: 0;
}

.home-section,
.home-partners-section,
.home-cta-section {
    padding: 4.5rem 0;
}

.home-soft-section {
    background: rgba(56, 176, 157, 0.045);
}

.home-section-heading {
    max-width: 760px;
    margin: 0 auto 2rem;
}

.home-section-heading h2,
.home-cta-card h2 {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-size: clamp(1.8rem, 2.6vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 0.55rem;
}

.home-section-heading p,
.home-cta-card p {
    color: #697386;
    font-weight: 500;
    line-height: 1.65;
    margin-bottom: 0;
}

.home-program-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.home-program-image {
    min-height: 390px;
    background: rgba(56, 176, 157, 0.06);
}

.home-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-program-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-program-pill {
    width: fit-content;
    background: rgba(56, 176, 157, 0.1);
    color: #38b09d;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.74rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.home-program-content h3 {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: -0.035em;
}

.home-program-content p {
    color: #697386;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.home-feature-grid,
.home-team-grid,
.home-achievement-grid,
.home-events-grid {
    display: grid;
    gap: 1.25rem;
}

.home-feature-grid {
    grid-template-columns: repeat(4, 1fr);
}

.home-team-grid,
.home-achievement-grid {
    grid-template-columns: repeat(4, 1fr);
}

.home-events-grid {
    grid-template-columns: repeat(3, 1fr);
}

.home-feature-card,
.home-team-card,
.home-achievement-card {
    padding: 1.5rem;
    text-align: center;
}

.home-feature-card i,
.home-empty-card i {
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    background: rgba(56, 176, 157, 0.1);
    color: #38b09d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.home-feature-card h3,
.home-team-card h3,
.home-achievement-card h3,
.home-event-card h3,
.home-empty-card h3 {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-weight: 900;
    font-size: 1.05rem;
}

.home-feature-card p,
.home-achievement-card p,
.home-event-card p,
.home-empty-card p {
    color: #697386;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0;
}

.home-team-avatar {
    width: 112px;
    height: 112px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #38b09d, #d8fff8);
}

.home-team-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover;
}

.home-team-card span,
.home-event-content span,
.home-achievement-card strong {
    display: inline-block;
    color: #38b09d;
    font-weight: 900;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.home-event-card {
    overflow: hidden;
}

.home-event-card img,
.home-event-placeholder {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.home-event-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 176, 157, 0.08);
    color: #38b09d;
    font-size: 2rem;
}

.home-event-content {
    padding: 1.25rem;
}

.home-empty-card {
    max-width: 620px;
    margin: 0 auto;
    padding: 2rem;
}

.partners-marquee {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.35rem;
    padding: 1.5rem 0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.partner-slide {
    width: 190px !important;
    display: flex;
    justify-content: center;
}

.partner-logo-card {
    width: 150px;
    height: 100px;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.partner-logo-card img {
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
}

.partner-logo-large img {
    max-height: 92px;
}

.home-cta-card {
    padding: 3rem 2rem;
    background:
        radial-gradient(circle at top right, rgba(56, 176, 157, 0.12), transparent 35%),
        #ffffff;
}

@media (max-width: 991px) {

    .home-stats-grid,
    .home-feature-grid,
    .home-team-grid,
    .home-achievement-grid,
    .home-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-program-card {
        grid-template-columns: 1fr;
    }

    .home-program-image {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .home-hero {
        height: auto;
        min-height: 520px;
    }

    .home-stats-section {
        margin-top: 1.5rem;
    }

    .home-stats-grid,
    .home-feature-grid,
    .home-team-grid,
    .home-achievement-grid,
    .home-events-grid {
        grid-template-columns: 1fr;
    }

    .home-section,
    .home-partners-section,
    .home-cta-section {
        padding: 3rem 0;
    }

    .home-program-content {
        padding: 1.5rem;
    }

    .btn-home-primary,
    .btn-home-outline,
    .btn-home-outline-dark {
        width: 100%;
        max-width: 260px;
    }
}