/* ==========================================================================
   Seu Feed Está Te Enganando? — O Kit de Sobrevivência Digital
   Linha ByteSeguro Verifica (produto C)
   Estilos COMPLEMENTARES. Não sobrescreve classes do site principal:
   todas as regras novas usam o prefixo .sfe-.

   Identidade de linha: mesmo selo "ByteSeguro Verifica" e mesma estrutura de
   seções dos produtos A (isso-e-real, acento âmbar) e B (verdade-ou-zap,
   acento verde de conversa). Aqui o acento é o ciano de tela — o produto fala
   de algoritmo e de feed, não de golpe nem de boato.

   Atenção (restrição jurídica): nenhum elemento pode imitar a interface, o
   ícone ou o logotipo de plataforma alguma. Os "posts" são retângulos
   genéricos; a textura de conteúdo artificial é uma grade, não uma marca.
   ========================================================================== */

.sfe-page {
  --sfe-signal: #4bc6e8;            /* ciano de tela (acento do produto) */
  --sfe-signal-soft: rgba(75, 198, 232, .10);
  --sfe-slop: #93a8b8;              /* cinza-azulado: o conteúdo "fabricado" */
  --sfe-slop-soft: rgba(147, 168, 184, .14);
  --sfe-deep: #0a1a24;
  --sfe-deep-2: #0d2b38;
}

/* ---------- Hero ---------- */
.sfe-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.sfe-eyebrow i {
  width: 8px; height: 8px; border-radius: 50%; background: var(--sfe-signal);
  box-shadow: 0 0 0 6px rgba(75, 198, 232, .16);
}
.sfe-hero-art { background: radial-gradient(circle at 50% 46%, #d9f0f6 0 26%, transparent 27%), linear-gradient(145deg, #eef7fa, #f8fbf7); }
.sfe-badge {
  position: relative; z-index: 2; width: min(66%, 300px); aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  padding: 24px 18px 20px;
  background: rgba(255, 255, 255, .86); border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 28px; box-shadow: 0 24px 55px rgba(8, 78, 91, .2); backdrop-filter: blur(8px);
}
.sfe-badge svg { width: 68%; max-width: 175px; height: auto; }
.sfe-badge span {
  color: var(--teal-dark); font-size: 11px; font-weight: 850;
  letter-spacing: 1.6px; text-transform: uppercase; text-align: center;
}
.sfe-hero-art .mini-card { max-width: 158px; }
.sfe-hero-art .mini-card span { line-height: 1.35; }
.sfe-hero-art .mini-card b.is-signal { color: var(--sfe-signal); }
/* Recuo de 24% acompanha a curva da figura — mais para fora, a borda arredondada corta o card. */
.sfe-hero-art .card-lock { left: 24%; top: 42px; }
.sfe-hero-art .card-check { right: 24%; bottom: 42px; }

/* ---------- Faixa de evidência ---------- */
.sfe-evidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sfe-stat {
  padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sfe-stat:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(18, 59, 66, .08); }
.sfe-stat b {
  display: block; margin-bottom: 10px; color: var(--teal-dark);
  font-size: clamp(30px, 3.6vw, 40px); line-height: 1; letter-spacing: -1.8px;
}
.sfe-stat p { margin: 0 0 10px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.sfe-stat small { color: #8ba0a0; font-size: 11.5px; font-style: italic; }

/* ---------- As três camadas do feed ---------- */
.sfe-layers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sfe-layer {
  position: relative; padding: 26px; background: #fff;
  border: 1px solid var(--line); border-left: 5px solid var(--sfe-signal); border-radius: 0 20px 20px 0;
}
.sfe-layer span {
  display: block; margin-bottom: 12px; color: #2586a0;
  font-size: 11px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase;
}
.sfe-layer b { display: block; margin-bottom: 8px; font-size: 18px; color: var(--ink); letter-spacing: -.4px; }
.sfe-layer p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.sfe-answer {
  margin-top: 26px; padding: 30px 34px; border-radius: 20px;
  background: var(--mint); border-left: 5px solid var(--green);
}
.sfe-answer p { margin: 0; font-size: 17px; line-height: 1.65; color: var(--teal-dark); }

/* ---------- Seção dos 5 módulos (fundo escuro) ---------- */
.sfe-modules-section {
  position: relative; isolation: isolate; overflow: hidden; color: #fff;
  padding: 104px max(28px, calc((100vw - 1144px) / 2));
  background: linear-gradient(145deg, var(--sfe-deep) 0%, var(--sfe-deep-2) 56%, #061620 100%);
  scroll-margin-top: 24px;
}
/* Grade fina: a textura do conteúdo produzido em série. */
.sfe-modules-section::before {
  content: ""; position: absolute; z-index: -2; inset: 0; opacity: .4;
  background-image: linear-gradient(rgba(75, 198, 232, .08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(75, 198, 232, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 84%, transparent);
}
.sfe-modules-section::after {
  content: ""; position: absolute; z-index: -1; top: -260px; right: -190px;
  width: 620px; height: 620px; border: 1px solid rgba(75, 198, 232, .2); border-radius: 50%;
  box-shadow: inset 0 0 160px rgba(75, 198, 232, .07);
}
.sfe-shell { max-width: 1144px; margin: auto; }
.sfe-modules-heading { max-width: 830px; margin: 0 auto 48px; text-align: center; }
.sfe-kicker {
  display: inline-flex; align-items: center; gap: 10px; color: var(--sfe-signal);
  font-size: 12px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase;
}
.sfe-kicker i {
  width: 9px; height: 9px; border-radius: 50%; background: var(--sfe-signal);
  box-shadow: 0 0 0 7px rgba(75, 198, 232, .1), 0 0 20px rgba(75, 198, 232, .7);
}
.sfe-modules-heading h2 { margin: 17px auto 20px; color: #fff; }
.sfe-modules-heading p { max-width: 740px; margin: 0 auto; color: #b8cbca; font-size: 17px; line-height: 1.7; }

.sfe-modules-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sfe-module {
  position: relative; overflow: hidden; padding: 28px; display: flex; flex-direction: column;
  border: 1px solid rgba(151, 205, 214, .2); border-radius: 22px;
  background: linear-gradient(155deg, rgba(15, 44, 56, .96), rgba(7, 24, 32, .96));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .2);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.sfe-module::before {
  content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--sfe-signal), transparent); opacity: .82;
}
.sfe-module::after {
  content: ""; position: absolute; top: -90px; right: -90px; width: 190px; height: 190px;
  border-radius: 50%; background: var(--sfe-signal-soft); filter: blur(5px); pointer-events: none;
}
.sfe-module:hover { transform: translateY(-5px); border-color: rgba(75, 198, 232, .5); box-shadow: 0 26px 62px rgba(0, 0, 0, .28); }

.sfe-module-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.sfe-module-num {
  padding: 7px 12px; border: 1px solid rgba(75, 198, 232, .35); border-radius: 99px;
  color: var(--sfe-signal); background: var(--sfe-signal-soft);
  font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; white-space: nowrap;
}
.sfe-module-icon {
  display: grid; width: 50px; height: 50px; place-items: center;
  border: 1px solid var(--sfe-signal); border-radius: 15px; color: var(--sfe-signal); background: var(--sfe-signal-soft);
}
.sfe-module-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.sfe-module h3 { position: relative; z-index: 1; margin: 0 0 6px; color: #fff; font-size: 23px; line-height: 1.18; letter-spacing: -.65px; }
.sfe-module-sub { position: relative; z-index: 1; margin: 0 0 16px; color: var(--sfe-signal); font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.sfe-module-concept { position: relative; z-index: 1; margin: 0 0 16px; color: #d8e7e4; font-size: 14.5px; line-height: 1.6; }
.sfe-module-concept b { color: #fff; }
.sfe-proof {
  position: relative; z-index: 1; margin: 0 0 20px; padding: 14px 16px;
  border: 1px solid rgba(147, 168, 184, .34); border-radius: 14px; background: var(--sfe-slop-soft);
}
.sfe-proof b { display: block; margin-bottom: 5px; color: #b9cbd8; font-size: 10.5px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.sfe-proof p { margin: 0; color: #dbe6ec; font-size: 13.5px; line-height: 1.55; }
.sfe-proof small { display: block; margin-top: 6px; color: #9db0bd; font-size: 11px; font-style: italic; }
.sfe-action {
  position: relative; z-index: 1; margin: auto 0 0; padding: 16px 18px;
  border: 1px dashed rgba(75, 198, 232, .45); border-radius: 14px;
  background: rgba(75, 198, 232, .08); color: #d8e7e4; font-size: 13.5px; line-height: 1.6;
}
.sfe-action b {
  display: block; margin-bottom: 5px; color: var(--sfe-signal);
  font-size: 10.5px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase;
}

/* 6º card: resumo + chamada de compra */
.sfe-module-cta { border-color: rgba(75, 198, 232, .5); background: linear-gradient(155deg, rgba(75, 198, 232, .18), rgba(61, 187, 135, .10) 62%, rgba(7, 24, 32, .96)); }
.sfe-module-cta .sfe-module-num { border-color: rgba(75, 198, 232, .6); color: #06202a; background: var(--sfe-signal); }
.sfe-cta-text { position: relative; z-index: 1; margin: 0 0 14px; color: #cfe0df; font-size: 13.5px; line-height: 1.6; }
.sfe-cta-text strong { color: #fff; }
.sfe-cta-punch { position: relative; z-index: 1; margin: 0 0 22px; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.5; }
.sfe-cta-btn { position: relative; z-index: 1; margin-top: auto; width: 100%; gap: 10px; }

/* ---------- Bônus ---------- */
.sfe-bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sfe-bonus-grid .product-card h3 { margin-top: 22px; }
.sfe-footer-note { color: var(--teal); font-weight: 800; }

/* ---------- Escopo / conformidade ---------- */
.sfe-scope {
  max-width: 680px; margin: 22px auto 0 !important; padding: 16px 20px;
  border: 1px solid var(--line); border-radius: 14px; background: #fff;
  color: var(--muted); font-size: 14px !important; line-height: 1.6;
}
.sfe-scope strong { color: var(--teal-dark); }

/* ---------- Oferta ---------- */
.sfe-price { margin: 26px auto 0 !important; display: flex; align-items: baseline; justify-content: center; gap: 12px; flex-wrap: wrap; }
.sfe-price span { color: var(--muted); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.sfe-price strong { color: var(--teal-dark); font-size: clamp(38px, 5vw, 52px); letter-spacing: -2px; }
.sfe-guarantee {
  display: inline-flex; align-items: center; gap: 9px; margin: 20px auto 0;
  padding: 11px 18px; border: 1px solid var(--line); border-radius: 99px; background: #fff;
  color: var(--teal-dark); font-size: 13px; font-weight: 750;
}
.sfe-guarantee i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); font-style: normal; }
.sfe-payment-note { margin: 16px auto 0 !important; color: var(--muted); font-size: 13px !important; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .sfe-layers { grid-template-columns: 1fr; }
  .sfe-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sfe-bonus-grid { grid-template-columns: 1fr; }
}
/* Faixa 621-850px: a figura fica larga e baixa — os cards vão para as laterais, na meia-altura */
@media (min-width: 621px) and (max-width: 850px) {
  .sfe-hero-art .card-lock { left: 28px; top: 50%; bottom: auto; transform: translateY(-50%); }
  .sfe-hero-art .card-check { right: 28px; top: 50%; bottom: auto; transform: translateY(-50%); }
}
/* Telas estreitas: mini-cards centralizados nas bordas de cima e de baixo, longe do emblema */
@media (max-width: 620px) {
  .sfe-hero-art { min-height: 380px; }
  .sfe-badge { width: min(58%, 240px); padding: 20px 14px 16px; }
  .sfe-hero-art .mini-card { padding: 11px 14px; font-size: 11px; }
  .sfe-hero-art .card-lock,
  .sfe-hero-art .card-check { left: 50%; right: auto; transform: translateX(-50%); }
  .sfe-hero-art .card-lock { top: 16px; bottom: auto; }
  .sfe-hero-art .card-check { top: auto; bottom: 16px; }
}
@media (max-width: 650px) {
  .sfe-modules-section { padding: 76px 20px; }
  .sfe-modules-heading { text-align: left; margin-bottom: 34px; }
  .sfe-modules-heading h2 { font-size: clamp(34px, 10vw, 46px); letter-spacing: -2.2px; }
  .sfe-evidence-grid { grid-template-columns: 1fr; }
  .sfe-modules-grid { grid-template-columns: 1fr; }
  .sfe-module { padding: 24px; }
  .sfe-answer { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { .sfe-module, .sfe-stat { transition: none; } }
