.sections-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(56, 176, 157, 0.12), transparent 28%),
        linear-gradient(135deg, #f7fffd 0%, #ffffff 48%, #f2fbf8 100%);
}

.sections-hero-section {
    position: relative;
    min-height: 285px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(56, 176, 157, 0.18), transparent 32%),
        linear-gradient(135deg, #ecfffb 0%, #ffffff 55%, #f5fffd 100%);
    overflow: hidden;
    border-bottom: 1px solid rgba(56, 176, 157, 0.08);
}

.sections-hero-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.sections-bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(56, 176, 157, 0.09);
    pointer-events: none;
}

.sections-bg-circle.circle-one {
    width: 260px;
    height: 260px;
    right: -80px;
    top: 25px;
}

.sections-bg-circle.circle-two {
    width: 170px;
    height: 170px;
    left: -60px;
    bottom: -60px;
}

.sections-kicker {
    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;
}

.sections-main-title {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-size: clamp(2.15rem, 3.4vw, 3.65rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
    margin-bottom: 0.75rem;
}

.sections-hero-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #697386;
    font-size: 0.98rem;
    line-height: 1.75;
    font-weight: 500;
}

.sections-content {
    padding-top: 2.75rem;
    padding-bottom: 5rem;
}

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

.sections-section-heading span {
    display: inline-block;
    color: #38b09d;
    font-weight: 900;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

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

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

.sections-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 1.25rem;
    justify-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.section-unit-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.25rem;
    padding: 1.55rem 1.25rem;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
    transition: 0.25s ease;
    overflow: hidden;
    height: 100%;
}

.section-unit-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #38b09d, #8be0d0);
}

.section-unit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
}

.section-icon {
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    background: rgba(56, 176, 157, 0.10);
    color: #38b09d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin: 0 auto 1rem;
}

.section-role-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 176, 157, 0.09);
    color: #38b09d;
    border: 1px solid rgba(56, 176, 157, 0.13);
    border-radius: 999px;
    padding: 0.38rem 0.8rem;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    min-height: 30px;
    margin-bottom: 1rem;
}

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

.section-leader-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
}

.section-lead-label {
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
}

.section-unit-card h3 {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: -0.015em;
    margin-bottom: 0.7rem;
}

.section-unit-card p {
    color: #697386;
    line-height: 1.65;
    font-weight: 500;
    font-size: 0.88rem;
    margin-bottom: 0;
}

.sections-no-data {
    max-width: 620px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.sections-no-data i {
    color: #38b09d;
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

.sections-no-data h3 {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-weight: 900;
}

.sections-no-data p {
    color: #697386;
    margin-bottom: 0;
}

.sections-empty-state {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(56, 176, 157, 0.18), transparent 32%),
        linear-gradient(135deg, #ecfffb 0%, #ffffff 55%, #f5fffd 100%);
}

.sections-empty-card {
    max-width: 720px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(56, 176, 157, 0.12);
    border-radius: 1.4rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.sections-empty-icon {
    width: 58px;
    height: 58px;
    border-radius: 1rem;
    background: rgba(56, 176, 157, 0.11);
    color: #38b09d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    margin: 0 auto 1rem;
}

.sections-empty-image {
    max-width: 210px;
}

.sections-empty-card h2 {
    font-family: "Outfit", sans-serif;
    color: #172033;
    font-weight: 900;
    letter-spacing: -0.035em;
    margin-bottom: 1rem;
}

.sections-empty-card p {
    max-width: 620px;
    margin: 0 auto;
    color: #697386;
    line-height: 1.75;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .sections-grid {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        max-width: 850px;
    }
}

@media (max-width: 991px) {
    .sections-hero-section {
        min-height: 255px;
    }

    .sections-hero-container {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .sections-content {
        padding-top: 2.5rem;
    }

    .sections-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        max-width: 580px;
    }
}

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

    .sections-hero-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sections-main-title {
        letter-spacing: -0.035em;
    }

    .sections-hero-subtitle {
        font-size: 0.95rem;
    }

    .section-unit-card,
    .sections-no-data,
    .sections-empty-card {
        padding: 1.4rem;
    }

    .section-leader-avatar-wrap {
        width: 108px;
        height: 108px;
    }

    .sections-grid {
        grid-template-columns: 1fr;
        max-width: 330px;
    }
}