/* ── Enterprise Footer Styles ───────────────────────── */

.sf-footer {
    background: #060a0c !important;
    color: #f8fafc !important;
    position: relative;
    overflow: hidden;
}

.sf-footer-orb {
    position: absolute;
    top: -200px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(35, 219, 224, 0.06), transparent 70%);
    pointer-events: none;
}

.sf-footer-grid {
    padding-top: 80px;
    padding-bottom: 40px;
}

.sf-footer-brand-logo {
    display: block;
    margin-bottom: 20px;
}

.sf-footer-brand-logo img {
    object-fit: contain;
}

.sf-footer-brand-desc {
    color: #94a3b8 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
}

.sf-footer-badge-regional {
    font-size: 11px;
    color: #23dbe0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

/* Footer Social Icons */
.sf-footer-socials {
    display: flex;
    gap: 10px;
}

.sf-footer-socials a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.sf-footer-socials a:hover {
    background: rgba(35, 219, 224, 0.08);
    border-color: rgba(35, 219, 224, 0.3);
    color: #23dbe0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(35, 219, 224, 0.15);
}

/* Footer Newsletters */
.sf-footer-newsletter-section {
    margin-top: 24px;
}

.sf-footer-newsletter-title {
    font-size: 12px;
    font-weight: 700;
    color: #f8fafc;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.sf-newsletter-form {
    display: flex;
    gap: 8px;
    max-width: 320px;
}

.sf-newsletter-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    color: #fff !important;
    font-size: 13.5px !important;
}

.sf-newsletter-input:focus {
    border-color: rgba(35, 219, 224, 0.5) !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.sf-newsletter-btn {
    background: #23dbe0 !important;
    color: #060a0c !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.sf-newsletter-btn:hover {
    background: #5ae8ec !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(35, 219, 224, 0.2);
}

/* List columns */
.sf-footer-col-title {
    color: #f8fafc !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 12px !important;
    margin-bottom: 24px !important;
    position: relative !important;
    padding-bottom: 12px !important;
}

.sf-footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background: #23dbe0;
    border-radius: 2px;
}

.sf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sf-footer-links li {
    margin-bottom: 10px;
}

.sf-footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.sf-footer-links a:hover {
    color: #23dbe0;
}

/* Contact info list */
.sf-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.sf-footer-contact-item {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sf-footer-contact-item i {
    color: #23dbe0;
    margin-top: 2px;
    flex-shrink: 0;
}

.sf-footer-contact-item a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.sf-footer-contact-item a:hover {
    color: #23dbe0;
}

.sf-footer-sub-heading {
    color: #f8fafc !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 10px !important;
}

/* Quick links tags */
.sf-footer-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.sf-footer-tag-link {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 6px !important;
    transition: all 0.2s !important;
    border: 1px solid transparent !important;
}

.sf-footer-tag-link:hover {
    background: rgba(35, 219, 224, 0.08) !important;
    border-color: rgba(35, 219, 224, 0.2) !important;
    color: #23dbe0 !important;
}

/* Cities tags */
.sf-footer-cities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sf-footer-city-tag {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 11px !important;
    padding: 3px 8px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 6px !important;
    transition: all 0.2s !important;
}

.sf-footer-city-tag:hover {
    background: rgba(35, 219, 224, 0.08) !important;
    border-color: rgba(35, 219, 224, 0.25) !important;
    color: #23dbe0 !important;
}

/* Compliance Card Section */
.sf-footer-compliance-shield {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 20px !important;
    padding: 28px 28px 24px !important;
    margin-bottom: 32px !important;
    position: relative !important;
    overflow: hidden !important;
}

.sf-footer-compliance-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #23dbe0, transparent);
}

.sf-footer-compliance-icon-box {
    width: 56px;
    height: 56px;
    background: rgba(35, 219, 224, 0.08);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #23dbe0;
}

.sf-footer-compliance-heading {
    font-family: var(--sf-font-heading, sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.sf-footer-compliance-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Sub-footer Copyright bottom */
.sf-sub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    padding-bottom: 30px;
}

.sf-footer-copy-text {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0;
}

.sf-footer-bottom-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-footer-bottom-links a {
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.sf-footer-bottom-links a:hover {
    color: #23dbe0;
}

@media (max-width: 991px) {
    .sf-footer-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }
}
