.footer {
    background: #020617;
    color: #cbd5e1;
    padding: 60px 20px 20px;
    font-size: 14px;
}

/* верх */
.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

/* колонки */
.footer-col h3,
.footer-col h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-logo {
    font-size: 20px;
}

/* списки */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-col a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.2s;
}

.footer-col a:hover {
    color: #f0b90b;
}

/* CTA */
.footer-cta {
    display: inline-block;
    margin-top: 10px;
    background: #f0b90b;
    color: #000;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.footer-cta:hover {
    background: #d9a90a;
}

/* дисклеймер */
.footer-disclaimer {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #64748b;
    text-align: center;
}

/* копірайт */
.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: #64748b;
}

.aff-link[data-link] {
    padding: 0 !important;
    background: transparent !important;
    color: #cbd5e1 !important;
    margin-top: 0;
    font-weight: normal;
}