/* Espaço Ser Integrativo — sessão de Barras de Access
   Paleta da identidade: violeta pérola, lilás primavera, verde colina.
   Tipografia: Comfortaa (títulos), Lato (texto), Stash (assinaturas da marca). */

@font-face {
  font-family: "Stash";
  src: url("../fonts/stash-light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Stash";
  src: url("../fonts/stash-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Stash";
  src: url("../fonts/stash-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --violeta-perola: #BFD6EE;
  --violeta-fundo: #4C5793;
  --lilas: #B595E5;
  --lilas-forte: #7B5AA6;
  --verde-colina: #C9D9A7;
  --verde-agua: #92B4A9;

  --tinta: #1B1830;
  --tinta-2: #262142;
  --creme: #F7F5FB;
  --branco: #FFFFFF;
  --texto: #221F33;
  --texto-suave: #58536E;
  --texto-claro: #D9D4EC;
  --linha: #E3DDF1;

  /* Títulos em Fraunces: mais personalidade e boa conversa com o logotipo
     manuscrito. Comfortaa (da identidade) segue nas etiquetas e nos números. */
  --display: "Fraunces", Georgia, serif;
  --rotulo: "Comfortaa", "Trebuchet MS", sans-serif;
  --corpo: "Lato", system-ui, -apple-system, "Segoe UI", sans-serif;
  --marca: "Stash", "Comfortaa", cursive;
  --raio: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html:not(.lenis) { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--creme);
  color: var(--texto);
  font-family: var(--corpo);
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; }
sup { font-size: .55em; vertical-align: super; line-height: 0; }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.14; margin: 0 0 .5em; text-wrap: balance; font-variation-settings: "SOFT" 40, "WONK" 0; }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.1em; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.estreito { max-width: 760px; }
.centro { text-align: center; }

.etiqueta {
  font-family: var(--rotulo);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--lilas-forte);
  margin-bottom: 1.2em;
}
.secao--escura .etiqueta, .hero .etiqueta, .fecho .etiqueta { color: var(--violeta-perola); }

.titulo-grande { font-size: clamp(2.1rem, 5vw, 3.4rem); }

/* Assinatura no traço do logotipo */
.assinatura {
  font-family: var(--marca);
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--violeta-fundo);
  opacity: .65;
  margin: 28px 0 0;
}

/* ---------- Camada decorativa (parallax) ---------- */
.flutuantes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.flutua, .bolha, .anel, .ponto, .folha { position: absolute; will-change: transform; }

.flutua { opacity: .1; }
.flutua--simbolo-hero { width: clamp(220px, 34vw, 460px); top: 4%; right: -6%; opacity: .14; }
.flutua--simbolo-decl { width: clamp(180px, 26vw, 340px); bottom: -14%; left: -5%; opacity: .16; }
.flutua--simbolo-fecho { width: clamp(200px, 30vw, 400px); top: -12%; right: -8%; opacity: .12; }

.bolha { border-radius: 50%; filter: blur(30px); }
.bolha--lilas { width: 52vw; max-width: 620px; aspect-ratio: 1; top: -12%; right: -14%; background: radial-gradient(circle, rgba(181, 149, 229, .6), transparent 68%); }
.bolha--azul { width: 46vw; max-width: 540px; aspect-ratio: 1; bottom: -18%; left: -16%; background: radial-gradient(circle, rgba(76, 87, 147, .55), transparent 70%); }
.bolha--verde { width: 40vw; max-width: 460px; aspect-ratio: 1; top: -10%; right: -12%; background: radial-gradient(circle, rgba(201, 217, 167, .55), transparent 70%); }
.bolha--peq { width: 34vw; max-width: 380px; bottom: -12%; right: -10%; }
.bolha--fecho { width: 60vw; max-width: 700px; bottom: -30%; left: -10%; }

.anel { border-radius: 50%; border: 1px solid currentColor; opacity: .22; }
.anel--1 { width: 180px; height: 180px; color: var(--violeta-perola); top: 62%; left: -60px; }
.anel--2 { width: 260px; height: 260px; color: var(--lilas); top: 8%; right: -90px; opacity: .3; }
.anel--3 { width: 220px; height: 220px; color: var(--violeta-perola); top: 12%; right: 4%; }

.ponto { border-radius: 50%; }
.ponto--1 { width: 12px; height: 12px; background: var(--verde-colina); top: 28%; left: 8%; opacity: .7; }
.ponto--2 { width: 8px; height: 8px; background: var(--lilas); top: 74%; right: 22%; opacity: .8; }
.ponto--3 { width: 14px; height: 14px; background: var(--verde-agua); top: 18%; left: 6%; opacity: .5; }
.ponto--4 { width: 10px; height: 10px; background: var(--lilas); bottom: 16%; right: 10%; opacity: .55; }

/* folha: pétala em traço, no espírito do símbolo */
.folha {
  width: 120px;
  height: 120px;
  border-radius: 0 60% 0 60%;
  border: 1.5px solid currentColor;
  opacity: .3;
}
.folha--1 { color: var(--verde-agua); top: 12%; left: -40px; }
.folha--2 { color: var(--lilas); bottom: 6%; right: -30px; width: 160px; height: 160px; }
.folha--3 { color: var(--verde-colina); top: 8%; right: 6%; opacity: .45; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  min-height: 54px;
  padding: .85em 1.7em;
  border-radius: 999px;
  font-family: var(--rotulo);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}
.btn .icone { width: 1.3em; height: 1.3em; flex: none; }
.btn--principal {
  background: linear-gradient(120deg, var(--lilas), var(--violeta-fundo));
  color: #fff;
  box-shadow: 0 16px 34px -18px rgba(76, 87, 147, .9);
}
.btn--principal:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -18px rgba(76, 87, 147, .95); }
.btn--contorno {
  min-height: 44px;
  padding: .5em 1.3em;
  font-size: .9rem;
  border: 1.5px solid rgba(191, 214, 238, .55);
  color: #fff;
}
.btn--contorno:hover { background: var(--violeta-perola); border-color: var(--violeta-perola); color: var(--tinta); }
.btn--grande { font-size: 1.1rem; padding: 1em 2.2em; }
:focus-visible { outline: 3px solid var(--lilas); outline-offset: 3px; }

.link { color: var(--lilas-forte); font-weight: 700; text-underline-offset: 4px; }
.secao--escura .link, .hero .link { color: var(--violeta-perola); }

/* ---------- Topo ---------- */
.topo {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 14px 20px;
  transition: background-color .3s, backdrop-filter .3s, padding .3s;
}
.topo--solido { background: rgba(27, 24, 48, .82); backdrop-filter: blur(10px); padding: 8px 20px; }
.topo__linha { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1180px; margin: 0 auto; }
/* o SVG do logo é monocromático (#4C5793); no topo escuro ele vira branco */
.topo__logo img { width: 156px; height: auto; filter: brightness(0) invert(1); opacity: .95; }
.topo__menu { display: none; gap: 28px; font-family: var(--rotulo); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.topo__menu a { color: rgba(255, 255, 255, .78); text-decoration: none; transition: color .2s; }
.topo__menu a:hover { color: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--tinta);
  color: #fff;
  padding: 130px 20px 72px;
  overflow: hidden;
}
.hero__conteudo { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; }
.hero__titulo { font-size: clamp(2rem, 10.5vw, 5.4rem); font-weight: 500; letter-spacing: -.02em; margin-bottom: .35em; }
.hero__titulo .linha { display: block; overflow: hidden; }
.hero__titulo .linha > span { display: block; }
.hero__lead { max-width: 34em; color: var(--texto-claro); font-size: 1.1rem; font-weight: 300; }
.hero__acoes { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.hero__preco { font-family: var(--rotulo); font-size: .95rem; color: var(--violeta-perola); }
.nota-google { display: flex; align-items: center; gap: 10px; margin: 26px 0 0; font-size: .9rem; color: var(--texto-claro); }
.estrelas { color: var(--verde-colina); letter-spacing: .12em; }
.hero__midia { position: relative; z-index: 1; margin: 48px auto 0; max-width: 1140px; }
.hero__midia img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--raio);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .8);
}
.hero__rolar { display: none; }

/* Fotos que se revelam ao entrar na tela */
.revelar { overflow: hidden; border-radius: var(--raio); }
.revelar img { transform-origin: center; }

/* ---------- Faixa rolante ---------- */
.faixa { background: var(--tinta); overflow: hidden; padding: 0 0 26px; }
.faixa__trilho {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  font-family: var(--rotulo);
  font-size: 1.05rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(217, 212, 236, .55);
  animation: correr 34s linear infinite;
}
.faixa__trilho i { width: 7px; height: 7px; border-radius: 50%; background: var(--lilas); flex: none; }
@keyframes correr { to { transform: translateX(-50%); } }

/* ---------- Declaração ---------- */
.declaracao {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  background: var(--creme);
}
.declaracao__texto {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.7rem, 5.4vw, 3.4rem);
  line-height: 1.3;
  text-align: center;
  color: var(--texto);
}
.declaracao__texto span { display: inline-block; }
.js .declaracao__texto span { opacity: .16; }

/* ---------- Seções ---------- */
.secao { position: relative; overflow: hidden; padding: 88px 0; }
.secao--clara { background: var(--branco); }
.secao--escura { background: var(--tinta-2); color: #fff; }
.secao p { color: var(--texto-suave); }
.secao--escura p { color: var(--texto-claro); }
.secao .container { position: relative; z-index: 1; }

.grade { display: grid; gap: 36px; }
.grade--foto { align-items: center; }

.marcadores { list-style: none; margin: 0; padding: 0; }
.marcadores li { position: relative; padding: 10px 0 10px 30px; color: var(--texto-suave); }
.secao--escura .marcadores li { color: var(--texto-claro); }
.marcadores li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--verde-colina), var(--verde-agua));
}

.moldura img { width: 100%; border-radius: var(--raio); aspect-ratio: 3 / 2; object-fit: cover; box-shadow: 0 30px 60px -36px rgba(34, 31, 51, .65); }

.numeros { display: flex; flex-wrap: wrap; gap: 32px; margin: 32px 0 0; padding-top: 28px; border-top: 1px solid rgba(217, 212, 236, .25); }
.numeros dt { font-family: var(--display); font-size: 2rem; font-weight: 600; color: var(--violeta-perola); }
.numeros dd { margin: 0; font-size: .85rem; color: var(--texto-claro); }

/* ---------- Trilho horizontal ---------- */
.trilho { position: relative; background: var(--creme); padding: 88px 0; }
.trilho__cabecalho { margin-bottom: 40px; }
.trilho__palco { overflow: hidden; }
.trilho__cartoes {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.trilho__cartoes::-webkit-scrollbar { display: none; }
.cartao {
  flex: 0 0 min(78vw, 320px);
  scroll-snap-align: center;
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  padding: 30px 26px 34px;
  box-shadow: 0 24px 50px -40px rgba(34, 31, 51, .5);
}
.cartao__num {
  display: block;
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
  background: linear-gradient(120deg, var(--lilas), var(--violeta-fundo));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cartao p { margin: 0; color: var(--texto-suave); font-size: .98rem; }

/* ---------- Preço ---------- */
.cartao-preco {
  display: grid;
  gap: 28px;
  align-items: center;
  max-width: 1000px;
  padding: 44px 32px;
  background: linear-gradient(140deg, rgba(191, 214, 238, .35), rgba(201, 217, 167, .3));
  border-radius: calc(var(--raio) + 8px);
  border: 1px solid var(--linha);
}
.preco { font-size: clamp(2.6rem, 7vw, 3.6rem); margin: 0; }
.preco__nota { margin: 0; }
.lista-inclui { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.lista-inclui li { position: relative; padding-left: 28px; color: var(--texto); font-size: .98rem; }
.lista-inclui li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--lilas-forte);
  border-bottom: 2px solid var(--lilas-forte);
  transform: rotate(-45deg);
}

/* ---------- Depoimentos ---------- */
.carrossel {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  padding: 4px 20px 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carrossel::-webkit-scrollbar { display: none; }
.depo {
  flex: 0 0 min(86vw, 420px);
  scroll-snap-align: center;
  background: var(--creme);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  padding: 30px 28px;
}
.depo__texto { font-family: var(--display); font-size: 1.05rem; line-height: 1.6; color: var(--texto); min-height: 5.6em; }
.depo__autor { margin: 0; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; color: var(--lilas-forte); }

/* ---------- FAQ ---------- */
.faq { margin-top: 32px; border-top: 1px solid var(--linha); }
.faq details { border-bottom: 1px solid var(--linha); }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  font-family: var(--rotulo);
  font-weight: 600;
  color: var(--texto);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--lilas-forte); transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { overflow: hidden; }
.faq details p { padding-bottom: 20px; margin: 0; }

/* ---------- Em resumo (ficha factual) ---------- */
.ficha { margin: 32px 0 0; border-top: 1px solid var(--linha); }
.ficha div { display: grid; gap: 4px 28px; padding: 16px 0; border-bottom: 1px solid var(--linha); }
.ficha dt { font-family: var(--rotulo); font-weight: 600; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lilas-forte); }
.ficha dd { margin: 0; color: var(--texto); }
.ficha dt::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--verde-colina); vertical-align: middle; }
.ficha div:nth-child(even) dt::before { background: var(--verde-agua); }
@media (min-width: 760px) { .ficha div { grid-template-columns: 170px 1fr; align-items: baseline; } }

.endereco { font-style: normal; font-family: var(--display); font-size: 1.15rem; line-height: 1.6; margin-bottom: 1em; }

/* ---------- Fecho ---------- */
.fecho {
  position: relative;
  background: var(--tinta);
  color: #fff;
  padding: 104px 20px 112px;
  overflow: hidden;
}
.fecho .container { position: relative; z-index: 1; }
.fecho p { color: var(--texto-claro); margin-bottom: 2em; }

/* ---------- Rodapé ---------- */
.rodape { background: var(--tinta); color: rgba(217, 212, 236, .75); font-size: .85rem; padding: 32px 0 110px; }
.rodape p { margin: 0 0 .6em; }
.rodape a { color: #fff; }
.rodape__aviso, .rodape__credito { font-size: .75rem; opacity: .75; }

/* ---------- Barra fixa ---------- */
.barra-fixa {
  position: fixed;
  inset: auto 0 0;
  z-index: 45;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(247, 245, 251, .96);
  border-top: 1px solid var(--linha);
  transform: translateY(120%);
  transition: transform .35s ease;
}
.barra-fixa.visivel { transform: none; }
.barra-fixa .btn { width: 100%; }

/* ---------- Estados iniciais das animações ---------- */
[data-anim], [data-float] { will-change: transform, opacity; }
.js [data-anim="sobe"], .js [data-anim="escala"] { opacity: 0; }
.js [data-anim="sobe"] { transform: translateY(24px); }
.js [data-anim="escala"] { transform: scale(.96); }
.js .hero__titulo .linha > span { transform: translateY(105%); }
.js .revelar img { transform: scale(1.14); }

/* ---------- Telas maiores ---------- */
@media (min-width: 760px) {
  .grade { grid-template-columns: 1fr 1fr; gap: 56px; }
  .cartao-preco { grid-template-columns: 1fr 1fr auto; padding: 52px 48px; }
  .hero { padding: 168px 40px 88px; }
  .secao { padding: 120px 0; }
  .trilho { padding: 120px 0; }
  .declaracao { padding: 180px 20px; }
}

@media (min-width: 1024px) {
  .topo__menu { display: flex; }
  .topo__logo img { width: 180px; }
  .hero__rolar {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 1;
    width: 26px;
    height: 42px;
    border: 1.5px solid rgba(217, 212, 236, .5);
    border-radius: 999px;
    transform: translateX(-50%);
  }
  .hero__rolar span {
    position: absolute;
    left: 50%;
    top: 9px;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    border-radius: 2px;
    background: var(--violeta-perola);
    animation: descer 1.8s ease-in-out infinite;
  }
  @keyframes descer { 0%, 100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(14px); opacity: .2; } }
  .grade--inverso > :first-child { order: 2; }
  .trilho__cartoes { padding-left: max(20px, calc((100vw - 1140px) / 2)); }
  .cartao { flex-basis: 340px; }
  .barra-fixa { display: none; }
  .rodape { padding-bottom: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .faixa__trilho, .hero__rolar span { animation: none; }
  .js [data-anim] { opacity: 1 !important; transform: none !important; }
  .js .hero__titulo .linha > span, .js .revelar img { transform: none; }
  .js .declaracao__texto span { opacity: 1; }
  .flutuantes { display: none; }
  * { transition-duration: .01ms !important; }
}

/* =========================================================
   Ajustes pedidos: corte da foto do topo, logo maior,
   mais verde e os elementos da marca voando à frente.
   ========================================================= */

/* Foto do topo com corte em folha, no espírito das gotas do símbolo */
.hero__midia { max-width: 1020px; }
.hero__midia.revelar {
  border-radius: clamp(90px, 20vw, 260px) 28px clamp(90px, 20vw, 260px) 28px;
}
.hero__midia img { aspect-ratio: 4 / 3; }

/* Logo do topo maior */
.topo__logo img { width: clamp(180px, 28vw, 210px); }

/* Elementos da marca dentro das seções */
.marca { position: absolute; opacity: .4; will-change: transform; }
.marca--infinito { width: clamp(90px, 12vw, 150px); top: 20%; right: 8%; opacity: .5; }
.marca--folha { width: clamp(70px, 9vw, 110px); bottom: 12%; left: 4%; opacity: .45; }

/* Camada que voa à frente da página.
   Profundidade: quem está "perto da câmera" é grande, desfocado e rápido;
   quem está longe é pequeno, translúcido e lento. */
.voando { position: fixed; inset: 0; z-index: 35; pointer-events: none; overflow: hidden; }
.voa { position: absolute; will-change: transform; }
.voa.perto { filter: blur(7px); opacity: .5; }
.voa.medio { filter: blur(2.5px); opacity: .75; }
.voa.longe { filter: blur(.5px); opacity: .45; }

.voa--1 { width: 250px; top: 58%; left: -4%; }
.voa--2 { width: 190px; top: 12%; right: -3%; }
.voa--3 { width: 54px;  top: 30%; left: 12%; opacity: .95; }
.voa--4 { width: 38px;  top: 74%; right: 16%; opacity: .9; }
.voa--5 { width: 46px;  top: 44%; right: 7%; opacity: .85; }
.voa--6 { width: 26px;  top: 20%; left: 42%; }
.voa--7 { width: 62px;  top: 86%; left: 26%; }
.voa--8 { width: 30px;  top: 6%;  left: 66%; opacity: .9; }

/* Elementos que passam ATRÁS do conteúdo, dentro de cada seção */
.atras { position: absolute; will-change: transform; }
.atras--galho { width: clamp(340px, 46vw, 680px); top: 2%; right: -12%; opacity: .32; filter: blur(3px); }
.atras--galho-fecho { width: clamp(320px, 40vw, 560px); bottom: -8%; left: -10%; opacity: .26; filter: blur(4px); transform: scaleX(-1); }
.atras--infinito { width: clamp(300px, 44vw, 620px); top: 12%; left: 50%; margin-left: -22vw; opacity: .16; filter: blur(3px); }
.atras--folha { width: clamp(220px, 26vw, 380px); bottom: -6%; left: -6%; opacity: .5; filter: blur(2px); }
.atras--folha-ale { width: clamp(200px, 24vw, 340px); top: 6%; left: -8%; opacity: .35; filter: blur(3px); }
.atras--gota { width: clamp(90px, 12vw, 150px); top: 14%; right: 6%; opacity: .55; filter: blur(1px); }

/* Mais verde pela página */
.bolha--menta { width: 44vw; max-width: 500px; aspect-ratio: 1; bottom: -16%; right: -12%; background: radial-gradient(circle, rgba(146, 180, 169, .5), transparent 70%); }
.faixa__trilho i:nth-of-type(odd) { background: var(--verde-colina); }
.hero__preco { color: var(--verde-colina); }
.declaracao { background: linear-gradient(180deg, var(--creme) 0%, #EDF3E8 100%); }
.trilho { background: linear-gradient(180deg, #EDF3E8 0%, var(--creme) 100%); }
.cartao:nth-child(even) .cartao__num { background-image: linear-gradient(120deg, var(--verde-agua), var(--violeta-fundo)); }
.numeros div:nth-child(2) dt { color: var(--verde-colina); }
.depo { border-left: 3px solid var(--verde-colina); }
.lista-inclui li:nth-child(even)::before { border-color: var(--verde-agua); }
.marcadores li::before { background: linear-gradient(120deg, var(--verde-colina), var(--verde-agua)); }

@media (max-width: 759px) {
  /* menos elementos voando na tela pequena, e nada muito grande */
  .voa--4, .voa--6, .voa--8 { display: none; }
  .voa--1 { width: 150px; }
  .voa--2 { width: 120px; }
  .voa--7 { width: 44px; }
  .atras--infinito { margin-left: -34vw; }
}

@media (prefers-reduced-motion: reduce) {
  .voando { display: none; }
}

/* ---------- Indicador de arrasto (carrosséis no celular) ---------- */
.arrasta {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 6px auto 0;
  padding: 0 20px;
}
.arrasta__pontos { display: flex; align-items: center; gap: 7px; }
.arrasta__pontos i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--linha);
  transition: width .3s ease, background-color .3s ease;
}
.arrasta__pontos i.ativo { width: 22px; background: linear-gradient(120deg, var(--lilas), var(--verde-agua)); }
.secao--escura .arrasta__pontos i { background: rgba(217, 212, 236, .3); }

.arrasta__dica {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--rotulo);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--lilas-forte);
  transition: opacity .4s ease;
}
.arrasta__dica svg { width: 18px; height: 18px; animation: deslizar 1.8s ease-in-out infinite; }
@keyframes deslizar {
  0%, 100% { transform: translateX(-3px); opacity: .5; }
  50% { transform: translateX(5px); opacity: 1; }
}
/* depois que a pessoa arrasta, a dica some e ficam só os pontos */
.arrasta.interagiu .arrasta__dica { opacity: 0; pointer-events: none; }

@media (max-width: 1023px) {
  .arrasta { display: flex; }
  .trilho__cartoes, .carrossel { padding-bottom: 14px; }
}
