/* FORCE PRICING PREMIUM BOX TO DARK BLUE */

.pricing-premium-box {
  background: linear-gradient(135deg, #0a2647 0%, #123e73 100%) !important;
  background-color: #0a2647 !important;
  background-image: linear-gradient(135deg, #0a2647 0%, #123e73 100%) !important;
  color: #ffffff !important;
  padding: 2.25rem 2.5rem !important;
  border-radius: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 2rem !important;
  box-shadow: 0 15px 35px rgba(10, 38, 71, 0.3) !important;
  position: relative !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  z-index: 2 !important;
  margin-bottom: 3rem !important;
  margin-top: 2rem !important;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.6 !important;
}

.premium-content {
  flex: 1 !important;
  width: 100% !important;
  z-index: 3 !important;
  position: relative !important;
}

.premium-content h3 {
  color: #ffffff !important;
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
}

.premium-content p {
  color: rgba(255, 255, 255, 0.95) !important;
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
  font-size: 1rem !important;
  text-align: left !important;
}

.premium-content p em,
.premium-content p strong {
  color: rgba(255, 255, 255, 0.98) !important;
}

/* Override any background colors that might interfere */
.pricing-premium-box h2,
.pricing-premium-box h3,
.pricing-premium-box h4,
.pricing-premium-box h5,
.pricing-premium-box h6 {
  color: #ffffff !important;
  background: transparent !important;
}

.pricing-premium-box * {
  background-color: transparent !important;
}

.pricing-premium-box {
  background: linear-gradient(135deg, #0a2647 0%, #123e73 100%) !important;
}

/* OPTION CARD - Same dark blue style */
.option-card {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: linear-gradient(135deg, #0a2647 0%, #123e73 100%) !important;
  background-color: #0a2647 !important;
  background-image: linear-gradient(135deg, #0a2647 0%, #123e73 100%) !important;
  color: #ffffff !important;
  padding: 2.25rem 2.5rem !important;
  border-radius: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  box-shadow: 0 15px 35px rgba(10, 38, 71, 0.3) !important;
  position: relative !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  z-index: 2 !important;
  margin-bottom: 3rem !important;
  margin-top: 2rem !important;
}

.option-content {
  flex: 1 !important;
  z-index: 3 !important;
  position: relative !important;
}

.option-content h3,
.option-content h4 {
  color: #ffffff !important;
  margin: 0 !important;
  background: transparent !important;
}

.option-content h4 {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 0.5rem !important;
}

.option-content h3 {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

.option-content p {
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 !important;
  font-size: 1rem !important;
}

.option-tag {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 0.95rem !important;
}

.option-card * {
  background-color: transparent !important;
}

.option-card {
  background: linear-gradient(135deg, #0a2647 0%, #123e73 100%) !important;
}

@media (max-width: 768px) {
  .pricing-premium-box {
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding: 1.75rem 1.5rem !important;
  }

  .premium-content {
    width: 100% !important;
  }

  .option-card {
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding: 1.75rem 1.5rem !important;
  }

  .option-tag {
    width: 100% !important;
    text-align: center !important;
  }
}
