/* Latest News & Announcements */

.hp-news {
    position: relative;
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background: linear-gradient(180deg, #fff 0%, #f8faf9 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.hp-news__glow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(255, 170, 0, 0.08), transparent 65%);
    pointer-events: none;
}

.hp-news .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
}

.hp-news__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0.25rem;
}

.hp-news__head-main {
    flex: 1 1 420px;
    max-width: 640px;
}

.hp-news__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #9a7209 !important;
    background: rgba(255, 170, 0, 0.1);
    border: 1px solid rgba(255, 170, 0, 0.25);
}

.hp-news__head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.12;
    color: #0f172a !important;
}

.hp-news__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b !important;
}

.hp-news__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    color: #087a42 !important;
    border: 1px solid rgba(0, 168, 85, 0.35);
    background: #fff;
    white-space: nowrap;
}

.hp-news__cta:hover {
    background: #00a855;
    border-color: #00a855;
    color: #fff !important;
}

.hp-scroll--news .hp-scroll__track {
    padding-left: max(1.25rem, calc((100vw - 1320px) / 2 + 1.25rem));
    padding-right: 1.25rem;
    gap: 18px;
    align-items: stretch;
}

.hp-news-card {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #0f172a !important;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hp-news-card:hover {
    color: #0f172a !important;
    transform: translateY(-6px);
    border-color: rgba(0, 168, 85, 0.35);
    box-shadow: 0 14px 32px rgba(0, 168, 85, 0.1);
}

.hp-news-card__media {
    position: relative;
    height: 170px;
    background-size: cover;
    background-position: center;
    background-color: #e2e8f0;
}

.hp-news-card__date {
    position: absolute;
    top: 14px;
    left: 14px;
    min-width: 52px;
    padding: 8px 10px;
    border-radius: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 168, 85, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.hp-news-card__date strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    color: #0f172a !important;
    line-height: 1;
}

.hp-news-card__date span {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: #087a42 !important;
}

.hp-news-card__body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.hp-news-card__tag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #9a7209 !important;
}

.hp-news-card__body h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.25;
    color: #0f172a !important;
}

.hp-news-card__body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b !important;
}

@media (max-width: 575px) {
    .hp-news-card {
        flex-basis: min(280px, 88vw);
    }
}
