<style>
    /* ============ FOOTER STYLES ============ */
    .footer-ultra {
        --ft-bg: #0a0e17;
        --ft-text: #94a3b8;
        --ft-heading: #f1f5f9;
        --ft-border: rgba(255,255,255,0.08);
        --ft-primary: #3b82f6;
    }
    
    .footer-ultra-main {
        background: var(--ft-bg);
        padding: 40px 0 20px;
    }
    
    .footer-top-glow {
        height: 2px;
        background: linear-gradient(90deg, transparent, #3b82f6, #8b5cf6, transparent);
        margin-bottom: 30px;
    }
    
    /* CTA Strip */
    .footer-cta-strip {
        background: rgba(30,41,59,0.5);
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 30px;
        border: 1px solid var(--ft-border);
    }
    
    .footer-cta-content {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .footer-cta-icon {
        width: 45px;
        height: 45px;
        background: rgba(59,130,246,0.2);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #60a5fa;
        font-size: 20px;
        flex-shrink: 0;
    }
    
    .footer-cta-content h3 {
        color: var(--ft-heading);
        font-size: 0.9rem;
        font-weight: 700;
        margin: 0 0 4px;
    }
    
    .footer-cta-content p {
        color: var(--ft-text);
        font-size: 0.7rem;
        margin: 0;
    }
    
    .footer-newsletter {
        margin-top: 10px;
    }
    
    .footer-nl-input-group {
        display: flex;
        align-items: center;
        background: rgba(255,255,255,0.05);
        border-radius: 10px;
        padding: 5px;
        border: 1px solid var(--ft-border);
    }
    
    .footer-nl-input-group i {
        color: var(--ft-text);
        margin: 0 10px;
        font-size: 12px;
    }
    
    .footer-nl-input-group input {
        flex: 1;
        background: none;
        border: none;
        color: #fff;
        font-size: 0.75rem;
        padding: 8px 0;
        min-width: 0;
    }
    
    .footer-nl-input-group input:focus {
        outline: none;
    }
    
    .footer-nl-input-group input::placeholder {
        color: #64748b;
    }
    
    .footer-nl-input-group button {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #3b82f6;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 8px 14px;
        font-size: 0.7rem;
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
    }
    
    .footer-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: linear-gradient(135deg, #3b82f6, #8b5cf6);
        color: #fff;
        text-decoration: none;
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 0.75rem;
        font-weight: 600;
        transition: all 0.3s;
    }
    
    .footer-cta-btn:hover {
        color: #fff;
        box-shadow: 0 6px 20px rgba(59,130,246,0.4);
        transform: translateY(-1px);
    }
    
    /* Footer Grid - Desktop: 4 Columns + Contact */
    .footer-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .footer-col-contact {
        grid-column: 1 / -1;
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid var(--ft-border);
    }
    
    /* Get In Touch - Single Horizontal Row */
    .footer-contact-card {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .fcc-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .fcc-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        background: rgba(59,130,246,0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #60a5fa;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .fcc-info strong {
        display: block;
        color: var(--ft-heading);
        font-size: 0.7rem;
        margin-bottom: 2px;
    }
    
    .fcc-info p {
        color: var(--ft-text);
        font-size: 0.65rem;
        margin: 0;
    }
    
    .footer-col-title {
        color: var(--ft-heading);
        font-size: 0.8rem;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .footer-logo {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .footer-logo-icon {
        width: 35px;
        height: 35px;
        background: linear-gradient(135deg, #3b82f6, #8b5cf6);
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
    }
    
    .footer-logo-text {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
    }
    
    .flt-name {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
    }
    
    .flt-tagline {
        color: #60a5fa;
        font-size: 9px;
        letter-spacing: 2px;
    }
    
    .footer-about {
        color: var(--ft-text);
        font-size: 0.7rem;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .footer-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .fr-stars i {
        color: #fbbf24;
        font-size: 0.65rem;
    }
    
    .footer-rating span {
        font-size: 0.6rem;
        color: var(--ft-text);
    }
    
    .footer-social-premium {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }
    
    .fsp-link {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: rgba(255,255,255,0.05);
        border: 1px solid var(--ft-border);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--ft-text);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s;
    }
    
    .fsp-link:hover {
        background: var(--social-color, #3b82f6);
        color: #fff;
        border-color: var(--social-color, #3b82f6);
    }
    
    .footer-nav {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .footer-nav li {
        margin-bottom: 8px;
    }
    
    .footer-nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--ft-text);
        text-decoration: none;
        font-size: 0.7rem;
        transition: all 0.3s;
    }
    
    .footer-nav a:hover {
        color: #60a5fa;
    }
    
    .footer-nav a i {
        font-size: 8px;
        opacity: 0;
        transition: all 0.3s;
    }
    
    .footer-nav a:hover i {
        opacity: 1;
        transform: translateX(3px);
    }
    
    /* App & Trust */
    .footer-app-trust {
        border-top: 1px solid var(--ft-border);
        padding-top: 20px;
        margin-bottom: 20px;
    }
    
    .footer-app-section h5 {
        color: var(--ft-heading);
        font-size: 0.75rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .footer-app-section h5 i {
        color: #60a5fa;
        margin-right: 5px;
    }
    
    .footer-app-btns {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .fab-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,0.05);
        border: 1px solid var(--ft-border);
        border-radius: 10px;
        padding: 8px 12px;
        text-decoration: none;
        transition: all 0.3s;
    }
    
    .fab-btn:hover {
        background: rgba(255,255,255,0.1);
    }
    
    .fab-btn i {
        font-size: 16px;
        color: #fff;
    }
    
    .fab-btn small {
        display: block;
        font-size: 0.5rem;
        color: var(--ft-text);
    }
    
    .fab-btn strong {
        font-size: 0.65rem;
        color: #fff;
    }
    
    /* ============ TRUST BADGES (Default desktop) ============ */
    .footer-trust-badges {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    .ftb-item {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
        min-width: 120px;
        max-width: 180px;
    }
    
    .ftb-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: rgba(16,185,129,0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4ade80;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .ftb-item strong {
        display: block;
        color: var(--ft-heading);
        font-size: 0.7rem;
    }
    
    .ftb-item span {
        font-size: 0.6rem;
        color: var(--ft-text);
    }
    
    /* Bottom Bar */
    .footer-bottom-bar {
        background: #070b12;
        padding: 15px 0;
        border-top: 1px solid var(--ft-border);
    }
    
    .fbb-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fbb-left {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .fbb-left p {
        color: var(--ft-text);
        font-size: 0.65rem;
        margin: 0;
    }
    
    .fbb-left p strong {
        color: #fff;
    }
    
    .fbb-separator {
        width: 1px;
        height: 12px;
        background: var(--ft-border);
    }
    
    .fbb-links {
        display: flex;
        gap: 12px;
    }
    
    .fbb-links a {
        color: var(--ft-text);
        text-decoration: none;
        font-size: 0.65rem;
        transition: all 0.3s;
    }
    
    .fbb-links a:hover {
        color: #60a5fa;
    }
    
    .fbb-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .fbb-right span {
        color: var(--ft-text);
        font-size: 0.65rem;
    }
    
    .fbb-payments {
        display: flex;
        gap: 8px;
    }
    
    .fbb-payments i {
        color: var(--ft-text);
        font-size: 16px;
    }
    
    /* Back to Top */
    .footer-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        background: #3b82f6;
        color: #fff;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        z-index: 999;
    }
    
    .footer-back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }
    
    .footer-back-to-top:hover {
        background: #2563eb;
        transform: translateY(-2px);
    }
    
    /* ============ MOBILE ONLY STYLES ============ */
    @media (max-width: 767px) {
        .footer-ultra-main {
            padding: 30px 0 15px;
        }
        
        .footer-cta-strip {
            padding: 15px;
            margin-bottom: 20px;
        }
        
        .footer-cta-content {
            flex-direction: column;
            text-align: center;
        }
        
        .footer-cta-content h3 {
            font-size: 0.8rem;
        }
        
        .footer-cta-content p {
            font-size: 0.65rem;
        }
        
        .footer-nl-input-group {
            margin-bottom: 10px;
        }
        
        .footer-nl-input-group button span {
            display: none;
        }
        
        .footer-nl-input-group button {
            padding: 8px;
        }
        
        .footer-cta-btn {
            width: 100%;
            justify-content: center;
        }
        
        /* 2 Columns on Mobile */
        .footer-grid {
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 20px;
        }
        
        .footer-col-brand {
            grid-column: 1 / -1;
            order: -1;
            text-align: center;
        }
        
        .footer-col-brand .footer-logo {
            justify-content: center;
        }
        
        .footer-col-brand .footer-about {
            text-align: center;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .footer-col-brand .footer-rating {
            justify-content: center;
        }
        
        .footer-col-brand .footer-social-premium {
            justify-content: center;
        }
        
        .footer-col-contact {
            grid-column: 1 / -1;
            margin-top: 5px;
            padding-top: 10px;
            text-align: center;
        }
        
        .footer-col-title {
            font-size: 0.7rem;
            margin-bottom: 10px;
        }
        
        .footer-col-contact .footer-col-title::after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .footer-nav a {
            font-size: 0.65rem;
        }
        
        .footer-nav li {
            margin-bottom: 6px;
        }
        
        /* Contact - 2x2 on mobile, centered layout */
        .footer-contact-card {
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }
        
        .fcc-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 4px;
        }
        
        .fcc-icon {
            width: 28px;
            height: 28px;
            font-size: 10px;
        }
        
        /* Social icons centered */
        .footer-social-premium {
            gap: 4px;
        }
        
        .fsp-link {
            width: 32px;
            height: 32px;
            font-size: 12px;
            border-radius: 7px;
        }
        
        /* App section — center on mobile */
        .footer-app-section {
            text-align: center;
        }
        
        .footer-app-section h5 {
            text-align: center;
        }
        
        .footer-app-btns {
            justify-content: center;
        }
        
        /* ============ TRUST BADGES — 2 per row on mobile ============ */
        .footer-trust-badges {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            justify-content: initial;
            overflow: visible;
            padding-bottom: 0;
            width: 100%;
        }
        
        .ftb-item {
            flex: initial;
            min-width: 0;
            max-width: 100%;
            width: 100%;
            gap: 8px;
        }
        
        .ftb-icon {
            width: 30px;
            height: 30px;
            font-size: 12px;
            border-radius: 7px;
        }
        
        .ftb-item strong {
            font-size: 0.6rem;
        }
        
        .ftb-item span {
            font-size: 0.5rem;
        }
        
        /* Bottom bar */
        .fbb-content {
            flex-direction: column;
            text-align: center;
            gap: 8px;
        }
        
        .fbb-left {
            flex-direction: column;
            gap: 5px;
        }
        
        .fbb-separator {
            display: none;
        }
        
        .fbb-right {
            flex-direction: column;
            gap: 5px;
        }
        
        .footer-back-to-top {
            bottom: 15px;
            right: 15px;
            width: 32px;
            height: 32px;
            font-size: 12px;
        }
    }
    
    /* Small Mobile */
    @media (max-width: 480px) {
        .footer-grid {
            gap: 8px;
        }
        
        .footer-col-title {
            font-size: 0.65rem;
        }
        
        .footer-nav a {
            font-size: 0.6rem;
        }
        
        .footer-nav a i {
            display: none;
        }
        
        .fsp-link {
            width: 28px;
            height: 28px;
            font-size: 10px;
        }
        
        /* Trust badges — still 2 per row, tighter */
        .footer-trust-badges {
            grid-template-columns: repeat(2, 1fr);
            gap: 6px;
        }
        
        .ftb-item {
            gap: 6px;
        }
        
        .ftb-icon {
            width: 26px;
            height: 26px;
            font-size: 11px;
            border-radius: 6px;
        }
        
        .ftb-item strong {
            font-size: 0.55rem;
        }
        
        .ftb-item span {
            font-size: 0.45rem;
        }
        
        .fcc-info strong {
            font-size: 0.6rem;
        }
        
        .fcc-info p {
            font-size: 0.55rem;
        }
    }
</style>