/* ── DS TOKENS — identidade Marketing (lilás), lado MARTECH ─────
   Mesma paleta reskinada de gestao-de-midia-v4.css / seo-aeo-geo-v4.css.
   ──────────────────────────────────────────────────────────── */
.ep2 {
  --ep-green-lime:#96c02c; --ep-green-neon:#52bf42; --ep-green-mid:#43ab49;
  --ep-green-deep:#009d62; --ep-green-700:#00794b;
  --ep-lilac-100:#b8b5e8; --ep-lilac-300:#9793d6; --ep-lilac-500:#7572b9;
  --ep-lilac-600:#5f5aa3; --ep-lilac-700:#4a4189; --ep-lilac-800:#382f6b;
  --ep-gradient-brand:linear-gradient(90deg,#b0ace3 0%,#7572b9 55%,#4a4189 100%);
  --ep-gradient-diag:linear-gradient(135deg,#b0ace3 0%,#7572b9 55%,#4a4189 100%);
  --ep-bg:#0c0a14; --ep-bg-card:#1d1a29; --ep-bg-elevated:#16131f;
  --ep-border:rgba(255,255,255,0.08); --ep-border-strong:rgba(255,255,255,0.16);
  --ep-border-brand:rgba(117,114,185,0.35);
  --ep-text:#f6f5f9; --ep-text-muted:#a8a5b8; --ep-text-dim:#6d6a7c;
  --ep-text-brand:#9d9adf;
  --ep-font-sans:'Montserrat',-apple-system,BlinkMacSystemFont,sans-serif;
  --ep-font-mono:'JetBrains Mono',ui-monospace,monospace;
  --ep-r-sm:6px; --ep-r-md:10px; --ep-r-lg:16px; --ep-r-xl:24px; --ep-r-pill:999px;
  --ep-dur:240ms; --ep-ease:cubic-bezier(.2,.7,.2,1);
  --ep-glow-green:0 0 0 1px rgba(117,114,185,.35),0 12px 32px rgba(117,114,185,.35);
  --ep-shadow-card:0 20px 60px rgba(0,0,0,0.45),0 0 0 1px rgba(255,255,255,0.04) inset;
}

/* ── HEADER (chrome global — permanece verde) ───────────────── */
#header { background:#fff !important; border-bottom:1px solid #e9ebe6 !important; box-shadow:0 2px 16px rgba(0,0,0,0.06) !important; }
#header #logo img { filter:none !important; }
#header #menu ul li a,#header #menu ul li a:visited { color:#15170f !important; }
#header #menu ul li a:hover { color:#43ab49 !important; }
#header #menu ul li.customBt a { background:linear-gradient(90deg,#96c02c,#43ab49 50%,#009d62) !important; background-size:220% 100% !important; color:#fff !important; border-radius:8px !important; padding:10px 20px !important; animation:eplusCtaFlow 7s ease-in-out infinite; }
@keyframes eplusCtaFlow { 0%{background-position:0% 50%;} 50%{background-position:100% 50%;} 100%{background-position:0% 50%;} }
@media (prefers-reduced-motion: reduce) { #header #menu ul li.customBt a { animation:none !important; background-position:0% 50% !important; } }
#header #address a,#header #flags a { color:#373a34 !important; }
#header #mobMenuBt { color:#15170f !important; }

/* ── SECTION LIGHT ───────────────────────────────────────────── */
.ep2 .section-light {
  background:#f8f7fb !important;
  --ep-bg-card:#fff; --ep-border:rgba(0,0,0,0.08);
  --ep-border-brand:rgba(95,90,163,0.35);
  --ep-text:#171425; --ep-text-muted:#4c4959; --ep-text-dim:#8d8a99;
}
.ep2 .section-light h2,.ep2 .section-light h3,.ep2 .section-light h4 { color:#171425; }
.ep2 .section-light .sec-head p { color:#4c4959; }
.ep2 .section-light .ep-eyebrow { color:#5f5aa3; }

/* ── RESET ───────────────────────────────────────────────────── */
.ep2 *,.ep2 *::before,.ep2 *::after { box-sizing:border-box; }
.ep2 { font-family:var(--ep-font-sans); color:var(--ep-text); background:var(--ep-bg); -webkit-font-smoothing:antialiased; float:left; width:100%; animation:ep2-page-fade .7s var(--ep-ease) both; }
.ep2 a { color:inherit; text-decoration:none; }
.ep2 img,.ep2 svg { display:block; max-width:100%; }
.ep2 ul { list-style:none; padding:0; margin:0; }

/* ── KEYFRAMES ───────────────────────────────────────────────── */
@keyframes ep2-page-fade { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.75)} }
@keyframes hero-up   { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* ── REVEAL ──────────────────────────────────────────────────── */
.ep2 .reveal { opacity:0; transform:translateY(22px); transition:opacity .55s var(--ep-ease),transform .55s var(--ep-ease); }
.ep2 .reveal.is-visible { opacity:1; transform:none; }
.ep2 .reveal-d1{transition-delay:.1s} .ep2 .reveal-d2{transition-delay:.2s}
.ep2 .reveal-d3{transition-delay:.3s} .ep2 .reveal-d4{transition-delay:.4s}

/* ── UTILITÁRIOS ─────────────────────────────────────────────── */
.ep2 .ep-eyebrow { display:inline-block; font-size:.7rem; letter-spacing:.18em; text-transform:uppercase; font-weight:700; color:var(--ep-text-brand); }
.ep2 .ep-gradient-text { background:var(--ep-gradient-brand); -webkit-background-clip:text; background-clip:text; color:transparent; }
.ep2 .ep-container { width:100%; max-width:1280px; margin:0 auto; padding:0 40px; }
.ep2 .ep-container--sm { max-width:1040px; }
.ep2 .sec-head { text-align:center; max-width:800px; margin:0 auto 56px; }
.ep2 .sec-head h2 { font-size:clamp(1.875rem,4.5vw,3.25rem); font-weight:800; letter-spacing:-.02em; line-height:1.05; margin:12px 0 16px; }
.ep2 .sec-head p { font-size:1rem; color:var(--ep-text-muted); line-height:1.65; }

/* ── BOTÕES ──────────────────────────────────────────────────── */
.ep2 .ep-btn { display:inline-flex; align-items:center; gap:8px; padding:14px 24px; font:600 .8125rem/1 var(--ep-font-sans); letter-spacing:.07em; text-transform:uppercase; border-radius:var(--ep-r-pill); border:1px solid transparent; cursor:pointer; transition:transform var(--ep-dur) var(--ep-ease),box-shadow var(--ep-dur) var(--ep-ease); white-space:nowrap; }
.ep2 .ep-btn:hover { transform:translateY(-1px); }
.ep2 .ep-btn--primary { background:var(--ep-gradient-brand); color:#fff; box-shadow:var(--ep-glow-green); font-weight:700; }
.ep2 .ep-btn--primary:hover { box-shadow:0 0 0 1px rgba(117,114,185,.6),0 16px 40px rgba(117,114,185,.4); }
.ep2 .ep-btn--ghost { background:rgba(255,255,255,.06); border-color:var(--ep-border-strong); color:var(--ep-text); }
.ep2 .ep-btn--ghost:hover { background:rgba(255,255,255,.1); }
.ep2 .ep-btn--ghost-dark { background:rgba(0,0,0,.06); border-color:rgba(0,0,0,.15); color:#171425; }
.ep2 .ep-btn--ghost-dark:hover { background:rgba(0,0,0,.1); }
.ep2 .ep-btn--lg { padding:18px 32px; font-size:.9375rem; }

/* ══════════════════════════════════════════════════════════════
   §1 HERO — 2 colunas: copy ← → funil (visitantes→clientes)
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-hero {
  position:relative; overflow:hidden;
  background:
    linear-gradient(rgba(117,114,185,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117,114,185,.09) 1px, transparent 1px),
    radial-gradient(140% 120% at 50% 0%, #191430 0%, #0a0812 65%);
  background-size:40px 40px, 40px 40px, auto;
  border-bottom:1px solid rgba(117,114,185,.14);
  padding:100px 0 80px;
}
.ep2 .im-hero-ambient { position:absolute; inset:0; pointer-events:none; background:radial-gradient(900px 700px at 50% 30%,rgba(117,114,185,.16),transparent 60%); }
.ep2 .im-hero-inner { position:relative; z-index:2; display:grid; grid-template-columns:1.2fr .8fr; gap:56px; align-items:center; }
.ep2 .im-hero-copy { display:flex; flex-direction:column; gap:0; }
.ep2 .im-hero-copy .ep-eyebrow { margin-bottom:16px; animation:hero-up .6s var(--ep-ease) both; }
.ep2 .im-hero-copy h1 { font-size:clamp(2rem,3.8vw,2.875rem); font-weight:900; line-height:1.05; letter-spacing:-.03em; margin:0 0 20px; text-wrap:balance; animation:hero-up .6s var(--ep-ease) .1s both; }
.ep2 .im-hero-copy h1 .h1-light { display:block; font-weight:400; color:#fff; letter-spacing:-.025em; }
.ep2 .im-hero-copy h1 em { font-style:normal; }
.ep2 .im-hero-sub { font-size:1.0625rem; color:var(--ep-text-muted); line-height:1.7; max-width:460px; margin:0 0 36px; animation:hero-up .6s var(--ep-ease) .22s both; }
.ep2 .im-hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:40px; animation:hero-up .6s var(--ep-ease) .32s both; }
.ep2 .im-trust { display:flex; align-items:center; gap:16px; flex-wrap:wrap; padding-top:28px; border-top:1px solid var(--ep-border); animation:hero-up .6s var(--ep-ease) .44s both; }
.ep2 .im-trust-item { display:flex; flex-direction:column; gap:2px; }
.ep2 .im-trust-item strong { font:700 .9rem/1 var(--ep-font-sans); letter-spacing:-.01em; color:var(--ep-text-brand); }
.ep2 .im-trust-item span { font:500 .6rem/1 var(--ep-font-mono); letter-spacing:.08em; text-transform:uppercase; color:var(--ep-text-dim); }
.ep2 .im-trust-sep { width:1px; height:22px; background:var(--ep-border-strong); flex-shrink:0; }

/* funil mini (hero) */
.ep2 .im-hero-visual { position:relative; animation:hero-up .75s var(--ep-ease) .2s both; padding-bottom:20px; }
.ep2 .im-funnel-mini { display:flex; flex-direction:column; align-items:center; gap:8px; }
.ep2 .im-funnel-mini-stage { border-radius:10px; padding:16px 20px; text-align:center; color:#fff; box-shadow:0 10px 26px rgba(0,0,0,.35); }
.ep2 .im-funnel-mini-stage:nth-child(1) { width:100%; background:linear-gradient(90deg,#4a4189,#5f5aa3); }
.ep2 .im-funnel-mini-stage:nth-child(2) { width:80%; background:linear-gradient(90deg,#5f5aa3,#7572b9); }
.ep2 .im-funnel-mini-stage:nth-child(3) { width:60%; background:linear-gradient(90deg,#7572b9,#9793d6); }
.ep2 .im-funnel-mini-stage:nth-child(4) { width:40%; background:linear-gradient(90deg,#9793d6,#b0ace3); }
.ep2 .im-funnel-mini-num { display:block; font:800 1.125rem/1 var(--ep-font-mono); letter-spacing:-.02em; }
.ep2 .im-funnel-mini-label { display:block; font:600 .6rem/1.3 var(--ep-font-mono); letter-spacing:.1em; text-transform:uppercase; opacity:.85; margin-top:3px; }
/* selo flutuante — RD Station Platinum */
.ep2 .im-hero-badge { position:absolute; bottom:-14px; left:-16px; background:#fff; border-radius:var(--ep-r-md); padding:8px 10px; box-shadow:0 16px 40px rgba(0,0,0,.45); animation:hero-up .8s var(--ep-ease) .5s both; }
.ep2 .im-hero-badge img { height:34px; width:auto; }

/* ══════════════════════════════════════════════════════════════
   §2 CLIENTES — carrossel de logos
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-clientes { background:#efedf5; padding:32px 0; border-bottom:1px solid rgba(0,0,0,.06); }
.ep2 .im-clientes-track-wrap { width:100%; overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent); mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent); }
.ep2 .im-clientes-track { display:flex; align-items:center; gap:56px; width:max-content; animation:im-clientes-go 40s linear infinite; }
.ep2 .im-clientes-track-wrap:hover .im-clientes-track { animation-play-state:paused; }
.ep2 .im-clientes-logo { display:flex; align-items:center; justify-content:center; flex-shrink:0; height:30px; width:100px; }
.ep2 .im-clientes-logo img { width:auto; height:auto; max-width:100%; max-height:100%; object-fit:contain; filter:grayscale(1); opacity:.6; transition:opacity var(--ep-dur) ease; }
.ep2 .im-clientes-logo:hover img { opacity:1; }
@keyframes im-clientes-go { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@media(prefers-reduced-motion:reduce){ .ep2 .im-clientes-track { animation:none; } }

/* ══════════════════════════════════════════════════════════════
   §3 O FUNIL DE INBOUND EXPLICADO — light
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-metodo { padding:96px 0; }
.ep2 .im-mt-list { max-width:880px; margin:0 auto; }
.ep2 .im-mt-item { display:grid; grid-template-columns:130px 1fr; gap:28px; }
.ep2 .im-mt-bar-col { display:flex; flex-direction:column; align-items:center; }
.ep2 .im-mt-bar { height:44px; border-radius:8px; display:flex; align-items:center; justify-content:center; color:#fff; font:800 .8125rem/1 var(--ep-font-mono); flex-shrink:0; }
.ep2 .im-mt-item:nth-child(1) .im-mt-bar { width:100%; background:linear-gradient(90deg,#4a4189,#5f5aa3); }
.ep2 .im-mt-item:nth-child(2) .im-mt-bar { width:86%; background:linear-gradient(90deg,#5f5aa3,#6d68b0); }
.ep2 .im-mt-item:nth-child(3) .im-mt-bar { width:72%; background:linear-gradient(90deg,#6d68b0,#7572b9); }
.ep2 .im-mt-item:nth-child(4) .im-mt-bar { width:58%; background:linear-gradient(90deg,#7572b9,#8683c4); }
.ep2 .im-mt-item:nth-child(5) .im-mt-bar { width:44%; background:linear-gradient(90deg,#8683c4,#9793d6); }
.ep2 .im-mt-line { width:2px; flex:1; min-height:28px; background:repeating-linear-gradient(180deg,rgba(95,90,163,.25) 0 6px,transparent 6px 12px); margin-top:8px; }
.ep2 .im-mt-item:last-child .im-mt-line { display:none; }
.ep2 .im-mt-content { background:#fff; border:1px solid rgba(0,0,0,.07); border-radius:var(--ep-r-xl); padding:26px 30px; margin-bottom:28px; }
.ep2 .im-mt-item:last-child .im-mt-content { margin-bottom:0; }
.ep2 .im-mt-stage-name { font:800 1.1875rem/1.2 var(--ep-font-sans); letter-spacing:-.01em; color:#171425; margin:0 0 8px; }
.ep2 .im-mt-def { font:.9rem/1.6 var(--ep-font-sans); color:#4c4959; margin:0 0 14px; }
.ep2 .im-mt-tactics { display:flex; flex-wrap:wrap; gap:8px; }
.ep2 .im-mt-tactic { font:600 .7rem/1 var(--ep-font-mono); letter-spacing:.02em; padding:6px 12px; border-radius:999px; background:#f1effa; color:#4a4189; border:1px solid rgba(95,90,163,.18); }

/* ══════════════════════════════════════════════════════════════
   §3.5 ESTRATÉGIA POR MODELO DE NEGÓCIO
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-modelos { background:#0d0815; padding:96px 0; }
.ep2 .im-modelos .sec-head { max-width:1120px; }
.ep2 .im-modelos-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.ep2 .im-modelo-card { background:var(--ep-bg-elevated); border:1px solid var(--ep-border-brand); border-radius:var(--ep-r-xl); padding:40px 36px; display:flex; flex-direction:column; gap:16px; }
.ep2 .im-modelo-label { font:700 .65rem/1 var(--ep-font-mono); letter-spacing:.14em; text-transform:uppercase; color:var(--ep-text-brand); }
.ep2 .im-modelo-card h3 { font:700 1.1875rem/1.3 var(--ep-font-sans); letter-spacing:-.01em; margin:0; }
.ep2 .im-modelo-card > p { font:.9375rem/1.6 var(--ep-font-sans); color:var(--ep-text-muted); margin:0; }
.ep2 .im-modelo-divider { height:1px; background:var(--ep-border); }
.ep2 .im-modelo-list { display:flex; flex-direction:column; gap:9px; }
.ep2 .im-modelo-list li { font:.8438rem/1.4 var(--ep-font-sans); color:var(--ep-text-muted); padding-left:18px; position:relative; }
.ep2 .im-modelo-list li::before { content:'→'; position:absolute; left:0; font-weight:700; color:var(--ep-text-brand); font-size:.75rem; }
@media(max-width:900px){ .ep2 .im-modelos-grid { grid-template-columns:1fr; } }

/* ══════════════════════════════════════════════════════════════
   §4 CREDENCIAL — RD Station Platinum + prêmios
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-credencial { background:#150f22; padding:96px 0; }
.ep2 .im-credencial-inner { display:grid; grid-template-columns:300px 1fr; gap:64px; align-items:center; }
.ep2 .im-credencial-image { border-radius:var(--ep-r-xl); overflow:hidden; border:1px solid rgba(117,114,185,.25); box-shadow:0 24px 60px rgba(0,0,0,.4); }
.ep2 .im-credencial h2 { font-size:clamp(1.75rem,3vw,2.5rem); font-weight:800; letter-spacing:-.02em; line-height:1.1; margin:12px 0 18px; }
.ep2 .im-credencial p { font-size:1rem; color:var(--ep-text-muted); line-height:1.7; margin:0 0 24px; }
@media(max-width:900px){ .ep2 .im-credencial-inner { grid-template-columns:1fr; gap:32px; } .ep2 .im-credencial-image { max-width:280px; } }

/* ══════════════════════════════════════════════════════════════
   §5 O PROBLEMA — light
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-problema { padding:96px 0; }
.ep2 .im-problema .sec-head { max-width:1120px; }
.ep2 .im-prob-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.ep2 .im-prob-card { background:#fff; border:1px solid rgba(0,0,0,.07); border-radius:var(--ep-r-xl); padding:28px 24px; display:flex; flex-direction:column; gap:14px; }
.ep2 .im-prob-icon { width:44px; height:44px; flex-shrink:0; }
.ep2 .im-prob-card h3 { font-size:.9375rem; font-weight:700; letter-spacing:-.01em; line-height:1.3; margin:0; color:#171425; }
.ep2 .im-prob-card p { font-size:.875rem; color:#4c4959; line-height:1.65; margin:0; }

/* ══════════════════════════════════════════════════════════════
   §6 O QUE FAZEMOS — dark
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-capacidades { background:#120b1c; padding:96px 0; }
.ep2 .im-capacidades .sec-head { max-width:1120px; }
.ep2 .im-cap-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }
.ep2 .im-cap-card { background:var(--ep-bg-elevated); border:1px solid var(--ep-border-brand); border-radius:var(--ep-r-xl); padding:24px 20px; display:flex; flex-direction:column; gap:12px; }
.ep2 .im-cap-icon { width:38px; height:38px; border-radius:var(--ep-r-md); background:var(--ep-gradient-diag); display:grid; place-items:center; }
.ep2 .im-cap-icon svg { width:19px; height:19px; }
.ep2 .im-cap-card h3 { font:700 .9375rem/1.25 var(--ep-font-sans); margin:0; }
.ep2 .im-cap-card p { font:.78rem/1.5 var(--ep-font-sans); color:var(--ep-text-muted); margin:0; }

/* ══════════════════════════════════════════════════════════════
   §7 CASES DE SUCESSO — dark (seção enfatizada)
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-cases { background:#0d0815; padding:104px 0; }
.ep2 .im-cases .sec-head { max-width:1120px; }
.ep2 .im-cases-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.ep2 .im-case { background:#171325; border:1px solid rgba(117,114,185,.18); border-radius:var(--ep-r-xl); padding:30px; display:flex; flex-direction:column; gap:18px; transition:transform .25s var(--ep-ease),box-shadow .25s var(--ep-ease); }
.ep2 .im-case:hover { transform:translateY(-4px); box-shadow:0 24px 60px rgba(0,0,0,.5),0 0 0 1px rgba(117,114,185,.25); }
.ep2 .im-case-sector { font:600 .6rem/1 var(--ep-font-mono); letter-spacing:.12em; text-transform:uppercase; color:var(--ep-text-brand); }
.ep2 .im-case-title { font:700 1.0625rem/1.3 var(--ep-font-sans); color:var(--ep-text); margin:0; }
.ep2 .im-case-desc { font:.8125rem/1.6 var(--ep-font-sans); color:var(--ep-text-muted); margin:0; }
.ep2 .im-case-funnel { display:flex; align-items:center; gap:6px; }
.ep2 .im-case-funnel-stage { flex:1; text-align:center; }
.ep2 .im-case-funnel-bar { height:6px; border-radius:999px; margin-bottom:6px; }
.ep2 .im-case-funnel-stage:nth-child(1) .im-case-funnel-bar { background:#5f5aa3; }
.ep2 .im-case-funnel-stage:nth-child(2) .im-case-funnel-bar { background:#7572b9; }
.ep2 .im-case-funnel-stage:nth-child(3) .im-case-funnel-bar { background:#9793d6; }
.ep2 .im-case-funnel-num { display:block; font:700 .78rem/1 var(--ep-font-mono); color:var(--ep-text); }
.ep2 .im-case-funnel-label { display:block; font:500 .55rem/1.3 var(--ep-font-mono); letter-spacing:.04em; text-transform:uppercase; color:var(--ep-text-dim); margin-top:2px; }
.ep2 .im-case-results { display:flex; gap:20px; padding-top:16px; border-top:1px solid rgba(117,114,185,.12); margin-top:auto; }
.ep2 .im-case-result { display:flex; flex-direction:column; gap:2px; }
.ep2 .im-case-result strong { font:700 1.25rem/1 var(--ep-font-mono); letter-spacing:-.02em; color:var(--ep-text-brand); }
.ep2 .im-case-result span { font:500 .58rem/1 var(--ep-font-mono); letter-spacing:.08em; text-transform:uppercase; color:var(--ep-text-dim); }

/* ══════════════════════════════════════════════════════════════
   §8 PARA QUEM É — light
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-paraquem { padding:96px 0; }
.ep2 .im-pq-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.ep2 .im-pq-card { background:#fff; border:1px solid rgba(0,0,0,.07); border-radius:var(--ep-r-xl); padding:28px 24px; display:flex; flex-direction:column; gap:14px; }
.ep2 .im-pq-letter { font:900 2.5rem/1 var(--ep-font-mono); color:rgba(95,90,163,.14); letter-spacing:-.04em; margin-bottom:-4px; }
.ep2 .im-pq-sector { font:600 .6rem/1 var(--ep-font-mono); letter-spacing:.12em; text-transform:uppercase; color:#5f5aa3; }
.ep2 .im-pq-card h3 { font:700 1rem/1.3 var(--ep-font-sans); letter-spacing:-.01em; margin:0; color:#171425; }
.ep2 .im-pq-card p { font:.875rem/1.65 var(--ep-font-sans); color:#4c4959; margin:0; }
.ep2 .im-pq-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:auto; padding-top:12px; border-top:1px solid rgba(0,0,0,.06); }
.ep2 .im-pq-tag { font:500 .6rem/1 var(--ep-font-mono); letter-spacing:.06em; text-transform:uppercase; color:#8d8a99; padding:5px 10px; background:#f2f1f8; border-radius:var(--ep-r-sm); }

/* ══════════════════════════════════════════════════════════════
   §9 DEPOIMENTO — dark elevated
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-depo { background:var(--ep-bg-elevated); padding:96px 0; border-top:1px solid var(--ep-border); border-bottom:1px solid var(--ep-border); }
.ep2 .im-depo-inner { display:grid; grid-template-columns:280px 1fr; gap:72px; align-items:center; }
.ep2 .im-depo-photo-frame { width:260px; height:260px; border-radius:var(--ep-r-xl); overflow:hidden; background:rgba(117,114,185,.08); border:1px solid rgba(117,114,185,.2); position:relative; display:flex; align-items:center; justify-content:center; }
.ep2 .im-depo-photo-frame img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ep2 .im-depo-ph { display:flex; flex-direction:column; align-items:center; gap:10px; font:500 .6rem/1 var(--ep-font-mono); letter-spacing:.1em; text-transform:uppercase; color:rgba(117,114,185,.4); text-align:center; }
.ep2 .im-depo-ph svg { opacity:.3; }
.ep2 .im-depo-mark { font:900 5rem/1 Georgia,serif; color:rgba(117,114,185,.18); line-height:.6; display:block; margin-bottom:8px; }
.ep2 .im-depo-quote { font-size:1.25rem; font-weight:500; font-style:italic; color:var(--ep-text); line-height:1.6; margin:0 0 28px; letter-spacing:-.01em; }
.ep2 .im-depo-who { display:flex; align-items:center; gap:14px; }
.ep2 .im-depo-avatar { width:44px; height:44px; border-radius:50%; flex-shrink:0; background:var(--ep-bg-card); border:1px solid var(--ep-border); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.ep2 .im-depo-init { font:700 .875rem/1 var(--ep-font-sans); color:var(--ep-text-brand); }
.ep2 .im-depo-info { display:flex; flex-direction:column; gap:3px; }
.ep2 .im-depo-info strong { font:700 .9375rem/1 var(--ep-font-sans); }
.ep2 .im-depo-info span { font:.75rem/1 var(--ep-font-sans); color:var(--ep-text-dim); }

/* ══════════════════════════════════════════════════════════════
   §10 FAQ — light
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-faq { padding:96px 0; }
.ep2 .faq-list { display:flex; flex-direction:column; gap:0; }
.ep2 .faq-item { border-bottom:1px solid rgba(0,0,0,.07); }
.ep2 .faq-item summary { list-style:none; padding:22px 0; cursor:pointer; font:600 1rem/1.4 var(--ep-font-sans); letter-spacing:-.01em; color:#171425; display:flex; align-items:center; justify-content:space-between; gap:16px; user-select:none; }
.ep2 .faq-item summary::-webkit-details-marker { display:none; }
.ep2 .faq-item summary::after { content:'+'; font:400 1.5rem/1 var(--ep-font-sans); color:#5f5aa3; flex-shrink:0; transition:transform .2s var(--ep-ease); }
.ep2 .faq-item[open] summary::after { content:'−'; }
.ep2 .faq-answer { padding:0 0 22px; font:.9375rem/1.7 var(--ep-font-sans); color:#4c4959; }

/* ══════════════════════════════════════════════════════════════
   §11 CTA FINAL — dark
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-cta { background:#0d0815; padding:96px 0; }
.ep2 .im-cta-box { max-width:1080px; margin:0 auto; text-align:center; display:flex; flex-direction:column; align-items:center; gap:20px; }
.ep2 .im-cta-box h2 { font:800 clamp(2rem,4.5vw,3.25rem)/1.05 var(--ep-font-sans); letter-spacing:-.03em; margin:12px 0; }
.ep2 .im-cta-box p { font:1rem/1.65 var(--ep-font-sans); color:var(--ep-text-muted); max-width:820px; }
.ep2 .im-cta-actions { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin-top:8px; }

/* ══════════════════════════════════════════════════════════════
   §12 FORMULÁRIO
   ══════════════════════════════════════════════════════════════ */
.ep2 .im-form {
  position:relative; overflow:hidden;
  background:
    linear-gradient(rgba(117,114,185,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117,114,185,.09) 1px, transparent 1px),
    radial-gradient(140% 160% at 50% 100%, #191430 0%, #0a0812 65%);
  background-size:40px 40px, 40px 40px, auto;
  border-top:1px solid var(--ep-border);
}
.ep2 .im-form-wrap { display:grid; grid-template-columns:3fr 2fr; gap:60px; align-items:center; padding:96px 0; }
@media(max-width:900px){ .ep2 .im-form-wrap { grid-template-columns:1fr; gap:40px; padding:64px 0; } }
.ep2 .im-form-left { display:flex; flex-direction:column; justify-content:center; }
.ep2 .im-form-left h2 { font-size:clamp(1.75rem,2.4vw,2.125rem); font-weight:900; letter-spacing:-.02em; line-height:1.05; margin:12px 0 18px; }
.ep2 .im-form-left p { font-size:.9375rem; color:var(--ep-text-muted); line-height:1.75; margin:0 0 28px; }
.ep2 .im-form-checks { display:flex; flex-direction:column; gap:10px; }
.ep2 .im-form-check { display:flex; align-items:flex-start; gap:10px; font-size:.875rem; color:var(--ep-text-muted); line-height:1.55; }
.ep2 .im-form-check::before { content:'✓'; color:var(--ep-text-brand); font-weight:800; flex-shrink:0; margin-top:1px; }
.ep2 .im-form-right { background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:var(--ep-r-xl); padding:44px; display:flex; flex-direction:column; justify-content:center; box-shadow:0 24px 60px rgba(0,0,0,.35); }
@media(max-width:900px){ .ep2 .im-form-right { padding:28px; } }
.ep2 .im-form-right .centro { float:none; width:auto; }
.ep2 .im-form-right .centroFormulario { background:transparent; }
.ep2 .im-form-right .centroFormularioMin { margin-top:0 !important; border-top:none; background:transparent; }
.ep2 .im-form-right .centro > .content { max-width:none; padding:0; margin:0; }
.ep2 .im-form-right .centroFormularioMin > div > h3 { font-size:18px !important; font-weight:700; color:#171425; margin-bottom:8px; padding-top:0 !important; }
.ep2 .im-form-right .centroFormularioMin > div > p { font-size:14px; color:#4c4959; line-height:1.55; margin-bottom:16px; }
.ep2 .im-form-right .centroFormularioMin > div > p a.whatsapp { color:var(--ep-lilac-700); font-weight:700; float:none; font-size:inherit; margin:0; }
.ep2 .im-form-right .bricks--section,.ep2 .im-form-right .bricks--row,.ep2 .im-form-right .bricks--column,.ep2 .im-form-right #rd-section-l1j8za72,.ep2 .im-form-right #rd-row-l1j8za73,.ep2 .im-form-right #rd-column-l1j8za78 { background:transparent !important; background-color:transparent !important; border-radius:0 !important; box-shadow:none !important; }
.ep2 .im-form-right .bricks-form__label { color:#171425 !important; font-size:13px !important; font-weight:600 !important; }
.ep2 .im-form-right .bricks-form__input { background:#fff !important; border:1.5px solid rgba(0,0,0,.18) !important; border-radius:6px !important; color:#171425 !important; font-size:14px !important; }
.ep2 .im-form-right .bricks-form__input:focus { border-color:var(--ep-lilac-500) !important; background:#fff !important; outline:none !important; box-shadow:0 0 0 3px rgba(117,114,185,.18) !important; }
.ep2 .im-form-right .bricks-form__input::placeholder { color:rgba(23,20,37,.38) !important; }
.ep2 .im-form-right select.bricks-form__input { color:#171425 !important; background:#fff !important; }
.ep2 .im-form-right .bricks--component-button { background-color:var(--ep-lilac-600) !important; border-color:var(--ep-lilac-600) !important; color:#fff !important; font-weight:700 !important; border-radius:999px !important; width:100% !important; padding:14px 24px !important; font-size:15px !important; }
.ep2 .im-form-right .bricks--component-button:hover { background-color:var(--ep-lilac-700) !important; border-color:var(--ep-lilac-700) !important; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVO GLOBAL
   ══════════════════════════════════════════════════════════════ */
@media(max-width:1100px) {
  .ep2 .im-hero-inner { gap:48px; }
  .ep2 .im-cap-grid { grid-template-columns:repeat(3,1fr); }
}
@media(max-width:900px) {
  .ep2 .im-hero-inner { grid-template-columns:1fr; gap:48px; }
  .ep2 .im-hero-badge { left:0; bottom:-10px; }
  .ep2 .im-mt-item { grid-template-columns:1fr; gap:12px; }
  .ep2 .im-mt-bar-col { flex-direction:row; }
  .ep2 .im-mt-bar { width:100% !important; }
  .ep2 .im-mt-line { display:none; }
  .ep2 .im-credencial-inner { grid-template-columns:1fr; }
  .ep2 .im-prob-grid { grid-template-columns:repeat(2,1fr); }
  .ep2 .im-cap-grid { grid-template-columns:repeat(2,1fr); }
  .ep2 .im-cases-grid { grid-template-columns:repeat(2,1fr); }
  .ep2 .im-cases-grid .im-case:last-child { grid-column:1/-1; max-width:440px; justify-self:center; }
  .ep2 .im-pq-grid { grid-template-columns:repeat(2,1fr); }
  .ep2 .im-depo-inner { grid-template-columns:1fr; gap:40px; }
  .ep2 .im-depo-photo-frame { width:200px; height:200px; }
}
@media(max-width:600px) {
  .ep2 .ep-container { padding:0 20px; }
  .ep2 .im-hero { padding:80px 0 60px; }
  .ep2 .im-hero-copy h1 { font-size:2.125rem; }
  .ep2 .im-hero-actions { flex-direction:column; }
  .ep2 .im-prob-grid { grid-template-columns:1fr; }
  .ep2 .im-cap-grid { grid-template-columns:1fr; }
  .ep2 .im-cases-grid { grid-template-columns:1fr; }
  .ep2 .im-cases-grid .im-case:last-child { max-width:100%; grid-column:auto; }
  .ep2 .im-pq-grid { grid-template-columns:1fr; }
}
@media(prefers-reduced-motion:reduce) {
  .ep2 { animation:none; opacity:1; transform:none; }
  .ep2 .im-hero-copy h1,.ep2 .im-hero-sub,.ep2 .im-hero-actions,.ep2 .im-trust,.ep2 .im-hero-visual,.ep2 .im-hero-badge { animation:none; opacity:1; transform:none; }
}
