/* =========================================================
   Nexroot Home Page — Safe Refinements
   Append after the existing site stylesheet.
   ========================================================= */

.home-hero {
    min-height: min(900px, 100svh);
}

.home-hero-image {
    object-position: center;
}

.hero-card-progress-value {
    width: 88%;
}

.section-heading-copy {
    max-width: 880px;
}

.home-card-grid {
    margin-top: 1.25rem;
}

.products-section .section-description {
    max-width: 720px;
}

.product-placeholder img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.industry-name {
    min-width: 0;
    font-weight: 600;
}

.approach-link {
    display: inline-flex;
    margin-top: 1.5rem;
}

.article-card h3 {
    margin: 1rem 0;
    font-size: 1.45rem;
    line-height: 1.45;
}

.article-card h3 a {
    color: var(--nx-text);
    text-decoration: none;
}

.article-card h3 a:hover,
.article-card h3 a:focus-visible {
    color: var(--nx-secondary);
}

.article-image {
    position: relative;
}

.article-featured-badge {
    position: absolute;
    top: 1rem;
    inset-inline-start: 1rem;
    padding: 0.42rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(15, 91, 70, 0.92);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.article-image-placeholder img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.home-insights .section-heading h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.15;
}

.home-insights .section-heading p {
    max-width: 720px;
}

@media (min-width: 1200px) {
    .hero-intelligence-card {
        max-width: 430px;
        margin-inline-start: auto;
    }
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height: auto;
        padding-top: 8.5rem;
    }

    .hero-intelligence-card {
        max-width: 620px;
    }

    .home-card-grid {
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: clamp(2.8rem, 13vw, 4.2rem);
        line-height: 1.08;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.85;
    }

    .hero-trust-row {
        margin-top: 2rem;
    }

    .hero-intelligence-card {
        border-radius: 22px;
    }

    .statistic-item {
        min-height: 130px;
        padding: 1.8rem 1rem;
    }

    .home-insights .section-heading h2 {
        font-size: 2.25rem;
    }
}
