/* landing.css - fluxo contínuo, preto/white luxuoso (refs Ornn/Imprint/Euveka/Smala) */

/* Header fixo – navegação por blocos (luxo Wayne: preto, branco, dourado) */
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lp-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.75rem;
}
.lp-header__link {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 0.5rem 0.25rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: color 0.25s ease, font-weight 0.2s ease;
}
.lp-header__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gradient-gold-start), var(--gradient-gold-end));
  border-radius: 0;
  transition: width 0.25s ease;
}
.lp-header__link:hover,
.lp-header__link:focus-visible {
  color: #fff;
  outline: none;
}
.lp-header__link:hover::after,
.lp-header__link:focus-visible::after {
  width: 100%;
}
.lp-header__link.is-active {
  color: #e8e7d2;
  font-weight: 600;
}
.lp-header__link.is-active::after {
  width: 100%;
  background: linear-gradient(90deg, var(--gradient-gold-start), var(--gradient-gold-end));
}
@media (max-width: 767px) {
  .lp-header__inner {
    padding: 0.5rem 1rem;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
  }
  .lp-header__nav {
    justify-content: center;
    gap: 0 0.9rem;
    padding: 0.15rem 0 0.3rem;
  }
  .lp-header__link {
    font-size: 0.64rem;
    letter-spacing: 0.04em;
    padding: 0.4rem 0.25rem;
    min-height: 40px;
  }
}

.sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
  transition: opacity 0.4s ease-out;
}

@media (min-width: 768px) {
  .sec { padding-top: 4rem; padding-bottom: 4rem; }
}

/* Sem separador entre blocos – fundo preto contínuo */
.sec + .sec::before {
  display: none;
}

/* Títulos de seção com gradação (estilo Ritus) */
.sec-title {
  font-size: clamp(1.5rem, 4.5vw, 2.25rem);
  font-weight: 600;
  margin: 0 0 1.5rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (min-width: 768px) {
  .sec-title {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .sec-title {
    font-size: clamp(2.2rem, 2.75vw, 3.45rem);
    margin-bottom: 2.35rem;
    letter-spacing: 0.03em;
    line-height: 1.22;
  }
}

/* A) Hero – tamanho premium, conteúdo flutuando no fundo (marca + headline + sub + VSL) */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.25rem 0 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hero {
    min-height: 0;
    min-height: min(100vh, 900px);
    padding: 5rem 0 3.25rem;
    justify-content: flex-start;
    padding-top: max(5rem, calc(2.5rem + env(safe-area-inset-top, 0px)));
  }
}

/* Apenas gradiação atrás dos textos (branco luxuoso → preto sutil), sem bloco */
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: min(44rem, 94vw);
  width: 100%;
}

/* Mobile: faixa útil de borda a borda (safe area), headline em bloco linear */
@media (max-width: 767px) {
  .hero-inner {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    /* Menos padding lateral no celular ≈ mais caracteres por linha (efeito mais “esticado”) */
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: -4rem -3rem -3rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 72% 58% at 50% 38%, rgba(232, 231, 210, 0.09), transparent 58%);
}

/* Marca no topo – brand refinado, mais respiro e tracking */
.hero-brand {
  margin-bottom: 2.35rem;
  transform: translateY(-8px);
  font-family: var(--font-display);
}

@media (min-width: 768px) {
  .hero-brand {
    margin-bottom: 2rem;
    transform: translateY(-4px);
  }
}

.hero-brand-line1 {
  margin: 0;
  font-size: clamp(0.86rem, 2.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero-brand-line1 { letter-spacing: 0.2em; }
}

.hero-wayne {
  color: #ffffff;
}

.hero-system {
  background: linear-gradient(135deg, #9a9688 0%, #b5b2a4 35%, #d4d2c4 70%, #e8e7d2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.12)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.hero-brand-line2 {
  margin: 0.45rem 0 0;
  font-size: clamp(0.56rem, 1.35vw, 0.66rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
  font-family: var(--font-display);
}

@media (min-width: 768px) {
  .hero-brand-line2 { letter-spacing: 0.2em; }
}

/* Headline – caixa alta; no desktop: faixa larga (estilo LP tipo Ritus), sem coluna estreita */
.hero-headline {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.35rem, 4.2vw, 2.05rem);
  font-weight: 600;
  line-height: 1.38;
  margin: 0 0 1.35rem;
  letter-spacing: 0.02em;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #f6f6f6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), 0 0 1px rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28em;
}

.hero-headline__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28em;
  max-width: min(36ch, 100%);
  text-align: center;
}

.hero-headline__br {
  display: block;
}

.hero-headline__l1 {
  display: block;
  max-width: 100%;
  font-weight: 600;
  text-align: center;
}

.hero-headline__l2 {
  display: block;
  max-width: 100%;
  text-align: center;
}

/* “É o seu” = mesma headline branca das linhas de cima; linha própria antes do degradê */
.hero-headline__eoseu {
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  font-weight: inherit;
  margin-top: 0.12em;
}

/* Ponto final em branco (fora do clip do degradê) */
.hero-headline__dot {
  color: #f6f6f6;
  -webkit-text-fill-color: #f6f6f6;
}

.hero-headline__problem {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.hero-headline__l3 {
  display: block;
  margin-top: 0.06em;
  text-align: center;
  max-width: min(38ch, 100%);
  line-height: 1.35;
}

.hero-headline-accent {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}

.hero-headline-accent::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.28em;
  transform: translateX(-50%);
  width: min(200px, 72%);
  max-width: 220px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gradient-gold-start),
    var(--gradient-gold-end),
    transparent
  );
  border-radius: 1px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero-inner {
    text-align: center;
  }

  /*
   * Flex column + align-items: center encolhia os spans à largura “intrínseca” do texto —
   * o bloco ficava estreito e visualmente “puxado” para um lado. Stretch + text-align: center
   * iguala ao desktop: faixa total da coluna, texto centralizado.
   */
  .hero-headline {
    align-items: stretch;
    text-align: center;
    gap: 0.22em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: clamp(1.02rem, 0.7rem + 1.65vw, 1.3rem);
    line-height: 1.22;
    letter-spacing: 0.015em;
    margin-bottom: 1.05rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-headline__br {
    display: none;
  }

  .hero-headline__lead {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .hero-headline__l1,
  .hero-headline__l2 {
    display: inline;
    font-weight: 700;
  }

  .hero-headline__eoseu {
    display: block;
    width: 100%;
    margin-top: 0.18em;
    font-weight: 700;
  }

  .hero-headline__l3 {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 0.12em;
    line-height: 1.28;
    box-sizing: border-box;
  }

  .hero-headline-accent {
    display: inline-block;
    max-width: 100%;
    text-align: center;
  }

  .hero-headline-accent::after {
    left: 50%;
    transform: translateX(-50%);
    width: min(220px, 78%);
    max-width: 260px;
  }

  .hero-sub {
    font-size: clamp(1.02rem, 0.92rem + 0.45vw, 1.14rem);
    line-height: 1.62;
    max-width: min(36rem, 100%);
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    text-align: center;
  }

  .hero-brand {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .hero-vsl {
    margin-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  .hero-headline {
    font-size: clamp(1.55rem, 3.25vw, 2.2rem);
    margin-bottom: 1.5rem;
    gap: 0.32em;
    letter-spacing: 0.025em;
  }

  .hero-headline__lead {
    max-width: min(44ch, 94vw);
    gap: 0.32em;
  }

  .hero-headline__l1 {
    font-weight: 700;
  }

  .hero-headline__l3 {
    max-width: min(46ch, 94vw);
  }

  .hero-headline-accent::after {
    width: min(240px, 70%);
    max-width: 260px;
    bottom: -0.32em;
  }
}

.hero-headline-start,
.hero-headline-pendulum,
.hero-headline-end {
  color: inherit;
}

/* Só "VENDAS" tem o loop de pêndulo (sutil) */
@keyframes headline-pendulum {
  0%, 100% { text-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 0 1px rgba(255,255,255,0.08); }
  50%      { text-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 0 2px rgba(255,255,255,0.12); }
}

.hero-headline-pendulum {
  animation: headline-pendulum 7s ease-in-out infinite;
}

/* Caixinhas de segurança (bloco VSL – estilo Ritus) */
.hero-security-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 1rem;
}
.hero-security-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
}
.hero-security-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.9);
}
.hero-security-icon svg {
  width: 100%;
  height: 100%;
}
.hero-security-icon--shield svg {
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (min-width: 768px) {
  .hero-security-badges { gap: 1.5rem 2rem; margin-top: 1.25rem; }
  .hero-security-item { font-size: 0.875rem; }
}

/* Subheadline – protagonista secundária, um pouco maior */
.hero-sub {
  font-family: var(--font);
  font-size: clamp(1rem, 2.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.68;
  margin: 0 auto;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

/* Linha vermelha só embaixo de "cliente" – clean e profissional */
.hero-sub-underline {
  position: relative;
  display: inline-block;
}
.hero-sub-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  border-bottom: 1px solid #9a2a2e;
  border-radius: 0 0 40% 40%;
}

.hero-sub br {
  display: block;
}

@media (min-width: 768px) {
  .hero-sub {
    font-size: clamp(1.06rem, 0.98rem + 0.55vw, 1.2rem);
    line-height: 1.7;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.88);
  }
}

@media (min-width: 1024px) {
  .hero-inner {
    max-width: min(48rem, 92vw);
  }

  .hero-headline {
    font-size: clamp(2rem, 3.25vw, 3.15rem);
    max-width: 100%;
    margin-bottom: 1.65rem;
    gap: 0.38em;
    line-height: 1.22;
    letter-spacing: 0.02em;
  }

  .hero-headline__br {
    display: none;
  }

  .hero-headline__lead {
    display: block;
    max-width: min(56rem, 100%);
    width: 100%;
    text-align: center;
  }

  .hero-headline__l1,
  .hero-headline__l2 {
    display: inline;
    max-width: none;
    font-weight: 700;
  }

  .hero-headline__l3 {
    max-width: min(56rem, 100%);
    width: 100%;
    margin-top: 0.12em;
    line-height: 1.2;
    font-weight: 700;
  }

  .hero-headline-accent {
    font-weight: 700;
  }

  .hero-headline-accent::after {
    width: min(280px, 42%);
    max-width: 320px;
    bottom: -0.28em;
  }

  /* Proporção próxima da headline: antes ficava “minúscula” vs. o H1 gigante */
  .hero-sub {
    font-size: clamp(1.12rem, 1.05rem + 0.55vw, 1.38rem);
    max-width: min(42rem, 90vw);
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
  }
}

/* Bloco VSL: microcopy + player (menor no desktop) + 1 CTA */
.hero-vsl {
  margin-top: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-vsl { margin-top: 2.25rem; }
}
.hero-vsl .vsl-box {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero-vsl .vsl-box {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-vsl-label {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.76);
  margin: 0 0 0.75rem;
  text-transform: none;
}

@media (min-width: 1024px) {
  .hero-vsl-label {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.68);
  }
}

/* VSL — Modal overlay (igual ao padrão Ritus: fundo escuro + bloco central) */
.hero-vsl-stage {
  width: 100%;
  position: relative;
}

html.vsl-modal-open,
html.vsl-modal-open body {
  overflow: hidden;
}

html.process-flow-open,
html.process-flow-open body {
  overflow: hidden;
}

.hero-vsl-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.hero-vsl-modal[hidden] {
  display: none !important;
}

.hero-vsl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: none;
  cursor: pointer;
}

.hero-vsl-modal__panel {
  position: relative;
  width: min(1040px, 96vw);
  /* Painel sem caixa visível: apenas conteúdo flutuando */
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transform-origin: center;
  animation: vsl-modal-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes vsl-modal-in {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.hero-vsl-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 2;
}

.hero-vsl-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .hero-vsl-modal__panel {
    display: flex;
    flex-direction: column;
  }
  .hero-vsl-modal__close {
    position: static;
    margin: 0 0 0.5rem auto;
  }
}

.hero-vsl-modal__copy {
  padding: 1.25rem 1.25rem 0.75rem;
  text-align: center;
}

.hero-vsl-modal__headline {
  font-family: "WayneDisplay", var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-vsl-modal__sub {
  margin: 0.45rem 0 0;
  font-family: var(--font);
  font-size: clamp(0.82rem, 1.65vw, 0.95rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .hero-vsl-modal__headline {
    font-size: clamp(1.45rem, 2.1vw, 2.6rem);
    line-height: 1.15;
    font-weight: 700;
  }

  .hero-vsl-modal__sub {
    font-size: clamp(0.78rem, 0.95vw, 0.92rem);
    margin-top: 0.65rem;
    max-width: 48ch;
    color: rgba(255, 255, 255, 0.58);
  }

  .hero-vsl-modal__copy {
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero-vsl-modal__embed {
  padding: 0 1.15rem 1rem;
}

.hero-vsl-modal__cta {
  padding: 0 1.15rem 1.35rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hero-vsl-modal__cta .btn {
  min-width: 220px;
}
.hero-vsl-modal__cta-micro {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}

/* Vídeo dentro do modal: sem moldura pesada, só sombra suave */
.hero-vsl-modal__embed .hero-vsl-embed {
  border: none;
  border-radius: 14px;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 40px -12px rgba(0, 0, 0, 0.6);
}

.hero-vsl-embed {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  border: none;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.42);
}
.hero-vsl-embed::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.hero-vsl-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.hero-cta-single {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hero-cta-single .btn {
  min-width: 220px;
}
.hero-cta-sub {
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}

/* Blocos 1 e 2 – bullets premium com check, microcopy, CTA único */
.sec--bloco-1 .wrap,
.sec--bloco-2 .wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.block-microcopy {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin: 1.75rem 0 0;
  text-align: center;
}
.block-regra {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin: 1.25rem 0 0.5rem;
  text-align: center;
}
.block-encaixe {
  font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 1.5rem;
  text-align: center;
  font-style: italic;
}
.block-cta {
  margin-top: 2rem;
  text-align: center;
}
.block-cta__kicker {
  font-size: clamp(0.875rem, 1.9vw, 1rem);
  color: rgba(255, 255, 255, 0.58);
  margin: 0 0 0.65rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}
.block-cta .cta-wrap { display: inline-block; }
.block-cta .btn { min-width: 220px; transition: transform var(--ease-out), box-shadow var(--ease-out); }
.cta-micro {
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  color: rgba(255, 255, 255, 0.66);
  margin: 0.6rem 0 0;
  letter-spacing: 0.04em;
}
.benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefit-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.35rem;
  margin-bottom: 0.65rem;
  background: rgba(18, 18, 18, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.5;
  color: #e8e8e8;
  transition: transform var(--ease-out), border-color var(--ease-out), box-shadow var(--ease-out);
}
.benefit-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.benefit-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
}
.benefit-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid rgba(255, 255, 255, 0.9);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.benefit-list--compact li {
  padding: 0.85rem 1.25rem;
}

/* B) Como funciona o diagnóstico – 3 cards estilo Ritus "Cada função no seu lugar" */
.sec--diag .wrap {
  max-width: 960px;
}
.diag-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .diag-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.diag-card {
  position: relative;
  background: #09090b;
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 2rem 1.5rem;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.42),
    0 0 38px rgba(255, 255, 255, 0.18);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.diag-card:not(.is-diag-active) {
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.36),
    0 0 18px rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.52);
}
.diag-card > * {
  position: relative;
  z-index: 1;
}
.diag-card:not(.is-diag-active):hover {
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.38),
    0 0 48px rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}
.diag-card--sem-compromisso {
  overflow: hidden;
}
.diag-card.is-diag-active {
  z-index: 5;
  border-color: rgba(232, 231, 210, 0.96);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.55),
    0 0 64px rgba(232, 231, 210, 0.32);
  transform: scale(1.045) translateY(-4px);
}
.diag-card.is-diag-active::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 768px) {
  .diag-grid .diag-card {
    z-index: 1;
    transform: scale(0.97);
    opacity: 0.94;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s ease,
      box-shadow 0.45s ease,
      border-color 0.45s ease,
      filter 0.45s ease;
  }
  .diag-grid .diag-card:not(.is-diag-active) {
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.34),
      0 0 14px rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.38);
    filter: brightness(0.9) saturate(0.92);
  }
  .diag-grid .diag-card.is-diag-active {
    opacity: 1;
    transform: scale(1.06) translateY(-6px);
    z-index: 6;
    filter: none;
    box-shadow:
      0 28px 56px rgba(0, 0, 0, 0.55),
      0 0 64px rgba(232, 231, 210, 0.32);
  }
}
.diag-card__connector {
  display: none;
}
@media (min-width: 768px) {
  .diag-card__connector {
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .diag-card__connector--left {
    left: -16px;
  }
  .diag-card__connector--right {
    right: -16px;
    left: auto;
  }
  .diag-card:first-child .diag-card__connector--left {
    display: none;
  }
  .diag-card:last-child .diag-card__connector--right {
    display: none;
  }
}
.diag-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-lg);
  background: #121214;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.07);
  transition: transform 0.3s ease, color 0.3s ease;
}
.diag-card__icon svg {
  width: 24px;
  height: 24px;
}
.diag-card:hover .diag-card__icon {
  transform: scale(1.1);
}
.diag-card__icon--accent {
  color: #e8e7d2;
}
.diag-card__icon--danger {
  color: #ff5f5f;
  border-color: rgba(255, 95, 95, 0.9);
  box-shadow: 0 0 30px rgba(255, 95, 95, 0.36);
}
.diag-card__icon--success {
  color: #45da7a;
  border-color: rgba(69, 218, 122, 0.9);
  box-shadow: 0 0 32px rgba(69, 218, 122, 0.34);
}
.diag-card__icon--wayne {
  color: #e8e7d2;
  border-color: rgba(232, 231, 210, 0.92);
  background: linear-gradient(140deg, rgba(232, 231, 210, 0.18), rgba(232, 231, 210, 0.05));
  box-shadow: 0 0 38px rgba(232, 231, 210, 0.3);
}
.diag-card__label {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  font-family: var(--font);
}
.diag-card__title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  font-family: var(--font-display);
}
.diag-card__desc {
  font-size: clamp(0.8125rem, 1.8vw, 0.875rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

@media (min-width: 1024px) {
  .sec--diag .wrap {
    max-width: 1080px;
  }
  .diag-card__title {
    font-size: clamp(1.42rem, 1.45vw, 1.85rem);
    margin-bottom: 0.85rem;
  }
  .diag-card__desc {
    font-size: clamp(0.78rem, 0.82vw, 0.86rem);
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.78);
  }
  .diag-grid {
    gap: 2.25rem;
  }
}
.diag-cta {
  margin-top: 0;
}

/* C-D) Grid cards */
.grid-cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .grid-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .grid-cards--3 { grid-template-columns: repeat(3, 1fr); }
}

/* E) Custo - largura limitada */
.custo-inner {
  max-width: 600px;
  margin: 0 auto;
}

/* F) Quem sou eu - imagem flutuando (igual front do quiz) */
.founder {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.founder--processo {
  max-width: 920px;
}

.process-showcase {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .wrap--process-wide {
    max-width: min(1280px, 94vw);
  }

  .process-showcase {
    max-width: none;
    width: 100%;
    align-items: stretch;
  }

  .process-showcase__intro {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.process-showcase__intro {
  text-align: center;
  max-width: 780px;
}

.founder-photo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Mobile: texto primeiro, foto depois */
.founder-text { order: -1; }
.founder-photo-wrap { order: 0; }

@media (min-width: 768px) {
  .founder { grid-template-columns: auto 1fr; gap: 2.5rem; }
  .founder-photo-wrap { order: 0; }
  .founder-text { order: 1; }
  .founder-photo-col { align-items: flex-start; }
}

/* Wrap sem fundo/borda: imagem flutua sobre o fundo da sec (igual quiz) */
.founder-photo-wrap {
  position: relative;
  display: inline-block;
  width: min(55vw, 280px);
  max-width: 100%;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  transition: transform var(--ease-out), box-shadow var(--ease-out);
}
.founder-photo-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.founder-photo-wrap--showcase {
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 26px rgba(232, 231, 210, 0.08);
}

@media (min-width: 768px) {
  .founder-photo-wrap { margin: 0; width: min(380px, 40vw); }
}

.founder-photo-float {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

.founder-name {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 0.25rem;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--font-display);
}
.founder-role {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1rem;
  font-weight: 500;
}
.founder-bio {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 1rem;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.65;
  max-width: 72ch;
}
.founder-text .cta-micro {
  margin: 0.6rem 0 0;
}

.founder-headline {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.process-showcase__headline {
  background: linear-gradient(135deg, #5c564b 0%, #8c8678 35%, #cbc8b8 65%, #f1efde 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 14px rgba(232, 231, 210, 0.2));
}

.founder-lead {
  margin: 0 0 1.1rem;
  font-size: clamp(0.9375rem, 2vw, 1.05rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  max-width: 62ch;
}

.process-subheadline {
  margin: 0;
  font-size: clamp(1.02rem, 2.1vw, 1.14rem);
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.82);
  max-width: 62ch;
}

.process-showcase__intro .process-nexus__intro-line {
  margin: 1rem auto 0;
  text-align: center;
  max-width: 44ch;
}

.process-nexus__intro-line--muted {
  margin-top: 0.85rem !important;
}

/* Process Nexus — pipeline + painel (diferente do bento de nichos / catálogo) */
.process-showcase .process-nexus {
  width: 100%;
  align-self: stretch;
}

.process-nexus {
  position: relative;
  margin-top: 1.75rem;
  padding: clamp(1.35rem, 3.5vw, 2rem) clamp(1rem, 3vw, 1.6rem) clamp(1.5rem, 3vw, 1.85rem);
  border-radius: calc(var(--radius-lg) + 6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(165deg, rgba(16, 16, 18, 0.97) 0%, rgba(6, 6, 8, 0.98) 55%, rgba(10, 10, 12, 0.96) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 28px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

@media (min-width: 992px) {
  .process-nexus {
    margin-top: 2rem;
    padding: clamp(1.85rem, 2.8vw, 2.65rem) clamp(1.5rem, 2.8vw, 2.35rem) clamp(1.85rem, 2.8vw, 2.5rem);
  }
}

/* Bloco “O que é processo comercial” — atelier: etapas em pílula, figura grande, sem trilho verde */
.process-nexus--atelier {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.process-nexus--atelier .process-nexus__drift {
  background:
    radial-gradient(ellipse 72% 58% at 24% 36%, rgba(232, 231, 210, 0.12), transparent 58%),
    radial-gradient(ellipse 58% 48% at 82% 64%, rgba(100, 96, 86, 0.09), transparent 52%);
}

.process-nexus--atelier .process-nexus__strip {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
}

.process-nexus__step-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0.15rem 0 0.35rem;
}

.process-nexus__step-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.process-nexus__step-dot.is-active {
  background: rgba(232, 231, 210, 0.95);
  border-color: rgba(232, 231, 210, 0.45);
  box-shadow: 0 0 14px rgba(232, 231, 210, 0.28);
  transform: scale(1.15);
}

.process-nexus__step-pill {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 10, 0.55);
  color: rgba(248, 248, 248, 0.72);
  font-family: inherit;
  font-size: clamp(0.84rem, 2vw, 0.92rem);
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.process-nexus__step-pill:hover {
  border-color: rgba(232, 231, 210, 0.28);
  color: rgba(255, 255, 255, 0.92);
}

.process-nexus__step-pill.is-active {
  border-color: rgba(232, 231, 210, 0.45);
  background: linear-gradient(135deg, rgba(232, 231, 210, 0.12), rgba(0, 0, 0, 0.35));
  color: #fff;
  box-shadow: 0 0 0 1px rgba(232, 231, 210, 0.08), 0 14px 36px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}

.process-nexus__step-num {
  font-family: var(--font-display);
  font-size: clamp(0.65rem, 1.5vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(232, 231, 210, 0.65);
}

.process-nexus__step-pill.is-active .process-nexus__step-num {
  color: rgba(232, 231, 210, 0.95);
}

.process-nexus__step-name {
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 1.65vw, 0.8rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-nexus__split {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 768px) {
  .process-nexus__split {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.72fr);
    gap: 1.35rem 1.5rem;
    align-items: center;
    min-height: clamp(280px, 42vh, 440px);
  }
}

.process-nexus__figure-stage {
  position: relative;
  order: 2;
  min-height: clamp(160px, 42vw, 260px);
  max-height: min(42vw, 280px);
  border-radius: calc(var(--radius-lg) + 4px);
  background:
    radial-gradient(ellipse 85% 75% at 50% 42%, rgba(255, 255, 255, 0.07), transparent 62%),
    linear-gradient(165deg, rgba(22, 22, 26, 0.95), rgba(6, 6, 8, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.process-nexus__figure {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.1rem 1.25rem;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.process-nexus__figure.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.process-nexus__figure-img {
  width: 100%;
  max-width: min(240px, 78vw);
  height: auto;
  max-height: min(38vw, 220px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.45));
}

@media (min-width: 768px) {
  .process-nexus__figure-stage,
  .process-nexus--atelier .process-nexus__panel-shell {
    order: 0;
  }

  .process-nexus__figure-stage {
    max-height: none;
    min-height: clamp(240px, 36vh, 380px);
  }

  .process-nexus__figure-img {
    max-width: min(300px, 32vw);
    max-height: min(48vh, 360px);
    object-position: center;
  }
}

.process-nexus--atelier .process-nexus__panel-shell {
  position: relative;
  order: 1;
  min-height: clamp(200px, 32vw, 320px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: calc(var(--radius-lg) + 4px);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.22) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

.process-nexus--atelier .process-nexus__panel-kicker {
  margin: 0 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.35em;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: inherit;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.process-nexus__panel-step {
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 2vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 231, 210, 0.96);
}

.process-nexus__panel-sep {
  color: rgba(255, 255, 255, 0.32);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.process-nexus__panel-hint {
  font-family: var(--font);
  font-size: clamp(0.78rem, 1.85vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
}

.process-nexus--atelier .process-nexus__panel:not([hidden]) {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.process-nexus__aurora {
  position: absolute;
  inset: -35% -20%;
  background: conic-gradient(from 210deg at 50% 45%, rgba(232, 231, 210, 0.14), transparent 32%, rgba(90, 85, 72, 0.12), transparent 62%, rgba(232, 231, 210, 0.08), transparent 88%);
  animation: process-nexus-aurora 22s linear infinite;
  filter: blur(48px);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

@keyframes process-nexus-aurora {
  to {
    transform: rotate(360deg);
  }
}

.process-nexus__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.process-nexus__aurora--mute {
  opacity: 0.2;
  animation-duration: 52s;
  filter: blur(56px);
}

.process-nexus__drift {
  position: absolute;
  inset: -5%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.055;
  background:
    radial-gradient(ellipse 70% 55% at 22% 38%, rgba(232, 231, 210, 0.35), transparent 58%),
    radial-gradient(ellipse 55% 45% at 78% 62%, rgba(57, 255, 130, 0.22), transparent 52%);
  animation: process-nexus-drift 32s ease-in-out infinite alternate;
}

@keyframes process-nexus-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-2.5%, 1.8%) scale(1.04);
  }
}

.process-nexus__layout--funnel {
  grid-template-columns: 1fr;
}

.process-nexus__rail {
  display: none;
  position: relative;
  align-self: stretch;
}

.process-nexus__rail-track {
  position: relative;
  width: 6px;
  height: 100%;
  min-height: 200px;
  margin: 0 auto;
  flex: 1 1 auto;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.09) 48%,
    rgba(255, 255, 255, 0.04)
  );
  overflow: hidden;
}

.process-nexus__rail-glow {
  position: absolute;
  inset: -20% -120%;
  background: linear-gradient(
    118deg,
    transparent 35%,
    rgba(232, 231, 210, 0.14) 48%,
    rgba(57, 255, 130, 0.12) 52%,
    transparent 65%
  );
  animation: nexus-rail-shimmer 5.5s ease-in-out infinite;
}

@keyframes nexus-rail-shimmer {
  0%,
  100% {
    transform: translate(-18%, -8%) rotate(0deg);
    opacity: 0.55;
  }
  50% {
    transform: translate(18%, 10%) rotate(0.02turn);
    opacity: 0.95;
  }
}

.process-nexus__glyph-col {
  min-width: 0;
}

.process-nexus__glyph-stack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  min-height: 0;
}

/* Controles antigos do funil vertical (só se existir .process-nexus__layout--funnel no HTML) */
.process-nexus__layout--funnel .process-nexus__glyph {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 64px;
  min-height: 72px;
  padding: 0.35rem 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.32);
  color: rgba(248, 248, 248, 0.55);
  cursor: pointer;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}

.process-nexus__layout--funnel .process-nexus__glyph:hover {
  border-color: rgba(232, 231, 210, 0.22);
  background: rgba(232, 231, 210, 0.04);
}

.process-nexus__layout--funnel .process-nexus__glyph.is-active {
  border-color: rgba(232, 231, 210, 0.42);
  background: linear-gradient(145deg, rgba(232, 231, 210, 0.1), rgba(0, 0, 0, 0.25));
  box-shadow:
    0 0 0 1px rgba(232, 231, 210, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.4);
  color: rgba(248, 248, 248, 0.95);
  transform: translateY(-2px);
}

.process-nexus__layout--funnel .process-nexus__glyph-label {
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 231, 210, 0.45);
  transition: color 0.35s ease;
}

.process-nexus__layout--funnel .process-nexus__glyph.is-active .process-nexus__glyph-label {
  color: rgba(232, 231, 210, 0.88);
}

.process-nexus__glyph-ring {
  display: none;
}

.process-nexus__layout--funnel .process-nexus__glyph-img {
  display: block;
  width: clamp(2.35rem, 11vw, 3rem);
  height: clamp(3.15rem, 14.5vw, 4rem);
  max-width: 100%;
  max-height: min(22vw, 5.5rem);
  object-fit: contain;
  object-position: center bottom;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 11px;
  background: radial-gradient(ellipse 85% 80% at 50% 42%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 55%, transparent 75%);
  box-sizing: border-box;
  opacity: 0.48;
  transform: scale(0.98);
  transition:
    opacity 0.35s ease,
    filter 0.35s ease,
    transform 0.35s ease,
    background 0.35s ease;
}

.process-nexus__layout--funnel .process-nexus__glyph.is-active .process-nexus__glyph-img {
  opacity: 1;
  transform: scale(1.04);
  background: radial-gradient(ellipse 90% 85% at 50% 40%, rgba(255, 255, 255, 0.16), rgba(232, 231, 210, 0.06) 50%, transparent 72%);
  filter: drop-shadow(0 0 16px rgba(232, 231, 210, 0.22));
}

@media (min-width: 720px) {
  .process-nexus__layout--funnel {
    display: grid;
    grid-template-columns: 14px minmax(0, 148px) minmax(0, 1fr);
    gap: 0 1.35rem;
    align-items: stretch;
    min-height: clamp(300px, 38vh, 440px);
  }

  .process-nexus__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
  }

  .process-nexus__rail-track {
    min-height: 0;
    width: 7px;
  }

  .process-nexus__glyph-col {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
  }

  .process-nexus__glyph-stack {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 0.75rem;
    width: 100%;
  }

  .process-nexus__layout--funnel .process-nexus__glyph {
    flex: 1 1 0;
    width: 100%;
    max-width: none;
    min-height: 6.5rem;
    justify-content: center;
  }

  .process-nexus__layout--funnel .process-nexus__glyph-img {
    width: clamp(3.35rem, 5.8vw, 4.35rem);
    height: clamp(4.4rem, 7.6vw, 5.85rem);
    max-height: min(18vw, 7.25rem);
    padding: 6px;
  }

  .process-nexus__panel-shell {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1.35rem 1.45rem 1.5rem;
  }

  .process-nexus__panel-shell > .process-nexus__panel:not([hidden]) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
  }

  .process-nexus__panel-body {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .process-nexus__layout--funnel {
    grid-template-columns: 16px minmax(0, 200px) minmax(0, 1fr);
    gap: 0 1.65rem;
    min-height: clamp(380px, 42vh, 540px);
  }

  .process-nexus__layout--funnel .process-nexus__glyph {
    min-height: 7.25rem;
  }

  .process-nexus__layout--funnel .process-nexus__glyph-img {
    width: clamp(4.35rem, 5.2vw, 6rem);
    height: clamp(5.75rem, 6.9vw, 8rem);
    max-height: min(22vh, 9.5rem);
    padding: 7px;
    border-radius: 13px;
  }

  .process-nexus__panel-shell {
    padding: 1.55rem 1.65rem 1.65rem;
  }
}

.process-nexus__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .process-nexus__layout:not(.process-nexus__layout--funnel) {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
    gap: 1.75rem 2rem;
    align-items: center;
  }
}

.process-nexus__viz {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.process-nexus__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.process-nexus__pipe--energy {
  animation: process-nexus-energy 2.4s linear infinite;
}

@keyframes process-nexus-energy {
  to {
    stroke-dashoffset: -64;
  }
}

.process-nexus__node-ring {
  fill: rgba(232, 231, 210, 0.06);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.2;
  transition: stroke 0.35s ease, fill 0.35s ease;
}

.process-nexus__node-core {
  fill: rgba(20, 20, 22, 0.95);
  stroke: rgba(232, 231, 210, 0.35);
  stroke-width: 1.5;
  transition: stroke 0.35s ease, fill 0.35s ease;
}

.process-nexus__node-label {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  fill: rgba(248, 248, 248, 0.45);
  transition: fill 0.35s ease;
}

.process-nexus__node.is-lit .process-nexus__node-ring {
  fill: rgba(232, 231, 210, 0.14);
  stroke: rgba(232, 231, 210, 0.55);
  filter: url(#nexus-node-glow);
}

.process-nexus__node.is-lit .process-nexus__node-core {
  stroke: rgba(232, 231, 210, 0.85);
  fill: rgba(232, 231, 210, 0.12);
}

.process-nexus__node.is-lit .process-nexus__node-label {
  fill: rgba(232, 231, 210, 0.88);
}

.process-nexus__control {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.process-nexus__tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 900px) {
  .process-nexus__viz {
    margin: 0;
    max-width: none;
  }

  .process-nexus__tabs {
    flex-direction: column;
    overflow: visible;
    gap: 0.4rem;
    padding-bottom: 0;
  }
}

.process-nexus__tab {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(248, 248, 248, 0.82);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

@media (min-width: 900px) {
  .process-nexus__tab {
    width: 100%;
  }
}

.process-nexus__tab:hover {
  border-color: rgba(232, 231, 210, 0.28);
  background: rgba(232, 231, 210, 0.05);
}

.process-nexus__tab.is-active {
  border-color: rgba(232, 231, 210, 0.45);
  background: linear-gradient(120deg, rgba(232, 231, 210, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 0 0 1px rgba(232, 231, 210, 0.12),
    0 12px 32px rgba(0, 0, 0, 0.35);
}

.process-nexus__tab-idx {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(232, 231, 210, 0.75);
  min-width: 1.35rem;
}

.process-nexus__tab.is-active .process-nexus__tab-idx {
  color: rgba(232, 231, 210, 0.95);
}

.process-nexus__tab-text {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .process-nexus__tab-text {
    white-space: normal;
  }
}

.process-nexus__panel-shell {
  position: relative;
  border-radius: calc(var(--radius-lg) + 2px);
  padding: 1.25rem 1.35rem 1.4rem;
  min-height: clamp(200px, 28vw, 248px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: border-color 0.45s ease, box-shadow 0.45s ease;
}

.process-nexus__panel-shell.is-shell-pulse {
  animation: nexus-shell-pulse 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nexus-shell-pulse {
  0% {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  }
  40% {
    border-color: rgba(232, 231, 210, 0.45);
    box-shadow:
      0 20px 52px rgba(0, 0, 0, 0.48),
      0 0 36px rgba(232, 231, 210, 0.14);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  }
}

.process-nexus__panel-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 231, 210, 0.45), transparent);
  opacity: 0.55;
  animation: process-nexus-scan 4.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes process-nexus-scan {
  0%,
  100% {
    top: 12%;
    opacity: 0.2;
  }
  50% {
    top: 78%;
    opacity: 0.65;
  }
}

.process-nexus__panel-scan--soft {
  left: 6%;
  right: auto;
  width: 6px;
  top: 0;
  bottom: 0;
  height: auto;
  border-radius: 999px;
  background: linear-gradient(
    168deg,
    transparent 0%,
    rgba(232, 231, 210, 0.08) 22%,
    rgba(232, 231, 210, 0.22) 48%,
    rgba(57, 255, 130, 0.12) 72%,
    transparent 100%
  );
  background-size: 100% 220%;
  opacity: 0.5;
  animation: nexus-panel-scan-flow 9s linear infinite;
}

@keyframes nexus-panel-scan-flow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

.process-nexus__panel {
  position: relative;
  z-index: 1;
}

.process-nexus__panel.is-panel-enter {
  animation: nexus-panel-reveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.process-nexus__panel.is-panel-enter .process-nexus__panel-title {
  animation: nexus-title-reveal 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.process-nexus__panel.is-panel-enter .process-nexus__panel-body {
  animation: nexus-body-reveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

@keyframes nexus-panel-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes nexus-title-reveal {
  from {
    opacity: 0;
    transform: translateX(-8px);
    letter-spacing: 0.12em;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 0.04em;
  }
}

@keyframes nexus-body-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.process-nexus__panel[hidden] {
  display: none;
}

.process-nexus__panel-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232, 231, 210, 0.65);
}

.process-nexus__panel-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2.55vw, 1.42rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.process-nexus__panel-body {
  margin: 0;
  font-size: clamp(0.98rem, 2.05vw, 1.08rem);
  line-height: 1.66;
  color: rgba(248, 248, 248, 0.94);
  max-width: 54ch;
}

.process-nexus--atelier .process-nexus__panel-body {
  font-size: clamp(1rem, 2.15vw, 1.1rem);
  line-height: 1.68;
  max-width: 56ch;
}

.process-nexus__micro {
  margin: 0;
  font-size: clamp(0.78rem, 1.6vw, 0.84rem);
  line-height: 1.5;
  color: rgba(248, 248, 248, 0.5);
}

@media (max-width: 767px) {
  .founder-headline {
    font-size: clamp(1.9rem, 7.5vw, 2.3rem);
  }
  .process-subheadline {
    font-size: 1.05rem;
    line-height: 1.7;
  }
  .diag-card.is-diag-active {
    transform: scale(1.03) translateY(-3px);
  }
}

.founder-credit {
  margin: 0.75rem 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(0.84rem, 2.2vw, 1rem);
  letter-spacing: 0.02em;
  line-height: 1.45;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (min-width: 768px) {
  .founder-credit {
    text-align: left;
    max-width: min(380px, 40vw);
  }
}

/* Modal interativo do fluxo comercial */
.process-flow-modal {
  position: fixed;
  inset: 0;
  z-index: 9997;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.process-flow-modal[hidden] {
  display: none !important;
}

.process-flow-modal__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.process-flow-modal__panel {
  position: relative;
  width: min(980px, calc(100vw - 2rem));
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  animation: process-modal-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes process-modal-in {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.process-flow-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.06);
  z-index: 6;
}

html.process-flow-open #lp-header,
html.process-flow-open main {
  filter: blur(8px);
  opacity: 0.35;
  pointer-events: none;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.process-flow-modal__head {
  padding: 0.75rem 1.15rem 0.1rem;
  text-align: center;
}

.process-flow-modal__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  line-height: 1.2;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.process-flow-modal__sub {
  margin: 0.5rem auto 0;
  color: rgba(248, 248, 248, 0.94);
  font-size: clamp(0.82rem, 1.9vw, 0.95rem);
  max-width: 64ch;
}

.process-flow-board {
  position: relative;
  padding: 1rem;
  min-height: clamp(320px, 50vw, 560px);
  display: flex;
  align-items: flex-start;
  background: transparent;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.process-flow-board::-webkit-scrollbar {
  display: none;
}

.process-flow-board::before {
  content: "PROCESSO\A COMERCIAL";
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  white-space: pre;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 9.5vw, 6.2rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0.06em;
  background: linear-gradient(180deg, rgba(232, 231, 210, 0.34), rgba(232, 231, 210, 0.16));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.58;
  text-shadow:
    0 0 22px rgba(232, 231, 210, 0.16),
    0 0 46px rgba(232, 231, 210, 0.08);
  pointer-events: none;
  z-index: 0;
}

.process-flow-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 1.1rem;
}

.process-node {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(12, 12, 14, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  padding: 1.35rem 1rem;
  min-height: 250px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  animation: process-node-float 3.4s ease-in-out infinite;
  text-align: center;
}

.process-node--qualificacao { animation-delay: 0.3s; }
.process-node--conversao { animation-delay: 0.6s; }
.process-node--followup { animation-delay: 0.9s; }

@keyframes process-node-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.process-node__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-bottom: 0.45rem;
  border: 1px solid rgba(232, 231, 210, 0.42);
  color: #e8e7d2;
  font-size: 0.72rem;
  font-weight: 700;
}

.process-node__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.95vw, 1.28rem);
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 0.02em;
}

.process-node__text {
  margin: 0;
  font-size: clamp(0.9rem, 1.35vw, 1.02rem);
  line-height: 1.62;
  color: rgba(248, 248, 248, 0.94);
}

.process-arrow {
  align-self: center;
  color: rgba(232, 231, 210, 0.9);
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .process-flow-board {
    overflow-x: auto;
  }
  .process-flow-track {
    width: max-content;
    min-width: 100%;
    gap: 0.6rem;
  }
  .process-node {
    flex: 0 0 210px;
    min-width: 210px;
    min-height: 230px;
  }
}

/* G) Entregas */
.entregas {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.entregas li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  margin-bottom: 0.5rem;
  background: rgba(18, 18, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: #e8e8e8;
  transition: border-color var(--ease-out), transform var(--ease-out), box-shadow var(--ease-out);
}
.entregas li:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.entregas li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin-top: 0.5rem;
}

.entregas--short {
  max-width: 480px;
}

/* H) Depoimentos */
.depo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .depo-grid { grid-template-columns: repeat(3, 1fr); }
}

.depo-card {
  background: rgba(18, 18, 18, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform var(--ease-out), border-color var(--ease-out), box-shadow var(--ease-out);
}
.depo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
}
.depo-card .ph {
  font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  color: rgba(255, 255, 255, 0.5);
}

.depo-note {
  text-align: center;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: rgba(255, 255, 255, 0.65);
  margin-top: 1.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.depo-gratuito {
  text-align: center;
  font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.75rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
#depoimentos .block-cta {
  margin-top: 2rem;
}

.sec--niche-fit .niche-fit__cta {
  margin-top: 2.25rem;
}

.sec--faq .faq-acc__cta {
  margin-top: 2rem;
}

/* FAQ — acordeão (uma coluna, resposta só com texto) */
.sec--faq .wrap--faq {
  max-width: 720px;
}

.faq-acc__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-acc__title {
  margin-bottom: 0.5rem;
}

.faq-acc__sub {
  margin: 0 auto;
  max-width: 44ch;
  font-size: clamp(1rem, 2.15vw, 1.12rem);
  line-height: 1.62;
  color: rgba(248, 248, 248, 0.9);
}

@media (min-width: 1024px) {
  .faq-acc__sub {
    font-size: clamp(0.9rem, 1.05vw, 1.02rem);
    max-width: 48ch;
    color: rgba(248, 248, 248, 0.82);
  }
}

.faq-acc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-acc__item {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 12, 14, 0.85);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-acc__item.is-open {
  border-color: rgba(232, 231, 210, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(232, 231, 210, 0.06);
}

.faq-acc__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  text-align: left;
  font-family: inherit;
  font-size: clamp(0.9rem, 1.9vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.25s ease;
}

.faq-acc__trigger:hover {
  color: #fff;
}

.faq-acc__chev {
  flex-shrink: 0;
  color: rgba(232, 231, 210, 0.55);
  transition: transform 0.35s ease, color 0.25s ease;
}

.faq-acc__item.is-open .faq-acc__chev {
  transform: rotate(180deg);
  color: rgba(232, 231, 210, 0.9);
}

.faq-acc__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-acc__item.is-open .faq-acc__panel {
  grid-template-rows: 1fr;
}

.faq-acc__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-acc__a {
  margin: 0;
  padding: 0 1.1rem 1.15rem;
  font-size: clamp(0.9rem, 1.85vw, 1.02rem);
  line-height: 1.68;
  color: rgba(248, 248, 248, 0.88);
}

@media (min-width: 768px) {
  .faq-acc__a {
    padding-bottom: 1.25rem;
  }
}

/* --- Nichos: bento + glass + glow (WAYNE SYSTEM) --- */
.sec--niche-fit {
  padding-top: 3.5rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 768px) {
  .sec--niche-fit {
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }
}

.wrap--niche-fit {
  max-width: 1080px;
}

.niche-fit__eyebrow {
  margin: 0 auto 0.65rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(0.68rem, 1.5vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.niche-fit__headline {
  margin-bottom: 1.15rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

.niche-fit__bridge {
  margin: 0 auto 1.25rem;
  text-align: center;
  max-width: 52ch;
  font-size: clamp(0.9rem, 2vw, 1.02rem);
  line-height: 1.62;
  font-weight: 500;
  color: rgba(232, 231, 210, 0.82);
}

@media (min-width: 768px) {
  .niche-fit__bridge {
    margin-bottom: 1.4rem;
    font-size: clamp(0.92rem, 1.35vw, 1.04rem);
    max-width: 54ch;
  }
}

.niche-fit__sub {
  margin: 0 auto 1.15rem;
  text-align: center;
  max-width: 58ch;
  font-size: clamp(1.08rem, 2.65vw, 1.32rem);
  line-height: 1.68;
  color: rgba(248, 248, 248, 0.92);
}

@media (min-width: 768px) {
  .niche-fit__sub {
    font-size: clamp(1.05rem, 1.85vw, 1.22rem);
    max-width: 62ch;
    margin-bottom: 1.35rem;
  }
}

@media (min-width: 1024px) {
  .niche-fit__sub {
    font-size: clamp(1.02rem, 1.2vw, 1.14rem);
    max-width: 56ch;
    line-height: 1.72;
    color: rgba(248, 248, 248, 0.88);
  }
}

.niche-fit__stage {
  position: relative;
  margin-top: 0.25rem;
}

/* Desktop: uma faixa de luz diagonal única sobre todo o bento (card 1 → 4) */
.niche-fit__beam {
  display: none;
  pointer-events: none;
}

@media (min-width: 640px) {
  .niche-fit__beam {
    display: block;
    position: absolute;
    inset: -4% -3% -4% -3%;
    z-index: 2;
    border-radius: calc(var(--radius-lg) + 8px);
    background: linear-gradient(
      118deg,
      transparent 0%,
      transparent 38%,
      rgba(232, 231, 210, 0.07) 47%,
      rgba(232, 231, 210, 0.16) 50%,
      rgba(232, 231, 210, 0.07) 53%,
      transparent 62%,
      transparent 100%
    );
    background-size: 240% 240%;
    animation: niche-beam-sweep 5s ease-in-out infinite alternate;
    mix-blend-mode: screen;
    opacity: 0.42;
  }
}

@keyframes niche-beam-sweep {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.niche-fit__ambient {
  position: absolute;
  inset: -12% -8% -8% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(232, 231, 210, 0.09), transparent 55%),
    radial-gradient(ellipse 50% 45% at 88% 70%, rgba(118, 112, 98, 0.12), transparent 50%);
  z-index: 0;
}

.niche-fit__bento {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-areas:
    "c1"
    "c2"
    "c3"
    "c4";
}

@media (min-width: 640px) {
  .niche-fit__bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "c1 c2"
      "c3 c4";
  }
}

.niche-fit__card {
  grid-area: var(--niche-area);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1.2rem 1.25rem 1.35rem;
  border-radius: calc(var(--radius-lg) + 2px);
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(0, 0, 0, 0.15) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.45s var(--ease-out),
    border-color 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out);
}

.niche-fit__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(600px circle at var(--hx, 30%) var(--hy, 20%), rgba(232, 231, 210, 0.12), transparent 42%);
  transition: opacity 0.5s var(--ease-out);
}

.niche-fit__card:hover:not(.is-scroll-focus):not(.is-scroll-prelude) {
  transform: translateY(-3px);
  border-color: rgba(232, 231, 210, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 0 1px rgba(232, 231, 210, 0.12),
    0 24px 56px rgba(0, 0, 0, 0.55);
}

.niche-fit__card:hover:not(.is-scroll-focus):not(.is-scroll-prelude)::after {
  opacity: 1;
}

.niche-fit__card:hover:not(.is-scroll-focus):not(.is-scroll-prelude) {
  --hx: 70%;
  --hy: 80%;
}

.niche-fit__sweep {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.niche-fit__sweep::after {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.niche-fit__card.is-scroll-focus {
  border-color: rgba(232, 231, 210, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 0 1px rgba(232, 231, 210, 0.14),
    0 22px 56px rgba(0, 0, 0, 0.52);
  transform: scale(1.025);
}

.niche-fit__card.is-scroll-focus::after {
  opacity: 0.85;
}

.niche-fit__card.is-scroll-prelude {
  border-color: rgba(232, 231, 210, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 0 0 1px rgba(232, 231, 210, 0.08),
    0 14px 40px rgba(0, 0, 0, 0.42);
  transform: scale(1.012);
}

/* Mobile: diagonal por card; desktop: faixa global (.niche-fit__beam), sem sweep por card */
.niche-fit__card.is-scroll-focus .niche-fit__sweep::after {
  opacity: 1;
  left: -35%;
  top: -35%;
  width: 170%;
  height: 170%;
  background: linear-gradient(
    127deg,
    transparent 40%,
    rgba(232, 231, 210, 0.11) 49.5%,
    rgba(232, 231, 210, 0.2) 50.5%,
    transparent 60%
  );
  animation: niche-sweep-diag 2.4s ease-in-out infinite alternate;
}

@media (min-width: 640px) {
  .niche-fit__card.is-scroll-focus .niche-fit__sweep::after,
  .niche-fit__card.is-scroll-prelude .niche-fit__sweep::after {
    display: none;
  }
}

@keyframes niche-sweep-diag {
  0% {
    transform: translate(-14%, -14%);
  }
  100% {
    transform: translate(14%, 14%);
  }
}

.niche-fit__icon {
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin-bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: rgba(232, 231, 210, 0.92);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.niche-fit__icon-svg {
  width: 22px;
  height: 22px;
}

.niche-fit__card-title {
  position: relative;
  z-index: 3;
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 2.35vw, 1.22rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.28;
  text-transform: uppercase;
  background: linear-gradient(135deg, #767062 0%, #a8a394 40%, #e8e7d2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.niche-fit__card-body {
  position: relative;
  z-index: 3;
  margin: 0;
  font-size: clamp(0.98rem, 2.1vw, 1.12rem);
  line-height: 1.64;
  color: rgba(248, 248, 248, 0.9);
  max-width: none;
}

@media (min-width: 1024px) {
  .niche-fit__card {
    padding: 1.5rem 1.5rem 1.6rem;
  }
  .niche-fit__card-title {
    font-size: clamp(1.12rem, 1.25vw, 1.38rem);
    margin-bottom: 0.65rem;
    line-height: 1.22;
  }
  .niche-fit__card-body {
    font-size: clamp(1.05rem, 1.12vw, 1.18rem);
    line-height: 1.68;
    color: rgba(248, 248, 248, 0.92);
  }
  .niche-fit__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
  }
  .niche-fit__icon-svg {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .niche-fit__card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .niche-fit__card:hover:not(.is-scroll-focus):not(.is-scroll-prelude) {
    transform: none;
  }
  .niche-fit__sweep::after,
  .niche-fit__beam {
    animation: none !important;
    opacity: 0 !important;
  }
  .niche-fit__beam {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog__track,
  .process-flow-track.is-mobile-loop,
  .process-node,
  .hero-headline-pendulum,
  .process-nexus__aurora,
  .process-nexus__drift,
  .process-nexus__rail-glow,
  .process-nexus__pipe--energy,
  .process-nexus__panel-scan,
  .process-nexus__panel-scan--soft,
  .process-nexus__panel.is-panel-enter,
  .process-nexus__panel.is-panel-enter .process-nexus__panel-title,
  .process-nexus__panel.is-panel-enter .process-nexus__panel-body,
  .process-nexus__panel-shell.is-shell-pulse {
    animation: none !important;
  }
  .btn {
    animation: none !important;
    transition: none !important;
  }
  .process-nexus__tab,
  .process-nexus__glyph,
  .process-nexus__glyph-img,
  .process-nexus__figure {
    transition: none !important;
  }
  .process-nexus__glyph.is-active .process-nexus__glyph-img {
    filter: none !important;
  }
}

/* I) CTA final – fechamento persuasivo (premium, mais forte) */
.cta-final {
  padding: 5rem 1.5rem 6rem;
  text-align: center;
}
.cta-final__wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  padding-bottom: 1rem;
}
.cta-final__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8e7d2, transparent);
  border-radius: 1px;
}
.cta-final__sub {
  font-size: clamp(1rem, 2.25vw, 1.125rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.93);
  margin: 0 0 2rem;
}

@media (min-width: 1024px) {
  .cta-final__title {
    font-size: clamp(2.1rem, 2.9vw, 3.35rem);
    margin-bottom: 1.65rem;
    line-height: 1.18;
  }

  .cta-final__sub {
    font-size: clamp(0.92rem, 1.1vw, 1.04rem);
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.75rem;
  }

  .cta-final__wrap--wide {
    max-width: 1080px;
  }

  .cta-final-card__title {
    font-size: clamp(1.08rem, 1.25vw, 1.32rem);
    line-height: 1.25;
  }
  .cta-final-card__desc {
    font-size: 0.84rem;
    line-height: 1.52;
  }
  .cta-final-card__inner {
    padding: 2rem 1.65rem;
    min-height: 176px;
  }
}

.catalog__sub,
.catalog__item-desc,
.hero-cta-sub,
.after-diag__micro,
.cta-final__micro,
.process-subheadline {
  color: rgba(255, 255, 255, 0.93);
}

.hero-vsl-modal__sub,
.process-flow-modal__sub,
.founder-lead,
.after-diag__step-desc,
.diag-card__desc {
  color: rgba(248, 248, 248, 0.94);
}

/* CTA final – layout com cards (estilo Ritus) */
.cta-final__wrap--wide {
  max-width: 960px;
}
.cta-final__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
}
/* Animação da borda – progresso até fechar (igual Ritus Flow) */
@keyframes cta-card-progress {
  0% { width: 0%; opacity: 1; }
  100% { width: 100%; opacity: 1; }
}

.cta-final-card {
  position: relative;
  flex: 1 1 140px;
  min-width: 0;
  max-width: 320px;
  background: rgba(18, 18, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  transition: flex-grow 0.4s ease-out, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
/* Barra que percorre a borda do card – indica tempo até fechar */
.cta-final-card__progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #e8e7d2, rgba(232, 231, 210, 0.6));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  pointer-events: none;
  transform-origin: left;
}
.cta-final-card--expanded .cta-final-card__progress {
  animation: cta-card-progress 10.5s linear forwards;
}
.cta-final-card:not(.cta-final-card--expanded) .cta-final-card__progress {
  width: 0;
  animation: none;
}
.cta-final-card--expanded {
  flex-grow: 2;
  box-shadow: 0 0 24px rgba(232, 231, 210, 0.08);
  border-color: rgba(232, 231, 210, 0.15);
}
.cta-final-card__inner {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.25rem;
  min-height: 140px;
  cursor: pointer;
  height: 100%;
  transition: transform 0.2s ease;
}
.cta-final-card__inner:hover {
  transform: translateY(-1px);
}
.cta-final-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(232, 231, 210, 0.08);
  color: #e8e7d2;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
}
.cta-final-card--expanded .cta-final-card__icon {
  transform: scale(1.05);
  background: rgba(232, 231, 210, 0.12);
}
.cta-final-card__title {
  font-family: var(--font-display);
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  transition: margin 0.3s ease;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 14px rgba(232, 231, 210, 0.3));
}
.cta-final-card__desc {
  font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.35s ease, margin 0.35s ease;
}
.cta-final-card--expanded .cta-final-card__desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .cta-final__wrap--wide { max-width: 1000px; }
  .cta-final__cards { gap: 1.25rem; margin-bottom: 2.5rem; }
  .cta-final-card { flex: 1 1 160px; }
  .cta-final-card__inner { padding: 1.75rem 1.5rem; min-height: 160px; }
}
@media (max-width: 767px) {
  .cta-final__cards { flex-direction: column; align-items: center; }
  .cta-final-card {
    max-width: 100%;
    width: 100%;
    flex: 0 0 auto; /* No mobile, permite o card crescer em altura ao expandir */
    height: auto;
  }
  .cta-final-card--expanded {
    flex: 0 0 auto;
  }
  .cta-final-card--expanded .cta-final-card__desc {
    max-height: 260px;
    opacity: 1;
    margin-top: 0.35rem;
  }
  .cta-final-card.is-open-mobile .cta-final-card__desc {
    max-height: 260px !important;
    opacity: 1 !important;
    margin-top: 0.35rem !important;
  }
  .cta-final-card:not(.is-open-mobile):not(.cta-final-card--expanded) .cta-final-card__desc {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }
  /* Fallback visual robusto (caso JS falhe no click em algum browser mobile) */
  .cta-final-card:focus-within .cta-final-card__desc {
    max-height: 260px;
    opacity: 1;
    margin-top: 0.35rem;
  }
  .cta-final-card__inner {
    min-height: 132px;
    height: auto;
  }
}
.cta-final__copy {
  text-align: left;
  margin-bottom: 2rem;
  padding: 1.5rem 1.25rem;
  background: rgba(18, 18, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
}
.cta-final__intro {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}
.cta-final__groups {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1rem;
  line-height: 1.6;
}
.cta-final__answer {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: #e8e7d2;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}
.cta-final__list-label {
  text-align: center;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.cta-final__bullets {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final__bullets li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
.cta-final__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8e7d2;
}
.cta-final__close {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 2rem;
}
.cta-final__cta {
  margin-top: 2rem;
  text-align: center;
}
.cta-final__cta .block-cta__kicker {
  margin-bottom: 0.75rem;
}
.cta-final__btn {
  min-width: 280px;
  padding: 1.1rem 2rem;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  transition: transform var(--ease-out), box-shadow var(--ease-out);
  box-shadow: 0 0 20px rgba(232, 231, 210, 0.12);
}
.cta-final__btn:hover {
  box-shadow: 0 0 28px rgba(232, 231, 210, 0.2);
}
.cta-final__micro {
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .cta-final { padding: 6rem 1.5rem 7rem; }
  .cta-final__wrap { max-width: 680px; }
  .cta-final__wrap--wide { max-width: 1000px; }
  .cta-final__copy { padding: 2rem 2rem; }
}

/* —— Depoimentos (grid 3 col · cards com estrelas + avatar iniciais — padrão SaaS que converte) —— */
.sec--testimonials {
  position: relative;
}

.wrap--testimonials {
  max-width: min(72rem, 94vw);
  margin-left: auto;
  margin-right: auto;
}

.testimonials__head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.testimonials__title.sec-title {
  margin-bottom: 0.85rem;
}

.testimonials__sub {
  margin: 0 auto;
  max-width: 36rem;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 900px) {
  .testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.35rem 1.35rem;
  background: linear-gradient(165deg, rgba(22, 22, 22, 0.95) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  transition: transform var(--ease-out), border-color var(--ease-out), box-shadow var(--ease-out);
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 0.65rem;
  right: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(232, 231, 210, 0.12);
  pointer-events: none;
}

.testimonial-card--whatsapp::before {
  display: none;
}

.testimonial-card__wa {
  margin: 0 0 1.1rem;
  padding: 0;
  border-radius: 12px;
  overflow: auto;
  max-height: min(400px, 52vh);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.testimonial-card__screenshot {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 231, 210, 0.18);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(232, 231, 210, 0.06);
}

.testimonial-card__stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.85rem;
}

.testimonial-card__star {
  font-size: 0.95rem;
  line-height: 1;
  color: #c9b896;
  text-shadow: 0 0 12px rgba(232, 231, 210, 0.25);
}

.testimonial-card__quote {
  margin: 0 0 1.25rem;
  padding: 0;
  border: none;
  flex: 1;
}

.testimonial-card__quote p {
  margin: 0;
  font-size: clamp(0.9375rem, 1.9vw, 1.0625rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.testimonial-card__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #0a0a0a;
  background: linear-gradient(135deg, var(--gradient-gold-start), var(--gradient-gold-end));
  box-shadow: 0 4px 16px rgba(232, 231, 210, 0.15);
}

.testimonial-card__avatar--2 {
  background: linear-gradient(135deg, #5c6b5a, #b8c4a8);
  color: #0a0a0a;
}

.testimonial-card__avatar--3 {
  background: linear-gradient(135deg, #4a5a7a, #9db0d4);
  color: #0a0a0a;
}

.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  text-align: left;
}

.testimonial-card__name {
  font-style: normal;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5f5f5;
}

.testimonial-card__role {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 500;
}

@media (min-width: 768px) {
  .testimonials__head {
    margin-bottom: 2.75rem;
  }
  .testimonial-card {
    padding: 1.65rem 1.5rem 1.4rem;
  }
}
