/* RADAR DE ACHADOS → MESTRE DO GARIMPO (rebranding F3) — tema Mercado Livre */
:root {
  /* ---- Design tokens MESTRE DO GARIMPO (F3, paleta oficial Brand Book 2026) ---- */
  --mg-ouro: #E5A61A;         /* assinatura / achados / CTA / selos (10-15%) */
  --mg-carvao: #0A1E3F;   /* autoridade / fundo escuro / tipografia — azul-marinho escuro */
  --mg-areia: #F5EBD5;        /* fundo humano e quente */
  --mg-branco: #FFFFFF;       /* base dominante (50-60%) */
  --mg-verde: #18A66A;        /* preco validado / economia (ate 5%) */
  --mg-vermelho: #E5484D;     /* urgencia REAL somente (pontual) */
  --mg-font-headline: "Roboto Condensed", "Arial Narrow", Impact, sans-serif;
  --mg-font-corpo: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* paleta de transicao (atual ML) — substituida pelos --mg-* no F5 */
  --ml-yellow: #ffe600;
  --bg: #ffffff;
  --bg2: #f5f5f5;
  --panel: #ffffff;
  --line: #e0e0e0;
  --neon: #0A1E3F;        /* destaque principal: AZUL-MARINHO ESCURO (preços, CTAs) */
  --neon2: #ffe600;       /* amarelo ML (fundos, hover) */
  --red: #e11d48;         /* desconto (padrão ML) */
  --txt: #0A1E3F;
  --dim: #666666;
  --sans: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--txt);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  background-image:
    radial-gradient(900px 400px at 80% -10%, rgba(255, 230, 0, .16), transparent 60%),
    radial-gradient(700px 350px at 10% 10%, rgba(255, 230, 0, .08), transparent 60%);
  background-attachment: fixed;
}
::selection { background: var(--neon2); color: #0A1E3F; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.neon { color: var(--neon); text-shadow: 0 0 14px rgba(255, 230, 0, .45); }
.live { color: var(--neon); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

/* header — branco (combina com o GIF) */
.top { background: #ffffff; border-bottom: 2px solid #0A1E3F; position: sticky; top: 0; z-index: 50; }
.top-in { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--txt); flex-shrink: 0; }
.logo-icon { width: 26px; height: 26px; color: var(--neon); filter: drop-shadow(0 0 5px rgba(255, 230, 0, .8)); }
.logo-img { display: block; height: 36px; width: auto; border-radius: 6px; }
.logo-video { width: 68px; height: 68px; border-radius: 14px; object-fit: cover; display: block; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.logo-txt { font-weight: 700; letter-spacing: .14em; font-size: 22px; white-space: nowrap; }
.top-cta { display: inline-flex; align-items: center; gap: 6px; color: #fff; background: #0A1E3F; text-decoration: none; border: 1px solid #0A1E3F; padding: 10px 18px; border-radius: 8px; transition: .2s; font-weight: 700; white-space: nowrap; flex-shrink: 0; font-size: 15px; }
.top-cta:hover { box-shadow: 0 0 12px rgba(255, 230, 0, .6); transform: translateY(-1px); }
@media (max-width: 640px) {
  .logo { gap: 8px; }
  .logo-video { width: 56px; height: 56px; }
  .logo-txt { font-size: 15px; letter-spacing: .1em; }
  .top-cta { padding: 8px 12px; font-size: 13px; gap: 5px; }
  .top-cta .btn-ico { width: 15px; height: 15px; }
}
@media (max-width: 380px) {
  .logo-txt { font-size: 13px; letter-spacing: .06em; }
  .top-cta { font-size: 12px; padding: 7px 10px; }
  .top-in { height: 64px; }
}

/* hero */
.hero { padding: 84px 0 60px; text-align: center; }
.hero-icon { display: block; width: 280px; height: auto; max-width: 90%; object-fit: contain; margin: 0 auto 22px; filter: drop-shadow(0 14px 24px rgba(255, 230, 0, .35)); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .18em; color: var(--txt); border: 1px solid #0A1E3F; padding: 6px 12px; border-radius: 999px; margin-bottom: 26px; background: var(--neon2); font-weight: 700; }
.hero h1 { font-size: clamp(26px, 4.6vw, 46px); line-height: 1.15; letter-spacing: .02em; max-width: 780px; text-transform: uppercase; margin-left: auto; margin-right: auto; }
.hero-sub { margin-top: 18px; color: var(--dim); font-size: 16px; max-width: 640px; margin-left: auto; margin-right: auto; }
.hero-sub strong { color: var(--txt); }
.hero-ctas { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 8px; text-decoration: none; font-family: var(--sans); font-weight: 700; letter-spacing: .04em; font-size: 14px; transition: .2s; border: 1px solid transparent; cursor: pointer; }
.btn-ico { width: 18px; height: 18px; }
.btn-wa { background: #0A1E3F; color: var(--neon2); box-shadow: 0 0 20px rgba(255, 230, 0, .35); }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 0 28px rgba(255, 230, 0, .55); }
.btn-tg { background: var(--neon2); border-color: #0A1E3F; color: #0A1E3F; }
.btn-tg:hover:not(:disabled) { background: #fff; transform: translateY(-2px); }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.hero-stats { margin-top: 46px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.stat { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; padding: 16px 18px; }
.stat b { display: block; font-size: 26px; color: var(--neon); }
.stat span { color: var(--dim); font-size: 12px; }

/* sections */
.section { padding: 56px 0; }
.section.dim { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { font-size: 20px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 6px; }
.tick { color: var(--neon); }
.section-sub { color: var(--dim); font-size: 13px; margin-bottom: 28px; }

/* cards de ofertas */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.offers-sentinel { height: 1px; }
.card { border: 1px solid var(--line); border-radius: 10px; background: var(--panel); overflow: hidden; transition: .22s; animation: rise .5s both; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.card:hover { border-color: #0A1E3F; box-shadow: 0 4px 16px rgba(10,30,63,.12); transform: translateY(-3px); }
.card-link { display: block; text-decoration: none; color: inherit; }
.card-img { aspect-ratio: 1; background: #f5f5f5; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.card-img .flash-tag { position: absolute; top: 10px; right: 10px; background: #0A1E3F; color: #ffe600; font-weight: 700; font-size: 11px; letter-spacing: .06em; padding: 6px 10px; border-radius: 999px; border: 2px solid #ffe600; z-index: 2; white-space: nowrap; }
.card-img img { width: 100%; height: 100%; object-fit: contain; }
.card-img .ph { font-size: 44px; opacity: .4; }
.card-body { padding: 14px 16px 16px; }
.card-title { font-size: 13px; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 36px; }
.card-sales { color: var(--dim); font-size: 12px; margin-top: 6px; }
.card-price { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.card-price .prev { color: var(--dim); text-decoration: line-through; font-size: 13px; }
.card-price .cur { color: var(--neon); font-size: 20px; font-weight: 800; }
.card-badges { margin-top: 10px; display: flex; gap: 6px; flex-wrap: wrap; }
.badge { font-size: 11px; padding: 3px 8px; border-radius: 5px; letter-spacing: .04em; font-weight: 700; }
.badge.off { background: #ffe600; color: #0A1E3F; border: 1px solid #0A1E3F; }
.badge.econ { background: #0A1E3F; color: #ffe600; border: 1px solid #0A1E3F; }
.card-cta { margin-top: 14px; text-align: center; border: 1px solid #0A1E3F; color: #0A1E3F; padding: 10px; border-radius: 6px; font-weight: 700; letter-spacing: .1em; font-size: 12px; transition: .2s; }
.card:hover .card-cta { background: #0A1E3F; color: var(--neon2); }
.arr { display: inline-block; transition: .2s; }
.card:hover .arr { transform: translateX(4px); }
.empty { border: 1px dashed var(--line); border-radius: 10px; padding: 40px; text-align: center; color: var(--dim); grid-column: 1 / -1; }

/* categorias */
.cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; }
.cat { font-family: var(--sans); background: var(--panel); color: var(--txt); border: 1px solid var(--line); border-radius: 14px; padding: 18px 10px 14px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; transition: .2s; cursor: pointer; box-shadow: 0 1px 4px rgba(10,30,63, .05); }
.cat:hover { border-color: #0A1E3F; box-shadow: 0 6px 18px rgba(255, 230, 0, .25); transform: translateY(-2px); }
.cat.ativo { border-color: #0A1E3F; background: var(--neon2); box-shadow: 0 0 14px rgba(255, 230, 0, .35); }
.cat:disabled { opacity: .35; cursor: not-allowed; }
.cat .live { display: none; }
.cat-emoji { font-size: 30px; line-height: 1; }
@media (max-width: 640px) {
  .cats { grid-template-columns: repeat(2, 1fr); }
  .cats .cat:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

/* canais (grade de redes) */
.chan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 6px; }
.chan { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 20px 18px; text-decoration: none; color: inherit; text-align: left; transition: .22s; }
.chan:hover { border-color: #0A1E3F; box-shadow: 0 4px 16px rgba(10,30,63,.12); transform: translateY(-3px); }
.chan-ico { width: 38px; height: 38px; margin-bottom: 10px; }
.chan-nome { font-size: 15px; letter-spacing: .05em; text-transform: uppercase; }
.chan-handle { font-family: var(--sans); color: var(--neon); font-size: 12px; font-weight: 700; }
.chan-desc { color: var(--dim); font-size: 12px; line-height: 1.5; min-height: 34px; }
.chan-go { margin-top: 10px; border: 1px solid #0A1E3F; color: #0A1E3F; padding: 8px 14px; border-radius: 6px; font-weight: 700; letter-spacing: .1em; font-size: 11px; transition: .2s; }
.chan:hover .chan-go { background: #0A1E3F; color: var(--neon2); }
.chan-minis { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.chan-mini { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #0A1E3F; border-radius: 50%; background: #fff; transition: .2s; flex-shrink: 0; }
.chan-mini:hover { background: #0A1E3F; transform: translateY(-2px); }
.chan-mini-ico { display: block; }
.chan-minis .chan-go { margin-top: 0; margin-left: auto; }
.chan-off { opacity: .55; }
.chan-go-off { border-color: var(--line); color: var(--dim); }
.chan-ico.cat-emoji { display: flex; align-items: center; justify-content: center; font-size: 26px; background: #f5f5f5; border-radius: 50%; }
.section.cta .chan-ico.cat-emoji { background: #fff; }
.seg-tag { position: absolute; top: 10px; left: 10px; background: rgba(10,30,63,.85); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 5px 9px; border-radius: 999px; z-index: 2; white-space: nowrap; border: 1px solid rgba(255,230,0,.6); }
.card-img .flash-tag { top: 10px; right: 10px; }
.card-img .seg-tag + .flash-tag { top: 44px; }

/* cta final — amarelo ML */
.section.cta { text-align: center; padding: 70px 0; background: var(--neon2); border-top: 2px solid #0A1E3F; border-bottom: 2px solid #0A1E3F; }
.section.cta h2 { font-size: clamp(22px, 3.4vw, 34px); text-transform: uppercase; letter-spacing: .04em; color: #0A1E3F; }
.section.cta p { color: #0A1E3F; margin: 14px 0 26px; opacity: .8; }
.section.cta .hero-ctas { justify-content: center; }
.section.cta .chan { background: #fff; }
.section.cta .chan-handle { color: #0A1E3F; }
.section.cta .chan-go { border-color: #0A1E3F; color: #0A1E3F; }
.section.cta .chan:hover .chan-go { background: #0A1E3F; color: var(--neon2); }

/* footer — azul-marinho escuro */
footer { background: #0A1E3F; color: #999; padding: 36px 0; font-size: 12px; border-top: 4px solid var(--neon2); }
.foot-logo { color: var(--neon2); letter-spacing: .16em; font-weight: 700; margin-bottom: 10px; }
footer p { margin-bottom: 8px; max-width: 760px; }
.disc { opacity: .75; }

@media (max-width: 640px) {
  .hero { padding: 56px 0 40px; }
  .hero-ctas .btn { width: 100%; }
}

/* páginas legais (termos / privacidade) */
.legal-wrap { padding: 50px 0 70px; }
.legal-card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 36px 40px; max-width: 820px; }
.legal-title { font-size: clamp(24px, 3.5vw, 32px); text-transform: uppercase; letter-spacing: .05em; color: var(--txt); margin-bottom: 6px; }
.legal-updated { color: var(--dim); font-size: 12px; margin-bottom: 22px; }
.legal-h2 { color: var(--neon); font-size: 16px; letter-spacing: .04em; margin: 26px 0 10px; text-transform: uppercase; }
.legal-p { color: var(--txt); line-height: 1.7; font-size: 14px; margin-bottom: 10px; }
.legal-p a { color: var(--neon); font-weight: 700; }
footer .copy a { color: #999; text-decoration: underline; }
footer .copy a:hover { color: var(--neon2); }
@media (max-width: 640px) { .legal-card { padding: 24px 20px; } }

/* ============ promo first fold (sites de segmento) — dark ============ */
.promo { background: #0A1E3F; color: #f7f7f7; text-align: center; padding: 22px 0 18px; position: relative; overflow: hidden; border-bottom: 3px solid #ffd400; }
.promo::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(640px 320px at 50% -12%, rgba(255, 212, 0, .15), transparent 65%),
  radial-gradient(520px 280px at 88% 112%, rgba(37, 211, 102, .13), transparent 60%);
  pointer-events: none; }
.promo .wrap { position: relative; }
.promo-badge { display: inline-flex; align-items: center; gap: 6px; background: #ffd400; color: #0A1E3F; font-weight: 800; letter-spacing: .16em; font-size: 11px; padding: 4px 14px; border-radius: 999px; margin-bottom: 10px; box-shadow: 0 0 20px rgba(255, 212, 0, .3); }
.promo h1 { font-size: clamp(20px, 3.4vw, 34px); line-height: 1.05; letter-spacing: .01em; font-weight: 800; max-width: 780px; margin: 0 auto; }
.promo h1 .gold { color: #ffd400; text-shadow: 0 0 18px rgba(255, 212, 0, .3); }
.promo h1 .wgreen { color: #25d366; }
.promo-chips { margin-top: 9px; color: #ffd400; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.promo-benefits { list-style: none; margin: 12px auto 0; padding: 0; max-width: 400px; border-top: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.promo-benefits li { display: flex; align-items: center; gap: 10px; padding: 6px 6px; font-size: 13px; text-align: left; }
.promo-benefits li + li { border-top: 1px solid rgba(255, 255, 255, .08); }
.promo-benefits .ico { font-size: 15px; width: 22px; text-align: center; flex-shrink: 0; }
.promo-benefits b { color: #ffd400; font-weight: 800; }
.promo-benefits li b { margin-right: 2px; }
.promo-proof { margin: 10px 0 0; font-size: 13px; color: #f7f7f7; }
.promo-proof b { color: #ffd400; font-size: 19px; font-weight: 800; margin-right: 4px; }
.promo-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: min(380px, 100%); margin-top: 10px; padding: 11px 20px; border-radius: 999px; background: linear-gradient(135deg, #00a837, #25d366); color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .06em; text-decoration: none; box-shadow: 0 10px 28px rgba(37, 211, 102, .35); transition: .2s; }
.promo-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(37, 211, 102, .5); }
.promo-cta .btn-ico { filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .25)); }
.promo-free { margin-top: 5px; color: #25d366; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.promo-stores { margin-top: 10px; color: #8f8f8f; font-size: 10px; letter-spacing: .04em; }
@media (max-width: 640px) {
  .promo { padding: 20px 0 16px; }
  .promo h1 { font-size: clamp(21px, 6.6vw, 30px); }
  .promo-badge { margin-bottom: 8px; }
  .promo-benefits li { font-size: 12.5px; padding: 5px 4px; }
  .promo-chips { letter-spacing: .14em; }
}
