/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Pricing option selection */
.pricing-option {
  will-change: border-color, box-shadow;
}

.pricing-option.selected {
  border-color: #4f46e5 !important;
  border-width: 3px !important;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2) !important;
}
