/* ===== ItaloPixel — Fotogravação na Fiber ===== */
:root {
  --bg: #0a0b0a;
  --surface: #141614;
  --surface-2: #1a1d18;
  --ink: #0e100d;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #eef0ea;
  --muted: #9aa096;
  --green: #8be31f;
  --green-bright: #b4ff3a;
  --green-ink: #0b1500;
  --amber: #f0a92b;
  --indigo: #6366f1;
  --radius: 18px;
  --shadow: 0 10px 40px -12px rgba(0, 0, 0, 0.6);
  --glow: 0 0 0 1px rgba(139, 227, 31, 0.35), 0 8px 40px -8px rgba(139, 227, 31, 0.3);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.hl { color: var(--green); }

.bg-glow { position: fixed; inset: -10% 0 auto 0; height: 60vh; pointer-events: none; z-index: 0;
  background: radial-gradient(60% 60% at 50% 0%, rgba(139,227,31,.16), transparent 70%),
              radial-gradient(40% 40% at 82% 8%, rgba(99,102,241,.13), transparent 70%); filter: blur(10px); }
.bg-grid { position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(100% 55% at 50% 0%, #000 30%, transparent 80%); }

.wrap { position: relative; z-index: 1; width: 100%; max-width: 1080px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }

/* ---------- Topbar ---------- */
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between;
  padding: 13px 20px; background: rgba(10,11,10,.65); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.topbar__logo img { height: 26px; width: auto; }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: .95rem;
  padding: 12px 20px; border-radius: 12px; border: 1px solid transparent; cursor: pointer; text-align: center;
  transition: transform .15s, background .2s, border-color .2s, color .2s; }
.btn:active { transform: scale(.98); }
.btn--sm { padding: 8px 14px; font-size: .85rem; }
.btn--lg { padding: 15px 26px; font-size: 1.02rem; }
.btn--green { background: var(--green); color: var(--green-ink); box-shadow: 0 8px 30px -8px rgba(139,227,31,.5); }
.btn--green:hover { background: var(--green-bright); }
.btn--ghost { border-color: var(--border-strong); background: var(--surface); color: var(--text); }
.btn--ghost:hover { border-color: var(--green); color: var(--green); }

/* ---------- Hero ---------- */
.hero > * { min-width: 0; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding-top: 54px; padding-bottom: 40px; }
.tag { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
  color: var(--green); background: rgba(139,227,31,.1); border: 1px solid rgba(139,227,31,.3); padding: 6px 12px; border-radius: 999px; }
.hero__title { font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; line-height: 1.02;
  font-size: clamp(2.3rem, 6.4vw, 3.7rem); margin: 16px 0 14px; letter-spacing: .5px; }
.hero__title .hl { display: block; }
.hero__sub { color: var(--muted); font-size: 1.08rem; max-width: 44ch; }
.hero__sub strong { color: var(--text); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.chip { font-size: .82rem; font-weight: 600; padding: 6px 12px; border: 1px solid var(--border-strong); border-radius: 999px; background: var(--surface); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

/* Painel do hero: matriz de teste desenhada */
.painel { border-radius: var(--radius); border: 1px solid var(--border); background: var(--surface);
  box-shadow: var(--shadow); overflow: hidden; }
.painel__topo { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 11px 15px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
.painel__nome { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.painel__pontos { display: flex; gap: 5px; }
.painel__pontos i { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); }
.painel__pontos i:first-child { background: rgba(139,227,31,.55); }
.painel__corpo { padding: 16px; display: grid; gap: 14px; }
.painel__legenda { display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-size: .72rem; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.matriz { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.matriz i { aspect-ratio: 1; min-width: 0; border-radius: 3px; background: var(--celula, #1c1f1a); }
.escada { display: grid; grid-template-columns: repeat(21, minmax(0, 1fr)); gap: 2px; }
.escada i { height: 24px; min-width: 0; border-radius: 2px; background: var(--celula, #1c1f1a); }
.painel__rodape { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 16px 16px; }
.painel__rodape span { font-size: .72rem; font-weight: 600; color: var(--muted);
  border: 1px solid var(--border); border-radius: 6px; padding: 3px 8px; background: var(--ink); }

/* ---------- Provas ---------- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.trust__item { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--border); border-radius: 14px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface)); }
.trust__ic { flex-shrink: 0; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px;
  background: rgba(139,227,31,.12); color: var(--green); font-size: 1.05rem; font-weight: 800; }
.trust__item h3 { font-size: .98rem; font-weight: 700; }
.trust__item p { color: var(--muted); font-size: .88rem; margin-top: 2px; }

/* ---------- Seções ---------- */
.section { padding-top: 52px; padding-bottom: 10px; }
.section__head { text-align: center; max-width: 660px; margin: 0 auto 28px; }
.section__title { font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .5px;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem); line-height: 1.1; }
.section__lead { color: var(--muted); margin-top: 10px; font-size: 1.02rem; }

/* ---------- Vídeo ---------- */
.video { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.video__quadro { position: relative; aspect-ratio: 16 / 9; background:
  radial-gradient(80% 80% at 50% 40%, rgba(139,227,31,.1), transparent 65%), var(--ink); display: grid; place-items: center; }
/* Sem vídeo ainda: um bloco baixo, em vez de um retângulo 16:9 vazio. */
.video__quadro--vazio { aspect-ratio: auto; min-height: 220px; }
.video__quadro iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__play { display: grid; place-items: center; gap: 14px; background: none; border: 0; color: inherit;
  cursor: pointer; padding: 24px; width: 100%; height: 100%; }
.video__play span.disco { width: 74px; height: 74px; border-radius: 50%; background: var(--green); color: var(--green-ink);
  display: grid; place-items: center; font-size: 1.6rem; box-shadow: 0 10px 40px -8px rgba(139,227,31,.6);
  transition: transform .18s; }
.video__play:hover span.disco { transform: scale(1.07); }
.video__play span.rotulo { font-weight: 700; font-size: .95rem; }
.video__vazio { display: grid; place-items: center; gap: 10px; text-align: center; padding: 30px; color: var(--muted); }
.video__vazio strong { color: var(--text); font-size: 1.05rem; }
.video__vazio .selo { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber); border: 1px solid rgba(240,169,43,.4); background: rgba(240,169,43,.1);
  padding: 5px 11px; border-radius: 999px; }
.video__pe { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-top: 1px solid var(--border); color: var(--muted); font-size: .88rem; }

/* ---------- Sintomas ---------- */
.sint { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 14px; }
.sint__item { border: 1px solid var(--border); border-left: 3px solid rgba(240,169,43,.55); border-radius: 12px;
  background: var(--surface); padding: 16px 18px; }
.sint__item h3 { font-size: .98rem; font-weight: 700; display: flex; gap: 9px; align-items: flex-start; }
.sint__item h3::before { content: "✕"; color: var(--amber); font-weight: 800; flex-shrink: 0; line-height: 1.45; }
.sint__item p { color: var(--muted); font-size: .89rem; margin-top: 6px; padding-left: 20px; }

/* ---------- Entregas ---------- */
.entregas { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 14px; }
.entrega { border: 1px solid var(--border); border-radius: 14px; background: var(--surface); padding: 20px;
  transition: border-color .2s, transform .2s; display: grid; gap: 8px; align-content: start; }
.entrega:hover { border-color: rgba(139,227,31,.4); transform: translateY(-3px); }
.entrega__n { font-family: "Anton", sans-serif; font-size: 1.35rem; color: var(--green); letter-spacing: .06em; line-height: 1; }
.entrega h3 { font-size: 1.04rem; font-weight: 700; }
.entrega p { color: var(--muted); font-size: .9rem; }
.entrega__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.entrega__tags span { font-size: .72rem; font-weight: 600; color: var(--muted); background: var(--ink);
  border: 1px solid var(--border); border-radius: 6px; padding: 3px 8px; }

/* ---------- Passos ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.step__n { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--green);
  color: var(--green-ink); font-weight: 800; font-size: 1.05rem; margin-bottom: 12px; }
.step h3 { font-size: 1rem; font-weight: 700; }
.step p { color: var(--muted); font-size: .89rem; margin-top: 4px; }

/* ---------- Módulos ---------- */
.mods { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); gap: 14px; }
.mod { border: 1px solid var(--border); border-radius: 14px; background: var(--surface); padding: 16px;
  transition: border-color .2s, transform .2s; }
.mod:hover { border-color: rgba(139,227,31,.4); transform: translateY(-3px); }
.mod__titulo { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; color: var(--green);
  padding-bottom: 8px; margin-bottom: 9px; border-bottom: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.mod__conta { color: var(--muted); font-size: .72rem; font-weight: 600; flex-shrink: 0; }
.mod__lista { list-style: none; display: flex; flex-wrap: wrap; gap: 5px; }
.mod__lista li { font-size: .78rem; color: var(--text); background: var(--ink); border: 1px solid var(--border);
  border-radius: 6px; padding: 3px 8px; }

/* ---------- Materiais ---------- */
.mats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr)); gap: 12px; }
.mat { border: 1px solid var(--border); border-radius: 12px; background: var(--surface); padding: 14px 16px; }
.mat strong { display: block; font-size: .98rem; }
.mat span { color: var(--muted); font-size: .8rem; }

/* ---------- Compatibilidade ---------- */
.compat { text-align: center; border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 22px;
  background: radial-gradient(120% 100% at 50% 0%, rgba(99,102,241,.1), transparent 60%), var(--surface); }
.compat__badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 18px 0 12px; }
.pot { font-family: "Anton", sans-serif; font-size: 1.5rem; letter-spacing: 1px; color: var(--text); background: var(--ink);
  border: 1px solid var(--border-strong); border-radius: 12px; padding: 10px 20px; }
.compat__obs { color: var(--muted); font-size: .88rem; max-width: 60ch; margin: 0 auto; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }
.faq__item { border: 1px solid var(--border); border-radius: 12px; background: var(--surface); overflow: hidden; }
.faq__item summary { cursor: pointer; list-style: none; padding: 16px 18px; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--green); font-size: 1.3rem; font-weight: 700; transition: transform .2s; flex-shrink: 0; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 18px 16px; color: var(--muted); font-size: .94rem; }

/* ---------- CTA final ---------- */
.finalcta { text-align: center; margin: 54px 0 20px; padding: 44px 24px; border-radius: 22px;
  border: 1px solid rgba(139,227,31,.35);
  background: radial-gradient(120% 120% at 50% 0%, rgba(139,227,31,.14), transparent 60%), var(--surface); box-shadow: var(--glow); }
.finalcta h2 { font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; font-size: clamp(1.6rem, 4.5vw, 2.4rem); line-height: 1.1; }
.finalcta p { color: var(--muted); margin: 12px auto 22px; max-width: 52ch; }
.finalcta__botoes { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- Rodapé ---------- */
.rodape { text-align: center; padding: 40px 20px; color: var(--muted); font-size: .84rem; }
.rodape img { margin: 0 auto 10px; opacity: .5; height: 18px; width: auto; }
.rodape__link { color: var(--green); font-weight: 600; display: inline-block; margin-top: 8px; }

/* ---------- Barra fixa no celular ---------- */
.barra-fixa { display: none; }
@media (max-width: 700px) {
  .barra-fixa { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(10,11,10,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--border); }
  .barra-fixa .btn { flex: 1; }
  body { padding-bottom: 76px; }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; } }

/* ---------- Responsivo ---------- */
@media (max-width: 940px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  /* No celular o título vem antes: o painel é ilustração, não produto. */
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 36px; }
  .trust { grid-template-columns: 1fr; }
  .escada i { height: 18px; }
}
@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
}
