/* =====================================================
   Norwood Hero Widget — Frontend Styles
   ===================================================== */

.nh-widget-wrapper {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #1a2742;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.nh-hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f7fa;
    padding: 60px;
    min-height: 420px;
    gap: 40px;
    overflow: hidden;
    position: relative;
}

.nh-hero-content {
    flex: 0 0 45%;
    max-width: 45%;
    z-index: 2;
}

.nh-hero-heading {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a2742;
    margin: 0 0 18px 0;
    letter-spacing: -0.5px;
}

.nh-hero-desc {
    font-size: 1rem;
    color: #4a5568;
    margin: 0 0 30px 0;
    max-width: 420px;
    line-height: 1.7;
}

.nh-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.nh-hero-image {
    flex: 0 0 52%;
    max-width: 52%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.nh-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.nh-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
    letter-spacing: 0.01em;
}

.nh-btn:hover {
    transform: translateY(-1px);
}

.nh-btn i,
.nh-btn svg {
    font-size: 0.9em;
    flex-shrink: 0;
}

.nh-btn-primary {
    background-color: #1a2742;
    color: #ffffff;
    border-color: #1a2742;
}

.nh-btn-primary:hover {
    background-color: #2d3f6b;
    border-color: #2d3f6b;
    color: #ffffff;
}

.nh-btn-secondary {
    background-color: transparent;
    color: #1a2742;
    border-color: #1a2742;
}

.nh-btn-secondary:hover {
    background-color: #1a2742;
    color: #ffffff;
}

/* =====================================================
   FEATURES STRIP
   ===================================================== */
.nh-features-strip {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 32px 60px;
    background: #ffffff;
    border-top: 1px solid #e8ecf2;
    border-bottom: 1px solid #e8ecf2;
}

.nh-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex: 1 1 120px;
    max-width: 140px;
}

.nh-feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #d0d8e8;
    border-radius: 50%;
    background: #f8fafc;
}

.nh-feature-icon i {
    font-size: 1.4rem;
    color: #1a2742;
}

.nh-feature-icon svg {
    width: 22px;
    height: 22px;
    color: #1a2742;
}

.nh-feature-text {
    font-size: 0.78rem;
    color: #1a2742;
    font-weight: 500;
    line-height: 1.4;
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.nh-about-section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 60px;
    background: #ffffff;
}

.nh-about-content {
    flex: 0 0 46%;
    max-width: 46%;
}

.nh-about-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a9bb5;
    margin: 0 0 12px 0;
}

.nh-about-heading {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a2742;
    margin: 0 0 22px 0;
    letter-spacing: -0.3px;
}

.nh-about-desc p {
    font-size: 0.92rem;
    color: #4a5568;
    margin: 0 0 14px 0;
    line-height: 1.7;
}

.nh-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    background-color: #1a2742;
    color: #ffffff;
    border-radius: 6px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
    transition: background 0.25s ease, transform 0.15s ease;
    border: 2px solid #1a2742;
}

.nh-about-btn:hover {
    background-color: #2d3f6b;
    border-color: #2d3f6b;
    color: #ffffff;
    transform: translateY(-1px);
}

.nh-about-image {
    flex: 0 0 50%;
    max-width: 50%;
}

.nh-about-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* =====================================================
   COVERAGE SECTION
   ===================================================== */
.nh-coverage-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    background: #1a2742;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.nh-coverage-content {
    flex: 0 0 42%;
    z-index: 2;
    position: relative;
}

.nh-coverage-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a9bb5;
    margin: 0 0 10px 0;
}

.nh-coverage-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.nh-coverage-desc {
    font-size: 0.92rem;
    color: #b0bec5;
    margin: 0;
    line-height: 1.7;
    max-width: 340px;
}

.nh-coverage-skyline {
    flex: 0 0 55%;
    max-width: 55%;
    opacity: 0.6;
}

.nh-coverage-skyline svg {
    width: 100%;
    height: auto;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
    .nh-hero-section,
    .nh-about-section,
    .nh-coverage-section {
        padding: 40px;
    }
    .nh-features-strip {
        padding: 24px 40px;
    }
    .nh-hero-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .nh-hero-section,
    .nh-about-section,
    .nh-coverage-section {
        flex-direction: column;
        padding: 32px 24px;
        text-align: center;
    }

    .nh-hero-content,
    .nh-hero-image,
    .nh-about-content,
    .nh-about-image,
    .nh-coverage-content,
    .nh-coverage-skyline {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nh-hero-heading { font-size: 1.7rem; }
    .nh-about-heading { font-size: 1.7rem; }
    .nh-coverage-heading { font-size: 1.7rem; }

    .nh-hero-desc,
    .nh-coverage-desc { max-width: 100%; }

    .nh-hero-buttons { justify-content: center; }

    .nh-about-image img { height: 240px; }

    .nh-coverage-skyline { max-width: 100%; margin-top: 20px; }

    .nh-features-strip {
        gap: 16px;
        padding: 24px 20px;
    }

    .nh-feature-item {
        flex: 1 1 80px;
        max-width: 110px;
    }
}

@media (max-width: 480px) {
    .nh-hero-section,
    .nh-about-section,
    .nh-coverage-section {
        padding: 24px 16px;
    }
    .nh-hero-heading { font-size: 1.45rem; }
}
