/* TicketsFest Україна Footer Component — extracted in v9.7.1 */
.site-footer * { box-sizing: border-box; }

        .site-footer {
            background: #0f172a;
            color: #e2e8f0;
            padding: 64px 0 0;
            font-family: 'DM Sans', 'Inter', sans-serif;
            width: 100%;
            overflow-x: hidden;
            position: relative;
        }

        /* Subtle top border glow */
        .site-footer::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);
        }

        .footer-wrapper {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 clamp(16px, 4vw, 24px);
        }

        /* ── GRID ── */
        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 0.8fr 0.8fr 1.2fr;
            gap: 48px;
            padding-bottom: 48px;
        }

        /* ── BRAND COL ── */
        .footer-brand-logo {
            display: block;
            margin-bottom: 16px;
        }
        .footer-brand-logo img {
            height: 36px;
            width: auto;
            display: block;
            /* Invert dark logo for dark background if needed */
            filter: brightness(0) invert(1);
            opacity: 0.9;
        }
        .footer-legal-name {
            display: block;
            font-weight: 700;
            font-size: 13px;
            color: #94a3b8;
            margin-bottom: 6px;
        }
        .footer-address {
            font-size: 13px;
            color: #64748b;
            line-height: 1.7;
        }

        /* ── NAV COLS ── */
        .footer-heading {
            display: block;
            font-weight: 800;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #94a3b8;
            margin-bottom: 20px;
        }

        .footer-links { list-style: none; padding: 0; margin: 0; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a {
            text-decoration: none;
            color: #94a3b8;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.2s;
            display: inline-block;
        }
        .footer-links a:hover { color: #e2e8f0; }

        /* ── CONTACT COL ── */
        .footer-email {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 700;
            font-size: 14px;
            color: #60a5fa;
            text-decoration: none;
            margin-bottom: 20px;
            transition: color 0.2s;
        }
        .footer-email:hover { color: #93c5fd; }
        .footer-email svg { width: 15px; height: 15px; flex-shrink: 0; }

        /* Social buttons */
        .footer-social { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
        .footer-social-btn {
            width: 38px; height: 38px;
            border-radius: 50%;
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.1);
            display: flex; align-items: center; justify-content: center;
            color: #94a3b8;
            text-decoration: none;
            transition: all 0.2s;
            flex-shrink: 0;
        }
        .footer-social-btn:hover {
            background: #2563eb;
            border-color: #2563eb;
            color: #fff;
            transform: translateY(-2px);
        }
        .footer-social-btn svg { width: 16px; height: 16px; }

        /* Payment icons */
        .footer-payments { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
        .footer-payment-icon {
            height: 20px;
            width: auto;
            filter: brightness(0) invert(1);
            opacity: 0.3;
            transition: opacity 0.2s;
        }
        .footer-payment-icon:hover { opacity: 0.7; }

        /* ── BOTTOM BAR ── */
        .footer-bottom {
            padding: 20px 0;
            border-top: 1px solid rgba(255,255,255,0.07);
            font-size: 13px;
            color: #475569;
            text-align: center;
            font-weight: 500;
        }

        /* ── RESPONSIVE ── */
        @media (max-width: 1024px) {
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
            .footer-brand-col { grid-column: 1 / -1; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.07); }
        }
        @media (max-width: 600px) {
            .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
            .footer-brand-logo img { margin: 0 auto 10px; }
            .footer-social, .footer-payments { justify-content: center; }
            .footer-email { justify-content: center; }
        }


/* v9.9.14 compact footer — keep footer premium but not oversized */
.site-footer.tfe-footer-v994,
.site-footer{
  padding: 38px 0 0 !important;
  margin-top: 48px !important;
}
.footer-wrapper{max-width:1240px!important;}
.footer-grid,
.footer-grid-v994{
  grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(130px, .75fr)) !important;
  gap: 24px !important;
  padding-bottom: 28px !important;
  align-items:start;
}
.footer-brand-logo{margin-bottom:10px!important;}
.footer-brand-logo img{height:30px!important;max-height:30px!important;}
.footer-logo-text{font-size:22px!important;}
.footer-legal-name{font-size:12px!important;margin-bottom:4px!important;}
.footer-brand-desc{font-size:13px!important;line-height:1.45!important;max-width:300px!important;margin-top:8px!important;}
.footer-ticket-note{display:none!important;}
.footer-address{font-size:12px!important;line-height:1.5!important;margin-top:10px!important;}
.footer-heading{margin-bottom:12px!important;font-size:10px!important;}
.footer-links{gap:7px!important;margin-top:10px!important;}
.footer-links li{margin-bottom:0!important;}
.footer-links a{font-size:13px!important;line-height:1.35!important;}
.footer-email{font-size:13px!important;margin-bottom:12px!important;}
.footer-social{gap:8px!important;margin:12px 0 14px!important;}
.footer-social-btn{width:34px!important;height:34px!important;font-size:11px!important;}
.footer-cta{min-height:38px!important;padding:0 14px!important;font-size:13px!important;}
.footer-bottom{padding:14px 0!important;font-size:12px!important;}
@media (max-width: 1024px){
  .footer-grid,.footer-grid-v994{grid-template-columns:1fr 1fr!important;gap:24px!important;}
  .footer-brand-col{grid-column:1 / -1!important;padding-bottom:18px!important;}
}
@media (max-width: 640px){
  .site-footer.tfe-footer-v994,.site-footer{padding-top:30px!important;margin-top:38px!important;}
  .footer-grid,.footer-grid-v994{grid-template-columns:1fr 1fr!important;text-align:left!important;gap:22px 18px!important;}
  .footer-brand-col,.footer-contact-col{grid-column:1 / -1!important;}
  .footer-brand-logo img{margin:0!important;}
  .footer-social{justify-content:flex-start!important;}
  .footer-email{justify-content:flex-start!important;}
}


/* v9.9.49 mobile footer: centered two-column navigation. */
@media (max-width: 640px) {
  .site-footer.tfe-footer-v994,
  .site-footer {
    padding-top: 32px !important;
    margin-top: 36px !important;
  }

  .site-footer .footer-wrapper {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .site-footer .footer-grid,
  .site-footer .footer-grid-v994 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 14px !important;
    text-align: center !important;
    align-items: start !important;
  }

  .site-footer .footer-brand-col,
  .site-footer .footer-contact-col {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-footer .footer-brand-logo,
  .site-footer .footer-brand-logo a {
    display: flex !important;
    justify-content: center !important;
  }

  .site-footer .footer-brand-logo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer .footer-brand-desc,
  .site-footer .footer-ticket-note,
  .site-footer .footer-address {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .site-footer .footer-brand-desc {
    max-width: 340px !important;
  }

  .site-footer .footer-heading {
    text-align: center !important;
    margin-bottom: 12px !important;
  }

  .site-footer .footer-links {
    display: grid !important;
    gap: 8px !important;
    justify-items: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }

  .site-footer .footer-links li,
  .site-footer .footer-links a {
    text-align: center !important;
  }

  .site-footer .footer-col-legal {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-col-legal .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer .footer-social,
  .site-footer .footer-payments,
  .site-footer .footer-email {
    justify-content: center !important;
  }

  .site-footer .footer-social {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer .footer-cta {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }

  .site-footer .footer-bottom {
    text-align: center !important;
  }
}

@media (max-width: 380px) {
  .site-footer .footer-grid,
  .site-footer .footer-grid-v994 {
    gap: 24px 10px !important;
  }

  .site-footer .footer-links a {
    font-size: 12.5px !important;
  }
}
