.efferd-footer {
    background: radial-gradient(46% 150px at 50% 0%, rgba(255, 255, 255, 0.2), transparent 72%), #080808;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #f7f7f7;
    margin: 0;
    max-width: none;
    overflow: hidden;
    padding: 64px max(40px, calc((100vw - 1152px) / 2 + 40px)) 68px;
    position: relative;
    width: 100%;
}

.efferd-footer__glow {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    filter: blur(14px);
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 42%;
}

.efferd-footer__brand {
    margin-bottom: 72px;
}

.efferd-footer__logo {
    display: inline-flex;
    margin-bottom: 20px;
}

.efferd-footer__logo img {
    display: block;
    height: auto;
    max-width: 110px;
    width: 110px;
}

.efferd-footer p,
.efferd-footer h3,
.efferd-footer ul {
    margin: 0;
}

.efferd-footer__brand p {
    color: rgba(247, 247, 247, 0.68);
    font-size: 14px;
}

.efferd-footer__grid {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
}

.efferd-footer__section h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.efferd-footer__section ul {
    list-style: none;
    padding: 0;
}

.efferd-footer__section li + li {
    margin-top: 12px;
}

.efferd-footer__section a {
    align-items: center;
    color: rgba(247, 247, 247, 0.62);
    display: inline-flex;
    font-size: 14px;
    gap: 7px;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.efferd-footer__section a:hover {
    color: #fff;
    transform: translateX(2px);
}

.efferd-footer__section i {
    font-size: 14px;
    width: 14px;
}

@media (max-width: 767px) {
    .efferd-footer {
        padding: 44px 24px 52px;
        width: 100%;
    }

    .efferd-footer__brand {
        margin-bottom: 44px;
    }

    .efferd-footer__grid {
        gap: 34px 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .efferd-footer__grid {
        grid-template-columns: 1fr;
    }
}
