/* Premium enterprise footer */
.nh-footer {
    position: relative;
    overflow: hidden;
    background: #050B1F;
    color: #e2e8f0;
}

.nh-footer__glow {
    position: absolute;
    inset: auto -10% -40% auto;
    width: 55%;
    height: 70%;
    background: radial-gradient(circle, rgba(30,144,255,.22), rgba(46,196,182,.08) 40%, transparent 70%);
    pointer-events: none;
}

.nh-footer__main {
    position: relative;
    z-index: 1;
    padding: 3.5rem 0 2.5rem;
}

.nh-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    margin-bottom: 0.85rem;
}

.nh-footer__logo {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
    background: transparent;
}

.nh-footer__brand-name {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
}

.nh-footer__tagline {
    color: #7dd3fc;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem;
}

.nh-footer__about {
    color: #94a3b8;
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 22rem;
    margin-bottom: 0.75rem;
}

.nh-footer__about--secondary {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

.nh-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.nh-footer__social {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(255, 255, 255, 0.03);
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.nh-footer__social:hover {
    transform: translateY(-2px);
    color: #fff;
    border-color: rgba(30, 144, 255, 0.65);
    background: rgba(30, 144, 255, 0.18);
    box-shadow: 0 10px 22px rgba(30, 144, 255, 0.18);
}

.nh-footer__heading {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.nh-footer__list li {
    margin-bottom: 0.55rem;
}

.nh-footer__link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.94rem;
    transition: color .15s ease, padding-left .15s ease;
    display: inline-block;
}

.nh-footer__link:hover {
    color: #fff;
    padding-left: 0.15rem;
}

.nh-footer-news {
    position: relative;
    border-radius: 1.35rem;
    padding: 1.5rem 1.35rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255,255,255,.08);
}

.nh-footer-news__title {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 0.55rem;
}

.nh-footer-news__text {
    color: #94a3b8;
    line-height: 1.65;
    font-size: 0.95rem;
    max-width: 28rem;
}

.nh-footer-news__input {
    width: 100%;
    min-height: 2.85rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(5, 11, 31, 0.55);
    color: #fff;
    padding: 0.65rem 0.9rem;
    font-size: 0.92rem;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.nh-footer-news__input::placeholder {
    color: #64748b;
}

.nh-footer-news__input:focus {
    border-color: rgba(30, 144, 255, 0.7);
    box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.18);
}

.nh-footer-news__btn {
    min-height: 2.85rem;
    border: 0;
    border-radius: 999px;
    padding: 0.65rem 1.35rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #1e90ff, #2ec4b6);
    box-shadow: 0 12px 28px rgba(30, 144, 255, 0.28);
    transition: transform .15s ease, filter .15s ease;
}

.nh-footer-news__btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    color: #fff;
}

.nh-footer-news__trust {
    margin-top: 0.85rem;
    color: #7dd3fc;
    font-size: 0.84rem;
    font-weight: 600;
}

.nh-footer__bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    padding: 1.15rem 0;
    background: rgba(0, 0, 0, 0.22);
}

.nh-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    color: #64748b;
    font-size: 0.88rem;
}

.nh-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.15rem;
}

.nh-footer__legal a {
    color: #64748b;
    text-decoration: none;
}

.nh-footer__legal a:hover {
    color: #e2e8f0;
}

.nh-footer__powered {
    color: #94a3b8;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .nh-footer__main {
        padding: 2.75rem 0 2rem;
    }

    .nh-footer__bottom-inner {
        justify-content: center;
        text-align: center;
    }

    .nh-footer__legal {
        justify-content: center;
        width: 100%;
        order: 2;
    }

    .nh-footer__powered {
        width: 100%;
        order: 3;
    }
}

@media (max-width: 575.98px) {
    .nh-footer-news {
        padding: 1.2rem 1rem;
    }
}
