/* Makes the pricing section background transparent */
.surfside-price-section {
  background: transparent !important;
}

/* Keeps cards classy but lets the site style show through slightly */
.surfside-main-pricing-card,
.surfside-addon-card {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(10px);
}

/* Softens the included/note areas so they don't look like a separate background */
.surfside-included-box,
.surfside-note-box {
  background: rgba(255, 255, 255, 0.55) !important;
}