@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap');

:root{
  --bg:#ffffff;
  --ink:#0b0f19;
  --muted:#5b6476;
  --line:#e9edf5;
  --alt:#f5f6f8;
  --accent:#16a34a;
  --danger:#dc2626; /* <- vermelho */
  --shadow: 0 10px 30px rgba(16, 24, 40, .10);
  --radius:16px;
}
.red{ color: var(--danger) !important; }


*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--ink);
  background:var(--bg);
}
a{ color:inherit; text-decoration:none; }

.wrap{ width:min(980px, 92%); margin:0 auto; }

.center{ text-align:center; }
.mt{ margin-top:16px; }

.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(8px);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  gap:10px;
}
.topbar__left{ display:flex; align-items:center; gap:10px; font-size:13px; color:var(--muted); }
.topbar__right{ font-size:13px; font-weight:800; opacity:.9; }
.topbar__right:hover{ text-decoration:underline; }

.pulse{
  width:10px; height:10px; border-radius:999px; background:var(--accent);
  box-shadow:0 0 0 0 rgba(22,163,74,.5);
  animation:pulse 1.7s infinite;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(22,163,74,.55); }
  70%{ box-shadow:0 0 0 10px rgba(22,163,74,0); }
  100%{ box-shadow:0 0 0 0 rgba(22,163,74,0); }
}

.section{ padding:56px 0; }
.section--alt{ background:var(--alt); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }

.h2{ font-size:32px; line-height:1.1; margin:0 0 10px; letter-spacing:-.02em; }
.p{ margin:0; color:var(--muted); font-size:16px; line-height:1.6; }

.hero{
  padding:54px 0 46px;
  border-bottom:1px solid var(--line);
}
.hero__badge{
  display:inline-block;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  background:#fff;
}
.hero__title{
  margin:14px 0 12px;
  font-size:44px;
  line-height:1.05;
  letter-spacing:-.03em;
}
.hero__sub{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  max-width: 860px;
}
  /* ===== HERO NOVO (centralizado e com mais respiro) ===== */
.hero--center{
  padding: 70px 0 60px;
  text-align: center;
}

.hero__question{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hero__title{
  margin: 0 auto 18px;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 940px;
}

.hero__promise{
  margin: 0 auto 26px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

/* Vermelho para destaques */
.red{ color: var(--danger) !important; }

/* CTA centralizado */
.cta--center{
  justify-content: center;
}
   @media (max-width: 900px){
  .hero__question{ font-size: 18px; }
  .hero__title{ font-size: 34px; }
  .hero__promise{ font-size: 18px; }
}

.mark{
  background: linear-gradient(0deg, rgba(22,163,74,.18), rgba(22,163,74,.18));
  padding:0 6px;
  border-radius:10px;
}

.chips{ display:flex; gap:10px; flex-wrap:wrap; margin:16px 0 10px; }
.chip{
  font-size:13px;
  padding:8px 10px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  color:var(--ink);
  font-weight:600;
}

.cta{ display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 12px; justify-content:flex-start; }
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  font-weight:900;
  letter-spacing:.02em;
  border:1px solid transparent;
  transition: transform .08s ease;
  user-select:none;
}
.btn:hover{ transform: translateY(-1px); }
.btn--block{ width:100%; }
.btn--primary{ background:var(--accent); color:#fff; }
.btn--ghost{ background:#fff; border-color:var(--line); color:var(--ink); }

.trust{
  display:flex; gap:14px; flex-wrap:wrap;
  color:var(--muted);
  font-size:13px;
  margin-bottom:18px;
}
.trust__item{ display:flex; align-items:center; gap:8px; }
.dot{ width:8px; height:8px; background:var(--accent); border-radius:999px; display:inline-block; }

.hero__box{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
  padding:16px;
}
.hero__box__right{ border-left:1px dashed var(--line); padding-left:16px; }
.miniTitle{ font-size:12px; font-weight:900; letter-spacing:.08em; color:var(--muted); text-transform:uppercase; }

.check, .xlist{
  margin:10px 0 0;
  padding-left:18px;
  color:var(--ink);
}
.check li, .xlist li{ margin:8px 0; color:var(--ink); }
.xlist{ color:var(--ink); }

.stamp{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:#0b0f19;
  color:#fff;
  font-weight:900;
  letter-spacing:.08em;
  font-size:12px;
  text-transform:uppercase;
}
.price{ margin:14px 0 10px; }
.price__label{ font-size:12px; color:var(--muted); font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.price__value{ font-size:32px; font-weight:900; letter-spacing:-.02em; margin-top:2px; }
.price__value--big{ font-size:40px; }
.note{ margin-top:10px; font-size:12.5px; color:var(--muted); line-height:1.5; }

.stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin:18px 0;
}
.stat{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: 0 6px 18px rgba(16,24,40,.06);
  text-align:center;
}
.stat__num{ font-size:28px; font-weight:900; }
.stat__label{ font-size:12.5px; color:var(--muted); margin-top:4px; }

.proofGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:14px;
}
.proofCard{
  background:#fff;
  border:1px solid #e5eaf1;
  border-radius:18px;
  box-shadow: 0 10px 24px rgba(16,24,40,.10);
  overflow: hidden;
  padding: 6px;              /* não cola na borda */
}

.proofCard__img{
  height:160px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #0b0f19;
  color:#fff;
  font-weight:900;
  letter-spacing:.08em;
}
.proofCard__text{
  padding:12px;
  color:var(--ink);
  font-size:13.5px;
  font-weight:600;
}

.painBox{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:12px;
  margin-top:14px;
}
.painSide{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: 0 6px 18px rgba(16,24,40,.06);
}

.cards3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:14px;
}
.cards2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  margin-top:14px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: 0 6px 18px rgba(16,24,40,.06);
}
.card__title{ font-weight:900; margin-bottom:6px; }
.card__text{ color:var(--muted); line-height:1.6; }

.olist{ margin:10px 0 0; padding-left:18px; color:var(--ink); }
.olist li{ margin:8px 0; }
.small{ margin-top:10px; font-size:12.5px; color:var(--muted); line-height:1.6; }

.anchor{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:12px;
  margin-top:14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
  padding:14px;
}
.anchor__right{
  border-left:1px dashed var(--line);
  padding-left:14px;
  text-align:center;
}

.offer{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:12px;
  margin-top:14px;
}
.offer__right{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: var(--shadow);
  text-align:center;
}
.valueStack{ margin-top:12px; border-top:1px dashed var(--line); padding-top:12px; }
.valueRow{ display:flex; justify-content:space-between; gap:10px; padding:7px 0; color:var(--muted); }
.valueRow strong{ color:var(--ink); }
.valueRow--sum{ border-top:1px dashed var(--line); margin-top:8px; padding-top:10px; font-weight:900; }

.steps{ display:grid; gap:10px; margin-top:14px; }
.step{
  display:grid;
  grid-template-columns: 44px 1fr;
  gap:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: 0 6px 18px rgba(16,24,40,.06);
}
.step__n{
  width:44px; height:44px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:var(--accent); color:#fff;
  font-weight:900;
}
.step__t{ font-weight:900; }
.step__p{ color:var(--muted); margin-top:2px; }

.about{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:12px;
  margin-top:14px;
}
.about__right{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: var(--shadow);
}

.twoOptions{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  margin-top:14px;
}
.option{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow: 0 6px 18px rgba(16,24,40,.06);
}
.option__title{
  font-size:12px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; color:var(--muted);
}
.option__h{ font-size:18px; font-weight:900; margin:6px 0 8px; }
.option--good{ border-width:2px; border-color: var(--accent); }

.final{
  padding:56px 0;
  border-top:1px solid var(--line);
  background:#fff;
}
.final__box{
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
  padding:18px;
}

.footer{
  border-top:1px solid var(--line);
  padding:22px 0;
  background:#fff;
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

@media (max-width: 900px){
  .hero__title{ font-size:34px; }
  .hero__box,
  .painBox,
  .cards3,
  .cards2,
  .proofGrid,
  .anchor,
  .offer,
  .about,
  .twoOptions,
  .stats{
    grid-template-columns: 1fr;
  }
  .hero__box__right,
  .anchor__right{
    border-left:none;
    padding-left:0;
    border-top:1px dashed var(--line);
    padding-top:12px;
  }
  .cta{ justify-content:flex-start; }
}
/* ===== HERO (igual ao layout do print) ===== */
.hero2{
  background: #e9f1f7;
  padding: 0 0 48px;  /* remove o espaço branco do topo */
}

.hero2__inner{
  width: min(980px, 92%);
  margin: 0 auto;
  text-align: center;
}

.hero2__q{
  margin: 0 0 18px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.1;
  color: #b91c1c;              /* vermelho */
}

.hero2__q-strong{
  font-weight: 900;
}

.hero2__h{
  margin: 0 auto 22px;
  max-width: 900px;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #0b0f19;
}

/* “pílula” cinza com sombra (não é botão clicável) */
.hero2__pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #dbe5ee;
  border: 1px solid #c9d6e3;
  border-radius: 999px;
  padding: 12px 18px;

  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.12);
  user-select: none;           /* evita seleção */
}

.hero2__icon{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #16a34a;   /* verde aprovação */
  color: #ffffff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  font-size: 18px;       /* tamanho ideal do check */
  line-height: 1;
}


.hero2__pill-text{
  font-weight: 800;
  font-size: 18px;
  color: #0b0f19;
}

/* Responsivo */
@media (max-width: 900px){
  .hero2{ padding: 12px 0 48px; }

  .hero2__q{
    font-size: 20px;
    margin-bottom: 14px;
  }

  .hero2__h{
    font-size: 30px;
    margin-bottom: 16px;
  }

  .hero2__pill{
    padding: 10px 14px;
  }

  .hero2__pill-text{
    font-size: 15px;
  }
}
/* ===== Comparativo (quebra de objeção) ===== */
.compare{
  width: min(980px, 92%);
  margin: 26px auto 34px;

  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(320px, 420px);
  gap: 22px;                 /* mais perto um do outro */
  justify-content: center;   /* centraliza o conjunto */
  align-items: stretch;      /* faz os dois terem mesma altura */
}
.hero2__cta{
  width: min(980px, 92%);
  margin: 0 auto;
  padding-top: 26px; /* 👈 respiro acima do botão */
  padding-bottom: 10px;
}


.compare__card{
  width: 100%;
  height: 100%;             /* iguala as alturas */
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
  position: relative;
  padding-top: 46px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}


/* Tarjas topo */
.compare__badge{
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .03em;
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
  white-space: nowrap;
}

.compare__badge--bad{ background: #b91c1c; }
.compare__badge--good{ background: #16a34a; }

.compare__badgeIcon{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  background: rgba(255,255,255,.2);
  border: 2px solid rgba(255,255,255,.35);
}

.compare__badgeText{
  font-size: 16px;
}

/* Lista interna */
.compare__list{
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;                 /* ocupa o espaço e iguala altura */
}


.compare__item{
  display: flex;
  align-items: center;
  justify-content: flex-start;   /* NÃO centraliza mais */
  gap: 12px;

  padding: 18px 22px;           /* mais margem lateral */
  border-top: 1px solid #eef3f8;

  font-size: 16px;
  font-weight: 700;
  color: #0b0f19;
  text-align: left;             /* texto alinhado */
}
.compare__itemText{
  flex: 1;
}

.compare__item:first-child{
  border-top: 0;
}

/* Ícones pequenos dos itens */
.compare__itemIcon{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  flex: 0 0 28px;
}

.compare__itemIcon--bad{ background: #b91c1c; }
.compare__itemIcon--good{ background: #16a34a; }

@media (max-width: 900px){
  .compare{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
/* Vermelho + negrito específico do destaque */
.redStrong{
  color: #b91c1c;
  font-weight: 900;
}
/* ===== Seção: Dedo na ferida (estilo do print) ===== */
.painTop{
  margin: 0 auto 14px;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.55;
  color: #0b0f19;
  font-weight: 600;
  text-align: center;
}

.painMid{
  margin: 0 auto 16px;
  font-size: 18px;
  line-height: 1.4;
  color: #0b0f19;
  font-weight: 800;
  text-align: center;
}

/* Card da imagem (fica igual “moldura” do print) */
.painImageCard{
  width: min(980px, 100%);
  margin: 0 auto 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16,24,40,.14);
  border: 1px solid #dbe4ee;
  background: #ffffff;
}

/* Imagem grande e inteira */
.painImage{
  width: 100%;
  height: auto;
  display: block;
}

/* Texto abaixo da imagem */
.painBottom{
  margin: 0 auto 16px;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.6;
  color: #0b0f19;
  font-weight: 600;
  text-align: center;
}

/* Caixa vermelha com ícone */
.alertBox{
  width: min(980px, 100%);
  margin: 0 auto;
  background: #b91c1c;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 18px 40px rgba(185, 28, 28, .18);

  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
}

.alertIcon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,.16);
  border: 2px solid rgba(255,255,255,.28);
  color: #fff;
  font-weight: 900;
  font-size: 28px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.alertText{
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-align: left; /* dentro da caixa fica mais legível */
}

/* Mobile */
@media (max-width: 900px){
  .painTop, .painMid, .painBottom{
    font-size: 16px;
  }

  .alertBox{
  width: min(980px, 100%);
  margin: 0 auto;
  background: #b91c1c;
  border-radius: 18px;
  padding: 12px 14px;              /* menor */
  box-shadow: 0 18px 40px rgba(185, 28, 28, .16);
}
  }

  .alertIcon{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 24px;
  }

  .alertText{
  margin: 0;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.35;               /* menor espaçamento entre linhas */
  font-weight: 600;
  text-align: left;                /* mais legível dentro da caixa */
  
}
.painTop--red{
  color: #b91c1c; /* vermelho */
  font-weight: 800;
}
@media (max-width: 900px){
  .alertText{
    font-size: 14.5px;
    line-height: 1.32;
  }

  .alertBox{
    padding: 12px 12px;
  }
}
/* ===== DEDO NA FERIDA (fixo, sem conflito) ===== */
#dor .wrap{
  text-align: center;
}

/* ===== Título da seção Dedo na Ferida ===== */
.dor-heading{
  margin: 0 auto 16px;
  max-width: 980px;
  text-align: center;

  color: #0b0f19;          /* texto normal preto */
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

/* Destaque em vermelho + negrito */
.dor-highlight{
  color: #b91c1c;
  font-weight: 900;
}

@media (max-width: 900px){
  .dor-heading{
    font-size: 20px;
    line-height: 1.3;
  }
}

.dor-sub{
  margin: 0 auto 14px;
  max-width: 980px;
  color: #0b0f19;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.35;
}

.dor-text{
  margin: 0 auto 14px;
  max-width: 980px;
  color: #0b0f19;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}

.dor-alert{
  width: min(980px, 100%);
  margin: 0 auto;
  background: #b91c1c;
  border-radius: 18px;
  padding: 12px 14px;      /* compacto (não fica imenso) */
  box-shadow: 0 16px 34px rgba(185,28,28,.18);
}

.dor-alertText{
  margin: 0;
  color: #fff;
  font-weight: 400;   /* normal */
  font-size: 15.5px;
  line-height: 1.28;
  text-align: left;
}       /* leitura melhor dentro da caixa */
.dor-alertText strong{
  font-weight: 900;
}

/* Mobile */
@media (max-width: 900px){
  .dor-title{ font-size: 16px; line-height: 1.4; }
  .dor-sub{ font-size: 15px; }
  .dor-text{ font-size: 15px; }
  .dor-alertText{ font-size: 14.5px; line-height: 1.25; }
}
.redWord{
  color: #b91c1c;
  font-weight: 900;
}
/* ===== DEDO NA FERIDA: IMAGEM FIXA 720x960 (DESKTOP) ===== */
.dor-imageBox{
  width: 720px;
  height: 960px;              /* trava a “caixa” no tamanho desejado */
  margin: 0 auto 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  background: #fff;
  box-shadow: 0 12px 24px rgba(16,24,40,.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dor-image{
  width: 720px;               /* trava a imagem */
  height: 960px;              /* trava a imagem */
  object-fit: contain;        /* não corta */
  display: block;
}

/* ===== MOBILE: adapta para caber na tela ===== */
@media (max-width: 900px){
  .dor-imageBox{
    width: 92vw;
    height: auto;             /* no mobile a caixa acompanha a imagem */
    max-width: 420px;         /* evita ficar gigante */
  }

  .dor-image{
    width: 100%;
    height: auto;             /* mantém proporção no mobile */
  }
}
/* ===== Benefícios (tarja azul + 6 cards) ===== */
.benefits{
  padding: 0 0 56px;
}

.benefits__bar{
  background: #0b74b8; /* azul da tarja */
  padding: 18px 0;
  margin-bottom: 22px;
}

.benefits__title{
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}

.benefits__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Card igual ao print: claro, arredondado, sombra leve */
.benefitCard{
  background: #eef4fb;
  border: 1px solid #d8e6f6;
  border-radius: 14px;
  padding: 16px 14px;
  box-shadow: 0 10px 18px rgba(16,24,40,.08);
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 130px;
}

/* Espaço do ícone redondo */
.benefitIcon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8e6f6;
  box-shadow: 0 8px 14px rgba(16,24,40,.10);
  margin-bottom: 10px;

  display: grid;
  place-items: center;
  overflow: hidden;
}

/* Quando você colocar imagem dentro do ícone */
.benefitIcon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.benefitText{
  margin: 0;
  color: #0b0f19;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 600;
}

.benefitText strong{
  font-weight: 900;
}

/* Responsivo */
@media (max-width: 900px){
  .benefits__grid{
    grid-template-columns: 1fr;
  }

  .benefits__title{
    font-size: 18px;
    padding: 0 10px;
  }

  .benefitCard{
    min-height: auto;
  }

  .benefitText{
    font-size: 14.5px;
  }
}
/* === FIX Benefícios: manter cards "quadrados" e ícones visíveis === */
.benefits__grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.benefitCard{
  border-radius: 14px !important;
  background: #eef4fb !important;
  border: 1px solid #d8e6f6 !important;
  box-shadow: 0 10px 18px rgba(16,24,40,.08) !important;

  padding: 16px 14px !important;
  text-align: center !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  /* isso garante “cara de quadrado” (mais alto, menos retângulo) */
  min-height: 180px !important;
}

.benefitIcon{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid #d8e6f6 !important;
  box-shadow: 0 8px 14px rgba(16,24,40,.10) !important;

  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;

  margin: 0 0 10px 0 !important;
}

/* isso impede regras globais de img quebrarem o layout */
.benefitIcon img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* mobile */
@media (max-width: 900px){
  .benefits__grid{
    grid-template-columns: 1fr !important;
  }
}
/* ===== O que você vai receber ===== */
.receive-title{
  max-width: 980px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  color: #0b0f19;
}

.receive-highlight{
  color: #0b74b8; /* azul destaque */
  font-weight: 900;
}

/* Caixa principal */
.receive-box{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;

  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  border: 1px solid #dbe4ee;
  box-shadow: 0 18px 40px rgba(16,24,40,.12);
  align-items: center;
}

/* Espaço da imagem */
.receive-imageBox{
  width: 100%;
  height: 360px;
  border-radius: 18px;
  background: #eef4fb; /* fundo provisório */
  border: 1px dashed #b6d2ee;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Caso coloque imagem */
.receive-imageBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Conteúdo */
.receive-subtitle{
  margin: 0 0 12px;
  font-size: 26px;      /* AUMENTA o título */
  font-weight: 900;
  color: #0b74b8;
  line-height: 1.2;
}

.receive-text{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #0b0f19;
  font-weight: 600;
}

.receive-text strong{
  font-weight: 900;
}

/* Mobile */
@media (max-width: 900px){
  .receive-title{
    font-size: 20px;
    margin-bottom: 16px;
  }

  .receive-box{
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 18px;
  }

  .receive-imageBox{
    height: 300px;
  }

  .receive-subtitle{
    font-size: 18px;
  }

  .receive-text{
    font-size: 15px;
  }
}
@media (max-width: 900px){
  .receive-subtitle{
    font-size: 22px;
  }
}
.receive-box + .receive-box{
  margin-top: 18px;
}
.benefits__bar{
  width: 100%;
  margin-left: calc(-50vw + 50%);
  background: #0b74b8;
  padding: 18px 0;
  margin-top: 32px; /* 👈 ESPAÇAMENTO DO BLOCO DE CIMA */
}
/* ===== FIX DEFINITIVO: PROVA SOCIAL 1 (mobile 1 por vez) ===== */
@media (max-width: 900px){

  /* Força o container do carrossel 1 a ser "slides" horizontais */
  #prova-1 .proofGrid{
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important; /* 1 slide ocupa 100% */

    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;

    gap: 0 !important;
    padding: 0 !important;
  }

  /* Cada card vira um slide */
  #prova-1 .proofCard{
    scroll-snap-align: start !important;
    width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important; /* caso algum CSS esteja colocando flex */
    margin: 0 !important;
  }

  /* Imagem grande e proporcional */
  #prova-1 .proofCard__imgReal{
    width: 100% !important;
    height: auto !important;
    max-height: 78vh !important;
    object-fit: contain !important;
    display: block !important;
  }
}
@media (max-width: 900px){
  #prova-1, 
  #prova-1 .wrap{
    overflow: visible !important;
  }
}
/* ===== AJUSTE BOLINHAS – PROVA SOCIAL 1 ===== */
@media (max-width: 900px){
  #prova-1 .carouselDots{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  #prova-1 .carouselDots .dot{
    width: 10px !important;
    height: 10px !important;
    border-radius: 999px !important;

    background: rgba(0,0,0,.25) !important; /* cinza/transparente */
    box-shadow: none !important;
    transform: none !important;
  }

  #prova-1 .carouselDots .dot.active{
    background: #b91c1c !important; /* vermelho ativo */
    transform: scale(1.25) !important;
  }
}
/* ===== FIX DESKTOP: PROVA SOCIAL 1 ===== */
@media (min-width: 901px){

  /* garante grid 3 colunas */
  #prova-1 .proofGrid{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    overflow: visible !important;
  }

  /* cards bonitos e sem esticar */
  #prova-1 .proofCard{
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  /* limita tamanho no desktop sem deformar */
  #prova-1 .proofCard__imgReal{
    width: 100% !important;
    height: auto !important;
    max-height: 560px !important;     /* controla “compridão” */
    object-fit: contain !important;   /* não corta, não achata */
    display: block !important;
    background: #fff !important;
    padding: 10px !important;
  }

  /* some com as bolinhas no desktop (mesmo se CSS global tentar mostrar) */
  #prova-1 .carouselDots{
    display: none !important;
  }
}
/* ===== FIX DESKTOP: PROVA SOCIAL 2 ===== */
@media (min-width: 901px){

  /* grid 3 colunas (normal) */
  #prova-2 .proofGrid{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    overflow: visible !important;
  }

  /* limita o tamanho das imagens (sem deformar) */
  #prova-2 .proofCard__imgReal{
    width: 100% !important;
    height: auto !important;
    max-height: 560px !important;
    object-fit: contain !important;
    display: block !important;
    background: #fff !important;
    padding: 10px !important;
  }

  /* esconde bolinhas no desktop */
  #prova-2 .carouselDots{
    display: none !important;
  }
}
/* ===== AJUSTE BOLINHAS – PROVA SOCIAL 2 (mobile) ===== */
@media (max-width: 900px){
  #prova-2 .carouselDots{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  #prova-2 .carouselDots .dot{
    width: 10px !important;
    height: 10px !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.25) !important; /* cinza/transparente */
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer !important;
  }

  #prova-2 .carouselDots .dot.active{
    background: #b91c1c !important; /* vermelho ativo */
    transform: scale(1.25) !important;
  }
}
/* ===== CARROSSEL 2: DESKTOP (3 por vez) + MOBILE (1 por vez) ===== */

/* Base (card + imagem) */
#prova-2 .proofCard{
  background:#fff;
  border:1px solid #dbe4ee;
  border-radius:18px;
  box-shadow: 0 12px 24px rgba(16,24,40,.12);
  overflow:hidden;
}

#prova-2 .proofCard__imgReal{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:#fff;
  padding:10px;
}

/* DESKTOP: carrossel horizontal com 3 cards visíveis */
@media (min-width: 901px){
  #prova-2 .proofGrid{
    display:flex !important;
    gap:16px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 10px !important;
  }

  #prova-2 .proofCard{
    flex: 0 0 calc((100% - 32px) / 3) !important; /* 3 por tela (2 gaps de 16px) */
    scroll-snap-align: start !important;
  }

  /* limita altura no desktop pra não ficar gigante */
  #prova-2 .proofCard__imgReal{
    max-height: 560px !important;
  }

  /* bolinhas aparecem no desktop (porque é carrossel) */
  #prova-2 .carouselDots{
    display:flex !important;
    justify-content:center !important;
    gap:10px !important;
    margin-top:16px !important;
  }

  #prova-2 .carouselDots .dot{
    width:10px !important;
    height:10px !important;
    border-radius:999px !important;
    background: rgba(0,0,0,.25) !important;
    cursor:pointer !important;
  }

  #prova-2 .carouselDots .dot.active{
    background:#b91c1c !important;
    transform: scale(1.25) !important;
  }
}

/* MOBILE: 1 por vez (igual carrossel 1) */
@media (max-width: 900px){
  #prova-2 .proofGrid{
    display:grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    gap:0 !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding:0 !important;
  }

  #prova-2 .proofCard{
    scroll-snap-align:start !important;
  }

  #prova-2 .proofCard__imgReal{
    max-height: 78vh !important;
  }

  /* bolinhas no mobile */
  #prova-2 .carouselDots{
    display:flex !important;
    justify-content:center !important;
    gap:10px !important;
    margin-top:16px !important;
  }

  #prova-2 .carouselDots .dot{
    width:10px !important;
    height:10px !important;
    border-radius:999px !important;
    background: rgba(0,0,0,.25) !important;
    cursor:pointer !important;
  }

  #prova-2 .carouselDots .dot.active{
    background:#b91c1c !important;
    transform: scale(1.25) !important;
  }
}
/* ===== Para quem é a Lista de Traços ===== */
.who-box{
  margin-top: 22px;
  background: #e9f1f7;                 /* azul claro do print */
  border-radius: 22px;
  padding: 26px;

  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: center;
}

/* Espaço da imagem */
.who-imageBox{
  width: 100%;
  height: 300px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Caso você coloque imagem depois */
.who-imageBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lista */
.who-list{
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  gap: 16px;
}

.who-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;

  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #0b0f19;
}

/* Check vermelho */
.who-check{
  width: 26px;
  height: 26px;
  min-width: 26px;

  border-radius: 999px;
  background: #b91c1c;       /* vermelho */
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  font-size: 15px;
  line-height: 1;
}

/* Mobile */
@media (max-width: 900px){
  .who-box{
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .who-imageBox{
    height: 240px;
  }

  .who-list li{
    font-size: 15px;
  }
}
/* Título final da seção "Para quem é" */
.who-finalTitle{
  margin-top: 26px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #0b0f19;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* Destaque em vermelho + negrito */
.who-finalTitle strong{
  font-weight: 900;
  color: #b91c1c; /* vermelho */
}

/* Mobile */
@media (max-width: 900px){
  .who-finalTitle{
    font-size: 18px;
    margin-top: 22px;
  }
}
/* ===== ANCORAGEM ===== */

.anchor-smallTitle{
  font-size: 14px;
  font-weight: 900;
  color: #0b0f19;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.anchor-mainTitle{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 28px;
  color: #0b0f19;
}

.anchor-red{
  color: #b91c1c;
  font-weight: 900;
}

/* Caixa branca */
.anchor-box{
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 18px 40px rgba(16,24,40,.12);
  border: 1px solid #e5eaf1;
}

/* Lista */
.anchor-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.anchor-list li{
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  align-items: center;

  padding: 14px 0;
  border-bottom: 1px dashed #e5eaf1;

  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 600;
  color: #0b0f19;
}

.anchor-list li:last-child{
  border-bottom: none;
}

/* Check */
.anchor-check{
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #0b74b8;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  font-size: 14px;
}

/* Texto */
.anchor-text strong{
  font-weight: 900;
}

/* Preço riscado */
.anchor-price{
  font-weight: 900;
  color: #b91c1c;
  text-decoration: line-through;
  white-space: nowrap;
}

/* Total */
.anchor-total{
  margin-top: 22px;
  font-size: 20px;
  font-weight: 900;
  color: #0b0f19;
  text-align: center;
}

.anchor-totalPrice{
  color: #b91c1c;
  text-decoration: line-through;
}

/* Mobile */
@media (max-width: 900px){
  .anchor-mainTitle{
    font-size: 22px;
  }

  .anchor-box{
    padding: 20px 16px;
  }
/* ===== ANCORAGEM ===== */

.anchor-smallTitle{
  font-size: 14px;
  font-weight: 900;
  color: #0b0f19;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.anchor-mainTitle{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 28px;
  color: #0b0f19;
}

.anchor-red{
  color: #b91c1c;
  font-weight: 900;
}

/* Caixa branca */
.anchor-box{
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 18px 40px rgba(16,24,40,.12);
  border: 1px solid #e5eaf1;
}

/* Lista */
.anchor-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.anchor-list li{
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  align-items: center;

  padding: 14px 0;
  border-bottom: 1px dashed #e5eaf1;

  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 600;
  color: #0b0f19;
}

.anchor-list li:last-child{
  border-bottom: none;
}

/* Check */
.anchor-check{
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #0b74b8;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  font-size: 14px;
}

/* Texto */
.anchor-text strong{
  font-weight: 900;
}

.anchor-price{
  font-weight: 900;
  color: #0b0f19;                 /* texto PRETO */
  white-space: nowrap;
  position: relative;
}

/* Risco vermelho personalizado */
.anchor-price::after{
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 2px;
  background: #b91c1c;            /* risco vermelho */
  transform: translateY(-50%);
}

/* Total */
.anchor-totalPrice{
  color: #0b0f19;                 /* texto preto */
  font-weight: 900;
  position: relative;
}

.anchor-totalPrice::after{
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 2px;
  background: #b91c1c;
  transform: translateY(-50%);
}
}

/* Mobile */
@media (max-width: 900px){
  .anchor-mainTitle{
    font-size: 22px;
  }

  .anchor-box{
    padding: 20px 16px;
  }

  .anchor-list li{
    grid-template-columns: 24px 1fr;
  }

  .anchor-price{
    grid-column: 2;
    margin-top: 4px;
  }

  .anchor-total{
    font-size: 18px;
  }
}
/* ================================
   ANCORAGEM – FIX FINAL
   ================================ */

/* força alinhamento geral à esquerda */
#ancoragem .anchor-box,
#ancoragem .anchor-list,
#ancoragem .anchor-list li{
  text-align: left !important;
}

/* estrutura da linha */
#ancoragem .anchor-list li{
  display: grid !important;
  grid-template-columns: 28px 1fr auto !important;
  gap: 12px !important;
  align-items: flex-start !important;
}

/* texto */
#ancoragem .anchor-text{
  color: #0b0f19 !important;
}

/* CHECK */
#ancoragem .anchor-check{
  background: #0b74b8 !important;
  color: #fff !important;
}

/* ===== VALOR ===== */
#ancoragem .anchor-price{
  color: #0b0f19 !important;     /* TEXTO PRETO */
  font-weight: 900 !important;
  position: relative !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* risco vermelho fino e controlado */
#ancoragem .anchor-price::after{
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;                  /* FINA */
  background: #b91c1c;
  transform: translateY(-50%);
}

/* ===== TOTAL FINAL ===== */
#ancoragem .anchor-total{
  text-align: center !important;
}

#ancoragem .anchor-totalPrice{
  color: #0b0f19 !important;     /* TEXTO PRETO */
  font-weight: 900 !important;
  position: relative !important;
  text-decoration: none !important;
}

/* risco do total */
#ancoragem .anchor-totalPrice::after{
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 50%;
  height: 2px;
  background: #b91c1c;
  transform: translateY(-50%);
}

/* ===== MOBILE ===== */
@media (max-width: 900px){
  #ancoragem .anchor-list li{
    grid-template-columns: 24px 1fr auto !important;
  }

  #ancoragem .anchor-price::after,
  #ancoragem .anchor-totalPrice::after{
    height: 2px !important;      /* NÃO cresce no mobile */
  }
}
/* ===== FIX: risco do preço não ficar gigante no mobile ===== */
@media (max-width: 900px){
  #ancoragem .anchor-price,
  #ancoragem .anchor-totalPrice{
    display: inline-block !important;
    width: max-content !important;     /* encolhe no texto */
    justify-self: start !important;    /* não estica */
    align-self: start !important;
  }

  /* opcional: deixa o risco exatamente do tamanho do texto */
  #ancoragem .anchor-price::after,
  #ancoragem .anchor-totalPrice::after{
    left: 0 !important;
    right: 0 !important;
  }
}
/* ===== Título "Relembrando..." (maior e mais forte) ===== */
#ancoragem .anchor-smallTitle{
  font-size: 22px !important;     /* aumenta bem */
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  color: #0b0f19 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase;
}

/* Mobile */
@media (max-width: 900px){
  #ancoragem .anchor-smallTitle{
    font-size: 18px !important;
  }
}
/* ===== Ajuste de espaçamento entre "Para quem é" e "Ancoragem" ===== */

/* diminui o espaço abaixo da seção "para quem é" */
#para-quem{
  padding-bottom: 28px !important;
}

/* diminui o espaço acima da ancoragem */
#ancoragem{
  padding-top: 28px !important;
}
/* =========================
   OFERTA (layout do print)
   ========================= */

.offerSection{
  padding: 0; /* a tarja já dá o topo */
}

/* Tarja azul full width */
.offerBar{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #0b74b8;
  padding: 18px 0;
}

.offerBar__title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}

/* Bloco grande (imagem esquerda + card direita) */
.offerWrap{
  margin-top: 22px;
  background: #e9f1f7;
  border-radius: 22px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: center;
  border: 1px solid #dbe4ee;
  box-shadow: 0 18px 40px rgba(16,24,40,.10);
}

/* Área do mock (placeholder) */
.offerMock{
  height: 360px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px dashed #b6d2ee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.offerMock img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Card de preço */
.offerCard{
  background: #fff;
  border-radius: 22px;
  border: 1px solid #e5eaf1;
  box-shadow: 0 18px 40px rgba(16,24,40,.12);
  padding: 22px;
  text-align: center;
}

.offerCard__mini{
  font-weight: 900;
  letter-spacing: .14em;
  font-size: 12px;
  color: #334155;
  text-transform: uppercase;
}

.offerCard__line{
  height: 1px;
  background: #e5eaf1;
  margin: 12px 0 14px;
}

/* Linha “De R$… por:” */
.offerCard__from{
  font-size: 16px;
  font-weight: 700;
  color: #0b0f19;
  margin-bottom: 12px;
}

/* Preço antigo: texto preto + risco vermelho fino */
.priceStrike{
  color: #0b0f19;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: 0 2px;
}

.priceStrike::after{
  content:"";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 2px;
  background: #b91c1c;
  transform: translateY(-50%);
}

/* Parcela grande azul */
.offerCard__mainPrice{
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
  color: #0b74b8;
  letter-spacing: -0.02em;
  margin: 6px 0 8px;
}

/* À vista */
.offerCard__cash{
  font-size: 18px;
  font-weight: 800;
  color: #0b0f19;
  margin-bottom: 16px;
}

/* Botão */
.offerBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  background: #16a34a;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  border: 0;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(22,163,74,.20);
  transition: transform .08s ease;
}

.offerBtn:hover{
  transform: translateY(-1px);
}

/* Selos */
.offerSeals{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}

.seal{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #e5eaf1;
  border-radius: 12px;
  padding: 10px 8px;
}

.seal__icon{ font-size: 16px; }
.seal__text{
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

/* Responsivo */
@media (max-width: 900px){
  .offerBar__title{
    font-size: 18px;
    padding: 0 8px;
  }

  .offerWrap{
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .offerMock{
    height: 260px;
  }

  .offerCard__mainPrice{
    font-size: 36px;
  }

  .offerSeals{
    grid-template-columns: 1fr;
  }
}
/* =========================
   RECEBIMENTO (3 cards)
   ========================= */

#recebimento .wrap{ text-align: center; }

.receiveHow-title{
  margin: 0 auto 22px;
  max-width: 920px;
  font-size: 34px;
  line-height: 1.15;
  color: #0b0f19;
  letter-spacing: -0.02em;
}

/* grid 3 cards */
.receiveHow-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 10px;
}

/* card */
.receiveHow-card{
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dbe4ee;
  box-shadow: 0 18px 40px rgba(16,24,40,.12);
  padding: 22px 18px;
  min-height: 240px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* ícone azul */
.receiveHow-icon{
  color: #0b74b8;          /* azul */
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: rgba(11,116,184,.08);
  border: 1px solid rgba(11,116,184,.18);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

/* título do card */
.receiveHow-cardTitle{
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 15px;
  color: #0b0f19;
  margin-bottom: 10px;
}

/* texto do card */
.receiveHow-cardText{
  margin: 0;
  max-width: 260px;
  color: #0b0f19;
  opacity: .86;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.45;
}

/* responsivo */
@media (max-width: 900px){
  .receiveHow-title{
    font-size: 24px;
    margin-bottom: 16px;
  }

  .receiveHow-grid{
    grid-template-columns: 1fr;
  }

  .receiveHow-card{
    min-height: auto;
  }

  .receiveHow-cardText{
    max-width: 100%;
  }
}
/* ===== Sombra azul na base dos cards de recebimento ===== */
.receiveHow-card{
  position: relative;
}

/* “base” azul simulando sombra */
.receiveHow-card::after{
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -10px;
  height: 20px;

  background: rgba(11, 116, 184, 0.35); /* azul */
  filter: blur(18px);
  border-radius: 999px;

  z-index: -1;
}
.receiveHow-icon{
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.receiveHow-icon svg{
  width: 36px;
  height: 36px;
  color: #0b74b8;
}
/* =========================
   QUEM SOU EU (estilo do print)
   ========================= */

.aboutHero{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #fff;
  padding: 52px 0;
  position: relative;
  overflow: hidden;

  /* fundo azul + leve gradiente */
  background: linear-gradient(90deg, #1e5f8f 0%, #2c6ea0 55%, #2f75aa 100%);
}

/* brilho suave pra dar “premium” */
.aboutHero::before{
  content:"";
  position:absolute;
  inset:-40px;
  background: radial-gradient(circle at 70% 30%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 55%);
  pointer-events:none;
}

.aboutHero .wrap{
  position: relative;
  z-index: 1;
}

.aboutHero__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: center;
}

.aboutHero__content{
  max-width: 560px;
}

/* Nome azul claro */
.aboutHero__name{
  font-size: 34px;
  font-weight: 900;
  color: #79b9e8;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

/* Título branco forte */
.aboutHero__title{
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

/* Parágrafos */
.aboutHero__p{
  margin: 0 0 14px;
  font-size: 16.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.92);
  font-weight: 600;
}

.aboutHero__p strong{
  color: #ffffff;
  font-weight: 900;
}

/* Lista */
.aboutHero__listTitle{
  margin: 14px 0 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12.5px;
  color: rgba(255,255,255,.85);
}

.aboutHero__list{
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.aboutHero__list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0;
  font-size: 15.5px;
  line-height: 1.45;
  color: rgba(255,255,255,.92);
  font-weight: 600;
}

.aboutHero__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  flex: 0 0 10px;
  margin-top: 6px;
}

.aboutHero__list strong{
  font-weight: 900;
  color: #fff;
}

/* Missão e CTA */
.aboutHero__mission{
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.20);
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  font-weight: 600;
}

.aboutHero__missionLabel{
  font-weight: 900;
  color: #ffffff;
}

.aboutHero__cta{
  margin-top: 12px;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  font-weight: 700;
}

.aboutHero__cta strong{
  font-weight: 900;
  color: #fff;
}

/* Foto (direita) */
.aboutHero__photo{
  width: 100%;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;

  /* placeholder bonito */
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 48px rgba(0,0,0,.25);
}

.aboutHero__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsivo */
@media (max-width: 900px){
  .aboutHero{
    padding: 34px 0;
  }

  .aboutHero__grid{
    grid-template-columns: 1fr;
  }

  .aboutHero__content{
    max-width: 100%;
    text-align: left;
  }

  .aboutHero__name{
    font-size: 26px;
  }

  .aboutHero__title{
    font-size: 30px;
    margin-bottom: 14px;
  }

  .aboutHero__photo{
    height: 260px;
  }
}/* =========================
   2 OPÇÕES (igual ao print)
   ========================= */

#opcoes{ padding-top: 44px; padding-bottom: 44px; }

.opt-title{
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: #0b0f19;
  letter-spacing: -0.02em;
}

/* grid dos 2 cards */
.opt-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 10px;
}

/* card base */
.opt-card{
  position: relative;
  border-radius: 18px;
  padding: 26px 24px 22px;
  text-align: left;
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 18px 40px rgba(16,24,40,.10);
  overflow: hidden;
}

/* fundos suaves */
.opt-card--bad{ background: #fdecec; }
.opt-card--good{ background: #eaf7ee; }

/* linha inferior colorida (igual ao print) */
.opt-card--bad{ border-bottom: 3px solid #b91c1c; }
.opt-card--good{ border-bottom: 3px solid #16a34a; }

/* ícone circular */
.opt-icon{
  position: absolute;
  top: 18px;
  left: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  border: 6px solid #fff; /* aro branco */
}

.opt-icon--bad{ background: #ef4444; }
.opt-icon--good{ background: #22c55e; }

/* título do card */
.opt-cardTitle{
  margin: 0 0 10px;
  padding-left: 78px; /* afasta do ícone */
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.opt-cardTitle--bad{ color: #b91c1c; }
.opt-cardTitle--good{ color: #16a34a; }

/* texto do card */
.opt-text{
  margin: 0;
  padding-left: 78px; /* alinha com o título */
  color: #0b0f19;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

/* texto final centralizado */
.opt-bottom{
  margin: 26px auto 16px;
  max-width: 920px;
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #0b0f19;
}

.opt-bottom strong{
  font-weight: 900;
}

/* botão */
.opt-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
  background: #16a34a;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(22,163,74,.22);
  transition: transform .08s ease;
}

.opt-btn:hover{ transform: translateY(-1px); }

/* mobile */
@media (max-width: 900px){
  .opt-title{ font-size: 30px; }

  .opt-grid{
    grid-template-columns: 1fr;
  }

  .opt-cardTitle{ font-size: 22px; }
  .opt-text{ font-size: 15px; }

  .opt-bottom{
    font-size: 18px;
    margin-top: 20px;
  }
}
/* ===== Prova Social 1: esconder barra de rolagem no mobile (sem travar swipe) ===== */
@media (max-width: 900px){
  #prova-1 .proofGrid--carousel{
    overflow-x: auto;                 /* mantém swipe */
    scrollbar-width: none;            /* Firefox */
    -ms-overflow-style: none;         /* IE/Edge antigo */
  }

  #prova-1 .proofGrid--carousel::-webkit-scrollbar{
    display: none;                    /* Chrome/Safari */
    height: 0;
  }
}
@media (max-width: 900px){
  #prova-1 .proofGrid--carousel{ -webkit-overflow-scrolling: touch; }
}
/* ===== REMOVE INDICADOR DE SCROLL (mobile) – PROVA SOCIAL 1 ===== */
@media (max-width: 900px){
  #prova-1 .proofGrid--carousel{
    overflow-x: scroll;
    overflow-y: hidden;

    /* remove indicador visual */
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* Edge antigo */
  }

  #prova-1 .proofGrid--carousel::-webkit-scrollbar{
    display: none !important;
    width: 0;
    height: 0;
  }
}
@media (max-width: 900px){
  #prova-1 .proofGrid--carousel{
    overflow: hidden;              /* remove indicador */
    touch-action: pan-x;           /* mantém swipe horizontal */
  }
}
/* ===== AJUSTE DE FONTE – BENEFÍCIOS ===== */

/* Desktop */
.benefitText{
  font-size: 16.5px;      /* antes ~14.5px */
  line-height: 1.45;
  font-weight: 600;
}

/* Destaques em negrito ainda mais fortes */
.benefitText strong{
  font-weight: 900;
}

/* Mobile */
@media (max-width: 900px){
  .benefitText{
    font-size: 17px;      /* maior no mobile */
    line-height: 1.5;
  }
}
/* ===== AJUSTE TÍTULO – PROVA SOCIAL 2 ===== */
.prova2-title{
  font-weight: 500;          /* texto normal, não pesado */
}

.prova2-title .prova2-strong{
  font-weight: 900;          /* apenas essa parte em negrito */
}
/* ===== PROVA SOCIAL 2: DESKTOP carrossel sem barra visível ===== */
@media (min-width: 901px){
  #prova-2 .proofGrid--carousel{
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;

    /* esconde a barra (Chrome/Safari/Firefox) */
    scrollbar-width: none !important;      /* Firefox */
    -ms-overflow-style: none !important;   /* Edge antigo */
    padding-bottom: 0 !important;
  }

  #prova-2 .proofGrid--carousel::-webkit-scrollbar{
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  /* cada card ocupa 1/3 do container (3 por “página”) */
  #prova-2 .proofGrid--carousel .proofCard{
    flex: 0 0 calc((100% - 32px) / 3) !important; /* 3 cards + 2 gaps (16+16=32) */
    scroll-snap-align: start !important;
  }

  /* imagem sem “achatar” */
  #prova-2 .proofCard__imgReal{
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 520px !important;
  }

  /* dots aparecem no desktop na prova 2 */
  #prova-2 .carouselDots{
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  #prova-2 .carouselDots .dot{
    width: 10px !important;
    height: 10px !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.25) !important;
  }

  #prova-2 .carouselDots .dot.active{
    background: #b91c1c !important;
    transform: scale(1.25) !important;
  }
}
/* ===== QUEM SOU EU – AJUSTES MOBILE ===== */

/* Fundo em degradê azul */
#quem-sou-eu{
  background: linear-gradient(
    135deg,
    #0b4f7a 0%,
    #0f6fa8 45%,
    #0b4f7a 100%
  );
  color: #ffffff;
}

/* Texto legível e alinhado */
#quem-sou-eu p,
#quem-sou-eu li{
  text-align: left;          /* remove justificado */
  line-height: 1.55;
}

/* Mobile: reforça leitura */
@media (max-width: 900px){
  #quem-sou-eu .wrap{
    text-align: left;
  }

  #quem-sou-eu p{
    font-size: 15.5px;
  }

  #quem-sou-eu li{
    font-size: 15px;
  }
}
/* ===== QUEM SOU EU: foto SEM corte ===== */

/* ajuste estes seletores para o seu HTML se o id/class for diferente */
#quem-sou-eu .about__right,
#quem-sou-eu .aboutPhoto,
#quem-sou-eu .about__photo{
  overflow: hidden;           /* mantém borda arredondada */
}

/* a imagem: NÃO corta */
#quem-sou-eu img{
  width: 100%;
  height: auto;               /* deixa a altura natural */
  display: block;
  object-fit: contain;        /* mostra inteira */
}

/* se você tinha uma altura fixa no container da imagem, removemos */
#quem-sou-eu .aboutPhoto,
#quem-sou-eu .about__photo{
  height: auto !important;
  max-height: none !important;
}
/* Card da foto com respiro e sem corte */
#quem-sou-eu .aboutPhoto,
#quem-sou-eu .about__photo{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.08);
  padding: 12px;
}

/* limita altura no desktop pra não ficar gigante */
@media (min-width: 901px){
  #quem-sou-eu img{
    max-height: 420px;   /* ajuste se quiser maior: 460/520 */
  }
}
/* =========================
   FIX DEFINITIVO (HOSTING)
   - remove barra horizontal
   - blinda imagem da HERO
   - botão laranja
   ========================= */

html, body{
  width: 100%;
  overflow-x: hidden;
}

*{ box-sizing: border-box; }

img, svg{
  max-width: 100%;
  height: auto;
}

/* =========================================
   FULL WIDTH (sem 100vw para não criar scroll)
   ========================================= */

/* Remover técnica 100vw + margin-left que cria overflow */
.benefits__bar,
.offerBar,
.aboutHero{
  width: 100% !important;
  margin-left: 0 !important;
}

/* Se algum elemento ainda estiver vazando, isso garante */
.section,
.hero2,
.benefits,
.offerSection{
  overflow-x: clip;
}

/* =========================================
   HERO 2 – IMAGEM (NUNCA fica gigante)
   ========================================= */

.hero2__proof{
  width: min(980px, 92%);
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  padding: 0 12px;
}

/* AQUI está o “pulo do gato”:
   - a imagem nunca ultrapassa 520px no desktop
   - no mobile ela ocupa 100% do espaço disponível
   - não depende de ordem de CSS anterior
*/
.hero2__proofImg{
  display: block;
  width: min(520px, 100%);
  max-width: 520px;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16,24,40,.14);
}

/* mobile */
@media (max-width: 900px){
  .hero2__proofImg{
    width: min(420px, 92vw);
    max-width: 420px;
    border-radius: 16px;
  }
}

/* =========================================
   BOTÃO LARANJA (SEM CONFLITO)
   - afeta TODOS os .offerBtn do site
   ========================================= */

.offerBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 100%;
  max-width: 520px;

  padding: 16px 18px;
  border-radius: 14px;

  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;

  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;

  border: 0;
  text-decoration: none;

  box-shadow: 0 14px 30px rgba(249,115,22,.35);
  transition: transform .08s ease, box-shadow .08s ease;
}

.offerBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(249,115,22,.45);
}

/* Hero CTA wrapper (sem duplicação) */
.hero2__cta{
  width: min(980px, 92%);
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  padding: 0 12px;
}

/* mobile */
@media (max-width: 900px){
  .offerBtn{
    max-width: none;
    width: 92%;
  }
  .hero2__cta{
    margin-top: 22px;
  }
}
/* =========================
   BOTÃO WHATSAPP – FLUTUANTE
   ========================= */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;

  width: 64px;
  height: 64px;
  border-radius: 50%;

  background: #25D366;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.whatsapp-float svg{
  width: 34px;
  height: 34px;
}

.whatsapp-float:hover{
  transform: scale(1.1);
}
.whatsapp-float{
  transition: transform 0.25s ease, box-shadow 0.25s ease;}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow:
    0 18px 38px rgba(37, 211, 102, 0.55),
    0 6px 14px rgba(0, 0, 0, 0.22);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 58px;
    height: 58px;
    bottom: 18px;
    right: 18px;
  }
  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }
}
.whatsapp-float{
  animation: pulse 2s infinite;
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.7)}
  70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}
.whatsapp-float{
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.whatsapp-float{
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2147483647 !important;
}
.whatsapp-float{
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2147483647 !important;
}
html, body { overflow-x: hidden; }
html, body{
  max-width: 100%;
  overflow-x: hidden;
}