/* ============================================
   ULTRA PREMIUM FOOTER V2
   ============================================ */

.footer-ultra {
    position: relative;
    background: #0a0e17;
    overflow: hidden;
}

/* Wave Separator */
.footer-wave {
    position: relative;
    margin-top: -2px;
    line-height: 0;
}
.footer-wave svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Main Footer */
.footer-ultra-main {
    background: linear-gradient(180deg, #0a0e17 0%, #0d1117 50%, #0a0e17 100%);
    padding: 0 0 40px;
    position: relative;
}
.footer-top-glow {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 600px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,0.5), rgba(124,58,237,0.5), transparent);
}

/* ============================================
   CTA STRIP
   ============================================ */
.footer-cta-strip {
    background: linear-gradient(135deg, rgba(37,99,235,0.08), rgba(124,58,237,0.08));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 28px 30px; margin-bottom: 50px;
    backdrop-filter: blur(10px);
}
.footer-cta-content { display: flex; align-items: center; gap: 16px; }
.footer-cta-icon {
    width: 50px; height: 50px; border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff; flex-shrink: 0;
}
.footer-cta-content h3 { color: #fff; font-size: 1.2rem; margin: 0 0 4px; font-weight: 700; }
.footer-cta-content p { color: #94a3b8; font-size: 13px; margin: 0; }

.footer-nl-input-group {
    display: flex; align-items: center;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px; padding: 4px; overflow: hidden;
}
.footer-nl-input-group i {
    color: #64748b; font-size: 14px; margin-left: 14px; flex-shrink: 0;
}
.footer-nl-input-group input {
    flex: 1; border: none; background: transparent;
    padding: 10px 12px; color: #fff; font-size: 13px; outline: none;
}
.footer-nl-input-group input::placeholder { color: #64748b; }
.footer-nl-input-group button {
    padding: 10px 18px; background: linear-gradient(135deg, #2563eb, #7c3aed);
    border: none; border-radius: 10px; color: #fff; font-weight: 600;
    font-size: 12px; cursor: pointer; transition: all 0.3s;
    display: flex; align-items: center; gap: 6px; white-space: nowrap;
}
.footer-nl-input-group button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(37,99,235,0.3); }

.footer-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; background: linear-gradient(135deg, #10b981, #059669);
    color: #fff; border-radius: 14px; text-decoration: none;
    font-weight: 600; font-size: 14px; transition: all 0.3s;
}
.footer-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16,185,129,0.3); color: #fff; }

/* ============================================
   FOOTER GRID
   ============================================ */
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 30px;
    margin-bottom: 40px;
}
@media (max-width: 1200px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 992px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .footer-grid { grid-template-columns: 1fr; } }

/* Brand Column */
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff;
}
.footer-logo-text { line-height: 1.2; }
.flt-name { display: block; font-size: 18px; font-weight: 700; color: #fff; font-family: 'Poppins', sans-serif; }
.flt-tagline { display: block; font-size: 10px; color: #2563eb; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; }
.footer-about { color: #94a3b8; font-size: 13px; line-height: 1.7; margin-bottom: 16px; }

/* Market Status */
.footer-market-status {
    display: flex; align-items: center; gap: 10px;
    background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.2);
    border-radius: 10px; padding: 10px 14px; margin-bottom: 14px;
}
.fms-dot { width: 10px; height: 10px; background: #10b981; border-radius: 50%; animation: fmsPulse 2s infinite; }
@keyframes fmsPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); } 50% { box-shadow: 0 0 0 8px rgba(16,185,129,0); } }
.fms-info strong { display: block; color: #4ade80; font-size: 12px; }
.fms-info span { font-size: 10px; color: #64748b; }

/* Rating */
.footer-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.fr-stars i { color: #f59e0b; font-size: 13px; }
.footer-rating span { color: #64748b; font-size: 11px; }

/* Social Links */
.footer-social-premium { display: flex; gap: 8px; flex-wrap: wrap; }
.fsp-link {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    display: flex; align-items: center; justify-content: center;
    color: #64748b; text-decoration: none; font-size: 14px;
    transition: all 0.3s; position: relative; overflow: hidden;
}
.fsp-link::before {
    content: ''; position: absolute; inset: 0;
    background: var(--social-color); opacity: 0; transition: opacity 0.3s;
}
.fsp-link:hover { transform: translateY(-3px); color: #fff; border-color: transparent; }
.fsp-link:hover::before { opacity: 1; }
.fsp-link i { position: relative; z-index: 1; }

/* Column Title */
.footer-col-title {
    color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 18px;
    font-family: 'Poppins', sans-serif; position: relative; padding-bottom: 10px;
}
.footer-col-title::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 24px; height: 2px; background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 2px;
}

/* Navigation Links */
.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 8px; }
.footer-nav a {
    display: flex; align-items: center; justify-content: space-between;
    color: #94a3b8; text-decoration: none; font-size: 13px;
    padding: 6px 0; transition: all 0.2s;
}
.footer-nav a:hover { color: #60a5fa; }
.footer-nav a i { font-size: 9px; opacity: 0; transform: translateX(-5px); transition: all 0.2s; }
.footer-nav a:hover i { opacity: 1; transform: translateX(0); color: #60a5fa; }

/* Contact Card */
.footer-contact-card { display: flex; flex-direction: column; gap: 12px; }
.fcc-item { display: flex; gap: 10px; }
.fcc-icon {
    width: 34px; height: 34px; border-radius: 10px;
    background: rgba(37,99,235,0.1); display: flex;
    align-items: center; justify-content: center;
    color: #60a5fa; font-size: 13px; flex-shrink: 0;
}
.fcc-info strong { display: block; color: #e2e8f0; font-size: 11px; margin-bottom: 2px; }
.fcc-info p { color: #94a3b8; font-size: 12px; margin: 0; line-height: 1.5; }

/* ============================================
   APP & TRUST SECTION
   ============================================ */
.footer-app-trust {
    padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.footer-app-section h5 { color: #fff; font-size: 15px; margin-bottom: 12px; }
.footer-app-btns { display: flex; gap: 10px; }
.fab-btn {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 16px; background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
    color: #fff; text-decoration: none; transition: all 0.3s;
}
.fab-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); transform: translateY(-2px); }
.fab-btn i { font-size: 22px; }
.fab-btn small { display: block; font-size: 9px; color: #94a3b8; }
.fab-btn strong { font-size: 13px; }

.footer-trust-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ftb-item {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04);
    border-radius: 12px; padding: 12px 14px;
}
.ftb-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(37,99,235,0.15); display: flex;
    align-items: center; justify-content: center;
    color: #60a5fa; font-size: 14px; flex-shrink: 0;
}
.ftb-item strong { display: block; color: #e2e8f0; font-size: 11px; }
.ftb-item span { color: #64748b; font-size: 10px; }

/* ============================================
   BOTTOM BAR
   ============================================ */
.footer-bottom-bar {
    background: rgba(0,0,0,0.4); padding: 18px 0;
}
.fbb-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.fbb-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.fbb-left p { color: #64748b; font-size: 12px; margin: 0; }
.fbb-left strong { color: #94a3b8; }
.fbb-separator { width: 1px; height: 12px; background: #334155; }
.fbb-links { display: flex; gap: 10px; }
.fbb-links a { color: #64748b; text-decoration: none; font-size: 11px; }
.fbb-links a:hover { color: #60a5fa; }
.fbb-right { display: flex; align-items: center; gap: 10px; }
.fbb-right span { color: #64748b; font-size: 11px; }
.fbb-payments { display: flex; gap: 8px; font-size: 18px; color: #64748b; }
.fbb-payments i { transition: color 0.2s; }
.fbb-payments i:hover { color: #94a3b8; }

/* ============================================
   BACK TO TOP
   ============================================ */
.footer-back-to-top {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px; border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border: none; color: #fff; cursor: pointer; z-index: 999;
    font-size: 18px; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(37,99,235,0.3);
}
.footer-back-to-top.visible { opacity: 1; visibility: visible; }
.footer-back-to-top:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(37,99,235,0.5); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .footer-cta-strip .row { text-align: center; }
    .footer-cta-content { justify-content: center; }
    .footer-trust-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .footer-cta-strip { padding: 20px; }
    .footer-nl-input-group { flex-direction: column; gap: 8px; background: none; border: none; padding: 0; }
    .footer-nl-input-group input { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 12px; width: 100%; }
    .footer-nl-input-group i { display: none; }
    .footer-trust-badges { grid-template-columns: 1fr; }
    .fbb-content { flex-direction: column; text-align: center; }
    .fbb-left { justify-content: center; }
    .fbb-right { justify-content: center; }
    .footer-back-to-top { bottom: 20px; right: 20px; width: 40px; height: 40px; }
}