.home-hero {
    background: linear-gradient(120deg, #0f172a 0%, #0b7a75 65%, #f59e0b 100%);
}

.home-hero .hero-glow {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(2px);
    opacity: 0.85;
}

.home-section__head {
    margin-inline: auto;
    max-width: 54rem;
}

.home-section__title {
    color: #1f2937;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.home-section__lead {
    color: #64748b;
    margin-bottom: 0;
}

.home-empty-state {
    align-items: center;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px dashed #d7dfe8;
    border-radius: 1rem;
    color: #64748b;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    min-height: 180px;
    padding: 1.75rem;
    text-align: center;
}

.home-empty-state__icon {
    color: #0f6c74;
    font-size: 2.2rem;
}

.home-showcase-card {
    border: 1px solid #e4e9f0;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-showcase-card:hover {
    border-color: #d0d9e3;
    box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.14);
    transform: translateY(-4px);
}

.home-showcase-card:focus-within {
    border-color: #0f6c74;
    box-shadow: 0 0 0 0.2rem rgba(15, 108, 116, 0.18), 0 1rem 2.2rem rgba(15, 23, 42, 0.14);
    transform: translateY(-3px);
}

.home-showcase-card__media {
    aspect-ratio: 16 / 10;
    background: linear-gradient(140deg, #e8eef5 0%, #cad6e3 100%);
    overflow: hidden;
    position: relative;
}

.home-showcase-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.home-showcase-card:hover .home-showcase-card__media img {
    transform: scale(1.04);
}

.home-showcase-card__media-fallback {
    align-items: center;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #dbe7ff;
    display: flex;
    font-size: 2.6rem;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.home-showcase-card--type .home-showcase-card__media-fallback {
    background: linear-gradient(135deg, #0f4c81 0%, #0ea5a1 100%);
    color: #d7f7f7;
}

.home-showcase-card__overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.56) 100%);
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-showcase-card__badge {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    inset-block-start: 0.85rem;
    inset-inline-start: 0.85rem;
    position: absolute;
    z-index: 2;
}

.home-showcase-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.home-showcase-card__description {
    color: #64748b;
    display: -webkit-box;
    line-height: 1.5;
    margin-bottom: 1.1rem;
    min-height: 2.9rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-showcase-card__action {
    position: relative;
    z-index: 1;
}

.home-showcase-card a:focus-visible {
    border-radius: 0.5rem;
    box-shadow: 0 0 0 0.15rem rgba(15, 108, 116, 0.25);
    outline: 0;
}

.home-section--insights {
    padding-top: 0.25rem;
}

.home-insight-card {
    border: 1px solid #e4e9f0;
    box-shadow: 0 0.45rem 1.4rem rgba(15, 23, 42, 0.08);
}

.home-insight-card__title {
    align-items: center;
    color: #1f2937;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 700;
    gap: 0.5rem;
}

.home-insight-card__title i {
    color: #0f6c74;
}

.home-insight-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-insight-item {
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 0.85rem;
    color: inherit;
    display: block;
    padding: 0.85rem 0.9rem;
    text-decoration: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-insight-item:hover {
    border-color: #d0d9e3;
    box-shadow: 0 0.55rem 1.1rem rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.home-insight-item:focus-visible {
    border-color: #0f6c74;
    box-shadow: 0 0 0 0.15rem rgba(15, 108, 116, 0.22);
    outline: 0;
}

.home-insight-item__title {
    color: #1f2937;
    display: -webkit-box;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 0.6rem;
    min-height: 2.75rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-insight-item__meta {
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8rem;
    gap: 0.45rem 0.8rem;
}

.home-insight-item__metric {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    white-space: nowrap;
}

.home-insight-item__metric i {
    color: #0f6c74;
    font-size: 0.78rem;
}

.home-insight-item__metric--date {
    color: #475569;
}

@media (max-width: 991.98px) {
    .home-hero .hero-glow {
        height: 220px;
        width: 220px;
    }
}

@media (max-width: 575.98px) {
    .home-showcase-card__title {
        font-size: 1.05rem;
    }

    .home-insight-item {
        padding: 0.75rem;
    }
}
