
.epa-home-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    overflow: hidden;
    padding: 28px 32px;
    margin-top: 8px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    box-shadow: 0 20px 42px rgba(15,118,110,.16);
}
.epa-home-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6,24,35,.28) 0%, rgba(6,24,35,.14) 38%, rgba(6,24,35,.04) 64%, rgba(6,24,35,0) 100%);
    pointer-events: none;
}
.epa-home-intro::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -68px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    box-shadow: -92px -24px 0 0 rgba(255,255,255,.05);
    pointer-events: none;
}
.epa-home-intro__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}
.epa-home-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .34rem .78rem;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    color: #f0fdfa;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.epa-home-intro h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.4vw, 2.05rem);
    line-height: 1.18;
    font-weight: 900;
    max-width: 720px;
}
.epa-home-intro p {
    margin: 0;
    max-width: 720px;
    color: rgba(255,255,255,.93);
    font-size: .98rem;
    line-height: 1.65;
}
.epa-home-intro__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.epa-home-intro__badges span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 36px;
    padding: .44rem .76rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 700;
    font-size: .87rem;
}
.epa-home-intro__badges i { color: #d1fae5; }
.epa-home-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}
.epa-home-intro__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .58rem;
    min-height: 46px;
    padding: .75rem 1.08rem;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 800;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.epa-home-intro__btn:hover { transform: translateY(-1px); }
.epa-home-intro__btn--primary {
    background: #facc15;
    color: #1f2937;
    box-shadow: 0 12px 22px rgba(250,204,21,.24);
}
.epa-home-intro__btn--primary:hover { color: #111827; background: #fbbf24; }
.epa-home-intro__btn--ghost {
    color: #ffffff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
}
.epa-home-intro__btn--ghost:hover { color: #ffffff; background: rgba(255,255,255,.14); }

@media (max-width: 991.98px) {
    .epa-home-intro {
        padding: 24px 22px;
        border-radius: 22px;
        margin-top: 10px;
    }
    .epa-home-intro::before {
        background: linear-gradient(180deg, rgba(6,24,35,.24) 0%, rgba(6,24,35,.14) 44%, rgba(6,24,35,.08) 100%);
    }
    .epa-home-intro__content { max-width: none; }
    .epa-home-intro h1 { max-width: none; }
}

@media (max-width: 575.98px) {
    .epa-home-intro {
        padding: 20px 18px;
        border-radius: 20px;
        margin-top: 8px;
    }
    .epa-home-intro::after {
        width: 132px;
        height: 132px;
        right: -42px;
        bottom: -42px;
        box-shadow: -70px -16px 0 0 rgba(255,255,255,.05);
    }
    .epa-home-intro__eyebrow {
        font-size: .77rem;
        min-height: 30px;
        margin-bottom: 10px;
    }
    .epa-home-intro h1 {
        font-size: 1.38rem;
        line-height: 1.22;
        max-width: none;
    }
    .epa-home-intro p {
        font-size: .92rem;
        line-height: 1.58;
        max-width: none;
    }
    .epa-home-intro__badges {
        gap: 8px;
        margin-top: 15px;
    }
    .epa-home-intro__badges span {
        width: 100%;
        justify-content: flex-start;
        font-size: .83rem;
        min-height: 35px;
        padding: .44rem .70rem;
    }
    .epa-home-intro__actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 16px;
    }
    .epa-home-intro__btn {
        width: 100%;
        min-height: 44px;
    }
}
