/* ==========================================================================
   Avantar Franquias — Seções da landing page de expansão
   Paleta oficial Avantar · Montserrat · animações via [data-anim]
   ========================================================================== */

/* ---------- Base das seções ---------- */
.lp-main {
  font-family: var(--font-text);
  color: var(--avantar-text);
  background: var(--avantar-white);
  font-size: 16px;
  line-height: 1.65;
}

.lp-main h1,
.lp-main h2,
.lp-main h3,
.lp-main h4 {
  font-family: var(--font-heading);
}

.h2 {
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-wrap: balance;
}

.h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.page-container {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
}

/* Dobras mais compactas, menos rolagem até o conteúdo seguinte */
.simulator-section,
.market-opportunity,
.why-avantar,
.aplicacao,
.video-proof,
.faq {
  padding: 68px 0;
}

/* Cabeçalho padrão de seção */
.section-head-lp {
  max-width: 860px;
  margin: 0 auto clamp(30px, 3.6vw, 44px);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.section-intro {
  display: grid;
  gap: 10px;
  color: var(--avantar-text-soft);
  font-size: 17px;
  max-width: 720px;
}

.section-intro strong {
  color: var(--avantar-text);
}

.section-intro--left {
  margin: 0;
  text-align: left;
}

.section-head-lp--light .h2,
.section-head-lp--light .section-intro,
.section-head-lp--light .section-intro strong {
  color: var(--avantar-white);
}

.section-head-lp--light .section-intro {
  color: rgba(255, 255, 255, 0.78);
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 3vw, 34px);
}

/* ---------- CTAs ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--avantar-purple);
  color: var(--avantar-white);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary:hover {
  background: #4910AC;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(91, 17, 214, 0.28);
}

.btn-primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: transparent;
  color: var(--avantar-purple);
  border: 1px solid rgba(91, 17, 214, 0.28);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-secondary:hover {
  background: rgba(91, 17, 214, 0.07);
  border-color: var(--avantar-purple);
  transform: translateY(-2px);
}

.btn-secondary--light {
  color: var(--avantar-white);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-secondary--light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--avantar-white);
}

/* ---------- Sistema de animação [data-anim] ---------- */
.js-ready.anim-init [data-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.js-ready.anim-init [data-anim="slide-left"] {
  transform: translateX(-34px);
}

.js-ready.anim-init [data-anim="slide-right"] {
  transform: translateX(34px);
}

.js-ready.anim-init [data-anim="scale-in"] {
  transform: scale(0.96);
}

.js-ready.anim-init [data-anim-delay="1"] { transition-delay: 0.09s; }
.js-ready.anim-init [data-anim-delay="2"] { transition-delay: 0.18s; }
.js-ready.anim-init [data-anim-delay="3"] { transition-delay: 0.27s; }
.js-ready.anim-init [data-anim-delay="4"] { transition-delay: 0.36s; }
.js-ready.anim-init [data-anim-delay="5"] { transition-delay: 0.45s; }
.js-ready.anim-init [data-anim-delay="6"] { transition-delay: 0.54s; }

.js-ready.anim-init [data-anim].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* ---------- Ênfase editorial em títulos internos ----------
   Reservado a 1 palavra/expressão por título, nunca na hero.
   --accent-serif--orange é usado só quando a palavra é uma prova
   numérica/de autoridade; o restante fica no itálico neutro. */
.accent-serif {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 700;
}

.accent-serif--orange {
  color: var(--avantar-orange);
}

/* ---------- Listas reutilizáveis ---------- */
.check-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 500;
  color: var(--avantar-text-soft);
}

.check-list li::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M6 12.5l4 4 8-9" stroke="white" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/></svg>')
      center / 12px no-repeat,
    var(--avantar-purple);
}

/* ==========================================================================
   2 · SIMULADOR DE POTENCIAL DE FATURAMENTO
   Estilos em css/simulator.css
   ========================================================================== */

/* ==========================================================================
   3 · O TAMANHO DA OPORTUNIDADE
   ========================================================================== */
.market-opportunity {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(91, 17, 214, 0.5), transparent 36%),
    radial-gradient(circle at 88% 84%, rgba(255, 255, 255, 0.05), transparent 30%),
    var(--avantar-purple-deep);
  color: var(--avantar-white);
}

/* ---------- Cabeçalho ---------- */
.market-opportunity__head {
  max-width: 1100px;
  margin: 0 auto clamp(24px, 3vw, 36px);
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.market-opportunity__title {
  max-width: 1080px;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--avantar-white);
  text-wrap: balance;
}

.market-opportunity__subtitle {
  max-width: 940px;
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  color: var(--avantar-white);
  text-wrap: balance;
}

.market-opportunity__context {
  max-width: 940px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.7;
}

.market-opportunity__reinforce {
  max-width: 860px;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 600;
  line-height: 1.6;
}

/* ---------- Painel principal de disparidade ---------- */
.market-disparity-panel {
  position: relative;
  border-radius: 32px;
  padding: clamp(16px, 2vw, 26px);
  border: 1px solid rgba(201, 167, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.025) 100%),
    rgba(34, 0, 77, 0.42);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.market-disparity-panel__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(14px, 1.8vw, 20px);
  display: grid;
  gap: 6px;
}

.market-disparity-panel__head h3 {
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.market-disparity-panel__head p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.market-disparity-panel__body {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: clamp(22px, 2.8vw, 34px);
  align-items: stretch;
}

.market-disparity-panel__divider {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.market-panel-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--avantar-lilac);
  margin-bottom: 16px;
}

/* --- Coluna esquerda: barras horizontais --- */
.market-bars__list {
  list-style: none;
  display: grid;
  gap: 16px;
}

.market-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 14px;
  row-gap: 8px;
}

.market-bar__icon {
  grid-row: 1 / 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--avantar-lilac);
  flex-shrink: 0;
}

.market-bar__icon svg {
  width: 16px;
  height: 16px;
}

.market-bar__name {
  grid-row: 1 / 2;
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.market-bar__value {
  grid-row: 1 / 2;
  justify-self: end;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--avantar-white);
  white-space: nowrap;
}

.market-bar__track {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.market-bar__flag {
  grid-column: 1 / -1;
  grid-row: 3 / 4;
  justify-self: end;
  margin-top: 2px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--avantar-orange);
}

.market-bar__fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--avantar-purple), #8B6BF0);
  box-shadow: 0 0 14px rgba(139, 107, 240, 0.55);
  transition: width 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.market-disparity-panel.is-visible .market-bar__fill {
  width: var(--pct);
}

.market-bar:nth-child(1) .market-bar__fill { transition-delay: 0s; }
.market-bar:nth-child(2) .market-bar__fill { transition-delay: 0.08s; }
.market-bar:nth-child(3) .market-bar__fill { transition-delay: 0.16s; }
.market-bar:nth-child(4) .market-bar__fill { transition-delay: 0.24s; }

/* --- Coluna direita: medidores de lacuna --- */
.market-gaps__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 14px;
}

.market-gap {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.market-gap__ring {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}

.market-gap__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.market-gap__track,
.market-gap__fill {
  fill: none;
  stroke-width: 8;
}

.market-gap__track {
  stroke: rgba(255, 255, 255, 0.1);
}

.market-gap__fill {
  stroke: var(--avantar-orange);
  stroke-linecap: round;
  stroke-dasharray: 276.5;
  stroke-dashoffset: 276.5;
  transition: stroke-dashoffset 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.market-disparity-panel.is-visible .market-gap__fill {
  stroke-dashoffset: var(--offset);
}

.market-gap:nth-child(1) .market-gap__fill { transition-delay: 0s; }
.market-gap:nth-child(2) .market-gap__fill { transition-delay: 0.08s; }
.market-gap:nth-child(3) .market-gap__fill { transition-delay: 0.16s; }
.market-gap:nth-child(4) .market-gap__fill { transition-delay: 0.24s; }

.market-gap__number {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--avantar-orange);
}

.market-gap__text {
  max-width: 130px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Painel final: linhas de negócio ---------- */
.market-lines-panel {
  position: relative;
  max-width: 1080px;
  margin: clamp(14px, 1.8vw, 20px) auto 0;
  padding: clamp(22px, 2.6vw, 32px);
  border-radius: 32px;
  background: var(--avantar-purple-deep);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.market-lines-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: var(--avantar-orange);
}

.market-lines-panel__head {
  text-align: center;
  margin: 0 auto clamp(16px, 2vw, 22px);
  display: grid;
  justify-items: center;
  gap: 8px;
}

.market-lines-panel__reinforce {
  max-width: 780px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(17px, 1.7vw, 21px);
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--avantar-white);
  text-wrap: balance;
}

.market-lines-panel__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--avantar-lilac);
}

.market-lines__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.market-line-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.market-line-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 178, 255, 0.35);
}

.market-line-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(201, 178, 255, 0.14);
  color: var(--avantar-lilac);
}

.market-line-card__icon svg {
  width: 22px;
  height: 22px;
}

.market-line-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--avantar-white);
}

.market-line-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.55;
}

.market-lines-panel .section-cta {
  margin-top: clamp(18px, 2.2vw, 26px);
}

.market-opportunity__source {
  margin-top: 16px;
  text-align: center;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.62);
}

/* ==========================================================================
   5 · POR QUE EMPREENDER COM A AVANTAR (abas retráteis)
   ========================================================================== */
.why-avantar .section-head-lp {
  margin-bottom: clamp(18px, 2.2vw, 26px);
}

.why-avantar__tabs {
  margin-top: clamp(14px, 2vw, 20px);
}

.why-avantar__tabs-hint {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--avantar-text-muted);
}

.why-avantar__tablist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.why-avantar__tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--avantar-border);
  background: var(--avantar-gray-light);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.why-avantar__tab:hover {
  border-color: var(--avantar-purple);
  background: var(--avantar-purple-soft);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.why-avantar__tab:focus-visible {
  outline: 3px solid var(--avantar-orange);
  outline-offset: 2px;
}

.why-avantar__tab.is-active {
  background: var(--avantar-purple);
  border-color: var(--avantar-purple);
  box-shadow: var(--shadow-md);
}

.why-avantar__tab-number {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: var(--avantar-purple);
}

.why-avantar__tab-name {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--avantar-text);
}

/* Nome curto reservado para telas muito estreitas — no mobile o acordeão
   ocupa a largura toda, então o nome completo cabe sem abreviar. */
.why-avantar__tab-name--short {
  display: none;
}

.why-avantar__tab.is-active .why-avantar__tab-number,
.why-avantar__tab.is-active .why-avantar__tab-name {
  color: var(--avantar-white);
}

/* Seta que reforça a affordance de clique: some quando a aba já está ativa */
.why-avantar__tab-arrow {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--avantar-purple);
  opacity: 0.6;
  transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

.why-avantar__tab:hover .why-avantar__tab-arrow {
  transform: translateX(3px);
  opacity: 1;
}

.why-avantar__tab.is-active .why-avantar__tab-arrow {
  display: none;
}

.why-avantar__panel {
  display: none;
  /* Favorece a coluna de fotos agora que o carrossel usa imagens reais da rede */
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 28px;
  border: 1px solid var(--avantar-border);
  background: var(--avantar-surface);
}

.why-avantar__panel.is-active {
  display: grid;
  animation: whyAvantarFadeIn 0.3s ease;
}

/* Painéis sem carrossel de fotos: uma coluna só, sem sobrar espaço vazio
   onde estaria a imagem (ex.: Portfólio de Soluções, Receita Recorrente) */
.why-avantar__panel--text-only {
  grid-template-columns: 1fr;
}

.why-avantar__panel--text-only .why-avantar__panel-body {
  max-width: 640px;
  margin-inline: auto;
  justify-items: start;
  text-align: left;
}

@keyframes whyAvantarFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.why-avantar__panel-body {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.why-avantar__eyebrow {
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--avantar-purple);
}

.why-avantar__desc {
  color: var(--avantar-text-soft);
}

.why-avantar__closing {
  font-weight: 600;
}

/* ---------- Conteúdo expansível "Ler mais" ---------- */
.why-avantar__more {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: grid;
  gap: 12px;
  transition: max-height 0.4s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.why-avantar__more .check-list {
  margin-top: 0;
}

.why-avantar__more p {
  color: var(--avantar-text-soft);
}

.why-avantar__more p.why-avantar__closing {
  color: var(--avantar-text);
}

.why-avantar__list-label {
  font-weight: 700;
  color: var(--avantar-text);
}

.why-avantar__more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--avantar-purple);
}

.why-avantar__more-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.why-avantar__more-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* ---------- Carrossel de fotos ---------- */
.why-avantar__carousel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--avantar-border);
}

.why-avantar__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  background:
    radial-gradient(circle at 30% 20%, rgba(91, 17, 214, 0.35), transparent 60%),
    linear-gradient(160deg, var(--avantar-purple-dark), var(--avantar-purple-deep));
  display: flex;
  align-items: flex-end;
}

.why-avantar__slide.is-active {
  opacity: 1;
}

.why-avantar__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-avantar__slide figcaption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, transparent, rgba(18, 0, 46, 0.85));
}

.why-avantar__carousel-dots {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  right: 14px;
  display: flex;
  gap: 6px;
}

.why-avantar__carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.why-avantar__carousel-dots button.is-active {
  background: var(--avantar-white);
  transform: scale(1.2);
}

/* ---------- Selo numérico em destaque dentro do painel ---------- */
p.why-avantar__stat {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--avantar-text);
}

.why-avantar__stat strong {
  color: var(--avantar-orange);
  font-size: 22px;
}

/* ---------- Placeholder de foto pendente (aba ainda sem material oficial) ---------- */
.why-avantar__slide-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  pointer-events: none;
}

.why-avantar__slide-placeholder svg {
  width: 30px;
  height: 30px;
}

.why-avantar__slide-placeholder span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.collage__note {
  margin-top: 16px;
  text-align: center;
  font-size: 12.5px;
  color: var(--avantar-text-muted);
}

/* ==========================================================================
   PROVAS SOCIAIS EM VÍDEO
   ========================================================================== */
.video-proof {
  background: var(--avantar-surface);
}

.video-proof-showcase {
  min-width: 0;
}

.video-proof-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 4px 18px;
  cursor: grab;
}

.video-proof-track::-webkit-scrollbar {
  display: none;
}

.video-proof-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.video-proof-track:focus-visible {
  outline: 3px solid var(--avantar-purple);
  outline-offset: 4px;
  border-radius: 12px;
}

.video-proof-card {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 24px;
  background: var(--avantar-white);
  border: 1px solid var(--avantar-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-proof-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.video-proof-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  background:
    radial-gradient(circle at 30% 20%, rgba(91, 17, 214, 0.4), transparent 60%),
    linear-gradient(160deg, var(--avantar-purple-dark), var(--avantar-purple-deep));
  display: grid;
  place-items: center;
}

.video-proof-card__body {
  display: grid;
  gap: 6px;
  padding: 18px 20px 22px;
}

.video-proof-card__quote {
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--avantar-text);
  font-weight: 600;
  font-style: italic;
}

.video-proof-card__name {
  margin-top: 4px;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--avantar-purple-dark);
  font-size: 14.5px;
}

.video-proof-card__meta {
  font-size: 12.5px;
  color: var(--avantar-text-muted);
}

.video-proof-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.video-proof-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--avantar-border-strong);
  background: var(--avantar-white);
  color: var(--avantar-purple-dark);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.video-proof-arrow svg {
  width: 18px;
  height: 18px;
}

.video-proof-arrow:hover {
  background: var(--avantar-purple-soft);
  border-color: var(--avantar-purple);
}

.video-proof-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.video-proof-arrow:disabled:hover {
  background: var(--avantar-white);
  border-color: var(--avantar-border-strong);
}

.video-proof-dots {
  display: flex;
  gap: 8px;
}

.video-proof-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--avantar-border-strong);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.video-proof-dots button.is-active {
  background: var(--avantar-purple);
  transform: scale(1.25);
}

@media (max-width: 768px) {
  .video-proof-track {
    scroll-snap-type: x mandatory;
  }

  .video-proof-card {
    flex: 0 0 62vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-proof-track {
    scroll-behavior: auto;
  }
}

/* ==========================================================================
   11 · MODELOS DE NEGÓCIO (showcase escuro)
   ========================================================================== */
.business-models-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(91, 17, 214, 0.4), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(91, 17, 214, 0.16), transparent 30%),
    linear-gradient(180deg, var(--avantar-purple-deep) 0%, var(--avantar-purple-dark) 48%, var(--avantar-purple-deep) 100%);
  color: var(--avantar-white);
}

.business-models-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding-inline: clamp(20px, 3vw, 44px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 3vw, 40px);
}

/* ---------- Cabeçalho no topo ---------- */
.business-models-intro {
  display: grid;
  gap: 18px;
  justify-items: center;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.business-models-intro__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--avantar-white);
  text-wrap: balance;
}

.business-models-intro__dash {
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--avantar-orange);
}

.business-models-intro__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

/* ---------- Trilha dos cards ---------- */
.business-models-showcase {
  min-width: 0;
}

/* No desktop os 4 modelos ficam lado a lado, todos visíveis de uma vez.
   O modo trilha/carrossel (flex + overflow-x) só entra em telas menores,
   onde não cabem os 4 cards ao mesmo tempo — ver @media (max-width: 1024px) */
.business-models-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 10px 4px 18px;
}

.business-models-track::-webkit-scrollbar {
  display: none;
}

.business-models-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.business-models-track:focus-visible {
  outline: 3px solid var(--avantar-orange);
  outline-offset: 4px;
  border-radius: 12px;
}

/* ---------- Card ---------- */
.business-model-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 24px;
  border: 1px solid rgba(201, 167, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.025) 100%),
    rgba(34, 0, 77, 0.44);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.business-model-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 137, 7, 0.34);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(242, 137, 7, 0.08);
}

.business-model-card__image {
  position: relative;
  height: 190px;
  flex-shrink: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(91, 17, 214, 0.4), transparent 60%),
    linear-gradient(160deg, var(--avantar-purple-dark), var(--avantar-purple-deep));
  display: flex;
  align-items: flex-end;
}

.business-model-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Legenda oculta: serve apenas de fonte para o alt da imagem */
.business-model-card__image figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.business-model-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.business-model-card h3 {
  margin: 0;
  color: var(--avantar-white);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.business-model-card__subtitle {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.45;
}

.business-model-card__profile {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.business-model-card__profile strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(201, 167, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.business-model-card__profile span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

/* ---------- Métricas financeiras ---------- */
.business-model-card__metrics {
  margin-top: 6px;
}

.metric-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-line:last-child {
  border-bottom: none;
}

.metric-line__icon {
  flex: 0 0 22px;
  color: var(--avantar-orange);
}

.metric-line__icon svg {
  width: 20px;
  height: 20px;
}

.metric-line__label {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.3;
}

.metric-line strong {
  color: var(--avantar-white);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

/* ---------- CTA do card ---------- */
.business-model-card__cta {
  margin-top: auto;
  min-height: 48px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--avantar-purple);
  color: var(--avantar-white);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.business-model-card__cta span {
  color: var(--avantar-orange);
  font-size: 18px;
  line-height: 1;
}

.business-model-card__cta:hover {
  transform: translateY(-2px);
  background: #6F25EA;
  box-shadow: 0 16px 34px rgba(91, 17, 214, 0.34);
}

/* ---------- Navegação ----------
   Só existe quando os cards voltam a ser um carrossel (telas ≤1024px,
   ver @media abaixo) — com os 4 modelos visíveis ao mesmo tempo no
   desktop, setas e bullets ficam sem função. */
.business-models-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.business-models-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: var(--avantar-white);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.business-models-arrow svg {
  width: 18px;
  height: 18px;
}

.business-models-arrow:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.business-models-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.business-models-arrow:disabled:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.22);
}

.business-models-dots {
  display: flex;
  gap: 8px;
}

.business-models-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.business-models-dots button.is-active {
  background: var(--avantar-orange);
  transform: scale(1.25);
}

/* ---------- Nota legal ---------- */
.business-models-note {
  max-width: 900px;
  margin: clamp(20px, 2.6vw, 30px) auto 0;
  padding-inline: 20px;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

/* ==========================================================================
   12 · CANAIS / ECOSSISTEMA
   Diagrama radial: canais → oportunidades (partículas R$) → Unidade Avantar.
   Conexões e partículas em SVG/SMIL nativo — sem biblioteca de animação.
   ========================================================================== */
.canais {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 4.6vw, 56px) 0 clamp(48px, 5.2vw, 62px);
  background:
    radial-gradient(circle at 50% 66%, rgba(91, 17, 214, 0.13) 0%, rgba(91, 17, 214, 0.05) 26%, rgba(91, 17, 214, 0) 58%),
    radial-gradient(circle at 85% 15%, rgba(91, 17, 214, 0.07), transparent 38%),
    linear-gradient(180deg, var(--avantar-gray-light) 0%, var(--avantar-purple-soft) 100%);
}

.canais .section-head-lp {
  max-width: 760px;
  margin-bottom: clamp(10px, 1.4vw, 16px);
}

.canais .h2 {
  font-size: clamp(22px, 2.4vw, 32px);
}

.ecosystem {
  position: relative;
  isolation: isolate;
  max-width: clamp(900px, 54vw, 1180px);
  margin-inline: auto;
  margin-top: 4px;
  /* Altura derivada da largura (em vez de um clamp independente) para
     casar exatamente com o viewBox 1000x500 do SVG — largura e altura
     escalam sempre na mesma proporção, então nada dentro do <svg>
     (partícula, seta) fica achatado, ainda que o container mude de
     tamanho de forma responsiva. */
  aspect-ratio: 2 / 1;
}

/* ---------- SVG de conexões + partículas (desktop/tablet) ---------- */
.ecosystem__diagram {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.ecosystem__diagram-mobile {
  display: none;
}

.ecosystem__connection {
  fill: none;
  stroke: url(#ecosystemPathGradient);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.6;
}

.ecosystem__dot {
  /* Sem isto, o ponto fica parado e visível em (0,0) — o canto do SVG —
     durante todo o delay inicial de cada ciclo, até o próprio <animate>
     de opacidade assumir o controle. Mesmo tratamento da partícula de R$. */
  opacity: 0;
}

.ecosystem__dot circle {
  fill: var(--avantar-white);
  filter: drop-shadow(0 0 5px rgba(91, 17, 214, 0.55));
}

.ecosystem__particle {
  opacity: 0;
}

.ecosystem__particle-bg {
  fill: var(--avantar-white);
  stroke: rgba(91, 17, 214, 0.16);
  stroke-width: 1.5;
  filter: drop-shadow(0 4px 10px rgba(34, 0, 77, 0.16));
}

.ecosystem__particle-text {
  fill: var(--avantar-purple);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
}

/* Partícula mobile: círculo menor (r=9) pede um texto proporcionalmente
   menor, senão o "R$" estoura a borda do círculo */
.ecosystem__particle--mobile .ecosystem__particle-text {
  font-size: 8px;
}

/* ---------- Anéis concêntricos discretos ---------- */
.ecosystem__rings {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: clamp(300px, 30vw, 420px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ecosystem__rings span {
  position: absolute;
  border: 1px solid rgba(91, 17, 214, 0.1);
  border-radius: 50%;
}

.ecosystem__rings span:nth-child(1) { inset: 0; }
.ecosystem__rings span:nth-child(2) { inset: 12%; }
.ecosystem__rings span:nth-child(3) { inset: 24%; }

/* ---------- Unidade Avantar: ponto focal ---------- */
.ecosystem__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: clamp(196px, 17vw, 232px);
  aspect-ratio: 1;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  background:
    radial-gradient(circle at 32% 24%, #8B3DF0 0%, #6517DF 42%, var(--avantar-purple-dark) 100%);
  color: var(--avantar-white);
  box-shadow:
    0 26px 68px rgba(91, 17, 214, 0.32),
    0 0 0 9px rgba(255, 255, 255, 0.55),
    0 0 0 20px rgba(91, 17, 214, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ecosystem__center.is-receiving {
  transform: translate(-50%, -50%) scale(1.02);
  box-shadow:
    0 30px 74px rgba(91, 17, 214, 0.38),
    0 0 0 11px rgba(255, 255, 255, 0.62),
    0 0 0 25px rgba(91, 17, 214, 0.12);
}

.ecosystem__center-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--avantar-white);
}

.ecosystem__center-icon svg {
  width: 26px;
  height: 26px;
}

.ecosystem__center-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(13.5px, 1.3vw, 15px);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.ecosystem__center-desc {
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

/* ---------- Cards dos canais ---------- */
.ecosystem__card {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  width: clamp(200px, 18vw, 240px);
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--avantar-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ecosystem__card:hover {
  transform: translate(-50%, -50%) translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--avantar-border-strong);
}

.ecosystem__card.is-active {
  transform: translate(-50%, -50%) translateY(-2px);
  border-color: rgba(91, 17, 214, 0.28);
  box-shadow:
    var(--shadow-md),
    0 0 0 3px rgba(91, 17, 214, 0.05);
}

.ecosystem__card-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--avantar-purple-soft);
  color: var(--avantar-purple);
  flex-shrink: 0;
}

.ecosystem__card-icon svg {
  width: 20px;
  height: 20px;
}

.ecosystem__card-body h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--avantar-purple-dark);
}

.ecosystem__card-body p {
  margin-top: 3px;
  font-size: 11.5px;
  line-height: 1.4;
  color: var(--avantar-text-muted);
}

/* ==========================================================================
   14 · APLICAÇÃO
   ========================================================================== */
.aplicacao {
  background:
    radial-gradient(circle at 10% 12%, rgba(91, 17, 214, 0.55), transparent 40%),
    radial-gradient(circle at 92% 88%, rgba(157, 107, 255, 0.25), transparent 35%),
    linear-gradient(180deg, var(--avantar-purple-dark) 0%, var(--avantar-purple-deep) 100%);
  color: var(--avantar-white);
}

.aplicacao__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.aplicacao__copy {
  display: grid;
  gap: 20px;
  justify-items: start;
  position: sticky;
  top: 48px;
}

/* Headline menor: a coluna é estreita e o clamp global quebra em 7+ linhas */
.aplicacao__copy .h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.aplicacao__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  max-width: 520px;
}

.apply-form {
  padding: clamp(22px, 2.6vw, 32px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: grid;
  gap: 18px;
}

.apply-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.form-field input,
.form-field select {
  font: inherit;
  font-size: 15px;
  color: var(--avantar-white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  padding: 13px 15px;
  width: 100%;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.form-field select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path d="M5 8l5 5 5-5" stroke="rgba(255,255,255,.6)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

.form-field select option {
  color: var(--avantar-text);
  background: var(--avantar-white);
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: #9D6BFF;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(91, 17, 214, 0.35);
}

.form-field.has-error input,
.form-field.has-error select {
  border-color: #FF8A8A;
}

.form-field__error {
  min-height: 0;
  font-size: 12.5px;
  color: #FFB3B3;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  cursor: pointer;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
}

.form-consent input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: var(--avantar-purple);
  flex-shrink: 0;
}

.apply-form__submit {
  width: 100%;
}

.apply-form__submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.apply-form__status {
  min-height: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.apply-form__status.is-error { color: #FFB3B3; }
.apply-form__status.is-success { color: #A8E297; }

/* ==========================================================================
   15 · DEPOIMENTOS
   ========================================================================== */
.depoimentos {
  background: var(--avantar-white);
}

.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: var(--avantar-white);
  border: 1px solid var(--avantar-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.testimonial__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 30% 20%, rgba(91, 17, 214, 0.4), transparent 60%),
    linear-gradient(160deg, var(--avantar-purple-dark), var(--avantar-purple-deep));
  display: grid;
  place-items: center;
}

.testimonial__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* O display:grid abaixo venceria o [hidden] do navegador sem esta regra */
.testimonial__play[hidden] {
  display: none;
}

.testimonial__play {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--avantar-purple);
  transition: transform 0.25s ease;
}

.testimonial__play:hover {
  transform: scale(1.08);
}

.testimonial__play svg {
  width: 26px;
  height: 26px;
  margin-left: 3px;
}

.testimonial__body {
  display: grid;
  gap: 8px;
  padding: 22px 24px 26px;
}

.testimonial__quote {
  font-size: 15px;
  color: var(--avantar-text-soft);
  font-style: italic;
}

.testimonial__name {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--avantar-purple-dark);
}

.testimonial__meta {
  font-size: 13px;
  color: var(--avantar-text-muted);
}

/* ==========================================================================
   16 · FAQ
   ========================================================================== */
.faq {
  background: var(--avantar-gray-light);
}

.faq__container {
  max-width: 1080px;
}

.faq__list {
  display: grid;
  gap: 12px;
}

/* Acima de ~900px os 10 itens se distribuem em 2 colunas, aproveitando
   a largura do container em vez de empilhar tudo em coluna única */
@media (min-width: 901px) {
  .faq__list {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    column-gap: 16px;
  }
}

.faq__item {
  border-radius: 18px;
  background: var(--avantar-white);
  border: 1px solid var(--avantar-border);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq__item.is-open {
  border-color: var(--avantar-border-strong);
  box-shadow: var(--shadow-sm);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--avantar-text);
}

.faq__question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--avantar-purple);
  transition: transform 0.3s ease;
}

.faq__item.is-open .faq__question svg {
  transform: rotate(180deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.faq__answer p {
  padding: 0 22px 20px;
  color: var(--avantar-text-soft);
  font-size: 15px;
}

/* Fechamento da página: quem terminou o FAQ age sem rolar de volta */
.faq__cta {
  margin-top: clamp(22px, 2.8vw, 32px);
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.faq__cta p {
  max-width: 560px;
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 600;
  color: var(--avantar-text);
  text-wrap: balance;
}

/* ==========================================================================
   CTA FLUTUANTE
   ========================================================================== */
.floating-cta {
  position: fixed;
  z-index: 60;
  right: clamp(16px, 2.4vw, 28px);
  bottom: clamp(16px, 2.4vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  /* Único CTA em laranja da página: reservado para a ação de conversão persistente,
     que se mantém visível durante toda a rolagem — todo o resto do site é roxo. */
  background: var(--avantar-orange);
  color: var(--avantar-purple-deep);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(242, 137, 7, 0.45);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease;
}

.floating-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.floating-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-cta:hover {
  background: #D97600;
}

@media (prefers-reduced-motion: reduce) {
  .floating-cta {
    transition: opacity 0.35s ease;
    transform: none;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.lp-footer {
  background: var(--avantar-purple-deep);
  color: var(--avantar-white);
  padding: 56px 0 28px;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-footer__logo {
  width: 180px;
  height: auto;
}

.lp-footer__about {
  margin-top: 18px;
  max-width: 380px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
}

.lp-footer__links {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: start;
}

.lp-footer__links h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.lp-footer__links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.lp-footer__links a:hover {
  color: var(--avantar-white);
}

.lp-footer__legal {
  padding-top: 28px;
  display: grid;
  gap: 12px;
}

.lp-footer__legal p {
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

/* ==========================================================================
   RESPONSIVIDADE
   ========================================================================== */
@media (max-width: 1024px) {
  .section {
    padding: 72px 0;
  }

  .simulator-section,
  .market-opportunity,
  .why-avantar,
  .aplicacao,
  .video-proof,
  .faq {
    padding: 56px 0;
  }

  /* Modelos: os 4 cards não cabem lado a lado nessa largura — volta a
     ser uma trilha horizontal com setas, bullets e drag/swipe */
  .business-models-section {
    padding: 64px 0;
  }

  .business-models-intro {
    max-width: 620px;
  }

  .business-models-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
  }

  .business-model-card {
    flex: 0 0 310px;
  }

  .business-models-nav {
    display: flex;
  }

  .market-disparity-panel__body {
    gap: 28px;
  }

  .market-lines__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  /* Tablet (769–1024px): mesmo diagrama radial, proporções reduzidas —
     a altura continua derivada de aspect-ratio (não fixamos um clamp
     próprio aqui) para o SVG nunca ficar com escala não-uniforme. */
  .ecosystem__center {
    width: clamp(172px, 20vw, 202px);
  }

  .ecosystem__card {
    width: clamp(178px, 22vw, 210px);
    padding: 12px 13px;
  }

}

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

  .aplicacao__copy {
    position: static;
  }

  .why-avantar__panel {
    grid-template-columns: 1fr;
  }

  .why-avantar__carousel {
    order: -1;
  }

  /* Painel de disparidade: colunas empilham em tablet */
  .market-disparity-panel__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .market-disparity-panel__divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 56px 0;
  }

  .simulator-section,
  .market-opportunity,
  .why-avantar,
  .aplicacao,
  .video-proof,
  .faq {
    padding: 44px 0;
  }

  /* "Por que empreender": vira acordeão — cada aba ocupa a largura toda
     e o painel ativo é movido via JS para logo abaixo dela (ver main.js). */
  .why-avantar__tablist {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .why-avantar__tab {
    width: 100%;
    justify-content: space-between;
  }

  /* Acordeão mobile: usa o nome curto para manter a pílula compacta
     em uma linha só, em vez do nome completo da entrega */
  .why-avantar__tab-name--full {
    display: none;
  }

  .why-avantar__tab-name--short {
    display: inline;
  }

  .why-avantar__tab-arrow {
    transform: rotate(90deg);
  }

  .why-avantar__tab.is-active .why-avantar__tab-arrow {
    display: block;
    opacity: 1;
    transform: rotate(-90deg);
  }

  .why-avantar__panel {
    margin: 4px 0 6px;
  }

  .market-lines__grid,
  .depoimentos__grid,
  .apply-form__grid {
    grid-template-columns: 1fr;
  }

  .form-field--full {
    grid-column: auto;
  }

  /* Formulário de aplicação: campos empilhados no mobile pedem menos
     respiro entre si para não somar altura desnecessária */
  .apply-form {
    padding: 20px;
    gap: 14px;
  }

  .apply-form__grid {
    gap: 12px;
  }

  .form-field {
    gap: 5px;
  }

  /* Abaixo de 768px o diagrama radial vira uma composição própria: cards
     em grid, um conector vertical simplificado e a Unidade Avantar ao
     final — nas telas de tablet acima disso (768–1024px) o radial
     desktop permanece intacto. */
  .ecosystem {
    max-width: none;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
  }

  .ecosystem__diagram,
  .ecosystem__rings {
    display: none;
  }

  .ecosystem__diagram-mobile {
    display: block;
    grid-column: 1 / -1;
    order: 50;
    width: 100%;
    height: 64px;
    overflow: visible;
    margin: 2px 0;
  }

  .ecosystem__center {
    position: static;
    order: 99;
    transform: none;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 260px;
    aspect-ratio: auto;
    height: auto;
    margin: 4px auto 0;
    border-radius: 22px;
    padding: 26px;
  }

  .ecosystem__center.is-receiving {
    transform: scale(1.02);
  }

  .ecosystem__card {
    position: static;
    order: 0;
    transform: none;
    width: 100%;
  }

  .ecosystem__card:hover,
  .ecosystem__card.is-active {
    transform: translateY(-3px);
  }

  /* Modelos: carrossel com swipe e snap no mobile */
  .business-models-section {
    padding: 52px 0;
  }

  .business-models-shell {
    padding-inline: 18px;
  }

  .business-models-track {
    scroll-snap-type: x mandatory;
  }

  .business-model-card {
    flex: 0 0 86vw;
  }

  .business-model-card__image {
    height: 170px;
  }

  .lp-footer__grid {
    grid-template-columns: 1fr;
  }

  .section-cta .btn-primary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 44px 0;
  }

  .simulator-section,
  .market-opportunity,
  .why-avantar,
  .aplicacao,
  .video-proof,
  .faq {
    padding: 36px 0;
  }

  .market-bar {
    grid-template-columns: auto 1fr;
  }

  .market-bar__value {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    justify-self: start;
  }

  .market-bar__flag {
    grid-row: 4 / 5;
    justify-self: start;
  }

  /* Grid de 2 colunas fica apertado abaixo de 480px: cai para 1 coluna,
     sem ocultar nenhum canal. */
  .ecosystem {
    grid-template-columns: 1fr;
  }

  .ecosystem__card {
    grid-template-columns: 40px minmax(0, 1fr);
  }
}

/* ---------- Acessibilidade · movimento reduzido ---------- */
@media (prefers-reduced-motion: reduce) {
  .js-ready.anim-init [data-anim] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .market-bar__fill,
  .market-gap__fill {
    transition: none;
  }

  .why-avantar__panel.is-active {
    animation: none;
  }

  .why-avantar__more,
  .why-avantar__slide {
    transition: none;
  }

  .business-models-track {
    scroll-behavior: auto;
  }

  .faq__answer {
    transition: none;
  }

  /* Ecossistema: linhas e setas continuam explicando o fluxo; só o
     movimento (partículas, pulso central, elevação dos cards) é removido */
  .ecosystem__particle,
  .ecosystem__dot {
    display: none;
  }

  .ecosystem__center,
  .ecosystem__center.is-receiving {
    transition: none;
    transform: translate(-50%, -50%);
  }

  .ecosystem__card,
  .ecosystem__card:hover,
  .ecosystem__card.is-active {
    transition: none;
    transform: translate(-50%, -50%);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .ecosystem__center,
  .ecosystem__center.is-receiving {
    transform: none;
  }

  .ecosystem__card,
  .ecosystem__card:hover,
  .ecosystem__card.is-active {
    transform: none;
  }
}

