.section {
  padding: 110px 0;
  position: relative;
}

.section--gray {
  background: #f8fafc;
}

.section--dark {
  background: #0f172a;
  color: #ffffff;
}

.section__header {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

.section__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--color-blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section__title {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: var(--color-dark);
}

.section--dark .section__title {
  color: #ffffff;
}

.section__description {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-gray-500);
}

.section--dark .section__description {
  color: rgba(255, 255, 255, 0.68);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.premium-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  transition: all 0.28s ease;
}

.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.1);
  border-color: rgba(37, 99, 235, 0.25);
}

.premium-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.12), rgba(37, 99, 235, 0.12));
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 22px;
}

.premium-card h3 {
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.premium-card p {
  color: var(--color-gray-500);
  line-height: 1.65;
  font-size: 15px;
}

/* Audience */

.audience-card {
  min-height: 280px;
}

.audience-card strong {
  display: inline-flex;
  margin-top: 28px;
  color: var(--color-blue);
  font-weight: 800;
}

/* Problem timeline */

.problem-timeline {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.problem-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.problem-item__time {
  height: 64px;
  border-radius: 18px;
  background: var(--gradient-primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.problem-item h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--color-dark);
  margin-bottom: 6px;
}

.problem-item p {
  color: var(--color-gray-500);
  line-height: 1.6;
}

/* How it works */

.step-card {
  position: relative;
}

.step-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 24px;
}

/* Features */

.feature-card {
  min-height: 230px;
}

/* =========================================================
   WHITE LABEL - INÍCIO
   Seção oficial do White Label.
   Pode apagar/substituir tudo daqui até "WHITE LABEL - FIM".
   ========================================================= */

.white-label {
  position: relative;
  overflow: hidden;
}

.white-label .section__eyebrow {
  color: #93c5fd;
}

.white-label-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 72px;
  align-items: center;
  padding: 76px 58px;
  border-radius: 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 12%, rgba(37, 99, 235, 0.42), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(124, 58, 237, 0.32), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #111a36 52%, #1a1640 100%);
  box-shadow: 0 44px 130px rgba(15, 23, 42, 0.30);
}

.white-label-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
  pointer-events: none;
}

.white-label-box::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -190px;
  bottom: -210px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.20);
  filter: blur(36px);
  pointer-events: none;
}

.white-label-content,
.white-demo {
  position: relative;
  z-index: 2;
}

.white-label-content h2 {
  max-width: 590px;
  margin: 14px 0 22px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.white-label-content p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.white-benefits {
  display: grid;
  gap: 12px;
  margin: 30px 0 30px;
  padding: 0;
  max-width: 540px;
}

.white-benefits div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(16px);
  transition: 0.25s ease;
}

.white-benefits div:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.16);
}

.white-benefits span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 auto;
}

.white-label-btn {
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.32);
}

.white-demo {
  overflow: hidden;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 0%, rgba(124, 58, 237, 0.36), transparent 35%),
    radial-gradient(circle at 100% 20%, rgba(37, 99, 235, 0.34), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 35px 100px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(26px);
}

.white-demo::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -58px;
  top: -58px;
  border-radius: 999px;
  background: #7c3aed;
  filter: blur(30px);
  opacity: 0.72;
  pointer-events: none;
}

.white-demo::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: -50px;
  bottom: 90px;
  border-radius: 999px;
  background: #2563eb;
  filter: blur(30px);
  opacity: 0.68;
  pointer-events: none;
}

.demo-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.demo-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.90);
  font-size: 12px;
  font-weight: 800;
}

.demo-badge {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
  font-size: 12px;
  font-weight: 900;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.14);
  flex: 0 0 auto;
}

.demo-fields {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.field input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  outline: none;
  background: rgba(15, 23, 42, 0.68);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.field input:focus {
  border-color: rgba(96, 165, 250, 0.9);
  box-shadow: 0 0 0 5px rgba(96, 165, 250, 0.16);
  background: rgba(15, 23, 42, 0.86);
  transform: translateY(-1px);
}

.preview {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 18px;
  border-radius: 26px;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.preview::before {
  content: "";
  display: block;
  height: 42px;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preview::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow:
    18px 0 0 rgba(255, 255, 255, 0.35),
    36px 0 0 rgba(255, 255, 255, 0.35);
}

.preview-header {
  display: grid;
  gap: 5px;
  padding: 20px 20px 0;
  margin-bottom: 18px;
}

.preview-header small {
  display: block;
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 800;
}

.preview-header strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.preview-header span {
  display: block;
  color: rgba(147, 197, 253, 0.95);
  font-size: 12px;
  font-weight: 800;
}

.preview-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 0 20px 14px;
}

.preview-status div {
  padding: 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
}

.preview-status span {
  color: #86efac;
}

.preview-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 20px 20px;
}

.preview-cards div {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.preview-cards small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
}

.preview-cards strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: -0.04em;
}

@media (max-width: 980px) {
  .white-label-box {
    grid-template-columns: 1fr;
    padding: 52px 28px;
    gap: 44px;
  }

  .white-label-content h2,
  .white-label-content p {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .white-label-box {
    padding: 42px 20px;
    border-radius: 28px;
  }

  .white-demo {
    padding: 20px;
    border-radius: 26px;
  }

  .field-row,
  .preview-status,
  .preview-cards {
    grid-template-columns: 1fr;
  }

  .demo-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   WHITE LABEL - FIM
   ========================================================= */

/* Stats */

.stats-card {
  text-align: center;
}

.stats-card strong {
  display: block;
  font-size: 46px;
  letter-spacing: -0.06em;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.stats-card span {
  color: var(--color-gray-500);
  font-weight: 700;
}

/* Comparison */

.comparison-card {
  padding: 38px;
}

.comparison-card ul {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.comparison-card li {
  list-style: none;
  color: var(--color-gray-500);
  font-weight: 600;
}

.comparison-card--good {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

/* Plans */

.plan-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.plan-card__badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.plan-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 32px;
}

.plan-card li {
  list-style: none;
  color: var(--color-gray-500);
  font-weight: 600;
}

.plan-card .btn {
  margin-top: auto;
}

/* FAQ */

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  padding: 24px 28px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}

.faq-item h3 {
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.faq-item p {
  color: var(--color-gray-500);
  line-height: 1.65;
}

/* Final CTA */

.final-cta {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.final-cta h2 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 36px;
}

/* Mobile */

@media (max-width: 980px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .problem-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 76px 0;
  }

  .premium-card {
    padding: 26px;
  }

  .section__header {
    margin-bottom: 36px;
  }
}
.card-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--color-blue);
  font-weight: 800;
  font-size: 15px;
}

.problem-item--success .problem-item__time {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.problem-item--success {
  border-color: rgba(34, 197, 94, 0.35);
}
.demo {
  padding-top: 80px;
  background: #ffffff;
}

.demo__video {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 34px;
  overflow: hidden;
  background: #020617;
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.18);
  border: 12px solid #020617;
}

.demo__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* Ajustes finais */

.stats {
  background: #ffffff;
}

.stats-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stats-card strong {
  background: var(--gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Comparison */

.comparison-card h3 {
  font-size: 28px;
  letter-spacing: -0.05em;
  color: var(--color-dark);
}

.comparison-card ul {
  padding: 0;
}

.comparison-card li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.comparison-card li:last-child {
  border-bottom: 0;
}

/* Plans */

.plan-card--highlight {
  border: 2px solid rgba(37, 99, 235, 0.32);
  box-shadow: 0 30px 90px rgba(37, 99, 235, 0.14);
}

.plan-card h3 {
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.plan-card p {
  color: var(--color-gray-500);
  line-height: 1.7;
}

.plan-card li {
  padding: 8px 0;
}

.plan-card .btn {
  width: 100%;
}

/* FAQ com details */

.faq-item {
  cursor: pointer;
}

.faq-item summary {
  list-style: none;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}


.faq-item p {
  margin-top: 14px;
}

/* CTA final */

.final-section {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(109, 40, 217, 0.35), transparent 32%),
    radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.35), transparent 32%),
    #0f172a;
}

.final-section .section__eyebrow {
  color: #93c5fd;
}

.final-cta {
  padding: 40px 0;
}

.final-cta h2 {
  color: #ffffff;
}

.final-cta .btn {
  height: 62px;
  padding-inline: 38px;
}

/* Correção visual geral */

section[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 768px) {
  .stats-card {
    min-height: 180px;
  }

  .plan-card h3 {
    font-size: 26px;
  }

  .faq-item summary {
    font-size: 16px;
    gap: 16px;
  }
}

/* =========================================================
   FINAL CTA + FOOTER - FULL WIDTH PREMIUM
   ========================================================= */

.final-section,
.footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.final-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 96px;
  background:
    radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.38), transparent 32%),
    radial-gradient(circle at 80% 35%, rgba(37, 99, 235, 0.35), transparent 34%),
    linear-gradient(135deg, #0b1020 0%, #101936 48%, #1a1640 100%);
  color: #ffffff;
}

.final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.20;
  pointer-events: none;
}

.final-section::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  left: 50%;
  top: -260px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.22);
  filter: blur(50px);
  pointer-events: none;
}

.final-cta {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 40px;
  text-align: center;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 40px 110px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(24px);
}

.final-cta .section__eyebrow {
  color: #93c5fd;
}

.final-cta h2 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}

.final-cta p {
  max-width: 700px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.74);
  font-size: 18px;
  line-height: 1.75;
}

.final-cta .btn {
  height: 62px;
  padding-inline: 38px;
  box-shadow: 0 20px 55px rgba(37, 99, 235, 0.35);
}

/* Footer full width */

.footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 32px;
  background: #020617;
  color: #cbd5e1;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(124, 58, 237, 0.14), transparent 30%);
  pointer-events: none;
}

.footer .container,
.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 48px;
}

.footer h3 {
  color: #ffffff;
  font-size: 26px;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.footer h4 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 16px;
}

.footer p {
  max-width: 430px;
  color: #94a3b8;
  line-height: 1.75;
}

.footer a {
  display: block;
  color: #94a3b8;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.25s ease;
}

.footer a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-bottom {
  width: min(var(--container), calc(100% - 40px));
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #64748b;
  font-size: 14px;
}

@media (max-width: 760px) {
  .final-section {
    padding: 86px 0 70px;
  }

  .final-cta {
    padding: 44px 24px;
    border-radius: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* FORÇA CTA FINAL E FOOTER EM LARGURA TOTAL */

.final-section,
.footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.final-section .container,
.footer .container {
  width: min(var(--container), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   FLOATING SOCIALS
========================================================= */

.floating-socials{
    position:fixed;
    right:24px;
    bottom:28px;
    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:14px;
}

.floating-social{

    width:62px;
    height:62px;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.14);

    box-shadow:
        0 18px 40px rgba(15,23,42,.18),
        inset 0 1px 0 rgba(255,255,255,.12);

    transition:.30s;

    overflow:hidden;
}

.floating-social:hover{

    transform:
        translateY(-6px)
        scale(1.06);

}

.floating-social::before{

    content:"";

    position:absolute;

    inset:0;

    opacity:.14;

}

.floating-social--whatsapp{

    background:
    linear-gradient(135deg,#25D366,#128C7E);

}

.floating-social--instagram{

    background:
    linear-gradient(
        135deg,
        #833AB4,
        #C13584,
        #E1306C,
        #F56040,
        #FCAF45
    );

}

.floating-social img{

    width:31px;
    height:31px;

    object-fit:contain;

    position:relative;

    z-index:2;

}

.floating-social span{

    display:none;

}

@keyframes pulseWhatsapp{

    0%{

        box-shadow:
        0 0 0 0 rgba(37,211,102,.55);

    }

    70%{

        box-shadow:
        0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:
        0 0 0 0 rgba(37,211,102,0);

    }

}

/* =====================================================================
   BOTÕES FLUTUANTES (WHATSAPP + INSTAGRAM)
   INÍCIO
===================================================================== */

.floating-socials{
    position:fixed;
    right:24px;
    bottom:28px;
    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:16px;

    animation:floatingGroup 4s ease-in-out infinite;
}

.floating-social{

    position:relative;

    width:68px;
    height:68px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#ffffff;

    border:1px solid rgba(255,255,255,.65);

    cursor:pointer;

    transition:all .35s cubic-bezier(.2,.8,.2,1);

    box-shadow:
        0 10px 25px rgba(15,23,42,.10),
        0 22px 45px rgba(15,23,42,.16),
        0 40px 80px rgba(15,23,42,.10);

}

.floating-social::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:50%;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.60),
            rgba(255,255,255,0) 55%
        );

    pointer-events:none;

}

.floating-social::after{

    content:"";

    position:absolute;

    left:50%;
    bottom:-14px;

    width:42px;
    height:12px;

    transform:translateX(-50%);

    border-radius:999px;

    background:rgba(15,23,42,.28);

    filter:blur(10px);

    opacity:.65;

    transition:.35s;

    z-index:-1;

}

.floating-social img{

    width:72px;
    height:72px;

    object-fit:contain;

    transition:.35s;

}

.floating-social:hover{

    transform:
        translateY(-8px)
        scale(1.08);

    box-shadow:
        0 18px 35px rgba(15,23,42,.18),
        0 35px 70px rgba(15,23,42,.22),
        0 55px 120px rgba(37,99,235,.12);

}

.floating-social:hover img{

    transform:scale(1.08);

}

.floating-social:hover::after{

    width:52px;
    height:14px;

    opacity:.90;

    filter:blur(12px);

}

/* Movimento suave */

@keyframes floatingGroup{

    0%,100%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-8px);

    }

}

/* Responsivo */

@media(max-width:768px){

    .floating-socials{

        right:16px;
        bottom:18px;

    }

    .floating-social{

        width:62px;
        height:62px;

    }

    .floating-social img{

        width:42px;
        height:42px;

    }

}

/* =====================================================================
   BOTÕES FLUTUANTES (WHATSAPP + INSTAGRAM)
   FIM
===================================================================== */

/* =====================================================================
   COMPARATIVO PREMIUM
   INÍCIO
===================================================================== */

.comparison{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at 78% 40%, rgba(37,99,235,.10), transparent 34%),
        radial-gradient(circle at 20% 20%, rgba(16,185,129,.08), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.comparison__glow{
    position:absolute;
    right:8%;
    top:28%;
    width:420px;
    height:420px;
    background:rgba(37,99,235,.16);
    filter:blur(90px);
    border-radius:50%;
    pointer-events:none;
}

.comparison__header{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:0 auto 64px;
    text-align:center;
}

.comparison__wrapper{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;

    align-items:stretch;
}

.comparison-card{
    position:relative;
    overflow:hidden;

    padding:34px;
    border-radius:32px;

    background:rgba(255,255,255,.82);
    border:1px solid rgba(226,232,240,.95);

    box-shadow:
        0 18px 40px rgba(15,23,42,.06),
        0 45px 90px rgba(15,23,42,.08);

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s cubic-bezier(.2,.8,.2,1),
        border-color .35s;
}

.comparison-card:hover{
    transform:translateY(-10px);
    box-shadow:
        0 25px 55px rgba(15,23,42,.10),
        0 60px 120px rgba(15,23,42,.14);
}

.comparison-card--good{
    border-color:rgba(37,99,235,.35);
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.86)),
        radial-gradient(circle at top right, rgba(37,99,235,.16), transparent 38%);
}

.comparison-card--good:hover{
    border-color:rgba(37,99,235,.70);
    box-shadow:
        0 25px 55px rgba(37,99,235,.14),
        0 70px 140px rgba(37,99,235,.18);
}

.comparison-card__shine{
    position:absolute;
    top:-120px;
    right:-120px;

    width:260px;
    height:260px;

    border-radius:50%;
    background:rgba(37,99,235,.18);
    filter:blur(55px);
    pointer-events:none;
}

.comparison-card__top{
    position:relative;
    z-index:2;
    margin-bottom:28px;
}

.comparison-card__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:32px;
    padding:0 14px;
    margin-bottom:18px;

    border-radius:999px;

    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.comparison-card__badge--bad{
    color:#be123c;
    background:rgba(244,63,94,.10);
    border:1px solid rgba(244,63,94,.18);
}

.comparison-card__badge--good{
    color:#1d4ed8;
    background:rgba(37,99,235,.10);
    border:1px solid rgba(37,99,235,.22);
}

.comparison-card h3{
    margin:0 0 10px;
    font-size:30px;
    line-height:1.1;
    letter-spacing:-.04em;
    color:#020617;
}

.comparison-card p{
    margin:0;
    max-width:440px;
    color:#64748b;
    font-size:15px;
    line-height:1.7;
}

.comparison-list{
    position:relative;
    z-index:2;

    display:flex;
    flex-direction:column;
    gap:0;

    padding:0;
    margin:0;
    list-style:none;
}

.comparison-list li{
    display:flex;
    align-items:center;
    gap:12px;

    padding:18px 0;

    border-bottom:1px solid rgba(226,232,240,.95);

    color:#475569;
    font-size:15px;
    font-weight:700;
}

.comparison-list li span{
    width:24px;
    height:24px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    flex:none;

    border-radius:50%;

    color:#fff;
    background:#f43f5e;

    font-size:18px;
    font-weight:900;
    line-height:1;
}

.comparison-list--good li span{
    background:linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow:0 8px 18px rgba(34,197,94,.24);
}

.comparison-result{
    position:relative;
    z-index:2;

    margin-top:28px;
    padding:22px;

    border-radius:24px;
}

.comparison-result strong{
    display:block;
    margin-bottom:6px;

    color:#020617;
    font-size:14px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.comparison-result p{
    font-size:15px;
    line-height:1.7;
}

.comparison-result--bad{
    background:rgba(244,63,94,.07);
    border:1px solid rgba(244,63,94,.14);
}

.comparison-result--good{
    background:
        linear-gradient(135deg, rgba(37,99,235,.10), rgba(34,197,94,.08));
    border:1px solid rgba(37,99,235,.18);
}

.comparison__vs{
    position:absolute;
    left:50%;
    top:50%;
    z-index:4;

    transform:translate(-50%, -50%);

    width:74px;
    height:74px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#ffffff;
    border:1px solid rgba(226,232,240,.95);

    color:#2563eb;
    font-size:18px;
    font-weight:900;
    letter-spacing:.08em;

    box-shadow:
        0 15px 35px rgba(15,23,42,.10),
        0 35px 70px rgba(37,99,235,.14);

    animation:comparisonVsPulse 3s ease-in-out infinite;
}

@keyframes comparisonVsPulse{
    0%,100%{
        transform:translate(-50%, -50%) scale(1);
        box-shadow:
            0 15px 35px rgba(15,23,42,.10),
            0 35px 70px rgba(37,99,235,.14);
    }

    50%{
        transform:translate(-50%, -50%) scale(1.06);
        box-shadow:
            0 18px 45px rgba(15,23,42,.14),
            0 45px 90px rgba(37,99,235,.22);
    }
}

/* Animação de entrada */

.comparison-card{
    animation:comparisonFadeUp .8s ease both;
}

.comparison-card--good{
    animation-delay:.12s;
}

@keyframes comparisonFadeUp{
    from{
        opacity:0;
        transform:translateY(28px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Responsivo */

@media(max-width:900px){

    .comparison{
        padding:80px 0;
    }

    .comparison__wrapper{
        grid-template-columns:1fr;
        gap:24px;
    }

    .comparison__vs{
        position:relative;
        left:auto;
        top:auto;

        margin:-6px auto;

        transform:none;
    }

    @keyframes comparisonVsPulse{
        0%,100%{
            transform:scale(1);
        }

        50%{
            transform:scale(1.06);
        }
    }
}

@media(max-width:600px){

    .comparison-card{
        padding:26px;
        border-radius:26px;
    }

    .comparison-card h3{
        font-size:26px;
    }

    .comparison-list li{
        align-items:flex-start;
        font-size:14px;
    }

    .comparison-result{
        padding:18px;
    }
}

/* =====================================================================
   COMPARATIVO PREMIUM
   FIM
===================================================================== */


/* =====================================================================
   RESULTADOS PREMIUM
   INÍCIO
===================================================================== */

.stats-premium{
    position:relative;
    overflow:hidden;

    padding:115px 0;

    background:
        radial-gradient(circle at 18% 20%, rgba(37,99,235,.10), transparent 32%),
        radial-gradient(circle at 82% 35%, rgba(124,58,237,.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.stats-premium::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
        linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);

    background-size:46px 46px;
    mask-image:linear-gradient(to bottom, transparent, #000 18%, #000 75%, transparent);

    pointer-events:none;
}

.stats-premium__glow{
    position:absolute;
    border-radius:999px;
    filter:blur(90px);
    pointer-events:none;
}

.stats-premium__glow--one{
    width:420px;
    height:420px;
    left:-120px;
    top:120px;
    background:rgba(37,99,235,.16);
}

.stats-premium__glow--two{
    width:460px;
    height:460px;
    right:-140px;
    bottom:40px;
    background:rgba(124,58,237,.16);
}

.stats-premium__header{
    position:relative;
    z-index:2;
    max-width:920px;
    margin:0 auto 68px;
    text-align:center;
}

.stats-premium__grid{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
}

.stats-premium__card{
    position:relative;
    overflow:hidden;

    min-height:255px;
    padding:30px 26px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;

    border-radius:32px;

    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));

    border:1px solid rgba(226,232,240,.95);

    box-shadow:
        0 18px 40px rgba(15,23,42,.06),
        0 50px 100px rgba(15,23,42,.08);

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s cubic-bezier(.2,.8,.2,1),
        border-color .35s;
}

.stats-premium__card::before{
    content:"";
    position:absolute;
    inset:-1px;

    background:
        linear-gradient(
            135deg,
            rgba(37,99,235,.32),
            transparent 35%,
            transparent 65%,
            rgba(124,58,237,.26)
        );

    opacity:0;
    transition:.35s;
    pointer-events:none;
}

.stats-premium__card::after{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;

    width:180px;
    height:180px;

    border-radius:50%;
    background:rgba(37,99,235,.14);
    filter:blur(45px);

    opacity:0;
    transition:.35s;
}

.stats-premium__card:hover{
    transform:translateY(-12px) scale(1.015);
    border-color:rgba(37,99,235,.42);

    box-shadow:
        0 26px 60px rgba(15,23,42,.10),
        0 70px 140px rgba(37,99,235,.16);
}

.stats-premium__card:hover::before,
.stats-premium__card:hover::after{
    opacity:1;
}

.stats-premium__card--featured{
    background:
        radial-gradient(circle at top right, rgba(37,99,235,.20), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.86));

    border-color:rgba(37,99,235,.36);
}

.stats-premium__label{
    position:absolute;
    top:20px;
    left:50%;

    transform:translateX(-50%);

    white-space:nowrap;

    padding:7px 13px;
    border-radius:999px;

    background:rgba(37,99,235,.10);
    border:1px solid rgba(37,99,235,.18);

    color:#2563eb;
    font-size:11px;
    font-weight:900;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.stats-premium__icon{
    position:relative;
    z-index:2;

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:22px;

    border-radius:18px;

    background:
        linear-gradient(135deg, rgba(37,99,235,.12), rgba(124,58,237,.10));

    box-shadow:inset 0 1px 0 rgba(255,255,255,.7);

    font-size:25px;
}

.stats-premium__card strong{
    position:relative;
    z-index:2;

    display:block;
    margin-bottom:12px;

    font-size:48px;
    line-height:1;
    letter-spacing:-.06em;

    background:linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.stats-premium__card p{
    position:relative;
    z-index:2;

    margin:0 0 10px;

    color:#0f172a;
    font-size:16px;
    font-weight:900;
    line-height:1.25;
}

.stats-premium__card small{
    position:relative;
    z-index:2;

    max-width:230px;

    color:#64748b;
    font-size:13px;
    font-weight:600;
    line-height:1.6;
}

.stats-premium__card{
    animation:statsFadeUp .75s ease both;
}

.stats-premium__card:nth-child(2){
    animation-delay:.08s;
}

.stats-premium__card:nth-child(3){
    animation-delay:.16s;
}

.stats-premium__card:nth-child(4){
    animation-delay:.24s;
}

@keyframes statsFadeUp{
    from{
        opacity:0;
        transform:translateY(34px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:1050px){
    .stats-premium__grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:620px){
    .stats-premium{
        padding:82px 0;
    }

    .stats-premium__grid{
        grid-template-columns:1fr;
    }

    .stats-premium__card{
        min-height:230px;
        border-radius:26px;
    }

    .stats-premium__card strong{
        font-size:44px;
    }
}

/* =====================================================================
   RESULTADOS PREMIUM
   FIM
===================================================================== */

/* =====================================================================
   ESCOLHA DE CAMINHO / PLANOS PREMIUM
   INÍCIO
===================================================================== */

.choice-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
}

.choice-section__header{
    max-width:920px;
    margin:0 auto 28px;
    text-align:center;
}

.choice-section__hint{
    display:flex;
    justify-content:center;
    margin-bottom:42px;
}

.choice-section__hint span{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 18px;
    border-radius:999px;

    background:rgba(37,99,235,.08);
    border:1px solid rgba(37,99,235,.14);

    color:#2563eb;
    font-size:13px;
    font-weight:900;
}

.choice-section__grid{
    position:relative;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}

.choice-section__or{
    position:absolute;
    left:50%;
    top:50%;
    z-index:5;

    transform:translate(-50%, -50%);

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#ffffff;
    border:1px solid rgba(226,232,240,.95);

    box-shadow:
        0 16px 35px rgba(15,23,42,.10),
        0 35px 70px rgba(37,99,235,.12);
}

.choice-section__or span{
    color:#2563eb;
    font-size:14px;
    font-weight:1000;
    letter-spacing:.12em;
}

.choice-card{
    position:relative;
    overflow:hidden;

    min-height:650px;

    display:flex;
    flex-direction:column;

    padding:34px;
    border-radius:34px;

    text-decoration:none;

    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84));

    border:1px solid rgba(226,232,240,.95);

    box-shadow:
        0 18px 40px rgba(15,23,42,.06),
        0 55px 110px rgba(15,23,42,.08);

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s cubic-bezier(.2,.8,.2,1),
        border-color .35s;
}

.choice-card::before{
    content:"";
    position:absolute;
    inset:-1px;

    background:
        linear-gradient(
            135deg,
            rgba(37,99,235,.34),
            transparent 34%,
            transparent 62%,
            rgba(124,58,237,.32)
        );

    opacity:0;
    transition:.35s;
    pointer-events:none;
}

.choice-card:hover{
    transform:translateY(-12px) scale(1.012);
    border-color:rgba(37,99,235,.45);

    box-shadow:
        0 28px 65px rgba(15,23,42,.12),
        0 80px 150px rgba(37,99,235,.17);
}

.choice-card:hover::before{
    opacity:1;
}

.choice-card__glow{
    position:absolute;
    right:-110px;
    top:-110px;

    width:290px;
    height:290px;

    border-radius:50%;
    background:rgba(37,99,235,.16);
    filter:blur(60px);

    opacity:.75;
    pointer-events:none;
}

.choice-card--reseller .choice-card__glow{
    background:rgba(124,58,237,.20);
}

.choice-card--highlight{
    border-color:rgba(37,99,235,.35);
}

.choice-card__top,
.choice-card h3,
.choice-card p,
.choice-card__block,
.choice-card__ideal,
.choice-card__footer{
    position:relative;
    z-index:2;
}

.choice-card__top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:26px;
}

.choice-card__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:9px 14px;
    border-radius:999px;

    background:rgba(37,99,235,.10);
    border:1px solid rgba(37,99,235,.16);

    color:#2563eb;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.07em;
}

.choice-card__badge--hot{
    background:rgba(124,58,237,.10);
    border-color:rgba(124,58,237,.18);
    color:#6d28d9;
}

.choice-card__icon{
    width:54px;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:
        linear-gradient(135deg, rgba(37,99,235,.12), rgba(124,58,237,.10));

    font-size:26px;

    box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.choice-card h3{
    max-width:500px;
    margin:0 0 16px;

    color:#020617;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
}

.choice-card p{
    max-width:520px;
    margin:0 0 30px;

    color:#64748b;
    font-size:16px;
    line-height:1.75;
    font-weight:600;
}

.choice-card__block{
    padding:24px;
    border-radius:26px;

    background:rgba(248,250,252,.78);
    border:1px solid rgba(226,232,240,.90);

    margin-bottom:22px;
}

.choice-card__block strong{
    display:block;
    margin-bottom:16px;

    color:#0f172a;
    font-size:14px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.choice-card__block ul{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px 18px;

    padding:0;
    margin:0;

    list-style:none;
}

.choice-card__block li{
    position:relative;

    padding-left:28px;

    color:#475569;
    font-size:14px;
    font-weight:800;
    line-height:1.35;
}

.choice-card__block li::before{
    content:"✓";

    position:absolute;
    left:0;
    top:-1px;

    width:20px;
    height:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#fff;
    background:linear-gradient(135deg, #22c55e, #16a34a);

    font-size:12px;
    font-weight:1000;

    box-shadow:0 8px 18px rgba(34,197,94,.22);
}

.choice-card__ideal{
    margin-bottom:30px;
}

.choice-card__ideal > span{
    display:block;
    margin-bottom:13px;

    color:#0f172a;
    font-size:14px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.choice-card__ideal div{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.choice-card__ideal small{
    padding:8px 12px;

    border-radius:999px;

    background:#ffffff;
    border:1px solid rgba(226,232,240,.95);

    color:#475569;
    font-size:12px;
    font-weight:900;

    box-shadow:0 10px 20px rgba(15,23,42,.04);
}

.choice-card__footer{
    margin-top:auto;
}

.choice-card__button{
    position:relative;
    overflow:hidden;

    width:100%;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    border-radius:999px;

    color:#ffffff;
    background:linear-gradient(135deg, #6d28d9, #2563eb);

    font-size:15px;
    font-weight:1000;

    box-shadow:
        0 18px 40px rgba(37,99,235,.28),
        0 10px 25px rgba(109,40,217,.18);

    transition:.35s;
}

.choice-card__button::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;

    width:80%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transform:skewX(-20deg);
    transition:.65s;
}

.choice-card:hover .choice-card__button::before{
    left:130%;
}

.choice-card:hover .choice-card__button{
    transform:translateY(-2px);
    box-shadow:
        0 22px 48px rgba(37,99,235,.34),
        0 14px 30px rgba(109,40,217,.24);
}

.choice-card__button b{
    transition:.35s;
}

.choice-card:hover .choice-card__button b{
    transform:translateX(4px);
}

.choice-card__footer > small{
    display:block;
    margin-top:13px;
    text-align:center;

    color:#64748b;
    font-size:12px;
    font-weight:800;
}

.choice-card{
    animation:choiceFadeUp .75s ease both;
}

.choice-card--highlight{
    animation-delay:.12s;
}

@keyframes choiceFadeUp{
    from{
        opacity:0;
        transform:translateY(34px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:980px){
    .choice-section__grid{
        grid-template-columns:1fr;
    }

    .choice-section__or{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        margin:-8px auto;
    }

    .choice-card{
        min-height:auto;
    }
}

@media(max-width:620px){
    .choice-section{
        padding:82px 0;
    }

    .choice-card{
        padding:26px;
        border-radius:28px;
    }

    .choice-card h3{
        font-size:29px;
    }

    .choice-card__block ul{
        grid-template-columns:1fr;
    }

    .choice-card__button{
        height:auto;
        min-height:58px;
        padding:16px 18px;
        text-align:center;
    }
}

/* =====================================================================
   ESCOLHA DE CAMINHO / PLANOS PREMIUM
   FIM
===================================================================== */


/* =====================================================================
   FAQ COMEÇO
===================================================================== */

.faq {
  position: relative;
  overflow: hidden;
}

.faq::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 620px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37, 99, 235, .12), transparent 65%);
  pointer-events: none;
}

.faq__header {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}

.faq__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .8fr 1.4fr;
  gap: 32px;
  align-items: start;
}

.faq__side {
  position: sticky;
  top: 110px;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(248,250,252,.85));
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.faq__badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .10);
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
}

.faq__side h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #0f172a;
  margin-bottom: 16px;
}

.faq__side p {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 26px;
}

.faq__side-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(37, 99, 235, .25);
  transition: .3s ease;
}

.faq__side-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(37, 99, 235, .35);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
  overflow: hidden;
  transition: .3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .10);
  border-color: rgba(37, 99, 235, .22);
}

.faq-item[open] {
  border-color: rgba(37, 99, 235, .35);
  box-shadow: 0 26px 70px rgba(37, 99, 235, .14);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 900;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary strong {
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-size: 20px;
  transition: .3s ease;
}

.faq-item[open] summary strong {
  transform: rotate(45deg);
}

.faq-item p {
  padding: 0 26px 26px;
  margin: 0;
  color: #64748b;
  line-height: 1.75;
  font-size: 15.5px;
  animation: faqFade .35s ease;
}

@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .faq__side {
    position: relative;
    top: 0;
  }
}

@media (max-width: 600px) {
  .faq-item summary {
    padding: 20px;
    font-size: 15.5px;
  }

  .faq-item p {
    padding: 0 20px 22px;
  }

  .faq__side {
    padding: 26px;
  }

  .faq__side h3 {
    font-size: 25px;
  }
}

/* =====================================================================
   FAQ FIM
===================================================================== */

/* =========================================================
   INÍCIO - SEÇÃO SEGMENTOS PREMIUM
   ========================================================= */

.ecosystem__segments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  position: relative;
  z-index: 2;
}

.segment {
  position: relative;
  min-height: 285px;
  padding: 26px;
  border-radius: 28px;
  overflow: hidden;

  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
  border: 1px solid rgba(15, 23, 42, .08);

  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.segment::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .16), transparent 38%),
    radial-gradient(circle at bottom right, rgba(124, 58, 237, .10), transparent 42%);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.segment::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(37, 99, 235, .10);
  filter: blur(18px);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.segment:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, .28);
  box-shadow:
    0 28px 80px rgba(15, 23, 42, .12),
    0 0 0 1px rgba(37, 99, 235, .08);
}

.segment:hover::before,
.segment:hover::after {
  opacity: 1;
}

.segment__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.segment__icon {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  flex: 0 0 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 23px;

  background: linear-gradient(135deg, #7c3aed, #2563eb);
  box-shadow: 0 16px 35px rgba(37, 99, 235, .28);

  transition: .35s ease;
}

.segment:hover .segment__icon {
  transform: rotate(-6deg) scale(1.08);
}

.segment__tag {
  max-width: 96px;
  padding: 7px 10px;
  border-radius: 999px;

  background: rgba(37, 99, 235, .10);
  color: #2563eb;

  font-size: 10px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;

  white-space: normal;
  overflow-wrap: break-word;
}

.segment h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.segment p {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.65;
}

.segment ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.segment li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 13.5px;
  font-weight: 700;
}

.segment li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(37, 99, 235, .12);
  color: #2563eb;

  font-size: 11px;
  font-weight: 950;
}

.segment--featured {
  border-color: rgba(37, 99, 235, .25);
  box-shadow: 0 28px 80px rgba(37, 99, 235, .12);
}

.segment--featured .segment__tag {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
}

.segment--last {
  background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(30,41,59,.96));
  border-color: rgba(255,255,255,.10);
}

.segment--last h3,
.segment--last li {
  color: #fff;
}

.segment--last p {
  color: rgba(226,232,240,.82);
}

.segment--last .segment__tag {
  max-width: 86px;
  background: rgba(255,255,255,.12);
  color: #fff;
}

.segment--last li::before {
  background: rgba(255,255,255,.14);
  color: #fff;
}

@media (max-width: 1100px) {
  .ecosystem__segments {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .ecosystem__segments {
    grid-template-columns: 1fr;
  }

  .segment {
    min-height: auto;
    padding: 24px;
  }

  .segment__tag {
    max-width: 120px;
  }
}

/* =========================================================
   FIM - SEÇÃO SEGMENTOS PREMIUM
   ========================================================= */

   /* =========================================================
   CORREÇÃO FINAL - BADGES DOS SEGMENTOS
   ========================================================= */

.segment__top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 28px !important;
}

.segment__tag {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: auto !important;
  max-width: none !important;

  height: auto !important;
  padding: 7px 11px !important;

  border-radius: 999px !important;

  background: rgba(37, 99, 235, .10) !important;
  color: #2563eb !important;

  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;

  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;

  transform: none !important;
}

.segment--featured .segment__tag {
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #fff !important;
}

.segment--last .segment__tag {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}

.segments__cta {
  margin-top: 34px;
  padding: 26px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(124,58,237,.08));
  border: 1px solid rgba(37,99,235,.14);
}

.segments__cta p {
  margin-bottom: 16px;
  color: #475569;
  font-weight: 700;
}

.segments__cta a {
  display: inline-flex;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

/* =========================================================
   FIM - CORREÇÃO FINAL BADGES
   ========================================================= */

   /* =========================================================
   INÍCIO - HEADER E CTA DOS SEGMENTOS
   ========================================================= */

.ecosystem {
  position: relative;
  padding-top: 120px;
}

.ecosystem__header {
  margin-bottom: 58px;
}

.segments__cta {
  margin-top: 38px;
  padding: 30px;
  border-radius: 28px;
  text-align: center;

  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(124,58,237,.08));
  border: 1px solid rgba(37,99,235,.14);

  box-shadow: 0 24px 70px rgba(15,23,42,.06);
}

.segments__cta p {
  max-width: 720px;
  margin: 0 auto 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.segments__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 14px;
  font-weight: 900;
  text-decoration: none;

  box-shadow: 0 18px 38px rgba(37,99,235,.25);
  transition: .3s ease;
}

.segments__cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(37,99,235,.35);
}

@media (max-width: 620px) {
  .ecosystem {
    padding-top: 80px;
  }

  .ecosystem__header {
    margin-bottom: 38px;
  }

  .segments__cta {
    padding: 24px;
  }
}

/* =========================================================
   FIM - HEADER E CTA DOS SEGMENTOS
   ========================================================= */

   /* =========================================================
   INÍCIO - SEÇÃO INTEGRAÇÕES PREMIUM
   ========================================================= */

.integrations {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.integrations::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 62%);
  pointer-events: none;
}

.integrations__header {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}

.integrations__subtitle {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37,99,235,.10);
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.integrations__title {
  margin: 0 auto 18px;
  max-width: 760px;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.integrations__description {
  max-width: 680px;
  margin: 0 auto;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.integrations__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.45fr;
  gap: 28px;
  align-items: stretch;
}

.integrations__panel {
  position: relative;
  padding: 36px;
  border-radius: 34px;
  overflow: hidden;

  background:
    linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));

  border: 1px solid rgba(255,255,255,.10);

  box-shadow:
    0 28px 90px rgba(15,23,42,.22);

  min-height: 100%;
}

.integrations__panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 18% 10%, rgba(37,99,235,.42), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(124,58,237,.35), transparent 32%);
  opacity: .75;
  pointer-events: none;
}

.integrations__panel > * {
  position: relative;
  z-index: 2;
}

.integrations__panel-badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
}

.integrations__panel h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.integrations__panel p {
  margin-bottom: 26px;
  color: rgba(226,232,240,.82);
  font-size: 15.5px;
  line-height: 1.75;
}

.integrations__panel-list {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.integrations__panel-list span {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.integrations__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 14px;
  font-weight: 950;
  text-decoration: none;

  box-shadow: 0 18px 45px rgba(37,99,235,.32);
  transition: .3s ease;
}

.integrations__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 60px rgba(37,99,235,.42);
}

.integrations__button--panel {
  width: 100%;
}

.integrations__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.integration {
  position: relative;
  display: flex;
  gap: 16px;
  min-height: 150px;
  padding: 24px;
  border-radius: 26px;
  overflow: hidden;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.08);

  box-shadow: 0 18px 48px rgba(15,23,42,.06);

  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease;
}

.integration::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.12), transparent 40%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.10), transparent 42%);
  opacity: 0;
  transition: .32s ease;
  pointer-events: none;
}

.integration:hover {
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.24);
  box-shadow:
    0 26px 70px rgba(15,23,42,.11),
    0 0 0 1px rgba(37,99,235,.06);
}

.integration:hover::before {
  opacity: 1;
}

.integration > * {
  position: relative;
  z-index: 2;
}

.integration__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 18px;

  color: #fff;
  font-size: 22px;
  font-weight: 950;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 16px 36px rgba(37,99,235,.26);

  transition: .32s ease;
}

.integration:hover .integration__icon {
  transform: rotate(-5deg) scale(1.08);
}

.integration__icon--whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.integration__icon--instagram {
  background: linear-gradient(135deg, #f97316, #db2777, #7c3aed);
}

.integration__icon--facebook {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.integration__icon--telegram {
  background: linear-gradient(135deg, #38bdf8, #2563eb);
}

.integration__icon--webchat {
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.integration__icon--email {
  background: linear-gradient(135deg, #64748b, #334155);
}

.integration__icon--desktop {
  background: linear-gradient(135deg, #7c3aed, #2563eb);
}

.integration h3 {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.integration p {
  margin-bottom: 14px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.integration span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(37,99,235,.09);
  color: #2563eb;

  font-size: 11px;
  font-weight: 900;
}

.integration--featured {
  border-color: rgba(34,197,94,.24);
}

.integrations__footer {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 42px auto 0;
  text-align: center;
}

.integrations__footer p {
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .integrations__layout {
    grid-template-columns: 1fr;
  }

  .integrations__panel {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .integrations {
    padding: 80px 0;
  }

  .integrations__header {
    margin-bottom: 42px;
  }

  .integrations__grid {
    grid-template-columns: 1fr;
  }

  .integration {
    padding: 22px;
  }

  .integrations__panel {
    padding: 28px;
  }

  .integrations__panel h3 {
    font-size: 28px;
  }
}
.integration__icon i{
    font-size:26px;
    color:#fff;
    transition:.35s;
}

.integration:hover .integration__icon i{
    transform:scale(1.08);
}


.integration:hover .integration__svg{

    transform:scale(1.10);

}

.integration__icon{

    width:56px;
    height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    overflow:hidden;
}
/* =========================================================
   FIM - SEÇÃO INTEGRAÇÕES PREMIUM
   ========================================================= */


/* =========================================================
   INÍCIO - SEÇÃO ESCOLHA SEU CAMINHO PREMIUM
   ========================================================= */

.audience-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.audience-premium::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  width: 740px;
  height: 740px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 65%);
  pointer-events: none;
}

.audience__header {
  position: relative;
  z-index: 2;
  margin-bottom: 62px;
}

.audience__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.audience-choice {
  position: relative;
  padding: 36px;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,23,42,.08);

  box-shadow:
    0 24px 70px rgba(15,23,42,.08);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.audience-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.14), transparent 42%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.10), transparent 44%);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.audience-choice:hover {
  transform: translateY(-8px);
  border-color: rgba(37,99,235,.28);
  box-shadow:
    0 34px 90px rgba(15,23,42,.13),
    0 0 0 1px rgba(37,99,235,.08);
}

.audience-choice:hover::before {
  opacity: 1;
}

.audience-choice > * {
  position: relative;
  z-index: 2;
}

.audience-choice--recommended {
  background:
    linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  border-color: rgba(255,255,255,.12);
  box-shadow:
    0 34px 100px rgba(37,99,235,.18);
}

.audience-choice--recommended::before {
  opacity: 1;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.35), transparent 36%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.38), transparent 42%);
}

.audience-choice__ribbon {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;

  padding: 9px 14px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 16px 35px rgba(37,99,235,.28);
}

.audience-choice__badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;

  background: rgba(37,99,235,.10);
  color: #2563eb;

  font-size: 12px;
  font-weight: 950;
}

.audience-choice--recommended .audience-choice__badge {
  background: rgba(255,255,255,.12);
  color: #bfdbfe;
}

.audience-choice__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 25px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 18px 40px rgba(37,99,235,.25);

  transition: .35s ease;
}

.audience-choice:hover .audience-choice__icon {
  transform: rotate(-5deg) scale(1.08);
}

.audience-choice h3 {
  margin-bottom: 14px;
  max-width: 520px;

  color: #0f172a;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.audience-choice p {
  max-width: 560px;
  margin-bottom: 24px;

  color: #64748b;
  font-size: 15.5px;
  line-height: 1.75;
}

.audience-choice--recommended h3,
.audience-choice--recommended .audience-choice__result,
.audience-choice--recommended .audience-choice__helps span,
.audience-choice--recommended .audience-choice__helps li {
  color: #fff;
}

.audience-choice--recommended p {
  color: rgba(226,232,240,.82);
}

.audience-choice__helps {
  margin: 28px 0;
  padding: 22px;
  border-radius: 24px;

  background: rgba(248,250,252,.82);
  border: 1px solid rgba(15,23,42,.06);
}

.audience-choice--recommended .audience-choice__helps {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.10);
}

.audience-choice__helps span {
  display: block;
  margin-bottom: 14px;

  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

.audience-choice__helps ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.audience-choice__helps li {
  display: flex;
  align-items: flex-start;
  gap: 9px;

  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.audience-choice__helps li::before {
  content: "✓";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(37,99,235,.12);
  color: #2563eb;

  font-size: 11px;
  font-weight: 950;
}

.audience-choice--recommended .audience-choice__helps li::before {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.audience-choice__result {
  margin-bottom: 28px;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.7;
}

.audience-choice__result strong {
  display: block;
  margin-top: 3px;
  color: inherit;
  font-size: 15px;
}

.audience-choice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 14px;
  font-weight: 950;
  text-decoration: none;

  box-shadow: 0 18px 42px rgba(37,99,235,.28);
  transition: .3s ease;
}

.audience-choice__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(37,99,235,.38);
}

.audience-choice__button--dark {
  background: #fff;
  color: #2563eb;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.audience__support {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  margin-top: 34px;
  padding: 26px 30px;
  border-radius: 28px;

  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.08);

  box-shadow: 0 22px 65px rgba(15,23,42,.07);
}

.audience__support p {
  margin: 0;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.65;
}

.audience__support strong {
  color: #0f172a;
}

.audience__support a {
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;

  background: rgba(37,99,235,.10);
  color: #2563eb;

  font-size: 14px;
  font-weight: 950;
  text-decoration: none;

  transition: .3s ease;
}

.audience__support a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
}

@media (max-width: 980px) {
  .audience__grid {
    grid-template-columns: 1fr;
  }

  .audience-choice {
    min-height: auto;
  }

  .audience__support {
    flex-direction: column;
    align-items: flex-start;
  }

  .audience__support a {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .audience-choice {
    padding: 28px;
    border-radius: 28px;
  }

  .audience-choice h3 {
    font-size: 25px;
  }

  .audience-choice__ribbon {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    margin-bottom: 18px;
  }
}

/* =========================================================
   FIM - SEÇÃO ESCOLHA SEU CAMINHO PREMIUM
   ========================================================= */

   /* =========================================================
   INÍCIO - SEÇÃO PROBLEMA PREMIUM
   ========================================================= */

.problem-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.08), transparent 36%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.problem-premium::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 64%);
  pointer-events: none;
}

.problem__header {
  position: relative;
  z-index: 2;
  margin-bottom: 62px;
}

.problem__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 34px;
  align-items: stretch;
}

.problem__content {
  position: relative;
  padding: 36px;
  border-radius: 34px;
  overflow: hidden;

  background: linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  border: 1px solid rgba(255,255,255,.10);

  box-shadow: 0 30px 90px rgba(15,23,42,.18);
}

.problem__content::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 10%, rgba(37,99,235,.40), transparent 34%),
    radial-gradient(circle at 90% 90%, rgba(124,58,237,.35), transparent 38%);
  pointer-events: none;
}

.problem__content > * {
  position: relative;
  z-index: 2;
}

.problem__badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 950;
}

.problem__content h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.problem__content p {
  margin-bottom: 28px;
  color: rgba(226,232,240,.82);
  font-size: 15.5px;
  line-height: 1.75;
}

.problem__pain-list {
  display: grid;
  gap: 13px;
}

.problem__pain-list span {
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.problem-timeline {
  display: grid;
  gap: 16px;
}

.problem-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;

  padding: 22px;
  border-radius: 26px;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,23,42,.08);

  box-shadow: 0 18px 48px rgba(15,23,42,.06);

  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease;
}

.problem-item::before {
  content: "";
  position: absolute;
  left: 76px;
  top: 100%;
  width: 2px;
  height: 16px;
  background: linear-gradient(180deg, rgba(37,99,235,.28), transparent);
}

.problem-item:last-child::before {
  display: none;
}

.problem-item:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,.25);
  box-shadow: 0 26px 70px rgba(15,23,42,.10);
}

.problem-item__time {
  min-height: 58px;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #7c3aed, #2563eb);
  color: #fff;

  font-size: 16px;
  font-weight: 950;

  box-shadow: 0 16px 36px rgba(37,99,235,.22);
}

.problem-item h3 {
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.problem-item p {
  margin: 0;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.55;
}

.problem-item--danger {
  border-color: rgba(239,68,68,.22);
}

.problem-item--danger .problem-item__time {
  background: linear-gradient(135deg, #ef4444, #f97316);
}

.problem-item--success {
  border-color: rgba(34,197,94,.32);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(240,253,244,.92));
}

.problem-item--success .problem-item__time {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 16px 36px rgba(34,197,94,.22);
}

.problem-item--success h3 {
  color: #14532d;
}

@media (max-width: 980px) {
  .problem__layout {
    grid-template-columns: 1fr;
  }

  .problem__content h3 {
    font-size: 28px;
  }
}

@media (max-width: 620px) {
  .problem-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .problem-item::before {
    display: none;
  }

  .problem-item__time {
    width: 110px;
  }

  .problem__content {
    padding: 28px;
  }
}

/* =========================================================
   FIM - SEÇÃO PROBLEMA PREMIUM
   ========================================================= */

   /* =========================================================
   INÍCIO - SEÇÃO COMO FUNCIONA PREMIUM
   ========================================================= */

.how-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.how-premium::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 65%);
  pointer-events: none;
}

.how__header,
.how__layout {
  position: relative;
  z-index: 2;
}

.how__header {
  margin-bottom: 62px;
}

.how__layout {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 32px;
  align-items: start;
}

.how__main {
  display: grid;
  gap: 18px;
}

.how-step {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;

  padding: 28px;
  border-radius: 30px;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,23,42,.08);

  box-shadow: 0 20px 58px rgba(15,23,42,.07);

  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease;
}

.how-step:hover {
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.25);
  box-shadow:
    0 30px 80px rgba(15,23,42,.12),
    0 0 0 1px rgba(37,99,235,.06);
}

.how-step__number {
  width: 58px;
  height: 58px;
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 18px;
  font-weight: 950;

  box-shadow: 0 18px 40px rgba(37,99,235,.25);
}

.how-step__content span {
  display: inline-flex;
  margin-bottom: 8px;

  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.how-step__content h3 {
  margin-bottom: 10px;

  color: #0f172a;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.how-step__content p {
  margin-bottom: 18px;

  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.how-step__content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.how-step__content li {
  display: flex;
  gap: 7px;
  align-items: flex-start;

  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.how-step__content li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(37,99,235,.11);
  color: #2563eb;

  font-size: 11px;
  font-weight: 950;
}

.how-step--active {
  border-color: rgba(37,99,235,.28);
}

.how-step--support {
  background:
    linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  border-color: rgba(255,255,255,.12);
}

.how-step--support::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.32), transparent 36%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.35), transparent 42%);
  pointer-events: none;
}

.how-step--support > * {
  position: relative;
  z-index: 2;
}

.how-step--support .how-step__content span {
  color: #bfdbfe;
}

.how-step--support .how-step__content h3,
.how-step--support .how-step__content li {
  color: #fff;
}

.how-step--support .how-step__content p {
  color: rgba(226,232,240,.82);
}

.how-step--support .how-step__content li::before {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.how__side {
  position: sticky;
  top: 110px;

  padding: 34px;
  border-radius: 34px;
  overflow: hidden;

  background: linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  border: 1px solid rgba(255,255,255,.10);

  box-shadow: 0 32px 90px rgba(15,23,42,.20);
}

.how__side::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 10%, rgba(37,99,235,.38), transparent 34%),
    radial-gradient(circle at 90% 90%, rgba(124,58,237,.34), transparent 38%);
  pointer-events: none;
}

.how__side > * {
  position: relative;
  z-index: 2;
}

.how__side-badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;

  background: rgba(255,255,255,.12);
  color: #bfdbfe;

  font-size: 12px;
  font-weight: 950;
}

.how__side h3 {
  margin-bottom: 16px;

  color: #fff;
  font-size: 32px;
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.how__side p {
  margin-bottom: 26px;

  color: rgba(226,232,240,.82);
  font-size: 15px;
  line-height: 1.75;
}

.how__support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 16px;
  margin-bottom: 12px;
  border-radius: 20px;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
}

.how__support-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.how__support-card small {
  display: block;
  margin-top: 4px;
  color: rgba(226,232,240,.70);
  font-size: 12.5px;
  line-height: 1.4;
}

.how__support-card span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(34,197,94,.16);
  color: #86efac;
  font-size: 13px;
  font-weight: 950;
}

.how__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding: 0 22px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 14px;
  font-weight: 950;
  text-decoration: none;

  box-shadow: 0 22px 50px rgba(37,99,235,.32);
  transition: .3s ease;
}

.how__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 65px rgba(37,99,235,.42);
}

@media (max-width: 1020px) {
  .how__layout {
    grid-template-columns: 1fr;
  }

  .how__side {
    position: relative;
    top: 0;
  }
}

@media (max-width: 720px) {
  .how-step {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .how-step__content ul {
    grid-template-columns: 1fr;
  }

  .how__side {
    padding: 28px;
  }

  .how__side h3 {
    font-size: 27px;
  }
}

/* =========================================================
   FIM - SEÇÃO COMO FUNCIONA PREMIUM
   ========================================================= */

   /* =========================================================
   INÍCIO - SEÇÃO FUNCIONALIDADES PREMIUM
   ========================================================= */

.features-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.08), transparent 36%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.features-premium::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  width: 780px;
  height: 780px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 65%);
  pointer-events: none;
}

.features__header,
.features__highlight,
.features__grid {
  position: relative;
  z-index: 2;
}

.features__header {
  margin-bottom: 46px;
}

.features__highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  margin-bottom: 30px;
  padding: 34px;
  border-radius: 34px;

  background: linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  border: 1px solid rgba(255,255,255,.10);

  box-shadow: 0 32px 90px rgba(15,23,42,.18);
}

.features__highlight span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 950;
}

.features__highlight h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.features__highlight p {
  max-width: 780px;
  margin: 0;
  color: rgba(226,232,240,.82);
  font-size: 15.5px;
  line-height: 1.75;
}

.features__highlight a {
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 14px;
  font-weight: 950;
  text-decoration: none;

  box-shadow: 0 20px 48px rgba(37,99,235,.32);
  transition: .3s ease;
}

.features__highlight a:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 62px rgba(37,99,235,.42);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.feature-card-pro {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border-radius: 30px;
  overflow: hidden;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,23,42,.08);

  box-shadow: 0 20px 58px rgba(15,23,42,.07);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.feature-card-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.14), transparent 42%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.10), transparent 44%);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.feature-card-pro:hover {
  transform: translateY(-8px);
  border-color: rgba(37,99,235,.28);
  box-shadow:
    0 34px 90px rgba(15,23,42,.13),
    0 0 0 1px rgba(37,99,235,.08);
}

.feature-card-pro:hover::before {
  opacity: 1;
}

.feature-card-pro > * {
  position: relative;
  z-index: 2;
}

.feature-card-pro__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  font-size: 25px;

  box-shadow: 0 18px 40px rgba(37,99,235,.25);
  transition: .35s ease;
}

.feature-card-pro:hover .feature-card-pro__icon {
  transform: rotate(-5deg) scale(1.08);
}

.feature-card-pro span {
  display: inline-flex;
  margin-bottom: 12px;

  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.feature-card-pro h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.feature-card-pro p {
  margin-bottom: 20px;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.68;
}

.feature-card-pro ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-card-pro li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #334155;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.4;
}

.feature-card-pro li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(37,99,235,.11);
  color: #2563eb;

  font-size: 11px;
  font-weight: 950;
}

.feature-card-pro--featured {
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 30px 85px rgba(37,99,235,.12);
}

.feature-card-pro--dark {
  background: linear-gradient(145deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  border-color: rgba(255,255,255,.12);
}

.feature-card-pro--dark::before {
  opacity: 1;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.32), transparent 38%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.35), transparent 42%);
}

.feature-card-pro--dark span {
  color: #bfdbfe;
}

.feature-card-pro--dark h3,
.feature-card-pro--dark li {
  color: #fff;
}

.feature-card-pro--dark p {
  color: rgba(226,232,240,.82);
}

.feature-card-pro--dark li::before {
  background: rgba(255,255,255,.14);
  color: #fff;
}

@media (max-width: 1180px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features__highlight {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .features__grid {
    grid-template-columns: 1fr;
  }

  .feature-card-pro {
    min-height: auto;
    padding: 26px;
  }

  .features__highlight {
    padding: 28px;
  }

  .features__highlight h3 {
    font-size: 27px;
  }

  .features__highlight a {
    width: 100%;
  }
}

/* =========================================================
   FIM - SEÇÃO FUNCIONALIDADES PREMIUM
   ========================================================= */

   /* =========================================================
   INÍCIO - FOOTER PREMIUM
   ========================================================= */

.footer-premium {
  position: relative;
  overflow: hidden;
  padding: 90px 0 34px;

  background:
    radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(124,58,237,.20), transparent 38%),
    linear-gradient(135deg, #020617 0%, #0f172a 52%, #100824 100%);

  color: #fff;
}

.footer-premium::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.18), transparent 64%);
  pointer-events: none;
}

.footer-premium .container {
  position: relative;
  z-index: 2;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.5fr .8fr .9fr 1.1fr;
  gap: 46px;
  padding-bottom: 44px;
}

.footer__brand h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.footer__brand p,
.footer__contact p {
  max-width: 440px;
  color: rgba(226,232,240,.78);
  font-size: 15px;
  line-height: 1.75;
}

.footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer__trust span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);

  color: #dbeafe;
  font-size: 12px;
  font-weight: 850;
}

.footer__col h4 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer__col a {
  display: block;
  margin-bottom: 11px;

  color: rgba(226,232,240,.76);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  transition: .25s ease;
}

.footer__col a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  margin-top: 18px;
  padding: 0 22px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff !important;

  font-size: 14px;
  font-weight: 950;
  text-decoration: none;

  box-shadow: 0 20px 50px rgba(37,99,235,.35);
}

.footer__button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 28px 65px rgba(37,99,235,.45);
}

.footer__security {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;

  padding: 22px;
  border-radius: 28px;

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);

  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.footer__security-item {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.footer__security-item strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.footer__security-item span {
  display: block;
  color: rgba(226,232,240,.70);
  font-size: 13px;
  line-height: 1.55;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer__bottom p,
.footer__bottom span {
  margin: 0;
  color: rgba(226,232,240,.58);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .footer__security {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .footer-premium {
    padding: 70px 0 28px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   FIM - FOOTER PREMIUM
   ========================================================= */

   .navbar{
  position:sticky;
  top:0;
  z-index:999;
  width:100%;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(15,23,42,.08);
  transition:.3s ease;
}

.navbar.is-scrolled{
  box-shadow:0 18px 50px rgba(15,23,42,.08);
  background:rgba(255,255,255,.94);
}

.navbar__container{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.navbar__brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#0f172a;
  min-width:max-content;
}

.navbar__logo{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.navbar__logo img{
  width:60px;
  height:60px;
  object-fit:contain;
  display:block;
}

.navbar__brandText{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.navbar__brandText strong{
  font-size:19px;
  font-weight:850;
  letter-spacing:-.04em;
}

.navbar__brandText small{
  margin-top:4px;
  font-size:11px;
  font-weight:700;
  color:#64748b;
}

.navbar__menu{
  display:flex;
  align-items:center;
  gap:6px;
  padding:8px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(248,250,252,.78);
  border-radius:999px;
}

.navbar__menu a{
  position:relative;
  padding:11px 15px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  color:#334155;
  transition:.25s ease;
  white-space:nowrap;
}

.navbar__menu a:hover{
  color:#2563eb;
  background:#ffffff;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.navbar__actions{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
}

.navbar__link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    padding:13px 22px;

    background:linear-gradient(135deg,#25D366,#1EBE5D);

    color:#fff;
    text-decoration:none;

    font-size:14px;
    font-weight:800;

    border-radius:999px;

    border:1px solid rgba(255,255,255,.15);

    box-shadow:
        0 12px 28px rgba(37,211,102,.30),
        inset 0 1px 0 rgba(255,255,255,.25);

    transition:.30s ease;
}

.navbar__link:hover{

    transform:translateY(-2px);

    background:linear-gradient(135deg,#2EE071,#22C55E);

    box-shadow:
        0 18px 40px rgba(37,211,102,.45);

    color:#fff;
}

.navbar__link:active{
    transform:scale(.98);
}

.navbar__cta{
  padding:14px 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  box-shadow:
    0 12px 30px rgba(37,99,235,.22),
    0 0 0 1px rgba(255,255,255,.25) inset;
}

.navbar__toggle{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:#f8fafc;
  border-radius:14px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}

.navbar__toggle span{
  width:20px;
  height:2px;
  background:#0f172a;
  border-radius:999px;
  transition:.25s ease;
}

/* Mobile */
@media(max-width:1080px){
  .navbar__brandText small,
  .navbar__link{
    display:none;
  }

  .navbar__menu{
    position:fixed;
    top:82px;
    left:16px;
    right:16px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    border-radius:24px;
    padding:14px;
    background:#ffffff;
    box-shadow:0 24px 70px rgba(15,23,42,.16);
  }

  .navbar__menu.is-active{
    display:flex;
  }

  .navbar__menu a{
    padding:15px 18px;
    border-radius:16px;
    font-size:15px;
  }

  .navbar__toggle{
    display:flex;
  }
}

@media(max-width:640px){
  .navbar__container{
    height:76px;
  }

  .navbar__brandText strong{
    font-size:17px;
  }

  .navbar__cta{
    padding:12px 16px;
    font-size:13px;
  }

  .navbar__logo img{
    width:54px;
    height:54px;
  }
}

.white-label{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(37,99,235,.10), transparent 34%),
        radial-gradient(circle at 82% 72%, rgba(124,58,237,.14), transparent 38%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.white-label::before{
    content:"";
    position:absolute;
    inset:auto -10% 8% auto;
    width:520px;
    height:520px;
    background:rgba(124,58,237,.20);
    filter:blur(90px);
    border-radius:50%;
    pointer-events:none;
}

.white-label__header{
    max-width:820px;
    margin:0 auto 64px;
    text-align:center;
    position:relative;
    z-index:2;
}

.white-label__header .section__eyebrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px 18px;
    margin-bottom:22px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(124,58,237,.10));
    border:1px solid rgba(37,99,235,.18);
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.white-label__header .section__eyebrow::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.12);
}

.white-label__header h2{
    margin:0 0 20px;
    font-size:clamp(42px,5.4vw,76px);
    line-height:.94;
    letter-spacing:-.07em;
    color:#0f172a;
}

.white-label__header p{
    max-width:720px;
    margin:0 auto;
    font-size:18px;
    line-height:1.75;
    color:#64748b;
}

.white-label-box{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:58px;
    align-items:center;
    padding:64px;
    border-radius:46px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.76));
    border:1px solid rgba(148,163,184,.24);
    box-shadow:
        0 34px 100px rgba(15,23,42,.12),
        0 1px 0 rgba(255,255,255,.95) inset;
    backdrop-filter:blur(22px);
}

.white-label-content h3{
    margin:24px 0 18px;
    font-size:clamp(36px,4vw,58px);
    line-height:.96;
    letter-spacing:-.06em;
    color:#0f172a;
}

.white-label-content p{
    max-width:560px;
    font-size:17px;
    line-height:1.75;
    color:#64748b;
}

.white-label__pill{
    width:max-content;
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 16px;
    border-radius:999px;
    background:#eef4ff;
    border:1px solid #dbeafe;
    color:#2563eb;
    font-size:13px;
    font-weight:900;
}

.white-label__pill span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.12);
}

.white-benefits{
    margin:34px 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.white-benefits div{
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-height:76px;
    padding:17px 18px;
    border-radius:20px;
    background:
        linear-gradient(180deg,#ffffff,#f8fafc);
    border:1px solid rgba(148,163,184,.24);
    color:#334155;
    font-size:14px;
    line-height:1.25;
    font-weight:850;
    box-shadow:0 10px 30px rgba(15,23,42,.04);
}

.white-benefits span{
    width:25px;
    height:25px;
    min-width:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:1px;
    border-radius:50%;
    background:linear-gradient(135deg,#22c55e,#16a34a);
    color:#fff;
    font-size:13px;
    box-shadow:0 8px 18px rgba(34,197,94,.22);
}

.white-label__actions{
    display:flex;
    flex-direction:column;
    gap:14px;
    align-items:flex-start;
}

.white-label-btn{
    padding:19px 34px;
    border-radius:999px;
    font-size:15px;
    font-weight:950;
    box-shadow:
        0 20px 48px rgba(37,99,235,.30),
        inset 0 1px 0 rgba(255,255,255,.25);
}

.white-label__actions small{
    color:#64748b;
    font-size:12px;
    font-weight:850;
}

.white-demo{
    position:relative;
    overflow:hidden;
    padding:30px;
    border-radius:36px;
    background:
        radial-gradient(circle at 84% 10%, rgba(124,58,237,.72), transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(37,99,235,.55), transparent 36%),
        linear-gradient(145deg,#08111f 0%,#111c3a 46%,#312e81 100%);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:
        0 46px 110px rgba(37,99,235,.30),
        0 0 0 1px rgba(255,255,255,.08),
        inset 0 1px 0 rgba(255,255,255,.18);
    transform:rotate(-1deg);
}

.white-demo::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(120deg,rgba(255,255,255,.12),transparent 32%),
        radial-gradient(circle at 50% -10%,rgba(255,255,255,.16),transparent 42%);
    pointer-events:none;
}

.white-demo__glow{
    position:absolute;
    width:330px;
    height:330px;
    right:-120px;
    top:-110px;
    background:rgba(124,58,237,.55);
    filter:blur(70px);
    pointer-events:none;
}

.demo-top{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:26px;
}

.demo-status,
.demo-badge{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:12px;
    font-weight:900;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.demo-badge{
    color:#22c55e;
    background:rgba(34,197,94,.13);
}

.live-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.16);
}

.demo-fields{
    position:relative;
    z-index:2;
    display:grid;
    gap:16px;
}

.field{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.field label{
    color:rgba(255,255,255,.72);
    font-size:12px;
    font-weight:900;
}

.field input{
    width:100%;
    height:56px;
    padding:0 18px;
    border:1px solid rgba(255,255,255,.08);
    outline:none;
    border-radius:17px;
    background:rgba(15,23,42,.78);
    color:#fff;
    font-size:15px;
    font-weight:900;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.field input:focus{
    border-color:rgba(96,165,250,.55);
    box-shadow:
        0 0 0 4px rgba(37,99,235,.16),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.field-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.preview{
    position:relative;
    z-index:2;
    margin-top:24px;
    padding:0 24px 24px;
    border-radius:28px;
    background:rgba(15,23,42,.72);
    border:1px solid rgba(255,255,255,.13);
    box-shadow:
        0 24px 60px rgba(0,0,0,.20),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.preview::before{
    content:"";
    display:block;
    height:44px;
    margin:0 -24px 22px;
    border-radius:28px 28px 0 0;
    background:
        radial-gradient(circle at 24px 22px,#94a3b8 0 4px,transparent 5px),
        radial-gradient(circle at 42px 22px,#64748b 0 4px,transparent 5px),
        radial-gradient(circle at 60px 22px,#475569 0 4px,transparent 5px),
        linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    border-bottom:1px solid rgba(255,255,255,.08);
}

.preview-header{
    display:flex;
    flex-direction:column;
    gap:4px;
    margin-bottom:20px;
}

.preview-header small{
    color:rgba(255,255,255,.68);
    font-weight:850;
}

.preview-header strong{
    color:#fff;
    font-size:28px;
    line-height:1;
    letter-spacing:-.045em;
}

.preview-header span{
    color:#93c5fd;
    font-size:13px;
    font-weight:850;
}

.preview-status{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-bottom:16px;
}

.preview-status div{
    padding:13px 12px;
    border-radius:15px;
    background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.11);
    color:#fff;
    font-size:11px;
    line-height:1.15;
    font-weight:850;
}

.preview-status span{
    color:#22c55e;
}

.preview-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.preview-cards div{
    padding:18px;
    border-radius:19px;
    background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.09));
    border:1px solid rgba(255,255,255,.12);
}

.preview-cards small{
    display:block;
    margin-bottom:8px;
    color:rgba(255,255,255,.68);
    font-size:12px;
    font-weight:850;
}

.preview-cards strong{
    color:#fff;
    font-size:28px;
    line-height:1;
    letter-spacing:-.045em;
}

@media(max-width:980px){
    .white-label{
        padding:90px 0;
    }

    .white-label-box{
        grid-template-columns:1fr;
        padding:38px;
    }

    .white-demo{
        transform:none;
    }

    .white-benefits{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .white-label{
        padding:72px 0;
    }

    .white-label__header{
        margin-bottom:40px;
    }

    .white-label__header h2{
        font-size:clamp(38px,12vw,52px);
    }

    .white-label-box{
        padding:24px;
        border-radius:30px;
    }

    .white-demo{
        padding:20px;
        border-radius:28px;
    }

    .field-row,
    .preview-cards,
    .preview-status{
        grid-template-columns:1fr;
    }

    .white-label-btn{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}