/* =========================================================
   WOMEN SHG TRAINING
   MODERN RESPONSIVE DESIGN
========================================================= */

.shg-section {
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(244, 114, 182, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(132, 204, 22, 0.08),
            transparent 30%
        ),
        #f5f7fa;

    padding: 55px 20px;
    font-family: inherit;
}

.shg-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}


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

.shg-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #7c174f 0%,
            #b83280 48%,
            #84cc16 140%
        );

    border-radius: 24px;
    color: white;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
}

.shg-hero::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    right: -100px;
    top: -150px;
}

.shg-hero::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    left: 40%;
    bottom: -180px;
}

.shg-hero-content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
    padding: 48px 55px 40px;
}

.shg-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 14px;

    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.12);

    backdrop-filter: blur(10px);

    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.shg-status-dot {
    width: 8px;
    height: 8px;

    background: #bef264;
    border-radius: 50%;

    box-shadow: 0 0 0 5px rgba(190,242,100,0.12);
}

.shg-title {
    margin: 18px 0 14px;

    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.05;

    font-weight: 900;
    letter-spacing: -0.03em;
}

.shg-title span {
    color: #d9f99d;
}

.shg-hero-text {
    max-width: 700px;

    color: rgba(255,255,255,0.88);

    font-size: 16px;
    line-height: 1.8;
}

.shg-hero-icon {
    flex-shrink: 0;

    width: 145px;
    height: 145px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 40px;

    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.20);

    backdrop-filter: blur(12px);

    font-size: 65px;

    transform: rotate(3deg);
}

.shg-hero-bottom {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(255,255,255,0.18);
}

.shg-hero-bottom div {
    padding: 20px 30px;
}

.shg-hero-bottom div + div {
    border-left: 1px solid rgba(255,255,255,0.18);
}

.shg-hero-bottom span {
    display: block;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;

    color: rgba(255,255,255,0.65);
}

.shg-hero-bottom strong {
    display: block;

    margin-top: 5px;

    font-size: 14px;
}


/* =========================================================
   INTRO
========================================================= */

.shg-intro {
    background: white;

    margin-top: 24px;
    padding: 40px 45px;

    border: 1px solid #e5e7eb;
    border-radius: 20px;

    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.shg-section-label {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #a21caf;

    font-size: 11px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.label-line {
    width: 30px;
    height: 3px;

    background: #ec4899;
    border-radius: 99px;
}

.shg-intro h2,
.shg-impact-heading h2 {
    margin: 12px 0;

    color: #173b32;

    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 850;
}

.shg-intro h2 span,
.shg-impact-heading h2 span {
    color: #a21caf;
}

.shg-intro p {
    max-width: 1100px;

    margin-top: 12px;

    color: #5f6872;

    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
   INFORMATION CARDS
========================================================= */

.shg-info-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 16px;

    margin-top: 18px;
}

.shg-info-card {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 20px;

    background: white;

    border: 1px solid #e5e7eb;
    border-radius: 16px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.shg-info-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 15px 30px rgba(0,0,0,0.07);
}

.shg-info-icon {
    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    font-size: 13px;
    font-weight: 900;
}

.shg-info-icon.pink {
    color: #be185d;
    background: #fce7f3;
}

.shg-info-icon.blue {
    color: #1d4ed8;
    background: #dbeafe;
}

.shg-info-icon.purple {
    color: #7e22ce;
    background: #f3e8ff;
}

.shg-info-icon.orange {
    color: #c2410c;
    background: #ffedd5;
}

.shg-info-card span {
    display: block;

    color: #8a929b;

    font-size: 11px;
}

.shg-info-card strong {
    display: block;

    margin-top: 4px;

    color: #263b35;

    font-size: 14px;
}


/* =========================================================
   TWO COLUMN
========================================================= */

.shg-two-column {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;

    margin-top: 18px;
}

.shg-panel {
    background: white;

    border: 1px solid #e5e7eb;
    border-radius: 20px;

    padding: 30px;

    box-shadow: 0 8px 30px rgba(15,23,42,0.04);
}

.shg-panel-heading {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 25px;
}

.panel-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    font-size: 20px;
}

.pink-bg {
    background: #fce7f3;
}

.purple-bg {
    background: #f3e8ff;
}

.shg-panel-heading h3 {
    margin: 0;

    color: #173b32;

    font-size: 18px;
    font-weight: 800;
}

.shg-panel-heading p {
    margin-top: 3px;

    color: #9ca3af;

    font-size: 11px;
}


/* =========================================================
   OBJECTIVE LIST
========================================================= */

.shg-list {
    display: flex;
    flex-direction: column;

    gap: 13px;
}

.shg-list-item {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    padding: 13px;

    background: #fafafa;

    border-radius: 12px;

    transition: 0.25s ease;
}

.shg-list-item:hover {
    background: #fdf2f8;
}

.shg-list-item span {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fce7f3;
    color: #be185d;

    border-radius: 8px;

    font-size: 10px;
    font-weight: 800;
}

.shg-list-item p {
    margin: 3px 0 0;

    color: #5f6872;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   ACTIVITIES
========================================================= */

.shg-activities {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;
}

.shg-activity {
    padding: 17px;

    background: #fafafa;

    border: 1px solid #f0f0f0;

    border-radius: 13px;

    transition: 0.25s ease;
}

.shg-activity:hover {
    background: #fdf2f8;

    border-color: #fbcfe8;

    transform: translateY(-2px);
}

.shg-activity > div {
    font-size: 24px;
    margin-bottom: 8px;
}

.shg-activity h4 {
    margin: 0;

    color: #34413c;

    font-size: 13px;
    font-weight: 800;
}

.shg-activity p {
    margin-top: 5px;

    color: #8a929b;

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   IMPACT
========================================================= */

.shg-impact {
    margin-top: 18px;

    background: white;

    border: 1px solid #e5e7eb;

    border-radius: 20px;

    padding: 35px;

    box-shadow: 0 8px 30px rgba(15,23,42,0.04);
}

.shg-impact-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.impact-symbol {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: #ecfccb;

    font-size: 28px;
}

.shg-impact-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;

    margin-top: 24px;
}

.shg-impact-card {
    position: relative;

    overflow: hidden;

    min-height: 200px;

    padding: 23px;

    border-radius: 16px;

    border: 1px solid transparent;

    transition: 0.3s ease;
}

.shg-impact-card:hover {
    transform: translateY(-5px);
}

.pink-card {
    background: #fdf2f8;
    border-color: #fbcfe8;
}

.green-card {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.blue-card {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.purple-card {
    background: #faf5ff;
    border-color: #e9d5ff;
}

.impact-number {
    position: absolute;

    top: 14px;
    right: 18px;

    color: rgba(0,0,0,0.08);

    font-size: 28px;
    font-weight: 900;
}

.impact-icon {
    font-size: 30px;
}

.shg-impact-card h3 {
    margin-top: 15px;

    color: #263b35;

    font-size: 14px;
    font-weight: 800;
}

.shg-impact-card p {
    margin-top: 6px;

    color: #6b7280;

    font-size: 12px;
    line-height: 1.7;
}


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

.shg-cta {
    position: relative;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-top: 18px;

    padding: 30px 35px;

    background:
        linear-gradient(
            120deg,
            #173b32,
            #245d4d
        );

    border-radius: 20px;

    color: white;
}

.shg-cta::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    top: -90px;

    border-radius: 50%;

    background: rgba(190,242,100,0.12);
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content > span {
    font-size: 10px;

    color: #bef264;

    font-weight: 800;

    letter-spacing: 0.1em;
}

.cta-content h2 {
    margin-top: 7px;

    font-size: 22px;
    line-height: 1.3;

    font-weight: 800;
}

.cta-content h2 strong {
    color: #bef264;
}

.cta-content p {
    margin-top: 5px;

    color: #cde4dc;

    font-size: 12px;
}

.shg-cta-button {
    position: relative;
    z-index: 2;

    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 12px 20px;

    background: #bef264;
    color: #173b32;

    border-radius: 10px;

    font-size: 12px;
    font-weight: 800;

    text-decoration: none;

    transition: 0.25s ease;
}

.shg-cta-button:hover {
    background: #d9f99d;

    transform: translateX(3px);
}

.shg-cta-button span {
    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .shg-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shg-impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shg-hero-content {
        padding: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .shg-section {
        padding: 35px 14px;
    }

    .shg-hero {
        border-radius: 18px;
    }

    .shg-hero-content {
        flex-direction: column;
        align-items: flex-start;

        padding: 30px 24px 28px;

        gap: 25px;
    }

    .shg-title {
        font-size: 36px;
    }

    .shg-hero-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .shg-hero-icon {
        position: absolute;

        right: 20px;
        top: 25px;

        width: 65px;
        height: 65px;

        border-radius: 18px;

        font-size: 28px;

        opacity: 0.9;
    }

    .shg-hero-bottom {
        grid-template-columns: 1fr;
    }

    .shg-hero-bottom div {
        padding: 14px 24px;
    }

    .shg-hero-bottom div + div {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.18);
    }

    .shg-intro {
        padding: 27px 22px;
        border-radius: 17px;
    }

    .shg-intro h2 {
        font-size: 25px;
    }

    .shg-info-grid {
        grid-template-columns: 1fr;
    }

    .shg-two-column {
        grid-template-columns: 1fr;
    }

    .shg-panel {
        padding: 24px 20px;
        border-radius: 17px;
    }

    .shg-activities {
        grid-template-columns: 1fr;
    }

    .shg-impact {
        padding: 25px 20px;
        border-radius: 17px;
    }

    .shg-impact-heading {
        align-items: flex-start;
    }

    .impact-symbol {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .shg-impact-grid {
        grid-template-columns: 1fr;
    }

    .shg-impact-card {
        min-height: auto;
    }

    .shg-cta {
        flex-direction: column;
        align-items: flex-start;

        padding: 27px 22px;

        border-radius: 17px;
    }

    .cta-content h2 {
        font-size: 20px;
    }

    .shg-cta-button {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .shg-section {
        padding: 25px 10px;
    }

    .shg-title {
        font-size: 31px;
    }

    .shg-badge {
        font-size: 10px;
        padding: 7px 11px;
    }

    .shg-hero-content {
        padding: 25px 18px;
    }

    .shg-hero-bottom div {
        padding: 13px 18px;
    }

    .shg-intro {
        padding: 23px 18px;
    }

    .shg-panel {
        padding: 20px 16px;
    }

    .shg-impact {
        padding: 22px 16px;
    }

}
/* =========================================================
   REVEAL ANIMATION
========================================================= */

.shg-reveal {
    opacity: 0;
    transform: translateY(20px);

    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.shg-reveal-show {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

    .shg-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

}