/**
 * price.css – Página de preços / planos SMS Short Code
 * Depende: sms-variables.css (--sms-primary, --sms-gradient, --sms-background-btn)
 * Tema: apenas escuro.
 */

#header.tra-menu.navbar-dark.white-scroll .wsmainfull {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

/* Navbar: Produtos fechado por padrão; abre só no hover (desktop) */
@media (min-width: 992px) {
  #header .wsmenu>.wsmenu-list>li>ul.novo-menu-rcs {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  #header .wsmenu>.wsmenu-list>li:hover>ul.novo-menu-rcs {
    opacity: 1;
    visibility: visible;
  }
}

.sms-pricing-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 200% 120% at 50% -10%, rgba(0, 120, 255, 0.5) 0%, rgba(0, 179, 255, 0.35) 22%, rgba(0, 100, 200, 0.2) 40%, transparent 58%),
    linear-gradient(180deg, #000000 0%, #001a33 30%, #002244 55%, #001529 75%, #030d14 100%);
  color: #fff;
  padding: 80px 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.sms-pricing-page.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .sms-pricing-page {
    opacity: 1;
  }
}

.sms-pricing-page .scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.sms-pricing-page .scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .sms-pricing-page .scroll-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Hero */
.sms-pricing-hero {
  position: relative;
  z-index: 1;
  padding: 56px 0 36px;
  text-align: center;
}

.sms-pricing-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.sms-pricing-bg-title {
  display: block;
  font-size: clamp(3rem, 15vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
  pointer-events: none;
  user-select: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 35%, rgba(0, 179, 255, 0.95) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sms-billing-wrap {
  margin: 0;
  padding: 0;
}

.sms-billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.25);
}

.sms-billing-toggle__btn {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0.85;
  cursor: pointer;
}

.sms-billing-toggle__btn.is-active {
  background: rgba(0, 179, 255, 0.25);
  color: #fff;
  opacity: 1;
}

.sms-billing-toggle .sms-save {
  margin-left: 6px;
  font-size: 0.8rem;
  opacity: 0.9;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
}

/* Grid – mesmas proporções do RCS (container + grid) */
.sms-pricing-grid-section {
  position: relative;
  z-index: 1;
  padding: 0 0 72px;
}

.sms-pricing-grid-container {
  max-width: 100%;
}

.sms-pricing-grid-section .container.sms-pricing-grid-container {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1700px;
}

@media (max-width: 992px) {
  .sms-pricing-grid-container {
    max-width: 1120px;
  }
}

/* Comparativo (mesmas proporções do RCS) */
.sms-pricing-compare .container.sms-pricing-compare-container {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1700px;
}

@media (max-width: 992px) {
  .sms-pricing-compare-container {
    max-width: 1120px;
  }
}

.sms-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  margin: 0 auto;
}

.sms-price-card {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  min-width: 0;
  max-width: none;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 28px 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sms-price-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

.sms-pricing-grid.is-visible .sms-price-card {
  animation: sms-price-card-reveal 0.5s ease-out forwards;
}

.sms-pricing-grid.is-visible .sms-price-card:nth-child(1) {
  animation-delay: 0.15s;
}

.sms-pricing-grid.is-visible .sms-price-card:nth-child(2) {
  animation-delay: 0.22s;
}

.sms-pricing-grid.is-visible .sms-price-card:nth-child(3) {
  animation-delay: 0.29s;
}

.sms-pricing-grid.is-visible .sms-price-card:nth-child(4) {
  animation-delay: 0.36s;
}

.sms-pricing-grid.is-visible .sms-price-card:nth-child(5) {
  animation-delay: 0.43s;
}

.sms-pricing-grid.is-visible .sms-price-card:nth-child(6) {
  animation-delay: 0.5s;
}

@keyframes sms-price-card-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sms-price-card {
    opacity: 1;
    transform: none;
  }

  .sms-pricing-grid.is-visible .sms-price-card {
    animation: none;
  }
}

.sms-price-card__plan {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.sms-price-card__desc {
  opacity: 0.8;
  margin-top: 6px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.sms-price {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.sms-price__currency {
  opacity: 0.85;
  font-weight: 700;
  font-size: 1.1rem;
}

.sms-price__value {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
}

.sms-price__period {
  opacity: 0.8;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.sms-price--custom .sms-price__value {
  font-size: 1.25rem;
}

.sms-price-card__features {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
  flex: 1;
  min-height: 0;
}

.sms-price-card__features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  opacity: 0.92;
  color: rgba(255, 255, 255, 0.9);
}

.sms-price-card__features li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300b3ff'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.sms-cta {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 24px;
  min-height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  font-family: inherit;
}

/* Hover visível no dark (página de preços) */
.sms-pricing-page .sms-cta:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.sms-cta--primary {
  background: var(--sms-background-btn) !important;
  color: #fff;
  border: none;
  box-shadow: var(--sms-box-shadow-btn);
}

.sms-pricing-page .sms-cta--primary:hover {
  background: var(--sms-background-btn-hover) !important;
  color: #ffffff;
  box-shadow: var(--sms-box-shadow-btn-hover);
  transform: translateY(-2px);
}

.sms-price-card.is-featured {
  border-color: rgba(0, 179, 255, 0.35);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.sms-pricing-grid.is-visible .sms-price-card.is-featured {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 179, 255, 0.35);
}

.sms-pricing-grid.is-visible .sms-price-card.is-featured:hover {
  transform: translateY(-12px) scale(1.055);
}

.sms-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.3);
}

.sms-pricing-grid-note {
  text-align: center;
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Comparativo */
.sms-pricing-compare {
  position: relative;
  z-index: 1;
  padding: 96px 0 88px;
}

.sms-pricing-compare__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}

.sms-pricing-compare__intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
}

.sms-pricing-compare__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.25);
}

.sms-pricing-compare__wrap::after {
  content: "Arraste para ver mais →";
  display: block;
  text-align: center;
  padding: 10px 0 4px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  .sms-pricing-compare__wrap::after {
    display: none;
  }
}

.sms-pricing-compare__table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.sms-pricing-compare__table th,
.sms-pricing-compare__table td {
  padding: 18px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
}

.sms-pricing-compare__table thead th {
  font-weight: 700;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.sms-pricing-compare__table th:first-child,
.sms-pricing-compare__table td:first-child {
  text-align: left;
  padding-left: 24px;
  width: 26%;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.12);
  font-weight: 600;
}

.sms-pricing-compare__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 179, 255, 0.25);
  color: #00b3ff;
  font-weight: 700;
  font-size: 0.9rem;
}

.sms-pricing-compare__nao {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
}

.sms-pricing-compare__plan--featured {
  background: rgba(0, 179, 255, 0.12);
}

.sms-pricing-compare__table th.sms-pricing-compare__plan--featured {
  background: rgba(0, 179, 255, 0.22);
  color: #fff;
  border-bottom-color: rgba(0, 179, 255, 0.3);
}

.sms-pricing-compare__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 179, 255, 0.5);
  color: #fff;
  letter-spacing: 0.02em;
}

.sms-pricing-compare__table th.sms-pricing-compare__plan--featured .sms-pricing-compare__badge {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
}

/* FAQ */
.sms-pricing-faq {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}

.sms-pricing-faq__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}

.sms-pricing-faq__desc {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
}

.sms-pricing-faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.sms-pricing-faq-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sms-pricing-faq-item:hover {
  border-color: rgba(0, 179, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 179, 255, 0.15);
}

.sms-pricing-faq-item[open] {
  border-color: rgba(0, 179, 255, 0.35);
  box-shadow: 0 4px 24px rgba(0, 179, 255, 0.12);
}

.sms-pricing-faq-question {
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
}

.sms-pricing-faq-question::-webkit-details-marker {
  display: none;
}

.sms-pricing-faq-question::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300b3ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.25s ease;
}

.sms-pricing-faq-item[open] .sms-pricing-faq-question::after {
  transform: rotate(180deg);
}

.sms-pricing-faq-question:focus-visible {
  outline: 3px solid rgba(0, 179, 255, 0.5);
  outline-offset: 2px;
  border-radius: 12px;
}

.sms-pricing-faq-answer {
  padding: 0 24px 20px;
}

.sms-pricing-faq-answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.65;
}

/* CTA final */
.sms-pricing-end-cta {
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* SVG de fundo do CTA (animação em sms.css via .sms-cta-bg-svg) */
.sms-pricing-end-cta__bg.sms-cta-bg-svg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.sms-pricing-end-cta__bg.sms-cta-bg-svg .sms-cta-bg-svg-inner {
  max-width: min(700px, 90vw);
  min-width: 500px;
  height: auto;
  aspect-ratio: 1;
}

@media (min-width: 1440px) {
  .sms-pricing-end-cta__bg.sms-cta-bg-svg .sms-cta-bg-svg-inner {
    max-width: min(700px, 90vw);
    min-width: 650px;
  }
}

.sms-pricing-end-cta__container {
  position: relative;
  z-index: 1;
}

.sms-pricing-end-cta__content {
  max-width: 720px;
  margin: 0 auto;
}

.sms-pricing-end-cta__title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.sms-pricing-end-cta__icon {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sms-pricing-end-cta__icon svg {
  width: 80px;
  height: 80px;
}

.sms-pricing-end-cta__text {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 48px;
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.sms-pricing-end-cta__text strong {
  color: #fff;
  font-weight: 700;
}

/* Botão como na imagem: gradiente + brilho azul forte (lateral e embaixo) */
.sms-pricing-end-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 16px 40px;
  min-height: 52px;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.2s ease;
  background: var(--sms-background-btn);
  color: #fff;
  border: none;
  box-shadow: var(--sms-box-shadow-btn);
  cursor: pointer;
}

.sms-pricing-end-cta__btn:hover {
  background: var(--sms-background-btn-hover);
  box-shadow: var(--sms-box-shadow-btn-hover);
  color: #000000;
}

.sms-pricing-end-cta__btn .sms-pricing-end-cta__btn-icon {
  transition: transform 0.3s ease;
}

.sms-pricing-end-cta__btn:hover .sms-pricing-end-cta__btn-icon {
  transform: translateX(8px);
}

/* Modais */
.sms-plan-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sms-plan-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.sms-plan-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.sms-plan-modal__box {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 100%;
  max-height: 100vh;
  background: linear-gradient(180deg, #0a1520 0%, #051218 100%);
  border-left: 1px solid rgba(0, 179, 255, 0.2);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.4);
  padding: 56px 28px 32px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease-out;
}

.sms-plan-modal.is-open .sms-plan-modal__box {
  transform: translateX(0);
}

.sms-plan-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sms-plan-modal__close:hover {
  background: rgba(0, 179, 255, 0.25);
}

.sms-plan-modal__plan {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}

.sms-plan-modal__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 20px;
  line-height: 1.45;
}

.sms-plan-modal__price-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 20px;
}

.sms-plan-modal__price-wrap.is-custom .sms-plan-modal__currency,
.sms-plan-modal__price-wrap.is-custom .sms-plan-modal__period {
  display: none;
}

.sms-plan-modal__currency {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}

.sms-plan-modal__value {
  font-size: 2rem;
  font-weight: 900;
  color: #00b3ff;
}

.sms-plan-modal__period {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.sms-plan-modal__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.sms-plan-modal__features li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.sms-plan-modal__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #00b3ff;
  border-radius: 50%;
  opacity: 0.9;
}

.sms-plan-modal__field {
  margin-bottom: 16px;
}

.sms-plan-modal__field--checkbox {
  margin-bottom: 20px;
}

.sms-plan-modal__label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 6px;
}

.sms-plan-modal__optional {
  font-weight: 400;
  color: #00b3ff;
}

.sms-plan-modal__input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.sms-plan-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.sms-plan-modal__input:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.sms-plan-modal__input:focus {
  outline: none;
  border-color: #00b3ff;
  box-shadow: 0 0 0 3px rgba(0, 179, 255, 0.2);
}

.sms-plan-modal__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
}

.sms-plan-modal__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #00b3ff;
  cursor: pointer;
}

.sms-plan-modal__checkbox-text a {
  color: #00b3ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sms-cta--modal {
  width: 100%;
  padding: 16px 24px;
  margin-top: 8px;
  justify-content: center;
  background: var(--sms-background-btn);
  box-shadow: var(--sms-box-shadow-btn);
  border: none;
  border-radius: 12px;
  font-weight: 700;
}

.sms-pricing-vendas-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.sms-pricing-vendas-modal__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}

.sms-pricing-vendas-modal__intro {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 24px;
  line-height: 1.5;
}

.sms-pricing-vendas-modal__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 14px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.sms-pricing-vendas-modal__whatsapp:hover {
  background: #20bd5a;
  color: #fff;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 991px) {
  .sms-price-card {
    min-width: calc(50% - 9px);
  }
}

@media (max-width: 768px) {
  .sms-pricing-hero {
    padding: 48px 0 28px;
  }

  .sms-pricing-compare__title {
    font-size: 2.75rem;
  }

  .sms-pricing-end-cta {
    padding: 100px 0;
  }

  .sms-pricing-end-cta__title {
    font-size: 2.75rem;
  }

  .sms-pricing-end-cta__text {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .sms-price-card {
    min-width: 100%;
    max-width: 100%;
    padding: 32px 24px;
  }

  .sms-pricing-end-cta {
    padding: 80px 0;
  }

  .sms-pricing-end-cta__title {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }

  .sms-pricing-end-cta__text {
    font-size: 1.1rem;
    margin-bottom: 28px;
  }

  .sms-plan-modal__box {
    max-width: 100%;
    padding: 48px 20px 28px;
  }

  .sms-pricing-faq__title {
    font-size: 2.25rem;
  }
}