/* Pricing Links Styling */
/* Matches the 'Return to Top' button colors for accessibility */

.pricing-info a {
    color: #00d4ff;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pricing-info a:hover {
    color: #00ff88;
}