/* ========== Fly Kids footer — dark adventure (Lotte-like), не beige spa ========== */
.fk-footer,
.footer.fk-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0f0a24;
    color: rgba(255, 255, 255, .88);
    font-family: Montserrat, 'e-Ukraine', system-ui, sans-serif;
    overflow: hidden;
}

.fk-footer__glow {
    position: absolute;
    inset: auto auto -20% -10%;
    width: 55%;
    height: 70%;
    background: radial-gradient(circle, rgba(89, 37, 236, .45), transparent 70%);
    pointer-events: none;
}

.fk-footer__inner,
.footer.fk-footer .footer__container {
    position: relative;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 64px 0 28px;
    max-width: none;
    height: auto;
}

.fk-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
    gap: 36px;
    margin-bottom: 40px;
}

.fk-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 14px;
}
.fk-footer__logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, #5925ec, #ff37b5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
}
.fk-footer__logo strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
}
.fk-footer__logo small {
    display: block;
    font-size: 10px;
    opacity: .65;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.fk-footer__desc {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,.65);
    margin: 0 0 18px;
    max-width: 28ch;
}
.fk-footer__social {
    display: flex;
    gap: 8px;
}
.fk-footer__social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.1);
}
.fk-footer__social a:hover { background: #5925ec; }

.fk-footer__title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;
}
.fk-footer__plus { display: none; font-size: 18px; }

.fk-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.fk-footer__links a {
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.fk-footer__links a:hover { color: #cbb8ff; }

.fk-footer__cta-card {
    background: linear-gradient(160deg, rgba(89, 37, 236, .35), rgba(255, 55, 181, .15));
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.fk-footer__hours span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .6;
    margin-bottom: 4px;
}
.fk-footer__hours strong {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.fk-footer__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 12px;
    background: #5925ec;
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(89, 37, 236, .45);
}
.fk-footer__cta:hover { background: #4b1fd4; }
.fk-footer__contacts {
    display: grid;
    gap: 6px;
}
.fk-footer__contacts a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.fk-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
    color: rgba(255,255,255,.45);
}
.fk-footer__bottom a {
    color: rgba(255,255,255,.55);
    text-decoration: none;
}
.fk-footer__bottom a:hover { color: #fff; }

@media (max-width: 900px) {
    .fk-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
    .fk-footer__brand { grid-column: 1 / -1; }
    .fk-footer__cta-card { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .fk-footer__grid { grid-template-columns: 1fr; gap: 24px; }
    .fk-footer__title { cursor: pointer; }
    .fk-footer__plus { display: inline; }
    .fk-footer__links {
        display: none;
        padding-bottom: 8px;
    }
    .fk-footer__links.is-open { display: grid; }
    .fk-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer.fk-footer .footer__container {
        padding: 48px 0 24px;
    }
}
