/* Footer Styles for Sitemap Footer Component */

.site-footer {
    background: #2d2d2d;
    color: #ffffff;
    padding: 4rem 0 2rem;
    margin-top: 0;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 968px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.footer-column-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a0aec0;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-links li {
    margin-bottom: 0.75rem;
    display: block;
    width: 100%;
}

.footer-links a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
    display: block;
}

.footer-links a:hover {
    color: #667eea;
    transform: translateX(4px);
}

/* Compare Section */
.footer-compare-section {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.footer-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a0aec0;
    margin-bottom: 1rem;
    grid-column: 1 / -1;
}

.footer-compare-columns {
    display: contents;
}

@media (max-width: 968px) {
    .footer-compare-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .footer-compare-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

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

.footer-compare-links li {
    margin-bottom: 0.5rem;
}

.footer-compare-links a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-compare-links a:hover {
    color: #667eea;
    transform: translateX(4px);
}

/* Trust & Social Proof Section */
.footer-trust-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

@media (max-width: 640px) {
    .footer-trust-badges {
        flex-direction: column;
        gap: 1rem;
    }
}

.trustpilot-link {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.trustpilot-link:hover {
    color: #667eea;
}

.trust-badge {
    color: #cbd5e0;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* Social Links Section */
.footer-social-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.social-link {
    color: #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.social-link:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-4px);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

/* Legal Links Section */
.footer-legal-section {
    margin-bottom: 2rem;
}

.footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
}

@media (max-width: 640px) {
    .footer-legal-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-legal-links .separator {
        display: none;
    }
}

.footer-legal-links a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: #667eea;
}

.footer-legal-links .separator {
    color: #4a5568;
}

/* Disclaimer Section */
.footer-disclaimer {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.disclaimer-text {
    font-size: 0.75rem;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.copyright {
    font-size: 0.875rem;
    color: #a0aec0;
    margin: 0;
}

/* CREATORFLOW Branding */
.footer-branding {
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
}

.creatorflow-text {
    font-size: 160px;
    font-weight: 900;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.15);
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 968px) {
    .creatorflow-text {
        font-size: 100px;
        letter-spacing: 0.25em;
    }
}

@media (max-width: 640px) {
    .creatorflow-text {
        font-size: 60px;
        letter-spacing: 0.2em;
    }
}

/* Page-specific styles that need footer */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 2rem;
    text-align: center;
    color: white;
    margin-top: 4rem;
}

.cta-content-centered {
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: white;
}

@media (max-width: 640px) {
    .cta-title {
        font-size: 1.75rem;
    }
}

.cta-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-features {
    list-style: none;
    padding: 0;
    margin: 2rem auto;
    max-width: 400px;
    text-align: left;
}

.cta-features li {
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.cta-trust {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    opacity: 0.9;
}

.btn-large {
    padding: 1rem 3rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: var(--radius-lg);
}
