/* Pricing section styles */
.recommended-badge {
  background: #3b82f6;
  box-shadow: none;
}

.pricing-card {
  transition: all 0.3s ease !important;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.1);
}

.pricing-card.recommended {
  border: 2px solid #3b82f6;
  position: relative;
}

.pricing-card.recommended:hover {
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.1);
}

.feature-check {
  background: #10b981;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
