:root {
  --verde: #0e2a1f;
  --verde-2: #16392b;
  --verde-3: #24533f;
  --laranja: #f2541b;
  --laranja-2: #d6420d;
  --laranja-suave: #fdeee6;
  --creme: #f6efe8;
  --creme-borda: #eadccf;
  --podio: #ebdfd2;
  --podio-2: #d9c7b5;
  --fundo: #ffffff;
  --cinza: #f5f4f1;
  --tinta: #131816;
  --tinta-2: #4e5853;
  --tinta-3: #7a837e;
  --borda: #e8e4dd;
  --raio: 22px;
  --sombra: 0 1px 2px rgba(19, 24, 22, .06), 0 10px 26px rgba(19, 24, 22, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--fundo);
  color: var(--tinta);
  font: 16px/1.6 "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--laranja); outline-offset: 3px; border-radius: 10px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

.largura { max-width: 1280px; margin: 0 auto; padding-inline: 20px; }

/* Faixa do topo */
.faixa-topo { background: var(--verde); color: #fff; font-size: 13px; }
.faixa-topo .largura { display: flex; justify-content: space-between; gap: 8px 28px; flex-wrap: wrap; padding-block: 10px; }
.faixa-topo span { display: flex; align-items: center; gap: 8px; }
.faixa-topo svg { width: 18px; height: 18px; color: var(--laranja); flex: none; }
@media (max-width: 640px) { .faixa-topo span:nth-child(n+2) { display: none; } }

/* Cabeçalho */
.cabecalho { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .95); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--borda); }
.cabecalho .largura { display: flex; align-items: center; gap: 26px; padding-block: 12px; }
.marca { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.marca .icone { width: 42px; height: 42px; border-radius: 12px; background: var(--laranja); display: grid; place-items: center; color: #fff; flex: none; }
.marca .icone svg { width: 22px; height: 22px; }
.marca strong { display: block; font-size: 19px; line-height: 1.1; letter-spacing: -.02em; font-weight: 800; }
.marca strong em { font-style: normal; color: var(--laranja); }
.marca small { display: block; font-size: 11.5px; color: var(--tinta-3); margin-top: 2px; }
.menu { display: flex; gap: 24px; font-size: 15px; font-weight: 600; }
.menu a { text-decoration: none; color: var(--tinta-2); }
.menu a:hover { color: var(--tinta); }
@media (max-width: 860px) { .menu { display: none; } }
@media (max-width: 420px) { .marca small { display: none; } }

/* Botões */
.botao {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 12px; border: 0; cursor: pointer;
  background: var(--laranja); color: #fff; font: inherit; font-weight: 700; font-size: 15px;
  text-decoration: none; text-align: center; transition: background .15s, transform .1s;
}
.botao:hover { background: var(--laranja-2); }
.botao:active { transform: translateY(1px); }
.botao svg { width: 18px; height: 18px; flex: none; }
.botao.fantasma { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .38); }
.botao.fantasma:hover { background: rgba(255, 255, 255, .08); }
.botao.pequeno { padding: 10px 16px; font-size: 14px; }
.botao.em-breve { background: var(--cinza); color: var(--tinta-3); cursor: default; box-shadow: none; }
.botao.fantasma.em-breve { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .6); }
@media (max-width: 520px) { .acoes .botao { width: 100%; } }

/* Destaque principal */
/* O destaque ocupa a largura inteira da tela; o conteúdo fica alinhado com o resto da página. */
.hero.largura { max-width: none; padding-inline: 0; margin-top: 0; }
.hero-cartao {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--verde); color: #fff; border-radius: 0;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  padding-block: 80px 96px;
  padding-inline: max(24px, calc((100% - 1240px) / 2));
}
.hero-cartao::before {
  content: ""; position: absolute; z-index: -1; right: -120px; top: -200px; width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, var(--verde-3), transparent 66%); opacity: .8;
}
.hero-cartao::after {
  content: ""; position: absolute; z-index: -1; left: -220px; bottom: -300px; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 84, 27, .12), transparent 70%);
}
.pilula { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); padding: 7px 12px; border-radius: 8px; }
.hero h1 { font-size: clamp(38px, 5vw, 72px); line-height: 1.03; letter-spacing: -.035em; font-weight: 800; margin: 20px 0 18px; text-wrap: balance; }
.hero h1 span { display: block; color: var(--laranja); }
.hero .sub { font-size: 18px; line-height: 1.55; color: rgba(255, 255, 255, .82); max-width: 46ch; margin: 0 0 26px; }
.selos { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 0 0 30px; padding: 0; list-style: none; }
.selos li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; line-height: 1.25; }
.selos b { display: block; font-weight: 700; }
.selos span { color: rgba(255, 255, 255, .7); }
.selos .circulo { width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--verde); display: grid; place-items: center; flex: none; }
.selos .circulo svg { width: 19px; height: 19px; }
.acoes { display: flex; flex-wrap: wrap; gap: 12px; }
.status-breve { margin: 16px 0 0; font-size: 14px; color: #ffd8c7; }

.palco { position: relative; min-height: 470px; margin: 0; }
.podio { position: absolute; bottom: 0; border-radius: 26px 26px 0 0; background: linear-gradient(180deg, var(--podio), var(--podio-2)); }
.podio::before { content: ""; position: absolute; inset: -14px 0 auto; height: 28px; border-radius: 50%; background: #f4ebe1; }
.podio.p1 { width: 58%; height: 42%; left: 8%; }
.podio.p2 { width: 42%; height: 26%; right: 0; }
.palco .ilustracao { position: absolute; z-index: 2; left: 18%; bottom: 40%; height: 56%; width: auto; filter: drop-shadow(0 26px 28px rgba(0, 0, 0, .35)); }
.palco .ilustracao.larga { left: 6%; bottom: 39%; height: auto; width: 62%; }
.palco .ilustracao.segunda { left: auto; right: 3%; bottom: 25%; height: auto; width: 38%; }
.palco figcaption { position: absolute; right: 0; bottom: -30px; font-size: 11px; color: rgba(255, 255, 255, .5); }
.selo-redondo {
  position: absolute; z-index: 3; top: 6px; right: 6px; width: 126px; height: 126px; border-radius: 50%;
  background: var(--laranja); color: #fff; display: grid; place-content: center; text-align: center; line-height: 1.05;
  box-shadow: 0 14px 30px rgba(242, 84, 27, .45); transform: rotate(-8deg);
}
.selo-redondo small { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.selo-redondo strong { font-size: 32px; font-weight: 800; letter-spacing: -.03em; }
.selo-redondo strong.palavra { font-size: 21px; }
@media (max-width: 900px) {
  .hero-cartao { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 72px; }
  .palco { min-height: 290px; }
  .selo-redondo { width: 104px; height: 104px; }
  .selo-redondo strong { font-size: 26px; }
  .selo-redondo strong.palavra { font-size: 18px; }
}

/* Faixa de confiança */
.confianca { position: relative; z-index: 3; margin-top: -38px; background: var(--creme); border-radius: 18px; box-shadow: var(--sombra); }
.confianca ul { list-style: none; margin: 0; padding: 18px 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.confianca li { display: flex; gap: 12px; align-items: center; font-size: 13.5px; line-height: 1.3; }
.confianca li + li { border-left: 1px solid var(--creme-borda); padding-left: 16px; }
.confianca svg { width: 30px; height: 30px; flex: none; }
.confianca b { display: block; }
.confianca span { color: var(--tinta-2); }
@media (max-width: 900px) { .confianca ul { grid-template-columns: 1fr 1fr; } .confianca li + li { border-left: 0; padding-left: 0; } }
@media (max-width: 480px) { .confianca ul { grid-template-columns: 1fr; } }

/* Seções */
.secao { margin-top: 76px; }
.secao h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -.025em; line-height: 1.15; margin: 0 0 8px; text-wrap: balance; }
.secao .intro { color: var(--tinta-2); margin: 0 0 28px; max-width: 62ch; }

/* Achados */
.grade-produtos { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 18px; }
.card-produto { background: #fff; border: 1px solid var(--borda); border-radius: var(--raio); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--sombra); text-decoration: none; transition: transform .15s, box-shadow .15s; }
.card-produto:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(19, 24, 22, .06), 0 18px 36px rgba(19, 24, 22, .1); }
.card-produto .imagem { background: var(--cinza); aspect-ratio: 4 / 3; display: grid; place-items: center; position: relative; }
.card-produto .imagem svg { width: 44%; }
.card-produto .imagem svg.larga { width: 64%; }
.chip { position: absolute; left: 14px; top: 14px; background: var(--verde); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 10px; border-radius: 7px; letter-spacing: .05em; text-transform: uppercase; }
.chip.breve { left: auto; right: 14px; background: #fff; color: var(--tinta-2); box-shadow: var(--sombra); }
.card-produto .corpo { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-produto h3 { margin: 0; font-size: 18px; letter-spacing: -.01em; }
.card-produto p { margin: 0; color: var(--tinta-2); font-size: 14.5px; flex: 1; }
.card-produto .ver { margin-top: 6px; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--laranja-2); font-size: 14.5px; }
.card-produto .ver svg { width: 16px; height: 16px; }

/* Benefícios */
.grade-beneficios { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.beneficio { background: var(--cinza); border-radius: 18px; padding: 22px; }
.beneficio .ic { width: 44px; height: 44px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--laranja); margin-bottom: 14px; box-shadow: var(--sombra); }
.beneficio .ic svg { width: 22px; height: 22px; }
.beneficio h3 { margin: 0; font-size: 16.5px; line-height: 1.35; text-wrap: balance; }
@media (max-width: 900px) { .grade-beneficios { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .grade-beneficios { grid-template-columns: 1fr; } }

/* Como funciona */
.passos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: passo; }
.passos li { border: 1px solid var(--borda); border-radius: var(--raio); padding: 24px; counter-increment: passo; background: #fff; }
.passos li::before { content: counter(passo); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--laranja-suave); color: var(--laranja-2); font-weight: 800; margin-bottom: 14px; }
.passos h3 { margin: 0 0 6px; font-size: 18px; }
.passos p { margin: 0; color: var(--tinta-2); font-size: 15px; }
@media (max-width: 860px) { .passos { grid-template-columns: 1fr; } }

/* Teste + conversa */
.bloco-teste { background: var(--laranja-suave); border-radius: 28px; padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.rotulo { color: var(--laranja-2); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.bloco-teste h2 { margin: 8px 0 12px; }
.bloco-teste p { color: var(--tinta-2); margin: 0 0 22px; }
.conversa { background: #fff; border-radius: 22px; padding: 18px; box-shadow: var(--sombra); }
.topo-conversa { display: flex; align-items: center; gap: 10px; padding: 2px 4px 14px; border-bottom: 1px solid var(--borda); margin-bottom: 14px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--verde); color: #fff; display: grid; place-items: center; font-weight: 800; }
.topo-conversa b { display: block; font-size: 15px; }
.topo-conversa span { font-size: 12.5px; color: var(--tinta-3); }
.balao { max-width: 86%; padding: 10px 13px; border-radius: 14px; font-size: 14.5px; line-height: 1.45; margin-bottom: 8px; }
.balao.lead { margin-left: auto; background: #dcf7e3; border-bottom-right-radius: 4px; }
.balao.bella { background: var(--cinza); border-bottom-left-radius: 4px; }
.legenda { font-size: 12px; color: var(--tinta-3); margin: 10px 4px 0; }
@media (max-width: 860px) { .bloco-teste { grid-template-columns: 1fr; padding: 28px 20px; } }

/* Dúvidas */
.faq { max-width: 780px; }
.faq details { border-bottom: 1px solid var(--borda); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 40px 18px 0; font-weight: 700; font-size: 16.5px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--tinta-2); border-bottom: 2px solid var(--tinta-2); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { margin: 0 0 18px; color: var(--tinta-2); max-width: 65ch; }

/* Chamada final */
.faixa-cta { margin-top: 76px; background: var(--verde); color: #fff; border-radius: 22px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.faixa-cta .ic { width: 54px; height: 54px; border-radius: 14px; background: var(--laranja); display: grid; place-items: center; flex: none; }
.faixa-cta .ic svg { width: 26px; height: 26px; }
.faixa-cta .texto { flex: 1; min-width: 220px; }
.faixa-cta b { display: block; font-size: 19px; }
.faixa-cta span { color: rgba(255, 255, 255, .75); font-size: 14.5px; }

/* Rodapé */
.rodape { margin-top: 56px; background: var(--cinza); }
.rodape .largura { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; padding-block: 42px; }
.rodape h4 { margin: 4px 0 14px; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase; }
.rodape ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 14.5px; color: var(--tinta-2); }
.rodape a { text-decoration: none; }
.rodape a:hover { text-decoration: underline; }
.rodape p { color: var(--tinta-2); font-size: 14.5px; margin: 14px 0 0; max-width: 42ch; }
.base { background: var(--verde); color: rgba(255, 255, 255, .78); font-size: 13px; text-align: center; padding: 16px 20px; }
@media (max-width: 760px) { .rodape .largura { grid-template-columns: 1fr; } }

/* Texto simples (privacidade) */
.texto-simples { max-width: 720px; margin: 48px auto 0; padding-inline: 20px; }
.texto-simples h1 { font-size: clamp(30px, 4vw, 40px); letter-spacing: -.03em; line-height: 1.1; }
.texto-simples p { color: var(--tinta-2); }
