.ns-footer {
    --ns-footer-bg: #080d12;
    --ns-footer-bg-2: #101820;
    --ns-footer-card: rgba(255, 255, 255, 0.055);
    --ns-footer-card-strong: rgba(255, 255, 255, 0.085);
    --ns-footer-line: rgba(255, 255, 255, 0.10);

    --ns-footer-text: rgba(255, 255, 255, 0.82);
    --ns-footer-muted: rgba(255, 255, 255, 0.56);
    --ns-footer-white: #ffffff;

    --ns-accent: #00a046;
    --ns-accent-2: #21c063;
    --ns-accent-light: #6ee7a8;

    --ns-radius: 28px;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at 10% 0%, rgba(0, 160, 70, 0.18), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(33, 192, 99, 0.12), transparent 30%),
        linear-gradient(180deg, var(--ns-footer-bg-2) 0%, var(--ns-footer-bg) 100%);

    color: var(--ns-footer-text);
    padding: 58px 0 26px;
}

.ns-footer__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.ns-footer__container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.ns-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 28px;
}

.ns-footer__brand,
.ns-footer__support-card,
.ns-footer__col,
.ns-footer__cta {
    border: 1px solid var(--ns-footer-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(18px);
}

.ns-footer__brand {
    padding: 32px;
    border-radius: var(--ns-radius);
}

.ns-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: var(--ns-footer-white);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-decoration: none;
}

.ns-footer__logo span {
    color: var(--ns-accent-light);
}

.ns-footer__brand p {
    max-width: 720px;
    margin: 0;
    color: var(--ns-footer-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ns-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ns-footer__badges span {
    padding: 9px 13px;
    border: 1px solid rgba(110, 231, 168, 0.22);
    border-radius: 999px;
    background: rgba(0, 160, 70, 0.10);
    color: var(--ns-accent-light);
    font-size: 13px;
    font-weight: 800;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.ns-footer__badges span:hover {
    transform: translateY(-2px);
    border-color: rgba(110, 231, 168, 0.42);
    background: rgba(0, 160, 70, 0.16);
}

.ns-footer__support-card {
    padding: 30px;
    border-radius: var(--ns-radius);
    background:
        radial-gradient(circle at top right, rgba(0, 160, 70, 0.30), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.ns-footer__support-card>span {
    display: block;
    margin-bottom: 10px;
    color: var(--ns-accent-light);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ns-footer__phone {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--ns-footer-white);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.ns-footer__phone:hover {
    color: var(--ns-accent-light);
}

.ns-footer__support-card p {
    margin: 0 0 22px;
    color: var(--ns-footer-muted);
    line-height: 1.7;
}

.ns-footer__support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ns-footer__support-actions a,
.ns-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--ns-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.ns-footer__support-actions a:nth-child(2) {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--ns-footer-line);
}

.ns-footer__support-actions a:hover,
.ns-footer__cta-btn:hover {
    transform: translateY(-2px);
    background: var(--ns-accent-2);
    box-shadow: 0 14px 34px rgba(0, 160, 70, 0.22);
}

.ns-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.18fr;
    gap: 16px;
    margin-bottom: 24px;
}

.ns-footer__col {
    padding: 24px;
    border-radius: 24px;
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.ns-footer__col:hover {
    transform: translateY(-4px);
    border-color: rgba(110, 231, 168, 0.24);
    background: var(--ns-footer-card-strong);
}

.ns-footer__col h3 {
    margin: 0 0 16px;
    color: var(--ns-footer-white);
    font-size: 17px;
    letter-spacing: -0.02em;
}

.ns-footer__col ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ns-footer__col a {
    color: var(--ns-footer-muted);
    font-size: 14px;
    text-decoration: none;
    transition: color .22s ease, transform .22s ease;
}

.ns-footer__col a:hover {
    color: var(--ns-accent-light);
    transform: translateX(4px);
}

.ns-footer__contact-item {
    display: grid;
    gap: 5px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ns-footer-line);
}

.ns-footer__contact-item:first-of-type {
    padding-top: 0;
}

.ns-footer__contact-item span {
    color: var(--ns-footer-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ns-footer__contact-item a,
.ns-footer__contact-item p {
    margin: 0;
    color: var(--ns-footer-text);
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
}

.ns-footer__contact-item a:hover {
    color: var(--ns-accent-light);
}

.ns-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ns-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--ns-footer-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ns-footer-white);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.ns-footer__socials a:hover {
    transform: translateY(-3px);
    border-color: rgba(110, 231, 168, 0.38);
    background: rgba(0, 160, 70, 0.16);
    color: var(--ns-accent-light);
}

.ns-footer__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 26px;
    border-radius: var(--ns-radius);
    margin-bottom: 22px;
}

.ns-footer__cta span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--ns-accent-light);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ns-footer__cta h3 {
    max-width: 760px;
    margin: 0;
    color: var(--ns-footer-white);
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.ns-footer__cta-btn {
    white-space: nowrap;
    min-height: 50px;
    padding: 0 22px;
}

.ns-footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid var(--ns-footer-line);
}

.ns-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.44);
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 1080px) {

    .ns-footer__top,
    .ns-footer__grid,
    .ns-footer__cta,
    .ns-footer__bottom {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .ns-footer {
        padding: 42px 0 22px;
    }

    .ns-footer__container {
        width: min(100% - 22px, 1180px);
    }

    .ns-footer__top,
    .ns-footer__grid,
    .ns-footer__cta,
    .ns-footer__bottom {
        grid-template-columns: 1fr;
    }

    .ns-footer__brand,
    .ns-footer__support-card,
    .ns-footer__col,
    .ns-footer__cta {
        border-radius: 22px;
    }

    .ns-footer__logo {
        font-size: 30px;
    }

    .ns-footer__phone {
        font-size: 25px;
    }

    .ns-footer__cta-btn {
        /* width: 100%; */
    }
}