.pricing-section {
  padding: 78px 0 !important;
  color: #13283c !important;
  background:
    radial-gradient(86% 112% at 0% 4%, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .46) 30%, transparent 66%),
    radial-gradient(74% 92% at 14% 88%, rgba(195, 220, 235, .58) 0%, transparent 66%),
    radial-gradient(82% 86% at 86% 8%, rgba(142, 184, 213, .38) 0%, transparent 68%),
    radial-gradient(72% 76% at 94% 92%, rgba(20, 116, 111, .12) 0%, transparent 70%),
    linear-gradient(112deg, #f8fbff 0%, #edf5fb 32%, #dbe9f4 62%, #cbdceb 100%) !important;
  background-color: #e8f1f8 !important;
}

.pricing-section::before,
.pricing-section::after {
  background: none !important;
  opacity: 0 !important;
}

.pricing-section .container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 460px);
  gap: 40px;
  align-items: center;
}

.pricing-section .section-head {
  max-width: 620px;
}

.pricing-section .section-label {
  color: #1f6a9b !important;
  text-shadow: none;
}

.pricing-section .section-head h2 {
  color: #0b2033;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.pricing-section .section-head h2::after {
  content: "Um plano objetivo para chat corporativo, canal NR-1 e gestão interna sem tabela confusa.";
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: #435f78;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.58;
}

.pricing-grid {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.plan-card {
  --plan-accent: #276b98 !important;
  min-height: 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(39, 107, 152, .18) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(110% 70% at 0% 0%, rgba(255, 255, 255, .92) 0%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(237, 247, 255, .92) 100%) !important;
  backdrop-filter: blur(10px);
  box-shadow:
    0 24px 54px rgba(16, 40, 61, .16),
    0 8px 18px rgba(16, 40, 61, .08),
    inset 0 1px rgba(255, 255, 255, .9) !important;
}

.plan-card[data-featured="true"],
.plan-card[data-featured="true"]:hover,
.plan-card:hover {
  transform: none !important;
}

.plan-card::before {
  content: none;
}

.plan-target {
  width: max-content;
  max-width: 100%;
  margin: 0 0 12px !important;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(180deg, #2f7fb5, #0f5f8f);
  box-shadow: 0 8px 18px rgba(15, 95, 143, .2);
  font-size: .72rem !important;
  font-weight: 700 !important;
}

.plan-card h3 {
  color: #06131f;
  font-size: 2rem;
  line-height: 1;
}

.plan-description {
  margin: 16px 0 0 !important;
  color: #334c63 !important;
  font-size: .98rem !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

.plan-users {
  margin: 12px 0 0 !important;
  padding: 12px 13px;
  border: 1px solid rgba(39, 107, 152, .14);
  border-radius: 8px;
  color: #173456 !important;
  background: #f7fbff;
  font-size: .94rem !important;
  font-weight: 600 !important;
  line-height: 1.4;
}

.plan-price {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.plan-price-value {
  color: #0f5f8f !important;
  font-size: 2.65rem !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.plan-price-billing {
  color: #4b6278 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.plan-cta {
  width: 100%;
  min-height: 46px !important;
  margin-top: 18px !important;
  border: 1px solid rgba(15, 95, 143, .34) !important;
  background: linear-gradient(180deg, #2c78aa, #23698f) !important;
  box-shadow: 0 7px 14px rgba(16, 72, 110, .18) !important;
  font-size: .92rem;
  font-weight: 600 !important;
  text-shadow: none !important;
}

.plan-card ul {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(39, 107, 152, .14);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px !important;
}

.plan-card ul::before {
  content: "Inclui:";
  margin-bottom: 2px;
  color: #0b2033;
  font-size: .92rem;
  font-weight: 700;
}

.plan-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #13283c !important;
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.38;
}

.plan-card li::before {
  content: "\2713" !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0f7a54;
  font-weight: 700;
}

@media (max-width: 900px) {
  .pricing-section .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-section .section-head {
    max-width: 720px;
  }

  .pricing-grid {
    max-width: 460px;
  }
}

@media (max-width: 520px) {
  .pricing-section {
    padding: 58px 0 !important;
  }

  .plan-card {
    padding: 18px !important;
  }

  .plan-price-value {
    font-size: 2.25rem !important;
  }
}
