:root {
  --azul: #1b56d3; --azul-vivo: #2f6bf0; --azul-claro: #5a8bff;
  --profundo: #0a1f57; --texto: #0f1c3a; --texto-sec: #5d6b85;
  --suave: #eef3fc; --linha: #dbe5f7; --verde: #16a36a; --vermelho: #d05a6b;
  --titulo: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --sans: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
html, body { margin: 0; padding: 0; }
body { font-family: var(--sans); -webkit-font-smoothing: antialiased; color: var(--texto); }
.e-sec { padding: 90px 20px; box-sizing: border-box; }
.e-sec *, .e-sec *::before, .e-sec *::after { box-sizing: border-box; margin: 0; padding: 0; }
.cta-line { text-align: center; }

/* ===== HERO ===== */
.eh { background: #f4f8ff; padding-bottom: 100px; position: relative; overflow: hidden; }
.eh-container { max-width: 760px; margin: 0 auto; text-align: center; }
.eh-tag { display: inline-block; font-size: 12px; font-weight: 600; color: var(--azul); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.eh-h1 { font-family: var(--titulo); font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; color: var(--profundo); margin: 0 auto 18px; max-width: 700px; }
.eh-h1 em { font-style: normal; color: var(--azul-vivo); }
.eh-sub { font-size: 18px; line-height: 1.7; color: var(--texto-sec); max-width: 580px; margin: 0 auto 28px; }
.eh-sub b { color: var(--texto); font-weight: 600; }
.cta { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(180deg, #2f6bf0, #1b56d3); color: #fff; text-decoration: none; font-weight: 700; border: 0; cursor: pointer; box-shadow: 0 16px 34px rgba(27,86,211,.30); transition: transform .25s ease, box-shadow .25s ease; font-family: var(--sans); }
.cta:hover { transform: translateY(-3px); box-shadow: 0 22px 44px rgba(27,86,211,.45); }
.cta-lg { font-size: 17px; padding: 18px 40px; border-radius: 14px; }
.eh-price { font-size: 14px; color: var(--texto-sec); margin-top: 14px; }
.eh-price b { color: var(--texto); font-weight: 700; }
.eh-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.eh-pill { font-size: 13px; font-weight: 600; color: var(--profundo); background: #fff; border: 1px solid var(--linha); padding: 9px 14px; border-radius: 10px; }
.eh-card { background: #fff; border: 1px solid var(--linha); border-radius: 20px; padding: 30px; width: 100%; max-width: 540px; margin: 44px auto 0; text-align: left; box-shadow: 0 24px 60px rgba(15,28,58,.10); position: relative; overflow: hidden; }
.eh-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--azul-vivo), transparent); }
.eh-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.eh-alv { font-size: 12px; font-weight: 800; color: var(--azul); letter-spacing: 1px; text-transform: uppercase; }
.eh-meta { font-size: 12px; color: var(--azul); font-weight: 700; background: var(--suave); padding: 4px 10px; border-radius: 999px; }
.eh-tema { font-family: var(--titulo); font-size: 22px; font-weight: 800; color: var(--profundo); margin-bottom: 18px; }
.eh-contatos { display: flex; gap: 10px; margin-bottom: 18px; }
.eh-ct { flex: 1; border: 1px solid var(--linha); border-radius: 12px; padding: 12px 10px; text-align: center; }
.eh-ct .lbl { font-size: 11px; font-weight: 800; color: var(--texto-sec); letter-spacing: 1px; }
.eh-ct .st { font-size: 12px; font-weight: 700; margin-top: 4px; }
.eh-ct.ok { background: rgba(22,163,106,.08); border-color: rgba(22,163,106,.30); }
.eh-ct.ok .st { color: var(--verde); }
.eh-ct.now { background: var(--suave); border-color: rgba(47,107,240,.35); }
.eh-ct.now .st { color: var(--azul); }
.eh-ct.lock .st { color: #aab6cf; }
.eh-prev { display: flex; align-items: center; gap: 10px; background: rgba(22,163,106,.08); border-radius: 12px; padding: 12px 14px; font-size: 13px; color: var(--texto); }
.eh-prev b { color: var(--profundo); font-weight: 700; }
.eh-prev .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--verde); flex: 0 0 auto; }

/* ===== BLOCO 1 — PROBLEMA ===== */
.p1 { background: #fff; }
.p1-container { max-width: 880px; margin: 0 auto; }
.p1-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.sec-tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--azul); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 18px; }
.sec-h2 { font-family: var(--titulo); font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.18; color: var(--profundo); margin-bottom: 16px; }
.sec-h2 em { font-style: normal; color: var(--azul-vivo); }
.sec-sub { font-size: 17px; line-height: 1.7; color: var(--texto-sec); }
.sec-sub b { color: var(--texto); font-weight: 600; }
.p1-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 38px; }
.p1-card { border-radius: 18px; padding: 30px 28px; }
.p1-card.bad { background: #fbfcfe; border: 1px solid var(--linha); }
.p1-card.good { background: var(--suave); border: 1px solid rgba(47,107,240,.35); box-shadow: 0 18px 40px rgba(27,86,211,.10); }
.p1-card h3 { font-family: var(--titulo); font-size: 20px; font-weight: 700; margin-bottom: 20px; line-height: 1.25; }
.p1-card.bad h3 { color: var(--texto-sec); }
.p1-card.good h3 { color: var(--profundo); }
.p1-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.p1-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; line-height: 1.5; }
.p1-list .mk { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; margin-top: 1px; }
.p1-card.bad .mk { background: rgba(208,90,107,.12); color: var(--vermelho); }
.p1-card.good .mk { background: var(--azul); color: #fff; }
.p1-card.bad .p1-list li { color: var(--texto-sec); }
.p1-card.good .p1-list li { color: var(--texto); }
.p1-close { text-align: center; max-width: 640px; margin: 0 auto 28px; }
.p1-close p { font-family: var(--titulo); font-weight: 700; font-size: clamp(20px, 2.6vw, 28px); line-height: 1.35; color: var(--profundo); }
.p1-close p em { font-style: normal; color: var(--azul-vivo); }

/* ===== BLOCO 2 — ALAVANCAS ===== */
.al2 { background: #f4f8ff; }
.al2-container { max-width: 980px; margin: 0 auto; }
.al2-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.al2-wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 24px; align-items: start; }
.al2-trilha { background: #fff; border: 1px solid var(--linha); border-radius: 18px; padding: 24px; box-shadow: 0 12px 30px rgba(15,28,58,.05); }
.al2-trilha .th { font-size: 12px; font-weight: 800; color: var(--texto-sec); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.al2-step { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--linha); }
.al2-step:last-child { border-bottom: 0; }
.al2-chk { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.al2-chk.done { background: var(--verde); color: #fff; }
.al2-chk.now { background: var(--azul); color: #fff; }
.al2-chk.lock { background: var(--suave); color: #aab6cf; }
.al2-nm { flex: 1; }
.al2-nm .a { font-size: 11px; font-weight: 800; color: var(--azul); letter-spacing: .5px; }
.al2-nm .t { font-size: 14.5px; font-weight: 600; color: var(--profundo); }
.al2-step.muted .t { color: var(--texto-sec); }
.al2-pct { font-size: 12px; font-weight: 700; color: var(--texto-sec); }
.al2-etapas { display: flex; flex-direction: column; gap: 14px; }
.al2-et { background: #fff; border: 1px solid var(--linha); border-radius: 16px; padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; box-shadow: 0 10px 26px rgba(15,28,58,.04); }
.al2-et .num { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; background: var(--suave); color: var(--azul); display: flex; align-items: center; justify-content: center; font-family: var(--titulo); font-weight: 800; font-size: 17px; }
.al2-et h3 { font-family: var(--titulo); font-size: 17px; font-weight: 700; color: var(--profundo); margin-bottom: 4px; }
.al2-et p { font-size: 14px; line-height: 1.55; color: var(--texto-sec); }

/* ===== BLOCO 3 — MÉTODO ===== */
.mt3 { background: #fff; }
.mt3-container { max-width: 920px; margin: 0 auto; }
.mt3-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.mt3-flow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 22px; }
.mt3-ct { background: #fbfcfe; border: 1px solid var(--linha); border-radius: 16px; padding: 24px 22px; }
.mt3-ct .lbl { font-family: var(--titulo); font-size: 18px; font-weight: 800; color: var(--azul); }
.mt3-ct .nm { font-size: 14px; font-weight: 700; color: var(--profundo); margin: 4px 0 8px; }
.mt3-ct .ds { font-size: 13.5px; line-height: 1.55; color: var(--texto-sec); }
.mt3-rule { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.mt3-chip { font-size: 13px; font-weight: 600; color: var(--profundo); background: var(--suave); border-radius: 999px; padding: 8px 14px; }
.mt3-chip b { color: var(--azul); font-weight: 800; }
.mt3-gps { background: linear-gradient(135deg, #1b56d3, #0a1f57); border-radius: 20px; padding: 36px; color: #fff; display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; margin-bottom: 40px; }
.mt3-gps h3 { font-family: var(--titulo); font-size: 24px; font-weight: 800; line-height: 1.2; margin-bottom: 10px; }
.mt3-gps p { font-size: 14.5px; line-height: 1.6; color: #c7d6f7; }
.mt3-gps p b { color: #fff; font-weight: 600; }
.mt3-box { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 22px; }
.mt3-box .r { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0; font-size: 13.5px; color: #c7d6f7; }
.mt3-box .r b { color: #fff; font-weight: 700; font-size: 15px; }
.mt3-box .status { margin-top: 12px; display: flex; align-items: center; gap: 9px; background: rgba(22,163,106,.20); border-radius: 10px; padding: 10px 14px; font-size: 13.5px; font-weight: 700; color: #b6f0d4; }
.mt3-box .status .dot { width: 9px; height: 9px; border-radius: 50%; background: #2ee08f; flex: 0 0 auto; }

/* ===== PLATAFORMA POR DENTRO (SCREENSHOTS) ===== */
.pv { background: #f4f8ff; }
.pv-container { max-width: 1040px; margin: 0 auto; }
.pv-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.pv-shot { background: #fff; border: 1px solid var(--linha); border-radius: 16px; overflow: hidden; box-shadow: 0 18px 44px rgba(15,28,58,.10); }
.pv-shot img { display: block; width: 100%; height: auto; background: var(--suave); }
.pv-cap { font-size: 13px; font-weight: 600; color: var(--texto-sec); padding: 14px 18px; border-top: 1px solid var(--linha); }
.pv-cap b { color: var(--profundo); font-weight: 700; }
.pv-main { margin-bottom: 22px; }
.pv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 40px; }

/* ===== BLOCO 4 — PLANO ===== */
.ep4 { background: #fff; }
.ep4-container { max-width: 680px; margin: 0 auto; }
.ep4-head { text-align: center; margin-bottom: 40px; }
.ep4-sub { font-size: 17px; line-height: 1.7; color: var(--texto-sec); max-width: 540px; margin: 0 auto; }
.ep4-card { background: #fff; border: 1px solid var(--linha); border-radius: 24px; box-shadow: 0 30px 70px rgba(15,28,58,.10); overflow: hidden; position: relative; }
.ep4-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #2f6bf0, #5a8bff); }
.ep4-top { padding: 36px 36px 28px; text-align: center; border-bottom: 1px dashed var(--linha); }
.ep4-plan { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--azul); margin-bottom: 14px; }
.ep4-price { display: flex; align-items: flex-start; justify-content: center; gap: 4px; line-height: 1; }
.ep4-price .cif { font-size: 22px; font-weight: 600; color: var(--profundo); margin-top: 14px; }
.ep4-price .val { font-family: var(--titulo); font-size: 72px; font-weight: 800; letter-spacing: -0.02em; color: var(--profundo); }
.ep4-parc { font-size: 16px; color: var(--texto); margin-top: 10px; font-weight: 600; }
.ep4-parc b { color: var(--azul); }
.ep4-dia { display: inline-block; margin-top: 12px; font-size: 13px; color: var(--texto-sec); background: var(--suave); border-radius: 999px; padding: 6px 14px; }
.ep4-body { padding: 30px 36px 36px; }
.ep4-feats { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin-bottom: 28px; }
.ep4-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--texto); line-height: 1.45; }
.ep4-feats .ck { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 7px; background: var(--suave); color: var(--azul); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; margin-top: 1px; }
.ep4-cta { width: 100%; justify-content: center; font-size: 18px; padding: 20px 32px; }
.ep4-cta2 { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 12px; background: #fff; color: var(--verde); text-decoration: none; font-size: 15.5px; font-weight: 700; padding: 15px 28px; border-radius: 14px; border: 1.5px solid rgba(22,163,106,.35); transition: background .25s ease, border-color .25s ease; font-family: var(--sans); }
.ep4-cta2:hover { background: rgba(22,163,106,.06); border-color: var(--verde); }
.ep4-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 20px; font-size: 13px; color: var(--texto-sec); }
.ep4-trust span { display: inline-flex; align-items: center; gap: 7px; }
.ep4-trust b { color: var(--texto); font-weight: 600; }
.ep4-guard { display: flex; align-items: center; gap: 14px; max-width: 520px; margin: 24px auto 0; background: #fff; border: 1px solid var(--linha); border-radius: 14px; padding: 16px 22px; }
.ep4-guard .sel { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: rgba(22,163,106,.1); color: var(--verde); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.ep4-guard p { font-size: 13.5px; line-height: 1.5; color: var(--texto-sec); }
.ep4-guard p b { color: var(--texto); }

/* ===== BLOCO 5 — FAQ ===== */
.ef5 { background: #f4f8ff; }
.ef5-container { max-width: 760px; margin: 0 auto; }
.ef5-head { text-align: center; margin-bottom: 44px; }
.ef5-list { display: flex; flex-direction: column; gap: 14px; }
.ef5-item { background: #fff; border: 1px solid var(--linha); border-radius: 14px; box-shadow: 0 8px 22px rgba(15,28,58,.04); overflow: hidden; }
.ef5-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; font-size: 16px; font-weight: 600; color: var(--profundo); }
.ef5-item summary::-webkit-details-marker { display: none; }
.ef5-item summary .ico { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; background: var(--suave); color: var(--azul); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; transition: transform .3s ease; }
.ef5-item[open] summary .ico { transform: rotate(45deg); }
.ef5-item .ans { padding: 0 26px 24px; font-size: 15px; line-height: 1.7; color: var(--texto-sec); }
.ef5-item .ans b { color: var(--texto); font-weight: 600; }
.ef5-support { margin-top: 40px; text-align: center; background: #fff; border: 1px solid var(--linha); border-radius: 16px; padding: 30px 26px; }
.ef5-support h3 { font-family: var(--titulo); font-size: 22px; font-weight: 700; color: var(--profundo); margin-bottom: 8px; }
.ef5-support p { font-size: 15px; color: var(--texto-sec); margin-bottom: 20px; }
.ef5-support a { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(180deg, #2f6bf0, #1b56d3); color: #fff; text-decoration: none; font-size: 15.5px; font-weight: 700; padding: 14px 30px; border-radius: 12px; box-shadow: 0 14px 30px rgba(27,86,211,.3); transition: transform .25s ease, box-shadow .25s ease; }
.ef5-support a:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(27,86,211,.45); }

@media (max-width: 860px) { .al2-wrap { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .mt3-flow { grid-template-columns: 1fr; } .mt3-gps { grid-template-columns: 1fr; } .pv-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .p1-grid { grid-template-columns: 1fr; } .eh-card { padding: 24px 20px; } }
@media (max-width: 560px) { .ep4-top, .ep4-body { padding-left: 24px; padding-right: 24px; } .ep4-feats { grid-template-columns: 1fr; } .ep4-price .val { font-size: 58px; } }
