/**
 * Enterprise Footer Styles
 * Cross-Product & Trust Signature Boxes
 * Injected via the_content filter on optimized pages only
 */

.all4business-enterprise-footer {
    max-width: 100%;
    margin: 3rem 0 0;
    padding: 0;
    clear: both;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.all4business-cross-product-footer {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.all4business-cross-product-footer h3 {
    margin: 0 0 0.75rem 0;
    color: #1a202c;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.all4business-cross-product-footer > p {
    margin: 0 0 1.5rem 0;
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.7;
}

.all4business-cross-product-footer .product-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.all4business-cross-product-footer .product-card h4 {
    margin: 0 0 0.5rem 0;
    color: #2d3748;
    font-size: 1.25rem;
    font-weight: 600;
}

.all4business-cross-product-footer .product-card .price {
    margin: 0 0 1rem 0;
    color: #718096;
    font-size: 1rem;
    font-weight: 500;
}

.all4business-cross-product-footer .button-group {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.all4business-cross-product-footer .btn-primary {
    background: #3182ce;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    transition: background 0.2s ease, transform 0.2s ease;
}

.all4business-cross-product-footer .btn-primary:hover {
    background: #2c5282;
    color: #ffffff;
    transform: translateY(-1px);
}

.all4business-cross-product-footer .btn-secondary {
    background: #e2e8f0;
    color: #2d3748;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    transition: background 0.2s ease;
}

.all4business-cross-product-footer .btn-secondary:hover {
    background: #cbd5e0;
    color: #1a202c;
}

.all4business-trust-footer {
    margin-top: 2rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    color: #718096;
    font-size: 0.95rem;
    line-height: 1.6;
}

.all4business-trust-footer p {
    margin: 0;
}

.all4business-trust-footer strong {
    color: #4a5568;
    font-weight: 600;
}

.all4business-trust-footer a {
    color: #3182ce;
    text-decoration: none;
    font-weight: 500;
}

.all4business-trust-footer a:hover {
    text-decoration: underline;
    color: #2c5282;
}

@media (max-width: 768px) {
    .all4business-enterprise-footer {
        margin-top: 2rem;
    }
    
    .all4business-cross-product-footer {
        padding: 1.5rem;
    }
    
    .all4business-cross-product-footer h3 {
        font-size: 1.25rem;
    }
    
    .all4business-cross-product-footer .product-card {
        padding: 1.25rem;
    }
    
    .all4business-cross-product-footer .button-group {
        flex-direction: column;
    }
    
    .all4business-cross-product-footer .btn-primary,
    .all4business-cross-product-footer .btn-secondary {
        width: 100%;
        text-align: center;
    }
    
    .all4business-trust-footer {
        padding: 1rem 0 0;
        font-size: 0.9rem;
    }
}
