/* Seção de planos e preços */
.pricing-section {
  background: linear-gradient(135deg, #151a2b 0%, #24203d 52%, #351f43 100%);
}

.pricing-section .inner {
  max-width: 1280px;
}

.pricing-intro {
  max-width: 900px;
  margin: 0 0 2.5em;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05em;
  line-height: 1.75;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2em;
  align-items: stretch;
  margin-bottom: 2.5em;
}

.pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 2em 1.35em 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.pricing-card-chat {
  border-top: 5px solid #54b8d8;
}

.pricing-card-wee {
  border-top: 5px solid #7ca6d8;
}

.pricing-card-middy {
  border-top: 5px solid #e57bd8;
}

.pricing-card-xmiddy {
  border-top: 5px solid #b998e8;
}

.pricing-card.featured {
  background: linear-gradient(180deg, rgba(198, 78, 180, 0.32), rgba(255, 255, 255, 0.09));
  border-color: rgba(229, 123, 216, 0.9);
  box-shadow: 0 0 0 2px rgba(229, 123, 216, 0.26), 0 18px 46px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}

.pricing-badge {
  display: inline-block;
  align-self: flex-start;
  margin: -0.4em 0 1em;
  padding: 0.45em 0.75em;
  border-radius: 999px;
  background: #f3a7e8;
  color: #32112e;
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-label {
  margin: 0 0 0.55em;
  color: #f0b2e8;
  font-size: 0.74em;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 0 0 0.55em;
  font-size: 1.65em;
  line-height: 1.2;
}

.pricing-volume {
  min-height: 5.3em;
  margin: 0 0 1.15em;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.pricing-price {
  margin: 0 0 1.15em;
  color: #ffffff;
  font-size: 1.85em;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.pricing-price span {
  font-size: 0.56em;
  font-weight: 600;
}

.pricing-price small {
  font-size: 0.42em;
  font-weight: 500;
  white-space: nowrap;
}

.pricing-benefits {
  flex: 1 1 auto;
  margin: 0 0 1.5em;
  padding-left: 1.15em;
  color: rgba(255, 255, 255, 0.9);
}

.pricing-benefits li {
  margin-bottom: 0.72em;
  line-height: 1.52;
}

.pricing-button {
  display: flex;
  width: 100%;
  min-height: 3.25em;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.85em 0.75em;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #2b1530 !important;
  font-size: 0.84em;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  box-shadow: none;
}

.pricing-card.featured .pricing-button {
  background: #f3a7e8;
  color: #32112e !important;
}

.pricing-button:hover {
  background: #dceefa;
  color: #151a2b !important;
}

.pricing-card.featured .pricing-button:hover {
  background: #ffffff;
}

.pricing-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.4em;
}

.pricing-detail-block {
  padding: 1.7em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(8, 12, 26, 0.34);
}

.pricing-detail-block h3 {
  margin-bottom: 1em;
  line-height: 1.35;
}

.pricing-detail-block p {
  margin-bottom: 1em;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.72;
}

.pricing-detail-block p:last-child {
  margin-bottom: 0;
}

.pricing-detail-siart {
  border-color: rgba(229, 123, 216, 0.48);
}

@media screen and (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-card.featured {
    transform: none;
  }
}

@media screen and (max-width: 736px) {
  .pricing-grid,
  .pricing-details {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 1.6em 1.2em 1.25em;
  }

  .pricing-volume {
    min-height: 0;
  }

  .pricing-price {
    font-size: 1.7em;
  }

  .pricing-button {
    font-size: 0.8em;
  }
}

/* Contraste e cores dos títulos da seção de preços */
.pricing-section h2,
.pricing-section h3,
.pricing-section h2.major,
.pricing-section h3.major,
.pricing-detail-block h3 {
  color: #ffffff !important;
  opacity: 1;
}

/* Cores específicas dos títulos dos planos */
.pricing-card-chat h3 {
  color: #8edff7 !important;
}

.pricing-card-wee h3 {
  color: #b4d5ff !important;
}

.pricing-card-middy h3 {
  color: #ffb8f3 !important;
}

.pricing-card-xmiddy h3 {
  color: #ddc8ff !important;
}

/* Linha abaixo dos títulos principais */
.pricing-section .major::after {
  background-color: rgba(255, 255, 255, 0.38) !important;
}

/* Títulos dos textos adicionais */
.pricing-detail-block h3 {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}