/* pricing.php */

@media (max-width: 768px) {
        .pricing-content {
            padding: 50px 30px !important;
        }

        .pricing-header h2 {
            font-size: 32px !important;
        }

        .custom-pricing-explanation {
            padding: 30px !important;
        }

        .team-avatars {
            gap: 15px !important;
        }

        .team-avatars .avatar-item div {
            width: 60px !important;
            height: 60px !important;
        }

        .cta-section {
            padding: 30px !important;
        }

        .cta-section h3 {
            font-size: 24px !important;
        }

        .cta-buttons {
            flex-direction: column !important;
            align-items: center !important;
        }

        .cta-buttons a {
            width: 100% !important;
            max-width: 300px !important;
            justify-content: center !important;
        }
    }

    @media (max-width: 480px) {
        .enterprise-icon {
            width: 80px !important;
            height: 80px !important;
            padding: 20px !important;
        }

        .enterprise-icon i {
            font-size: 32px !important;
        }

        .reason-item {
            text-align: center !important;
        }
    }
