/* =============================================
   LUMIK FOOTER — Optimized
   ============================================= */

.lf-footer { border-radius: 2rem 2rem 0 0; background: #000; }
.lf-footer *, .lf-footer *::before, .lf-footer *::after { box-sizing: border-box; }

.lf-main { padding: 2.5rem 0 0; }
.lf-main__inner { display: flex; flex-wrap: wrap; margin: 0 auto; }
.lf-col { display: flex; flex-direction: column; align-items: center; }

/* About */
.lf-about__logo { display: block; }
.lf-about__logo img { height: auto; }
.lf-about__separator { background: #fff; border-radius: 2px; }
.lf-about__social { display: flex; justify-content: center; gap: 1rem; }
.lf-about__social a { color: #fff; display: flex; align-items: center; }
.lf-about__text { text-align: center; color: #A5A4A8; font-weight: 300; margin: 0 auto; }

/* Payment */
.lf-payment { flex-wrap: wrap; justify-content: center; }
.lf-payment__title { font-family: 'Poppins Official','Poppins',sans-serif; color: #fff; font-weight: 500; text-align: center; width: 100%; }
.lf-payment__contra-icon { display: block; margin: 1rem auto; }
.lf-payment__contra-text { color: #A5A4A8; font-weight: 300; text-align: center; width: 100%; }
.lf-payment__method { display: flex; align-items: center; gap: 0.3rem; margin-top: 0.8rem; }
.lf-payment__bullet { flex-shrink: 0; width: 0.9rem; }
.lf-payment__method-title { font-family: 'Poppins Official','Poppins',sans-serif; color: #fff; font-weight: 500; }
.lf-payment__method-title a { color: inherit; text-decoration: none; }
.lf-payment__icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-top: 1rem; }
.lf-payment__icons img { display: block; }
.lf-payment__icons--banks { row-gap: 0; }

/* Legal accordion */
.lf-legal { width: 100%; }
.lf-legal__item { border: none; }
.lf-legal__title {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 12px 0; background: none; border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    cursor: pointer; color: #fff; font-weight: 600; font-size: 0.95rem; text-align: left;
}
.lf-legal__title:focus { outline: none; }
.lf-legal__icon-closed { display: block; flex-shrink: 0; }
.lf-legal__icon-opened { display: none; flex-shrink: 0; }
.lf-legal__title--active .lf-legal__icon-closed { display: none; }
.lf-legal__title--active .lf-legal__icon-opened { display: block; }
.lf-legal__content { display: none; padding: 0.5rem 0 1rem; overflow: hidden; }
.lf-legal__content p { font-family: 'Founders Grotesk Official',sans-serif; color: #A5A4A8; font-weight: 400; font-size: 1rem; line-height: 1.5; margin: 0 0 1rem; }
.lf-legal__readmore { text-align: right; }
.lf-legal__readmore a { color: rgba(254,243,231,0.69); text-decoration: none; }

/* Bottom */
.lf-bottom { background: #FEF3E7; border-radius: 2rem 2rem 0 0; }
.lf-bottom__inner { display: flex; flex-wrap: wrap; align-items: center; margin: 0 auto; }
.lf-bottom__left { display: flex; align-items: flex-start; gap: 0.6rem; }
.lf-bottom__left img { flex-shrink: 0; margin-top: 3px; width: 0.8rem; }
.lf-bottom__ubi { font-size: 1.3rem; }
.lf-bottom__copy { font-size: 1rem; line-height: 1.4; }
.lf-bottom__social { display: flex; gap: 0.8rem; margin-left: auto; }
.lf-bottom__social a { color: #000; display: flex; align-items: center; }
.lf-bottom__social svg { width: 1.8rem; height: 1.8rem; }

/* Back to top */
.lf-backtotop {
    position: fixed; bottom: 2rem; right: 1.5rem; z-index: 15;
    width: 3rem; height: 3rem; background: #960946; color: #FEF3E7;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}
.lf-backtotop--visible { opacity: 1; pointer-events: auto; }
.lf-backtotop:hover { transform: scale(1.1); }

/* ---- Desktop ---- */
@media (min-width: 1025px) {
    .lf-main__inner { width: 96%; max-width: 70rem; }
    .lf-col { width: calc(100% / 3); }
    .lf-about__logo img { width: 48%; margin-left: -8px; }
    .lf-about__separator { width: 68%; max-width: 12rem; height: 2.5px; margin: 1rem 0; }
    .lf-about__social a svg { width: 1.8rem; height: 1.8rem; }
    .lf-about__text { font-size: 1rem; width: 90%; max-width: 17rem; padding-bottom: 0.8rem; }
    .lf-payment__title { font-size: 1rem; margin-top: 1rem; }
    .lf-payment__contra-icon { width: 3.6rem; }
    .lf-payment__contra-text { font-size: 1.1rem; }
    .lf-bottom { padding: 0.8rem 0 0.6rem; }
    .lf-bottom__inner { width: 88%; max-width: 70rem; }
}

/* ---- Tablet ---- */
@media (min-width: 768px) and (max-width: 1024px) {
    .lf-main__inner { width: 90%; max-width: 70rem; }
    .lf-col { width: 50%; }
    .lf-legal { width: 100%; }
    .lf-about__logo img { width: 48%; margin-left: -8px; }
    .lf-about__separator { width: 68%; max-width: 12rem; height: 2.5px; margin: 1rem 0; }
    .lf-about__social a svg { width: 1.8rem; height: 1.8rem; }
    .lf-about__text { font-size: 1rem; width: 90%; max-width: 17rem; padding-bottom: 0.8rem; }
    .lf-bottom { padding: 0.8rem 0 0.6rem; }
    .lf-bottom__inner { width: 82%; max-width: 54rem; }
    .lf-bottom__social svg { width: 1.8rem; height: 1.8rem; }
}

/* ---- Mobile ---- */
@media (max-width: 767px) {
    .lf-main__inner { width: 90%; max-width: 26rem; flex-direction: column; }
    .lf-col { width: 100%; }
    .lf-about__logo img { width: 10.5rem; padding: 1rem 0 2rem; }
    .lf-about { display: flex; flex-direction: column; }
    .lf-about__text { order: 2; font-size: 1.05rem; width: 90%; max-width: 20rem; padding-bottom: 0.8rem; }
    .lf-about__separator:first-of-type { order: 3; }
    .lf-about__social { order: 4; }
    .lf-about__separator:last-of-type { order: 5; }
    .lf-about__separator { width: 70%; height: 2.5px; margin: 1rem 0; }
    .lf-about__social a svg { width: 2rem; height: 2rem; }
    .lf-payment__title { font-size: 1.1rem; }
    .lf-payment__contra-icon { width: 4.2rem; }
    .lf-payment__contra-text { font-size: 1.15rem; }
    .lf-payment__method-title { font-size: 1.1rem; }
    .lf-payment__icons img { transform: scale(1.2); }
    .lf-bottom { padding: 0.8rem 0 0.6rem; }
    .lf-bottom__inner { padding: 0 1rem; max-width: 26rem; }
    .lf-bottom__ubi { font-size: 1.05rem; }
    .lf-bottom__copy { font-size: 0.85rem; }
    .lf-bottom__social { display: none; }
}