.socia-coming-soon {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
    color: var(--socia-white);
    position: relative;
    overflow: hidden;
}

.socia-coming-soon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.9), rgba(139, 92, 246, 0.8));
}

.socia-coming-soon-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.socia-coming-soon-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    color: var(--socia-gold);
}

.socia-coming-soon-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.socia-coming-soon-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.socia-coming-soon-description {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.8;
    line-height: 1.7;
}

.socia-feature-preview {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    margin: 3rem 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.socia-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.socia-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.socia-feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.socia-feature-icon {
    font-size: 2rem;
    color: var(--socia-gold);
    margin-bottom: 0.5rem;
}

.socia-feature-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.socia-feature-desc {
    font-size: 0.9rem;
    opacity: 0.8;
    line-height: 1.4;
}

.socia-cta-section {
    background: var(--socia-white);
    padding: 4rem 0;
    text-align: center;
}

.socia-cta-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.socia-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--socia-gray-900);
    margin-bottom: 1rem;
}

.socia-cta-description {
    font-size: 1.1rem;
    color: var(--socia-gray-700);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.socia-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--socia-primary), var(--socia-secondary));
    color: var(--socia-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.25rem 2.5rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(157, 62, 245, 0.3);
}

.socia-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(157, 62, 245, 0.4);
}

@media (max-width: 768px) {
    .socia-coming-soon-title {
        font-size: 2.5rem;
    }

    .socia-coming-soon-icon {
        font-size: 3rem;
    }

    .socia-feature-grid {
        grid-template-columns: 1fr;
    }

    .socia-cta-title {
        font-size: 2rem;
    }
}

/* === FOOTER OVERRIDE FOR SUPPORT PAGES === */
.socia-footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.socia-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
}

.socia-footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 0.5rem;
    filter: brightness(0) invert(1);
    display: block;
}

.socia-footer-tagline {
    color: #d0d0d0;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.socia-footer-links {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.socia-footer-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
}

.socia-footer-link:hover {
    color: var(--socia-primary);
}

.socia-footer-social {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.socia-social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 1rem;
}

.socia-social-link:hover {
    background: var(--socia-primary);
    color: var(--socia-white);
}

.socia-footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #b0b0b0;
    font-size: 0.9rem;
}

.socia-footer-bottom p {
    margin: 0;
}

@media (max-width: 768px) {
    .socia-footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }

    .socia-footer-brand {
        align-items: center;
    }

    .socia-footer-social {
        justify-content: center;
    }

    .socia-footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}