body.pg-page.pg-with-site-chrome .pg-wrap {
  padding-top: clamp(72px, 14vw, 108px);
}

#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;
}

#header .header-wrapper.blog-header,
#header.tra-menu.navbar-dark.white-scroll .wsmainfull.menu {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.pg-page {
  margin: 0;
  background: linear-gradient(180deg, #0c5d88 0%, #071b2c 50%, #040d18 100%);
  color: #fff;
  font-family: "Inter", "Plus Jakarta Sans", Arial, sans-serif;
  min-height: 100vh;
  transition: background 0.45s ease;
}

.pg-page.pg-theme-sms {
  background: linear-gradient(180deg, #0b6a9a 0%, #07233a 52%, #040e19 100%);
}

.pg-page.pg-theme-rcs {
  background: linear-gradient(180deg, #3a136f 0%, #1c1143 52%, #0b0d22 100%);
}

.pg-page.pg-theme-wa {
  background: linear-gradient(180deg, #145d3a 0%, #0b2c21 52%, #071813 100%);
}

.pg-page.pg-theme-voz {
  background:
    radial-gradient(ellipse 180% 100% at 50% 0%,
      rgba(46, 133, 191, 0.28) 0%,
      rgba(30, 100, 150, 0.2) 18%,
      rgba(15, 60, 90, 0.12) 32%,
      transparent 48%),
    linear-gradient(180deg, #000000 0%, #021a28 30%, #032235 55%, #051c28 75%, #030d14 100%);
}

.pg-wrap {
  max-width: 1700px;
  margin: 0 auto;
  padding: 28px 25px 70px;
}

.pg-hero h1 {
  margin: 10px 0 8px;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
}

.pg-hero h1 span {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 35%, rgba(0, 179, 255, 0.95) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pg-page.pg-theme-rcs .pg-hero h1 span {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 35%, #7b2fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pg-page.pg-theme-wa .pg-hero h1 span {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 40%, rgba(37, 211, 102, 0.9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pg-page.pg-theme-voz .pg-hero h1 span {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 35%, rgba(8, 192, 245, 0.95) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pg-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pg-back {
  color: #9fdcff;
}

.pg-hero p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pg-toggle {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  background: rgba(2, 8, 18, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}

.pg-toggle-btn {
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
}

.pg-toggle-btn.is-active {
  border-color: rgba(58, 198, 255, 0.8);
  background: rgba(58, 198, 255, 0.2);
  color: #fff;
}

.pg-page.pg-theme-sms .pg-toggle-btn.is-active {
  border-color: rgba(58, 198, 255, 0.8);
  background: rgba(58, 198, 255, 0.2);
}

.pg-page.pg-theme-rcs .pg-toggle-btn.is-active {
  border-color: rgba(154, 108, 255, 0.86);
  background: rgba(123, 47, 255, 0.24);
}

.pg-page.pg-theme-wa .pg-toggle-btn.is-active {
  border-color: rgba(37, 211, 102, 0.8);
  background: rgba(37, 211, 102, 0.2);
}

.pg-page.pg-theme-voz .pg-toggle-btn.is-active {
  border-color: rgba(8, 192, 245, 0.82);
  background: rgba(8, 192, 245, 0.2);
}

.pg-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 2px;
  justify-content: center;
}

.pg-tab {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 14px;
  color: #d8f2ff;
  background: rgba(3, 15, 26, 0.88);
}

.pg-tab.is-active {
  border-color: rgba(58, 198, 255, 0.74);
  background: rgba(58, 198, 255, 0.22);
}

.pg-page.pg-theme-sms .pg-tab.is-active {
  border-color: rgba(58, 198, 255, 0.74);
  background: rgba(58, 198, 255, 0.22);
}

.pg-page.pg-theme-rcs .pg-tab.is-active {
  border-color: rgba(154, 108, 255, 0.86);
  background: rgba(123, 47, 255, 0.24);
}

.pg-page.pg-theme-wa .pg-tab.is-active {
  border-color: rgba(37, 211, 102, 0.82);
  background: rgba(37, 211, 102, 0.2);
}

.pg-page.pg-theme-voz .pg-tab.is-active {
  border-color: rgba(8, 192, 245, 0.82);
  background: rgba(8, 192, 245, 0.2);
}

.pg-section {
  margin-top: 56px;
}

.pg-extra-section {
  display: grid;
  gap: 54px;
  margin-top: 60px;
}

.pg-extra-section>div,
.pg-compare-block,
.pg-extra-card {
  min-width: 0;
}

.pg-extra-card {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.pg-extra-title {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.pg-extra-intro {
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  max-width: 840px;
}

.pg-extra-intro--faq {
  margin-bottom: 24px;
}

.pg-compare-block+.pg-compare-block {
  margin-top: 16px;
}

.pg-compare-block-title {
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.pg-compare-wrap {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(58, 198, 255, 0.22);
  border-radius: 14px;
}

.pg-compare-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #e8f2ff;
  background: rgba(9, 32, 60, 0.5);
}

.pg-compare-table th,
.pg-compare-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 10px;
  text-align: center;
  font-size: 0.84rem;
}

.pg-compare-table th:first-child,
.pg-compare-table td:first-child {
  text-align: left;
  width: 220px;
  font-weight: 700;
}

.pg-compare-table thead th {
  background: rgba(8, 45, 89, 0.78);
  font-weight: 800;
}

.pg-compare-table tr:last-child td {
  border-bottom: none;
}

.pg-compare-table th:last-child,
.pg-compare-table td:last-child {
  border-right: none;
}

.pg-compare-featured {
  background: rgba(27, 108, 173, 0.36) !important;
}

.pg-compare-badge {
  display: inline-flex;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(58, 198, 255, 0.26);
}

.pg-compare-check {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(58, 198, 255, 0.24);
  color: #7bdcff;
  font-weight: 900;
  line-height: 1;
}

.pg-page.pg-theme-rcs .pg-compare-table thead th {
  background: rgba(56, 22, 104, 0.72);
}

.pg-page.pg-theme-rcs .pg-compare-featured {
  background: rgba(123, 47, 255, 0.24) !important;
}

.pg-page.pg-theme-rcs .pg-compare-badge {
  background: rgba(154, 108, 255, 0.34);
}

.pg-page.pg-theme-rcs .pg-compare-check {
  background: rgba(154, 108, 255, 0.28);
  color: #d7c2ff;
}

.pg-page.pg-theme-wa .pg-compare-table thead th {
  background: rgba(8, 54, 39, 0.78);
}

.pg-page.pg-theme-wa .pg-compare-featured {
  background: rgba(37, 211, 102, 0.2) !important;
}

.pg-page.pg-theme-wa .pg-compare-badge {
  background: rgba(37, 211, 102, 0.32);
  color: #e8fff1;
}

.pg-page.pg-theme-wa .pg-compare-check {
  background: rgba(37, 211, 102, 0.24);
  color: #8dffbe;
}

.pg-page.pg-theme-sms .pg-compare-table thead th {
  background: rgba(8, 45, 89, 0.78);
}

.pg-page.pg-theme-sms .pg-compare-featured {
  background: rgba(27, 108, 173, 0.36) !important;
}

.pg-page.pg-theme-sms .pg-compare-badge {
  background: rgba(58, 198, 255, 0.3);
  color: #eff9ff;
}

.pg-page.pg-theme-sms .pg-compare-check {
  background: rgba(58, 198, 255, 0.24);
  color: #7bdcff;
}

.pg-page.pg-theme-voz .pg-compare-table thead th {
  background: rgba(6, 52, 70, 0.76);
}

.pg-page.pg-theme-voz .pg-compare-featured {
  background: rgba(8, 192, 245, 0.24) !important;
}

.pg-page.pg-theme-voz .pg-compare-badge {
  background: rgba(8, 192, 245, 0.34);
  color: #eafaff;
}

.pg-page.pg-theme-voz .pg-compare-check {
  background: rgba(8, 192, 245, 0.24);
  color: #8de8ff;
}

/* Fallback: never show LGPD banner/toggle on price pages. */
body.pg-page #cookie-consent,
body.pg-page #cookie-modal,
body.pg-page #cookie-toggle {
  display: none !important;
}

.pg-faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.pg-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.pg-faq-item summary {
  list-style: none;
  position: relative;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.02rem;
  padding-right: 54px;
}

.pg-faq-item summary::-webkit-details-marker {
  display: none;
}

.pg-faq-item summary::after {
  content: "⌄";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1;
}

.pg-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.pg-faq-item p {
  margin: 0;
  padding: 0 24px 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.pg-page.pg-theme-wa .pg-faq-item {
  border-color: rgba(37, 211, 102, 0.18);
  background: rgba(37, 211, 102, 0.06);
}

.pg-page.pg-theme-wa .pg-faq-item summary::after {
  color: #25d366;
}

.voz-pricing-end-cta {
  display: none;
  position: relative;
  padding: 120px 0;
  margin-top: 12px;
  text-align: center;
  overflow: hidden;
}

.pg-page.pg-theme-voz .voz-pricing-end-cta {
  display: block;
}

.pg-page.pg-theme-voz .pg-cta {
  display: none;
}

.wa-pricing-end-cta {
  display: none;
  position: relative;
  padding: 120px 0;
  margin-top: 12px;
  text-align: center;
  overflow: hidden;
}

.pg-page.pg-theme-wa .wa-pricing-end-cta {
  display: block;
}

.pg-page.pg-theme-wa .pg-cta {
  display: none;
}

.wa-pricing-end-cta__container {
  position: relative;
  z-index: 2;
}

.wa-pricing-end-cta__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.wa-pricing-end-cta__bg svg {
  opacity: 0.55;
  max-width: min(458px, 90vw);
  min-width: 450px;
  height: auto;
  aspect-ratio: 1;
}


.wa-pricing-end-cta__bg-inner {
  display: block;
  width: 100%;
  height: auto;
}

.wa-pricing-end-cta__rotate {
  transform-origin: center;
  animation: wa-pricing-cta-spin 32s linear infinite;
}

.wa-pricing-end-cta__bg .whatsapp-cta-ring {
  animation: wa-pricing-cta-dash 28s linear infinite;
}

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

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

.wa-pricing-end-cta__text {
  margin: 0 auto 34px;
  max-width: 760px;
  font-size: clamp(1.12rem, 2.1vw, 1.4rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}


.wa-pricing-end-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
}

.wa-pricing-end-cta__btn-icon {
  display: inline-flex;
  transition: transform 0.2s ease;
}

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

@keyframes wa-pricing-cta-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes wa-pricing-cta-dash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -240;
  }
}

.voz-pricing-end-cta__container {
  position: relative;
  z-index: 2;
}

.voz-pricing-end-cta__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.voz-pricing-end-cta__bg svg {
  opacity: 0.55;
  max-width: min(458px, 90vw);
  min-width: 450px;
  height: auto;
  aspect-ratio: 1;
}

.voz-pricing-end-cta__bg-inner {
  width: 100%;
  height: auto;
  display: block;
}

.voz-pricing-end-cta__rotate {
  transform-origin: 230px 230px;
  animation: voz-pricing-end-cta-spin 32s linear infinite;
}

.voz-pricing-end-cta__ring {
  animation: voz-pricing-end-cta-dash 28s ease-in-out infinite;
}

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

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

.voz-pricing-end-cta__text {
  margin: 0 auto 34px;
  max-width: 760px;
  font-size: clamp(1.12rem, 2.1vw, 1.4rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.voz-pricing-end-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 16px 40px;
  border-radius: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  background: linear-gradient(135deg, #1c8cd6, #155f9c, #1d272e);
  color: #fff;

  box-shadow: 0 0px 10px rgb(13 142 207 / 89%);
}

.voz-pricing-end-cta__btn:hover {
  background: linear-gradient(-135deg, #1c8cd6, #155f9c, #1d272e);
  box-shadow: 0 0px 10px rgba(0, 13, 19, 0.89);
  color: #000;
}

.voz-btn-primary-icon {
  display: inline-flex;
  transition: transform 0.2s ease;
}

.voz-pricing-end-cta__btn:hover .voz-btn-primary-icon {
  transform: translateX(6px);
}

@keyframes voz-pricing-end-cta-float {

  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, -52%);
  }
}

@keyframes voz-pricing-end-cta-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes voz-pricing-end-cta-dash {

  0%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0.65;
  }

  50% {
    stroke-dashoffset: -140;
    opacity: 1;
  }
}

.pg-sub {
  margin: 14px 0 10px;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.pg-panels {
  min-height: 440px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.pg-panels.is-switching {
  opacity: 0;
  transform: translateY(10px);
}

.pg-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;
}

.pg-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 24px 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pg-card.featured {
  border-color: rgba(58, 198, 255, 0.7);
}

.pg-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}

.pg-price {
  margin-bottom: 8px;
}

.pg-price strong {
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.pg-price span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.85rem;
}

.pg-price-duo p {
  margin: 0 0 6px;
}

.pg-price-duo strong {
  font-size: 1.15rem;
}

.pg-features {
  margin: 8px 0 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  font-size: 0.86rem;
  text-align: left;
  width: 100%;
}

.pg-card-note {
  margin-top: auto;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.pg-card-badge {
  align-self: flex-start;
  margin-bottom: 6px;
  font-size: 0.67rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 2px 7px;
  background: rgba(58, 198, 255, 0.22);
  border: 1px solid rgba(58, 198, 255, 0.68);
}

.pg-cta-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  margin-top: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px;
  min-height: 52px;
  border-radius: 14px;
}

.pg-cta-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.241);
}

.pg-page.pg-theme-rcs .pg-card.featured {
  border-color: rgba(154, 108, 255, 0.75);
}

.pg-page.pg-theme-sms .pg-cta-btn.is-primary {
  background: linear-gradient(35deg, #008dff 0%, #00b3ff 100%);
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 179, 255, 0.4);
}

.pg-page.pg-theme-sms .pg-cta-btn.is-primary:hover {
  background: linear-gradient(-35deg, #008dff 0%, #00b3ff 100%);
  box-shadow: 0 0 14px rgba(0, 179, 255, 0.45);
}

/* SMS no global: replica visual da sms/price.html */
.pg-page.pg-theme-sms .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;
}

.pg-page.pg-theme-sms .sms-price-card {
  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);
  display: flex;
  flex-flow: column nowrap;
}

.pg-page.pg-theme-sms .sms-price-card__plan {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

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

.pg-page.pg-theme-sms .sms-price__currency {
  opacity: 0.85;
  font-size: 1rem;
  font-weight: 700;
}

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

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

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

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

}

.pg-page.pg-theme-sms .sms-price-card__features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.9rem;
  opacity: 0.88;
  color: rgba(255, 255, 255, 0.9);
}

.pg-page.pg-theme-sms .sms-price-card__features li::before {
  content: "✓";
  flex-shrink: 0;
  color: #00b3ff;
  margin-top: 0;
  font-weight: 800;
}


.pg-page.pg-theme-sms .sms-cta {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 22px;
  min-height: 44px;
  border-radius: 14px;
  background: #0b2236;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.pg-page.pg-theme-sms .sms-cta:hover {
  background: rgba(12, 34, 52, 0.9);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.pg-page.pg-theme-sms .sms-cta--primary {
  background: linear-gradient(135deg, #00172f 0%, #004191 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 179, 255, 0.4);
}

.pg-page.pg-theme-sms .sms-cta--primary:hover {
  background: linear-gradient(-135deg, #002c5f 0%, #0066ff 100%);
  color: #ffffff;
  box-shadow: 0 0 14px rgba(0, 179, 255, 0.45);
}

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

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

.pg-modal-open {
  overflow: hidden;
}

.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 8px 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: 16px;
  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 14px 30px rgba(37, 211, 102, 0.28);
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease;
}

.sms-pricing-vendas-modal__whatsapp:hover {
  background: #20bd5a;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.35);
}

.pg-page.pg-theme-wa #sms-pricing-vendas-modal .sms-plan-modal__label input[type="checkbox"] {
  accent-color: #25d366;
}

.pg-page.pg-theme-wa #sms-pricing-vendas-modal .sms-plan-modal__label a {
  color: #25d366;
}

.pg-page.pg-theme-wa #sms-pricing-vendas-modal .sms-cta--primary {
  background: linear-gradient(35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0 10px #01ff56;
  color: #ffffff;
}

.pg-page.pg-theme-wa #sms-pricing-vendas-modal .sms-cta--primary:hover {
  background: linear-gradient(-35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0 10px #000000;
  color: #031b0f;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__value {
  color: #25d366;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__features li::before {
  background: #25d366;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__label input[type="checkbox"] {
  accent-color: #25d366;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__label a,
.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__checkbox-text a {
  color: #25d366;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__input:focus {
  border-color: rgba(37, 211, 102, 0.72);
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.2);
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-cta--primary,
.pg-page.pg-theme-wa #sms-plan-modal .sms-cta--modal {
  background: linear-gradient(35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0 10px #01ff56;
  color: #ffffff;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-cta--primary:hover,
.pg-page.pg-theme-wa #sms-plan-modal .sms-cta--modal:hover {
  background: linear-gradient(-35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0 10px #000000;
  color: #031b0f;
}

.pg-page.pg-theme-sms #sms-plan-modal .sms-plan-modal__label a,
.pg-page.pg-theme-sms #sms-pricing-vendas-modal .sms-plan-modal__label a,
.pg-page.pg-theme-sms #rcs-plan-modal .rcs-plan-modal__label a {
  color: #00b3ff;
}

.pg-page.pg-theme-rcs #sms-plan-modal .sms-plan-modal__label a,
.pg-page.pg-theme-rcs #sms-pricing-vendas-modal .sms-plan-modal__label a,
.pg-page.pg-theme-rcs #rcs-plan-modal .rcs-plan-modal__label a {
  color: #9a6cff;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__label a,
.pg-page.pg-theme-wa #sms-pricing-vendas-modal .sms-plan-modal__label a,
.pg-page.pg-theme-wa #rcs-plan-modal .rcs-plan-modal__label a {
  color: #25d366;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-plan-modal__label a,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-plan-modal__label a,
.pg-page.pg-theme-voz #rcs-plan-modal .rcs-plan-modal__label a {
  color: #08c0f5;
}

.pg-page.pg-theme-sms #sms-plan-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-sms #sms-pricing-vendas-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-sms #rcs-plan-modal .rcs-plan-modal__label input[type="checkbox"] {
  accent-color: #00b3ff;
}

.pg-page.pg-theme-rcs #sms-plan-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-rcs #sms-pricing-vendas-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-rcs #rcs-plan-modal .rcs-plan-modal__label input[type="checkbox"] {
  accent-color: #9a6cff;
}

.pg-page.pg-theme-wa #sms-plan-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-wa #sms-pricing-vendas-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-wa #rcs-plan-modal .rcs-plan-modal__label input[type="checkbox"] {
  accent-color: #25d366;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-plan-modal__label input[type="checkbox"],
.pg-page.pg-theme-voz #rcs-plan-modal .rcs-plan-modal__label input[type="checkbox"] {
  accent-color: #08c0f5;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-plan-modal__box,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-plan-modal__box {
  border-color: rgba(8, 192, 245, 0.3);
  background: linear-gradient(140deg,
      rgba(2, 20, 34, 0.95),
      rgba(2, 33, 56, 0.9)),
    #031622;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-plan-modal__value,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-plan-modal__value {
  color: #08c0f5;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-plan-modal__features li::before,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-plan-modal__features li::before {
  color: #08c0f5;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-cta,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-cta {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 14px 20px;
  min-height: 52px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease,
    color 0.2s ease;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-cta--primary,
.pg-page.pg-theme-voz #sms-plan-modal .sms-cta--modal,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-cta--primary,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-cta--modal {
  background: linear-gradient(35deg, #1c8cd6, #155f9c, #1d272e);
  box-shadow: 0 0 10px rgba(13, 142, 207, 0.7);
  color: #fff;
}

.pg-page.pg-theme-voz #sms-plan-modal .sms-cta--primary:hover,
.pg-page.pg-theme-voz #sms-plan-modal .sms-cta--modal:hover,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-cta--primary:hover,
.pg-page.pg-theme-voz #sms-pricing-vendas-modal .sms-cta--modal:hover {
  background: linear-gradient(-35deg, #1c8cd6, #155f9c, #1d272e);
  box-shadow: 0 0 10px rgba(0, 13, 19, 0.89);
  color: #fff;
}

.pg-page.pg-theme-rcs .pg-cta-btn.is-primary {
  background: linear-gradient(35deg, #7b2fff 0%, #9a6cff 100%);
  border-color: transparent;
  box-shadow: 0 0 10px rgba(138, 92, 246, 0.45);
}

.pg-page.pg-theme-rcs .pg-cta-btn.is-primary:hover {
  background: linear-gradient(-35deg, #7b2fff 0%, #9a6cff 100%);
  box-shadow: 0 0 14px rgba(138, 92, 246, 0.45);
}

.pg-page.pg-theme-wa .pg-card.featured {
  border-color: rgba(37, 211, 102, 0.8);
}

.pg-page.pg-theme-wa .pg-cta-btn.is-primary {
  background: linear-gradient(35deg, #19984c 0%, #157f40 100%);
  border-color: transparent;
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.4);
}

.pg-page.pg-theme-wa .pg-cta-btn.is-primary:hover {
  color: #031b0f;
  background: linear-gradient(-35deg, #19984c 0%, #157f40 100%);
  box-shadow: 0 0 14px rgba(37, 211, 102, 0.45);
}

.pg-page.pg-theme-voz .pg-card.featured {
  border-color: rgba(8, 192, 245, 0.78);
}

.pg-page.pg-theme-voz .pg-cta-btn.is-primary {
  background: linear-gradient(135deg, #1c8cd6, #155f9c, #1d272e);
  border-color: transparent !important;
  box-shadow: 0 0px 10px rgb(13 142 207 / 89%);
}

.pg-page.pg-theme-voz .pg-cta-btn.is-primary:hover {
  background: linear-gradient(-135deg, #1c8cd6, #155f9c, #1d272e);
  box-shadow: 0 0px 14px rgba(0, 27, 41, 0.89);
  color: #000;
}

.pg-page.pg-theme-voz .pg-card {
  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);
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  text-align: left;
}

.pg-page.pg-theme-voz .pg-price-card__head {
  display: block;
  width: 100%;
}

.pg-page.pg-theme-voz .pg-card .pg-price-card__plan {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  text-align: left;
}

.pg-page.pg-theme-voz .pg-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 2;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(3, 27, 45, 0.82);
  border: 1px solid rgba(8, 192, 245, 0.48);
}

.pg-page.pg-theme-voz .pg-price strong {
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
}

.pg-page.pg-theme-voz .pg-price.pg-price--voice {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 18px;
}

.pg-page.pg-theme-voz .pg-price.pg-price--voice .pg-price__currency {
  opacity: 0.85;
  font-size: 1rem;
  font-weight: 700;
}

.pg-page.pg-theme-voz .pg-price.pg-price--voice .pg-price__period {
  opacity: 0.8;
  font-weight: 600;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}

.pg-page.pg-theme-voz .pg-features {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
  font-size: 0.95rem;
  flex: 1;
}

.pg-page.pg-theme-voz .pg-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

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


.pg-cta {
  margin-top: 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 24px 18px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(58, 198, 255, 0.08));
}

.sms-pricing-end-cta {
  display: none;
}

.pg-page.pg-theme-sms .sms-pricing-end-cta {
  display: block;
  padding: 120px 0;
  margin-top: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pg-page.pg-theme-sms .pg-cta {
  display: none;
}

.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;
}

.sms-cta-bg-rotate {
  transform-origin: 215.5px 215.5px;
  animation: sms-cta-bg-spin 32s linear infinite;
}

.sms-cta-ring {
  animation: sms-cta-dash-move 28s ease-in-out infinite;
}

@keyframes sms-cta-bg-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes sms-cta-dash-move {

  0%,
  100% {
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dashoffset: 34;
  }
}

@media (prefers-reduced-motion: reduce) {

  .sms-cta-bg-rotate,
  .sms-cta-ring {
    animation: none;
  }
}

.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 {
  margin: 0 0 24px;
  font-size: clamp(2.3rem, 5.2vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  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__text {
  margin: 0 auto 34px;
  max-width: 760px;
  font-size: clamp(1.12rem, 2.1vw, 1.4rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.sms-pricing-end-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 16px 40px;
  border-radius: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.2s ease;
  color: #fff;
  background: var(--sms-background-btn);
  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: #000;
}

.sms-pricing-end-cta__btn-icon {
  margin-left: 8px;
}

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

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

.rcs-price-card {
  display: flex;
  flex-flow: column nowrap;
  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);
}

.rcs-price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.rcs-price-card__plan {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

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

.rcs-price-card__features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  opacity: 0.92;
}

.rcs-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'%3E%3Cpath fill='%23B794F6' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.rcs-price-card__note {
  margin: 10px 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(148, 163, 184, 0.9);
}

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

.rcs-price-duo {
  margin-top: 14px;
  padding: 12px 12px 10px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.22);
}

.rcs-price-duo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.rcs-price-duo__cell {
  padding: 10px 10px 12px;
  border-radius: 14px;
}

.rcs-price-duo__label {
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(226, 232, 240, 0.92);
  margin-bottom: 10px;
}

.rcs-price-duo__value {
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(248, 250, 252, 0.98);
  white-space: nowrap;
}

.rcs-price-duo.is-custom .rcs-price-duo__value {
  font-size: 1.15rem;
  font-weight: 900;
}

.rcs-cta {
  margin-top: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px;
  min-height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.rcs-cta:hover {
  background: rgba(255, 255, 255, 0.336);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.rcs-cta--primary {
  background: linear-gradient(35deg, #7b2fff 0%, #9a6cff 100%);
  border: none;
  box-shadow: 0 0 10px rgb(138, 92, 246);
}

.rcs-cta--primary:hover {
  background: linear-gradient(-35deg, #7b2fff 0%, #9a6cff 100%);
  border: none;
  box-shadow: 0 0 10px rgb(138, 92, 246);
  color: #000;
}

.rcs-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.rcs-pricing-end-cta {
  display: none;
  position: relative;
  padding: 120px 0;
  margin-top: 12px;
  text-align: center;
  overflow: hidden;
}

.pg-page.pg-theme-rcs .rcs-pricing-end-cta {
  display: block;
}

.pg-page.pg-theme-rcs .pg-cta {
  display: none;
}

.rcs-pricing-end-cta__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.rcs-pricing-end-cta__bg svg {
  opacity: 0.6;
  max-width: min(586px, 90vw);
  min-width: 500px;
  height: auto;
  aspect-ratio: 1;
}

.rcs-pricing-end-cta__bg-inner {
  display: block;
  width: 100%;
  height: auto;
}

.rcs-pricing-end-cta .circle-outer {
  animation: rcs-pricing-cta-spin 24s linear infinite;
  transform-origin: center;
}

.rcs-pricing-end-cta .circle-inner {
  animation: rcs-pricing-cta-spin-rev 18s linear infinite;
  transform-origin: center;
}

.rcs-pricing-end-cta .rcs-cta-bg-rotate {
  transform-origin: 230px 230px;
  animation: rcs-pricing-cta-spin 40s linear infinite;
}

.rcs-pricing-end-cta .rcs-cta-rcs-fill.text-path {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.45));
}

.rcs-pricing-end-cta .rcs-cta-rcs-draw {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: rcs-pricing-cta-rcs-loop 12s ease-in-out infinite;
}

@keyframes rcs-pricing-cta-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rcs-pricing-cta-spin-rev {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes rcs-pricing-cta-rcs-loop {
  0% {
    stroke-dashoffset: 100;
  }

  20% {
    stroke-dashoffset: 0;
  }

  70% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 100;
  }
}

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

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

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

.rcs-pricing-end-cta__text {
  margin: 0 auto 34px;
  max-width: 760px;
  font-size: clamp(1.12rem, 2.1vw, 1.4rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.rcs-pricing-end-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  background: linear-gradient(35deg, #7b2fff 0%, #9a6cff 100%);
  color: #fff;
  box-shadow: 0 0 10px rgb(138, 92, 246);
}

.rcs-pricing-end-cta__btn:hover {
  background: linear-gradient(-35deg, #7b2fff 0%, #9a6cff 100%);
  border: none;
  box-shadow: 0 0 10px rgb(138, 92, 246);
  color: #000;
}

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

.wa-group-title {
  margin: 12px 0 12px;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.wa-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-bottom: 14px;
}

.wa-price-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
}

.wa-price-card.is-featured {
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: 0 0 0 1px rgba(37, 211, 102, 0.28), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.wa-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.wa-price-card__plan {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.wa-price-card__desc {
  margin-top: 4px;
  font-size: 0.9rem;
  opacity: 0.9;
}

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

.wa-price__currency {
  font-size: 1.5rem;
  font-weight: 700;
}

.wa-price__value {
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

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

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

.wa-price-card__features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.9rem;
  opacity: 0.88;
  color: rgba(255, 255, 255, 0.9);
}

.wa-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'%3E%3Cpath fill='%2325d366' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.wa-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  margin-top: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px;
  min-height: 52px;
  border-radius: 14px;

}

.wa-cta:hover {
  background: rgba(255, 255, 255, 0.336);

}

.wa-cta--primary {
  border-color: rgba(37, 211, 102, 0.6);
  background: linear-gradient(35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0px 10px #01ff56;
  color: #ffffff;
  border: none;
}

.wa-cta--primary:hover {
  background: linear-gradient(-35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0px 10px #000000;
  color: #000;
  border: none;
}

.wa-cta--primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 16px 40px;
  border-radius: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  background: linear-gradient(35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0px 10px #01ff56;
  color: #ffffff;
}

.wa-cta--primary-cta:hover {
  background: linear-gradient(-35deg, #19984c 0%, #25d366 100%);
  box-shadow: 0 0px 10px #000000;
  color: #000;
  border: none;
}

.wa-pricing-grid-note {
  margin: 8px 0 0;
  font-size: 0.72rem;
  opacity: 0.75;
  text-align: center;
}

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

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

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

.rcs-plan-modal__box {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 100%;
  max-height: 100vh;
  background: linear-gradient(180deg, #130d24 0%, #0d0b1a 100%);
  border-left: 1px solid rgba(123, 47, 255, 0.35);
  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;
}

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

.rcs-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;
}

.rcs-plan-modal__plan {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 6px;
}

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

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

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

.rcs-plan-modal__value {
  font-size: 1.9rem;
  font-weight: 900;
  color: #9a6cff;
}

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

.rcs-plan-modal__features li {
  padding: 8px 0 8px 28px;
  position: relative;
}

.rcs-plan-modal__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7b2fff;
}

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

.rcs-plan-modal__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.rcs-plan-modal__optional {
  color: #9a6cff;
  font-weight: 400;
}

.rcs-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;
  box-sizing: border-box;
}

.pg-btn {
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 16px;
  color: #06253d;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #1dd1a1, #3ac6ff);
}

.pg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 980px) {
  .pg-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .pg-grid {
    grid-template-columns: 1fr;
  }

  .pg-panels {
    min-height: 0;
  }

  .pg-section {
    margin-top: 42px;
  }

  .pg-extra-section {
    gap: 34px;
    margin-top: 42px;
  }

  .pg-compare-wrap {
    border-radius: 12px;
  }

  .pg-compare-table {
    min-width: 680px;
  }

  .pg-compare-table th,
  .pg-compare-table td {
    padding: 10px 8px;
    font-size: 0.78rem;
  }

  .pg-compare-table th:first-child,
  .pg-compare-table td:first-child {
    width: 160px;
    min-width: 160px;
    position: sticky;
    left: 0;
    z-index: 2;
    background: rgba(5, 18, 35, 0.95);
  }

  .pg-extra-title {
    font-size: 2.2rem;
  }

  .pg-extra-intro {
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .pg-faq-list {
    gap: 10px;
  }

  .pg-faq-item summary {
    padding: 16px 18px;
    padding-right: 44px;
    font-size: 0.96rem;
  }

  .pg-faq-item summary::after {
    right: 16px;
  }

  .pg-faq-item p {
    padding: 0 18px 16px;
    font-size: 0.92rem;
  }

  .wa-pricing-end-cta {
    padding: 72px 0 86px;
  }

  .wa-pricing-end-cta__title {
    font-size: 2.2rem;
  }

  .wa-pricing-end-cta__text {
    font-size: 1rem;
  }

  .wa-pricing-end-cta__btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    font-size: 1rem;
    padding: 14px 24px;
  }
}

@media (max-width: 420px) {
  .pg-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pg-compare-table {
    min-width: 620px;
  }

  .pg-compare-table th,
  .pg-compare-table td {
    font-size: 0.74rem;
    padding: 9px 7px;
  }

  .pg-compare-table th:first-child,
  .pg-compare-table td:first-child {
    width: 145px;
    min-width: 145px;
  }

  .pg-extra-title {
    font-size: 1.9rem;
  }
}