/* =====================================================
   FOOTER MEJORADO - FRANKY3DWORLD
   ===================================================== */

.main-footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #e2e8f0 !important;
    padding: 3rem 0 1rem !important;
    margin-top: 4rem !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 2.5rem !important;
    margin-bottom: 2rem !important;
}

.footer-column h3 {
    color: #f1f5f9 !important;
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
}

.footer-column h4 {
    color: #f1f5f9 !important;
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}

.footer-description {
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

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

.footer-links li {
    margin-bottom: 0.6rem !important;
}

.footer-links a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.footer-links a:hover {
    color: #fff !important;
    transform: translateX(4px) !important;
}

.footer-bottom {
    border-top: 1px solid rgba(226, 232, 240, 0.1) !important;
    padding-top: 1.5rem !important;
    margin-top: 2rem !important;
    text-align: center !important;
}

.footer-bottom p {
    margin: 0.3rem 0 !important;
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
}

.footer-tagline {
    font-style: italic !important;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .footer-column {
        text-align: center !important;
    }
    
    .footer-links a:hover {
        transform: none !important;
    }
}

/* =====================================================
   PÁGINAS LEGALES Y CONTACTO
   ===================================================== */

.legal-page,
.contacto-page {
    max-width: 900px !important;
    margin: 2rem auto !important;
    padding: 2rem !important;
}

.legal-page h1,
.contacto-page h1 {
    color: #1e293b !important;
    margin-bottom: 1rem !important;
    font-size: 2.5rem !important;
}

.legal-updated {
    color: #64748b !important;
    font-size: 0.9rem !important;
    margin-bottom: 2rem !important;
    font-style: italic !important;
}

.legal-content {
    line-height: 1.8 !important;
}

.legal-section {
    margin-bottom: 2.5rem !important;
}

.legal-section h2 {
    color: #334155 !important;
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
    border-bottom: 2px solid #667eea !important;
    padding-bottom: 0.5rem !important;
}

.legal-section h3 {
    color: #475569 !important;
    margin: 1.5rem 0 0.8rem !important;
    font-size: 1.2rem !important;
}

.legal-section p {
    margin-bottom: 1rem !important;
    color: #475569 !important;
}

.legal-section ul,
.legal-section ol {
    margin-left: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.legal-section li {
    margin-bottom: 0.5rem !important;
    color: #475569 !important;
}

.legal-section a {
    color: #667eea !important;
    text-decoration: underline !important;
}

.legal-section a:hover {
    color: #5568d3 !important;
}

.legal-footer {
    background: #f8fafc !important;
    border-left: 4px solid #667eea !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    margin-top: 3rem !important;
}

.legal-footer p {
    margin: 0 !important;
    color: #475569 !important;
}

.contacto-header {
    text-align: center !important;
    margin-bottom: 3rem !important;
}

.contacto-subtitle {
    color: #64748b !important;
    font-size: 1.1rem !important;
    margin-top: 0.5rem !important;
}

.contacto-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr !important;
    gap: 3rem !important;
    margin-top: 2rem !important;
}

.contacto-form {
    background: white !important;
    padding: 2rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.contacto-form .form-group {
    margin-bottom: 1.5rem !important;
}

.contacto-form label {
    display: block !important;
    margin-bottom: 0.5rem !important;
    color: #334155 !important;
    font-weight: 600 !important;
}

.contacto-form input,
.contacto-form select,
.contacto-form textarea {
    width: 100% !important;
    padding: 0.8rem !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
}

.contacto-form input:focus,
.contacto-form select:focus,
.contacto-form textarea:focus {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

.contacto-form textarea {
    resize: vertical !important;
    font-family: inherit !important;
}

.contacto-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

.info-card {
    background: white !important;
    padding: 1.5rem !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
}

.info-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
}

.info-icon {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem !important;
}

.info-card h3 {
    color: #1e293b !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.1rem !important;
}

.info-card p {
    color: #64748b !important;
    margin: 0.3rem 0 !important;
    font-size: 0.95rem !important;
}

.info-card small {
    color: #94a3b8 !important;
    font-size: 0.85rem !important;
}

.info-card a {
    color: #667eea !important;
    text-decoration: none !important;
}

.info-card a:hover {
    text-decoration: underline !important;
}

.info-link {
    display: inline-block !important;
    margin-top: 0.5rem !important;
    color: #667eea !important;
    font-weight: 600 !important;
}

@media (max-width: 968px) {
    .contacto-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .legal-page,
    .contacto-page {
        padding: 1.5rem !important;
    }
}
