/* ============================================
   123B FOOTER OVERRIDE - HIDE OLD FOOTER
   ============================================ */
#footer.footer-wrapper,
footer#footer,
footer.footer-wrapper,
.location-footer,
.section.dark#section_1192442673 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ============================================
   123B FOOTER 2026 - E-E-A-T OPTIMIZED
   ============================================ */
.eb-footer-2026 {
    background: linear-gradient(135deg, #0a1a2e 0%, #1a2a3e 50%, #0d1b2a 100%);
    color: #e5e8eb;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    border-top: 4px solid #ffc107;
    font-size: 14px;
    position: relative;
}

.eb-footer-2026::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffc107, #ff5722, #ffc107);
}

.eb-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Trust Bar */
.eb-trust-bar {
    background: rgba(255, 193, 7, 0.08);
    border-bottom: 1px solid rgba(255, 193, 7, 0.2);
    padding: 18px 0;
    text-align: center;
}

.eb-trust-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    color: #ffc107;
}

.eb-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.eb-trust-item svg {
    width: 16px;
    height: 16px;
    fill: #ffc107;
}

/* Main Footer Grid */
.eb-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 50px 0 30px;
}

@media (max-width: 1024px) {
    .eb-footer-main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .eb-footer-main {
        grid-template-columns: 1fr;
    }
}

/* Footer Branding */
.eb-footer-brand {
    padding-right: 20px;
}

.eb-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 900;
    color: #ffc107;
    text-decoration: none;
    letter-spacing: -1px;
}

.eb-footer-logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ffc107, #ff5722);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a1a2e;
    font-weight: 900;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.eb-footer-tagline {
    color: #ffc107;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eb-footer-description {
    color: #b0b8c1;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.eb-footer-credentials {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
    border-left: 3px solid #ffc107;
}

.eb-footer-credentials h4 {
    color: #ffc107;
    font-size: 13px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.eb-footer-credentials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #d0d6dd;
}

.eb-footer-credentials li {
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.eb-footer-credentials li::before {
    content: '✓';
    color: #ffc107;
    font-weight: 700;
    flex-shrink: 0;
}

/* Footer Sections */
.eb-footer-section h3 {
    color: #ffc107;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 18px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffc107;
    display: inline-block;
}

.eb-footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eb-footer-section li {
    margin-bottom: 10px;
}

.eb-footer-section a {
    color: #b0b8c1;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.eb-footer-section a:hover {
    color: #ffc107;
    padding-left: 4px;
}

/* Contact Info */
.eb-footer-contact {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 16px;
    margin-top: 16px;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.eb-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #d0d6dd;
    font-size: 13px;
}

.eb-footer-contact-item:last-child {
    margin-bottom: 0;
}

.eb-footer-contact-item svg {
    width: 16px;
    height: 16px;
    fill: #ffc107;
    flex-shrink: 0;
}

.eb-footer-contact-item a {
    color: #d0d6dd;
    text-decoration: none;
}

.eb-footer-contact-item a:hover {
    color: #ffc107;
}

/* Social Links */
.eb-footer-social {
    margin-top: 18px;
}

.eb-footer-social h4 {
    color: #ffc107;
    font-size: 13px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.eb-social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.eb-social-link {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 14px;
}

.eb-social-link:hover {
    background: #ffc107;
    color: #0a1a2e;
    transform: translateY(-2px);
}

/* NAP Section */
.eb-nap-section {
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

.eb-nap-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
    align-items: center;
}

@media (max-width: 768px) {
    .eb-nap-grid {
        grid-template-columns: 1fr;
    }
}

.eb-nap-item h4 {
    color: #ffc107;
    font-size: 12px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.eb-nap-item p {
    color: #d0d6dd;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.eb-nap-item a {
    color: #ffc107;
    text-decoration: none;
    font-weight: 600;
}

/* Security & Trust */
.eb-security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin: 30px 0;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 193, 7, 0.15);
}

.eb-security-item {
    text-align: center;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.eb-security-icon {
    font-size: 28px;
    margin-bottom: 8px;
    display: block;
}

.eb-security-item h5 {
    color: #ffc107;
    font-size: 11px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.eb-security-item p {
    color: #b0b8c1;
    font-size: 10px;
    margin: 0;
    line-height: 1.4;
}

/* Bottom Bar */
.eb-footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 24px 0;
    border-top: 1px solid rgba(255, 193, 7, 0.2);
}

.eb-footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    color: #8892a0;
}

.eb-footer-bottom-content a {
    color: #8892a0;
    text-decoration: none;
    margin: 0 8px;
}

.eb-footer-bottom-content a:hover {
    color: #ffc107;
}

.eb-footer-disclaimer {
    width: 100%;
    text-align: center;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #6b7280;
    font-size: 11px;
    line-height: 1.6;
}

.eb-age-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dc2626;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
}
