/* ============================================================
   MozLead — Marketplace B2B homepage
   Design system: blue + green, clean, professional
   ============================================================ */

:root {
  --mz-navy: #0F1B3F;
  --mz-blue: #2563EB;
  --mz-blue-d: #1D4ED8;
  --mz-blue-050: #EFF4FF;
  --mz-green: #16A34A;
  --mz-green-l: #22C55E;
  --mz-green-050: #ECFDF3;
  --mz-ink: #1E293B;
  --mz-muted: #64748B;
  --mz-muted-2: #94A3B8;
  --mz-line: #E7ECF3;
  --mz-bg: #FFFFFF;
  --mz-bg-soft: #F7F9FC;
  --mz-amber: #F59E0B;
  --mz-red: #DC2626;
  --mz-shadow-sm: 0 1px 3px rgba(15, 27, 63, 0.06);
  --mz-shadow: 0 6px 20px rgba(15, 27, 63, 0.08);
  --mz-shadow-lg: 0 16px 40px rgba(15, 27, 63, 0.12);
  --mz-radius: 14px;
  --mz-radius-sm: 10px;
  --mz-font: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --mz-head: 'Poppins', 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.mkt {
  margin: 0;
  font-family: var(--mz-font);
  color: var(--mz-ink);
  background: var(--mz-bg);
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
}
body.mkt a { text-decoration: none; color: inherit; }
.mkt h1, .mkt h2, .mkt h3, .mkt h4 { font-family: var(--mz-head); color: var(--mz-navy); margin: 0; }
.mkt .container-x { max-width: 1320px; margin: 0 auto; padding: 0 28px; }
.text-green { color: var(--mz-green); }
.text-blue { color: var(--mz-blue-d); }

/* ---------- Buttons ---------- */
.mz-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-weight: 600; font-size: 0.95rem; padding: 0.75rem 1.4rem;
  border-radius: 10px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s, color .15s;
  white-space: nowrap;
}
.mz-btn-green { background: linear-gradient(135deg, var(--mz-green-l), var(--mz-green)); color: #fff; box-shadow: 0 6px 16px rgba(22,163,74,.28); }
.mz-btn-green:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(22,163,74,.36); color: #fff; }
.mz-btn-outline { background: #fff; border-color: var(--mz-line); color: var(--mz-navy); }
.mz-btn-outline:hover { border-color: var(--mz-blue); color: var(--mz-blue-d); }
.mz-btn-blue { background: var(--mz-blue); color: #fff; }
.mz-btn-blue:hover { background: var(--mz-blue-d); color: #fff; }
.mz-btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.mz-btn-lg { padding: 0.9rem 1.7rem; font-size: 1rem; }

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.mkt-topbar { background: #fff; border-bottom: 1px solid var(--mz-line); }
.mkt-topbar-inner { display: flex; align-items: center; gap: 1.25rem; padding: 0.9rem 0; }

.mkt-logo { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.mkt-logo-mark {
  width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--mz-blue) 0%, var(--mz-blue-d) 55%, var(--mz-green) 55%, var(--mz-green-l) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--mz-head); font-weight: 800; font-size: 1.35rem;
  box-shadow: 0 4px 12px rgba(37,99,235,.3);
}
.mkt-logo-text { line-height: 1; }
.mkt-logo-text b { font-family: var(--mz-head); font-weight: 800; font-size: 1.3rem; color: var(--mz-navy); }
.mkt-logo-text b span { color: var(--mz-green); }
.mkt-logo-text small { display: block; font-size: 0.66rem; color: var(--mz-muted); margin-top: 2px; letter-spacing: .2px; }

.mkt-cats-btn {
  display: inline-flex; align-items: center; gap: 0.5rem; flex-shrink: 0;
  background: var(--mz-bg-soft); border: 1px solid var(--mz-line);
  padding: 0.65rem 1rem; border-radius: 10px; font-weight: 600; font-size: 0.9rem; color: var(--mz-navy);
  cursor: pointer; transition: border-color .15s;
}
.mkt-cats-btn:hover { border-color: var(--mz-blue); }

.mkt-search { flex: 1; display: flex; min-width: 0; }
.mkt-search input {
  flex: 1; min-width: 0; border: 1px solid var(--mz-line); border-right: none;
  border-radius: 10px 0 0 10px; padding: 0.7rem 1rem; font-size: 0.9rem; outline: none; color: var(--mz-ink);
  background: #fff;
}
.mkt-search input:focus { border-color: var(--mz-blue); }
.mkt-search button {
  border: none; background: linear-gradient(135deg, var(--mz-green-l), var(--mz-green)); color: #fff;
  padding: 0 1.2rem; border-radius: 0 10px 10px 0; cursor: pointer; font-size: 1rem;
}

.mkt-top-links { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; }
.mkt-top-links > a { font-size: 0.85rem; font-weight: 500; color: var(--mz-ink); white-space: nowrap; }
.mkt-top-links > a:hover { color: var(--mz-blue-d); }
.mkt-bell { position: relative; color: var(--mz-muted); font-size: 1.1rem; }
.mkt-bell .dot { position: absolute; top: -3px; right: -3px; width: 8px; height: 8px; background: var(--mz-red); border-radius: 50%; border: 2px solid #fff; }
.mkt-user { display: flex; align-items: center; gap: 0.5rem; }
.mkt-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mz-blue), var(--mz-green)); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem;
}
.mkt-user span { font-size: 0.85rem; font-weight: 600; color: var(--mz-navy); }

/* ============================================================
   MAIN NAV
   ============================================================ */
.mkt-nav { background: #fff; border-bottom: 1px solid var(--mz-line); position: sticky; top: 0; z-index: 900; }
.mkt-nav-inner { display: flex; align-items: center; gap: 0.35rem; }
.mkt-nav-inner a {
  position: relative; padding: 0.95rem 0.9rem; font-size: 0.9rem; font-weight: 600; color: var(--mz-ink);
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.mkt-nav-inner a i { font-size: 0.7rem; color: var(--mz-muted-2); }
.mkt-nav-inner a:hover { color: var(--mz-green); }
.mkt-nav-inner a.active { color: var(--mz-green); }
.mkt-nav-inner a.active::after {
  content: ''; position: absolute; left: 0.9rem; right: 0.9rem; bottom: -1px; height: 3px;
  background: var(--mz-green); border-radius: 3px 3px 0 0;
}

/* ============================================================
   HERO
   ============================================================ */
.mkt-hero { padding: 2.25rem 0 1.5rem; }
.mkt-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 1.5rem; align-items: start; }

.mkt-hero-main {
  position: relative; background: linear-gradient(120deg, #F7FAFF 0%, #F3FBF6 100%);
  border: 1px solid var(--mz-line); border-radius: 20px; overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 400px;
}
.mkt-hero-copy { padding: 2.5rem 2rem 2.5rem 2.4rem; align-self: center; z-index: 2; }
.mkt-hero-copy h1 { font-size: 2.6rem; line-height: 1.12; font-weight: 800; letter-spacing: -0.02em; }
.mkt-hero-copy p { color: var(--mz-muted); font-size: 1.05rem; line-height: 1.6; margin: 1.1rem 0 1.75rem; max-width: 420px; }
.mkt-hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.mkt-hero-art { position: relative; overflow: hidden; }
.mkt-hero-art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
/* client photo drops in here; if absent it's removed and the SVG shows */
.mkt-hero-art .hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 3; }

/* Hero premium ad slider (rotating advertiser in the hero) */
.mkt-hero-ad { position: absolute; inset: 0; z-index: 1; }
.mkt-hero-ad .slides { position: absolute; inset: 0; }
.mkt-hero-ad .slide { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 1.9rem; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; color: #fff; text-decoration: none; }
.mkt-hero-ad .slide.active { opacity: 1; visibility: visible; }
.mkt-hero-ad .slide .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transform: scale(1.12); transition: transform 9s ease-out; }
.mkt-hero-ad .slide.active .bg { transform: scale(1); }
.mkt-hero-ad .slide .ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(8,15,35,.82), rgba(8,15,35,.18) 55%, rgba(8,15,35,.05)); }
.hero-ad-content { position: relative; z-index: 2; max-width: 92%; }
.hero-ad-content > * { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.mkt-hero-ad .slide.active .hero-ad-content > * { opacity: 1; transform: none; }
.mkt-hero-ad .slide.active .hero-ad-content > *:nth-child(1) { transition-delay: .15s; }
.mkt-hero-ad .slide.active .hero-ad-content > *:nth-child(2) { transition-delay: .26s; }
.mkt-hero-ad .slide.active .hero-ad-content > *:nth-child(3) { transition-delay: .36s; }
.mkt-hero-ad .slide.active .hero-ad-content > *:nth-child(4) { transition-delay: .46s; }
.hero-ad-badge { display: inline-flex; align-items: center; gap: .35rem; background: rgba(255,255,255,.92); color: #0F1B3F; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; padding: .28rem .65rem; border-radius: 999px; margin-bottom: .7rem; }
.hero-ad-badge i { color: #F59E0B; }
.mkt-hero-ad h3 { color: #fff; font-size: 1.5rem; font-weight: 800; line-height: 1.16; margin-bottom: .35rem; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.mkt-hero-ad p { font-size: .9rem; opacity: .95; margin-bottom: 1rem; max-width: 92%; }
.mkt-hero-ad .sld-dots { bottom: 14px; left: auto; right: 16px; transform: none; }
.mkt-hero-ad .sld-progress { background: rgba(255,255,255,.92); }

/* Ad rail */
.mkt-ad-rail { display: flex; flex-direction: column; gap: 1rem; }
.mkt-ad {
  position: relative; border-radius: 14px; overflow: hidden; min-height: 120px;
  display: flex; flex-direction: column; justify-content: center; padding: 1.1rem 1.25rem;
  color: #fff; box-shadow: var(--mz-shadow-sm); border: 1px solid rgba(0,0,0,.04);
}
.mkt-ad::after { content: 'Publicidade'; position: absolute; top: 8px; right: 10px; font-size: 0.6rem; opacity: .6; text-transform: uppercase; letter-spacing: .5px; z-index: 2; }
/* optional banner image + readability overlay */
.mkt-ad .ad-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.mkt-ad .ad-img + .ad-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,45,.72), rgba(10,20,45,.28)); z-index: 1; }
.mkt-ad h4, .mkt-ad p, .mkt-ad .url, .mkt-ad .price, .mkt-ad .icn { position: relative; z-index: 2; }
.mkt-ad h4 { color: #fff; font-size: 1.15rem; font-weight: 800; letter-spacing: .3px; text-shadow: 0 1px 3px rgba(0,0,0,.25); }
.mkt-ad p { margin: 0.25rem 0 0; font-size: 0.82rem; opacity: .92; line-height: 1.3; }
.mkt-ad .url { font-size: 0.72rem; opacity: .8; margin-top: 0.5rem; }
.mkt-ad .icn { position: absolute; right: -8px; bottom: -8px; font-size: 4.5rem; opacity: .16; }
.mkt-ad.blue  { background: linear-gradient(120deg, #1E3A8A, #2563EB); }
.mkt-ad.blue2 { background: linear-gradient(120deg, #0C4A6E, #0EA5E9); }
.mkt-ad.green { background: linear-gradient(120deg, #14532D, #16A34A); }
.mkt-ad.red   { background: linear-gradient(120deg, #7F1D1D, #DC2626); }
.mkt-ad .price { margin-top: 0.6rem; background: #fff; color: var(--mz-red); font-weight: 800; font-size: 0.9rem; padding: 0.25rem 0.7rem; border-radius: 8px; align-self: flex-start; }

/* ============================================================
   SPONSOR STRIP
   ============================================================ */
.mkt-sponsors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 0.5rem; }
.mkt-sponsor {
  border-radius: 16px; overflow: hidden; min-height: 150px; padding: 1.4rem 1.5rem;
  display: flex; flex-direction: column; justify-content: center; color: #fff; position: relative;
  box-shadow: var(--mz-shadow-sm);
}
.mkt-sponsor .sp-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.mkt-sponsor .sp-img + .sp-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,45,.6), rgba(10,20,45,.15)); z-index: 1; }
.mkt-sponsor h3, .mkt-sponsor p, .mkt-sponsor .brand, .mkt-sponsor .icn { position: relative; z-index: 2; }
.mkt-sponsor h3 { text-shadow: 0 1px 3px rgba(0,0,0,.2); }
.mkt-sponsor.a { background: linear-gradient(120deg, #1D4ED8, #3B82F6); }
.mkt-sponsor.b { background: #fff; color: var(--mz-navy); border: 1px solid var(--mz-line); }
.mkt-sponsor.c { background: linear-gradient(120deg, #0F766E, #14B8A6); }
.mkt-sponsor h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: .5px; color: inherit; }
.mkt-sponsor p { margin: 0.35rem 0 0; font-size: 0.88rem; opacity: .95; }
.mkt-sponsor .brand { font-size: 1.7rem; font-weight: 800; }
.mkt-sponsor .icn { position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); font-size: 3rem; opacity: .22; }
.mkt-sponsor.b .icn { color: var(--mz-blue); opacity: .5; }

/* ============================================================
   MAIN 2-COL (content + sidebar)
   ============================================================ */
.mkt-body { padding: 2.5rem 0; }
.mkt-body-grid { display: grid; grid-template-columns: 1fr 340px; gap: 1.75rem; align-items: start; }
/* allow the flexible column to shrink so the horizontal product scroller
   doesn't force the grid wider than the container (which clipped the sidebar) */
.mkt-body-grid > * { min-width: 0; }
.mkt-hero-grid > * { min-width: 0; }
.mkt-products { min-width: 0; }

/* Stat cards */
.mkt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.mkt-stat { background: #fff; border: 1px solid var(--mz-line); border-radius: 14px; padding: 1.1rem; display: flex; align-items: center; gap: 0.85rem; box-shadow: var(--mz-shadow-sm); }
.mkt-stat .ic { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.mkt-stat:nth-child(1) .ic { background: #EDE9FE; color: #7C3AED; }
.mkt-stat:nth-child(2) .ic { background: var(--mz-green-050); color: var(--mz-green); }
.mkt-stat:nth-child(3) .ic { background: var(--mz-blue-050); color: var(--mz-blue); }
.mkt-stat:nth-child(4) .ic { background: #FEF3C7; color: #D97706; }
.mkt-stat b { font-family: var(--mz-head); font-size: 1.35rem; font-weight: 800; color: var(--mz-navy); display: block; line-height: 1.1; }
.mkt-stat span { font-size: 0.78rem; color: var(--mz-muted); }

/* Section heads */
.mkt-sec-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.1rem; }
.mkt-sec-head h2 { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.01em; }
.mkt-sec-head a { color: var(--mz-green); font-weight: 600; font-size: 0.88rem; }

/* Category tiles */
.mkt-cats { display: grid; grid-template-columns: repeat(9, 1fr); gap: 0.9rem; margin-bottom: 2.5rem; }
.mkt-cat { text-align: center; }
.mkt-cat .tile {
  width: 100%; aspect-ratio: 1; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 0.5rem; border: 1px solid var(--mz-line); background: #fff;
  transition: transform .15s, box-shadow .15s; box-shadow: var(--mz-shadow-sm);
}
.mkt-cat:hover .tile { transform: translateY(-4px); box-shadow: var(--mz-shadow); }
.mkt-cat span { font-size: 0.78rem; font-weight: 600; color: var(--mz-navy); }
.tile-1 { color: #2563EB; background: var(--mz-blue-050) !important; }
.tile-2 { color: #EA580C; background: #FFF1E8 !important; }
.tile-3 { color: #0891B2; background: #E0F7FB !important; }
.tile-4 { color: #7C3AED; background: #F1EAFE !important; }
.tile-5 { color: #16A34A; background: var(--mz-green-050) !important; }
.tile-6 { color: #DC2626; background: #FEECEC !important; }
.tile-7 { color: #2563EB; background: var(--mz-blue-050) !important; }
.tile-8 { color: #D97706; background: #FEF3C7 !important; }
.tile-9 { color: #64748B; background: var(--mz-bg-soft) !important; }

/* Product cards */
.mkt-products { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr); gap: 1rem; overflow-x: auto; padding-bottom: 0.5rem; scroll-snap-type: x proximity; }
.mkt-products::-webkit-scrollbar { height: 6px; }
.mkt-products::-webkit-scrollbar-thumb { background: var(--mz-line); border-radius: 10px; }
.mkt-product { background: #fff; border: 1px solid var(--mz-line); border-radius: 14px; overflow: hidden; box-shadow: var(--mz-shadow-sm); transition: transform .15s, box-shadow .15s; scroll-snap-align: start; }
.mkt-product:hover { transform: translateY(-4px); box-shadow: var(--mz-shadow); }
.mkt-product .thumb { height: 120px; position: relative; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2rem; overflow: hidden; }
.mkt-product .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mkt-product .badge-tag { position: absolute; top: 8px; left: 8px; background: rgba(15,27,63,.75); color: #fff; font-size: 0.66rem; font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 6px; text-transform: uppercase; letter-spacing: .3px; }
.mkt-product .p-body { padding: 0.85rem 0.9rem; }
.mkt-product .p-body h4 { font-size: 0.92rem; font-weight: 700; color: var(--mz-navy); line-height: 1.25; margin-bottom: 0.2rem; }
.mkt-product .p-company { font-size: 0.78rem; color: var(--mz-muted); }
.mkt-product .p-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 0.6rem; font-size: 0.76rem; }
.mkt-product .p-rate { color: var(--mz-amber); font-weight: 700; }
.mkt-product .p-loc { color: var(--mz-muted); }

/* ---- Sidebar ---- */
.mkt-side-card { background: #fff; border: 1px solid var(--mz-line); border-radius: 16px; padding: 1.25rem; margin-bottom: 1.5rem; box-shadow: var(--mz-shadow-sm); }
.mkt-side-card > .head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.mkt-side-card > .head h3 { font-size: 1.05rem; font-weight: 800; }
.mkt-side-card > .head a { font-size: 0.8rem; color: var(--mz-green); font-weight: 600; }

.mkt-opp { display: flex; gap: 0.75rem; padding: 0.75rem 0; border-top: 1px solid var(--mz-line); }
.mkt-opp:first-of-type { border-top: none; padding-top: 0; }
.mkt-opp .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--mz-bg-soft); color: var(--mz-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mkt-opp h4 { font-size: 0.86rem; font-weight: 700; color: var(--mz-navy); line-height: 1.25; }
.mkt-opp .org { font-size: 0.76rem; color: var(--mz-muted); margin: 2px 0 4px; }
.mkt-opp .meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; }
.mkt-opp .tag { color: var(--mz-green); font-weight: 700; }
.mkt-opp .lim { color: var(--mz-amber); }

.mkt-supplier { background: linear-gradient(135deg, #14532D, #16A34A); color: #fff; border-radius: 16px; padding: 1.4rem; margin-bottom: 1.5rem; position: relative; overflow: hidden; }
.mkt-supplier h3 { color: #fff; font-size: 1.15rem; font-weight: 800; }
.mkt-supplier p { font-size: 0.85rem; opacity: .92; margin: 0.5rem 0 1rem; }
.mkt-supplier .btn-w { background: #fff; color: var(--mz-green); font-weight: 700; padding: 0.6rem 1.1rem; border-radius: 10px; display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.88rem; }
.mkt-supplier .icn { position: absolute; right: -6px; bottom: -10px; font-size: 5rem; opacity: .16; }

.mkt-help-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.5rem; text-align: center; }
.mkt-help-grid .it .ic { width: 44px; height: 44px; margin: 0 auto 0.35rem; border-radius: 12px; background: var(--mz-bg-soft); color: var(--mz-blue); display: flex; align-items: center; justify-content: center; }
.mkt-help-grid .it span { font-size: 0.68rem; color: var(--mz-muted); font-weight: 600; line-height: 1.2; display: block; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.mkt-how { background: var(--mz-bg-soft); border-top: 1px solid var(--mz-line); padding: 3rem 0; }
.mkt-how h2 { text-align: left; font-size: 1.5rem; font-weight: 800; margin-bottom: 1.75rem; }
.mkt-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.mkt-step { position: relative; }
.mkt-step:not(:last-child)::after {
  content: ''; position: absolute; top: 14px; left: 42px; right: calc(-1.5rem - 12px);
  border-top: 2px dashed #CBD5E1;
}
.mkt-step .n { width: 30px; height: 30px; border-radius: 50%; background: var(--mz-green); color: #fff; font-weight: 800; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; }
.mkt-step .ic { font-size: 1.4rem; color: var(--mz-blue); margin-bottom: 0.5rem; }
.mkt-step h4 { font-size: 1.05rem; font-weight: 800; margin-bottom: 0.35rem; }
.mkt-step p { font-size: 0.85rem; color: var(--mz-muted); line-height: 1.5; }

/* ============================================================
   TRUST
   ============================================================ */
.mkt-trust { padding: 2.75rem 0; }
.mkt-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.mkt-trust .it { display: flex; gap: 0.9rem; }
.mkt-trust .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--mz-blue-050); color: var(--mz-blue); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.mkt-trust h4 { font-size: 0.98rem; font-weight: 800; margin-bottom: 0.2rem; }
.mkt-trust p { font-size: 0.82rem; color: var(--mz-muted); line-height: 1.45; }

/* ============================================================
   FOOTER
   ============================================================ */
.mkt-footer { background: var(--mz-navy); color: #CBD5E1; padding: 3rem 0 1.5rem; }
.mkt-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.5fr; gap: 2rem; }
.mkt-footer .flogo { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; }
.mkt-footer .flogo b { color: #fff; font-family: var(--mz-head); font-weight: 800; font-size: 1.25rem; }
.mkt-footer .flogo b span { color: var(--mz-green-l); }
.mkt-footer .flogo small { display: block; font-size: 0.62rem; color: var(--mz-muted-2); }
.mkt-footer p.desc { font-size: 0.85rem; line-height: 1.6; color: #94A3B8; max-width: 320px; }
.mkt-footer h5 { color: #fff; font-size: 0.95rem; font-weight: 700; margin: 0 0 1rem; font-family: var(--mz-head); }
.mkt-footer ul { list-style: none; margin: 0; padding: 0; }
.mkt-footer ul li { margin-bottom: 0.55rem; }
.mkt-footer ul a { font-size: 0.85rem; color: #94A3B8; }
.mkt-footer ul a:hover { color: var(--mz-green-l); }
.mkt-social { display: flex; gap: 0.5rem; margin-top: 1rem; }
.mkt-social a { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #CBD5E1; transition: background .15s; }
.mkt-social a:hover { background: var(--mz-green); color: #fff; }
.mkt-news { display: flex; margin: 0.9rem 0 1rem; }
.mkt-news input { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: #fff; border-radius: 9px 0 0 9px; padding: 0.6rem 0.9rem; font-size: 0.85rem; outline: none; }
.mkt-news input::placeholder { color: #64748B; }
.mkt-news button { border: none; background: var(--mz-green); color: #fff; padding: 0 1.1rem; border-radius: 0 9px 9px 0; font-weight: 600; font-size: 0.85rem; cursor: pointer; }
.mkt-contact li { display: flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; color: #94A3B8; margin-bottom: 0.6rem; }
.mkt-contact li i { color: var(--mz-green-l); width: 16px; }
.mkt-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.25rem; padding-top: 1.25rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.8rem; color: #64748B; }
.mkt-footer-bottom .heart { color: #EF4444; }

/* ============================================================
   INTERACTIONS — dropdowns, reveal, carousel, polish
   ============================================================ */

/* Topbar polish */
.mkt-topbar-inner { padding: 0.8rem 0; }
.mkt-top-links > a.util { position: relative; }
.mkt-top-links > a.util::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--mz-green); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.mkt-top-links > a.util:hover::after { transform: scaleX(1); }
.mkt-top-divider { width: 1px; height: 26px; background: var(--mz-line); flex-shrink: 0; }
.mkt-bell { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; transition: background .15s; }
.mkt-bell:hover { background: var(--mz-bg-soft); }
.mkt-user { padding: 0.25rem 0.6rem 0.25rem 0.3rem; border-radius: 999px; transition: background .15s; }
.mkt-user:hover { background: var(--mz-bg-soft); }
.mkt-logo { transition: opacity .15s; }
.mkt-logo:hover { opacity: .85; }

/* Categorias mega dropdown */
.mkt-cats-wrap { position: relative; flex-shrink: 0; }
.mkt-cats-btn .chev { transition: transform .2s; font-size: .65rem; }
.mkt-cats-wrap.open .mkt-cats-btn { border-color: var(--mz-blue); color: var(--mz-blue-d); background: var(--mz-blue-050); }
.mkt-cats-wrap.open .mkt-cats-btn .chev { transform: rotate(180deg); }
.mkt-cats-panel {
  position: absolute; top: calc(100% + 10px); left: 0; z-index: 1000; width: 540px; max-width: 90vw;
  background: #fff; border: 1px solid var(--mz-line); border-radius: 16px; box-shadow: var(--mz-shadow-lg);
  padding: 0.75rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.2rem;
  opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s;
}
.mkt-cats-wrap.open .mkt-cats-panel { opacity: 1; visibility: visible; transform: none; }
.mkt-cats-panel a { display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 0.65rem; border-radius: 10px; font-size: 0.85rem; font-weight: 500; color: var(--mz-ink); transition: background .15s, color .15s; }
.mkt-cats-panel a:hover { background: var(--mz-bg-soft); color: var(--mz-blue-d); }
.mkt-cats-panel a i { width: 20px; text-align: center; color: var(--mz-blue); font-size: 0.95rem; }

/* Nav dropdowns */
.mkt-nav-item { position: relative; display: inline-flex; }
.mkt-nav-item > a i { transition: transform .2s; }
.mkt-nav-item:hover > a i { transform: rotate(180deg); }
.mkt-menu {
  position: absolute; top: 100%; left: 0.4rem; z-index: 1000; min-width: 230px;
  background: #fff; border: 1px solid var(--mz-line); border-radius: 12px; box-shadow: var(--mz-shadow-lg);
  padding: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s;
}
.mkt-nav-item:hover .mkt-menu { opacity: 1; visibility: visible; transform: none; }
.mkt-menu a { display: flex; align-items: center; gap: 0.6rem; padding: 0.55rem 0.7rem; border-radius: 8px; font-size: 0.85rem; font-weight: 500; color: var(--mz-ink); }
.mkt-menu a i { color: var(--mz-muted-2); width: 16px; font-size: 0.85rem; }
.mkt-menu a:hover { background: var(--mz-bg-soft); color: var(--mz-green); }
.mkt-menu a:hover i { color: var(--mz-green); }

/* Sticky nav shadow */
.mkt-nav.scrolled { box-shadow: 0 6px 18px rgba(15, 27, 63, 0.07); }

/* Reveal on scroll */
.reveal-on .reveal { opacity: 0; transform: translateY(26px); filter: blur(5px); transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1), filter .6s ease; }
.reveal-on .reveal.in { opacity: 1; transform: none; filter: none; }
.reveal-on .reveal.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal-on .reveal.stagger.in > * { opacity: 1; transform: none; }
.reveal-on .reveal.stagger.in > *:nth-child(1) { transition-delay: .04s; }
.reveal-on .reveal.stagger.in > *:nth-child(2) { transition-delay: .09s; }
.reveal-on .reveal.stagger.in > *:nth-child(3) { transition-delay: .14s; }
.reveal-on .reveal.stagger.in > *:nth-child(4) { transition-delay: .19s; }
.reveal-on .reveal.stagger.in > *:nth-child(5) { transition-delay: .24s; }
.reveal-on .reveal.stagger.in > *:nth-child(6) { transition-delay: .29s; }
.reveal-on .reveal.stagger.in > *:nth-child(7) { transition-delay: .34s; }
.reveal-on .reveal.stagger.in > *:nth-child(8) { transition-delay: .39s; }
.reveal-on .reveal.stagger.in > *:nth-child(9) { transition-delay: .44s; }
@media (prefers-reduced-motion: reduce) {
  .reveal-on .reveal, .reveal-on .reveal.stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Carousel arrows */
.car-nav { display: flex; gap: 0.4rem; }
.car-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--mz-line); background: #fff; color: var(--mz-navy); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.car-btn:hover { background: var(--mz-green); color: #fff; border-color: transparent; box-shadow: 0 4px 12px rgba(22,163,74,.3); }
.car-btn:active { transform: scale(.94); }

/* Back to top */
.mkt-totop { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--mz-green-l), var(--mz-green)); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; box-shadow: 0 10px 24px rgba(22,163,74,.4); opacity: 0; visibility: hidden; transform: translateY(14px); transition: all .25s; z-index: 1200; }
.mkt-totop.show { opacity: 1; visibility: visible; transform: none; }
.mkt-totop:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(22,163,74,.5); }

/* Hover micro-interactions */
.mkt-ad, .mkt-sponsor, .mkt-stat { transition: transform .2s, box-shadow .2s; }
.mkt-ad:hover, .mkt-sponsor:hover, .mkt-stat:hover { transform: translateY(-3px); box-shadow: var(--mz-shadow); }
.mkt-opp { border-radius: 10px; padding-left: 0.4rem; padding-right: 0.4rem; transition: background .15s; }
.mkt-opp:hover { background: var(--mz-bg-soft); }
.mz-btn-green, .mkt-cat .tile, .mkt-product, .car-btn { will-change: transform; }

/* ============================================================
   FEATURED BANNER SLIDER
   ============================================================ */
.mkt-slider { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--mz-shadow); }
.mkt-slider .slides { position: relative; height: 300px; }
.mkt-slider .slide {
  position: absolute; inset: 0; display: flex; align-items: center; padding: 2.5rem 3.2rem;
  color: #fff; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; text-decoration: none;
}
.mkt-slider .slide.active { opacity: 1; visibility: visible; }
.mkt-slider .slide .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.mkt-slider .slide .ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,15,35,.6), rgba(8,15,35,.08)); }
.slide.s-blue  { background: linear-gradient(120deg,#1E3A8A,#2563EB); }
.slide.s-green { background: linear-gradient(120deg,#14532D,#16A34A); }
.slide.s-teal  { background: linear-gradient(120deg,#0F766E,#14B8A6); }
.slide.s-amber { background: linear-gradient(120deg,#9A3412,#F59E0B); }
.mkt-slider .slide-content { position: relative; z-index: 2; max-width: 560px; }
.slide-eyebrow { display: inline-block; background: rgba(255,255,255,.2); padding: .3rem .85rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; margin-bottom: .9rem; }
.mkt-slider .slide-content h3 { color: #fff; font-size: 2rem; font-weight: 800; line-height: 1.15; margin-bottom: .55rem; text-shadow: 0 2px 6px rgba(0,0,0,.22); }
.mkt-slider .slide-content p { font-size: 1rem; opacity: .95; margin-bottom: 1.3rem; max-width: 470px; }
.slide-cta { display: inline-flex; align-items: center; gap: .5rem; background: #fff; color: var(--mz-navy); font-weight: 700; padding: .7rem 1.4rem; border-radius: 10px; font-size: .9rem; transition: transform .15s, box-shadow .15s; }
.mkt-slider .slide.active .slide-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.2); }
.sld-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255,255,255,.22); color: #fff; cursor: pointer; z-index: 6; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; backdrop-filter: blur(4px); transition: background .15s; }
.sld-arrow:hover { background: rgba(255,255,255,.45); }
.sld-arrow.prev { left: 16px; } .sld-arrow.next { right: 16px; }
.sld-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 6; }
.sld-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,.5); cursor: pointer; transition: all .2s; padding: 0; }
.sld-dot.active { background: #fff; width: 26px; border-radius: 5px; }
.sld-progress { position: absolute; top: 0; left: 0; height: 3px; background: rgba(255,255,255,.9); z-index: 6; width: 0; }

/* Slider fluidity: content stagger-in + Ken Burns on image */
.mkt-slider .slide .bg { transform: scale(1.12); transition: transform 9s ease-out; }
.mkt-slider .slide.active .bg { transform: scale(1); }
.mkt-slider .slide .slide-content > * { opacity: 0; transform: translateY(18px); transition: opacity .55s cubic-bezier(.22,.61,.36,1), transform .55s cubic-bezier(.22,.61,.36,1); }
.mkt-slider .slide.active .slide-content > * { opacity: 1; transform: none; }
.mkt-slider .slide.active .slide-content > *:nth-child(1) { transition-delay: .15s; }
.mkt-slider .slide.active .slide-content > *:nth-child(2) { transition-delay: .28s; }
.mkt-slider .slide.active .slide-content > *:nth-child(3) { transition-delay: .40s; }
.mkt-slider .slide.active .slide-content > *:nth-child(4) { transition-delay: .50s; }

/* Hero entrance */
@keyframes mkt-fadeup { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.mkt-hero-copy > * { animation: mkt-fadeup .7s cubic-bezier(.22,.61,.36,1) both; }
.mkt-hero-copy > *:nth-child(1) { animation-delay: .05s; }
.mkt-hero-copy > *:nth-child(2) { animation-delay: .18s; }
.mkt-hero-copy > *:nth-child(3) { animation-delay: .30s; }
.mkt-hero-art svg { animation: mkt-fadeup 1s ease both .2s; }

/* ============================================================
   EMPRESAS EM DESTAQUE (featured company cards)
   ============================================================ */
.feat-card { position: relative; background: #fff; border: 1px solid var(--mz-line); border-radius: 16px; box-shadow: var(--mz-shadow-sm); padding: 1.3rem 1.2rem; text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s; scroll-snap-align: start; }
.feat-card:hover { transform: translateY(-6px); box-shadow: var(--mz-shadow); border-color: var(--mz-blue-050); }
.feat-badge { position: absolute; top: 12px; right: 12px; background: linear-gradient(135deg,#FBBF24,#F59E0B); color: #7c2d12; font-size: .62rem; font-weight: 800; padding: .2rem .55rem; border-radius: 6px; text-transform: uppercase; letter-spacing: .3px; }
.feat-logo { width: 62px; height: 62px; margin: 0 auto .8rem; border-radius: 18px; background: var(--biz-color, var(--mz-blue)); color: #fff; font-weight: 800; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--mz-shadow-sm); transition: transform .2s; }
.feat-card:hover .feat-logo { transform: scale(1.06) rotate(-3deg); }
.feat-card h4 { font-size: .98rem; font-weight: 700; color: var(--mz-navy); margin-bottom: .15rem; }
.feat-cat { font-size: .76rem; color: var(--mz-muted); margin-bottom: .5rem; }
.feat-cat i { color: var(--mz-blue); }
.feat-rate { color: var(--mz-amber); font-weight: 700; font-size: .82rem; margin-bottom: .9rem; }
.feat-btn { display: block; border: 1px solid var(--mz-line); border-radius: 9px; padding: .5rem; font-size: .82rem; font-weight: 600; color: var(--mz-navy); transition: all .15s; }
.feat-card:hover .feat-btn { background: var(--mz-green); color: #fff; border-color: transparent; box-shadow: 0 4px 12px rgba(22,163,74,.3); }

/* Smooth infinite carousel for featured companies */
.feat-marquee { overflow: hidden; padding: .5rem 0 1rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.feat-track { display: flex; gap: 1.1rem; width: max-content; animation: feat-scroll 48s linear infinite; }
.feat-marquee:hover .feat-track { animation-play-state: paused; }
.feat-track .feat-card { width: 232px; flex-shrink: 0; text-align: center; }
@keyframes feat-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .feat-track, .prod-track { animation: none; } }

/* Smooth infinite carousel for products/services */
.prod-marquee { overflow: hidden; padding: .5rem 0 1rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.prod-track { display: flex; gap: 1rem; width: max-content; animation: feat-scroll 42s linear infinite; }
.prod-marquee:hover .prod-track { animation-play-state: paused; }
.prod-track .mkt-product { width: 222px; flex-shrink: 0; }

/* ============================================================
   PROMO DUO (two mid banners)
   ============================================================ */
.mkt-promo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.promo-mini { position: relative; border-radius: 16px; overflow: hidden; min-height: 165px; display: flex; align-items: center; padding: 1.75rem 2rem; color: #fff; box-shadow: var(--mz-shadow-sm); transition: transform .2s, box-shadow .2s; }
.promo-mini:hover { transform: translateY(-4px); box-shadow: var(--mz-shadow); }
.promo-mini .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.promo-mini .ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,15,35,.5), rgba(8,15,35,.05)); }
.pm-1 { background: linear-gradient(120deg,#4F46E5,#7C3AED); }
.pm-2 { background: linear-gradient(120deg,#0F766E,#16A34A); }
.promo-mini .c { position: relative; z-index: 2; max-width: 70%; }
.promo-mini .eyebrow { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; opacity: .9; }
.promo-mini h4 { color: #fff; font-size: 1.35rem; font-weight: 800; margin: .3rem 0; line-height: 1.15; }
.promo-mini p { font-size: .85rem; opacity: .92; margin-bottom: .95rem; }
.promo-mini .mini-cta { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.22); padding: .5rem 1.05rem; border-radius: 9px; font-weight: 700; font-size: .82rem; transition: all .15s; }
.promo-mini:hover .mini-cta { background: #fff; color: var(--mz-navy); }
.promo-mini .icn { position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 3.6rem; opacity: .16; z-index: 1; }

/* ============================================================
   PARTNER MARQUEE
   ============================================================ */
.mkt-marquee-sec { padding: 2.25rem 0 1rem; }
.mkt-marquee-title { text-align: center; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--mz-muted-2); margin-bottom: 1rem; }
.mkt-marquee { overflow: hidden; padding: .5rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mkt-marquee-track { display: flex; gap: 3rem; width: max-content; animation: mkt-scroll 34s linear infinite; }
.mkt-marquee:hover .mkt-marquee-track { animation-play-state: paused; }
.mkt-brand { display: flex; align-items: center; gap: .55rem; color: var(--mz-muted); font-weight: 800; font-size: 1.15rem; white-space: nowrap; opacity: .7; transition: opacity .15s, color .15s; }
.mkt-brand:hover { opacity: 1; color: var(--mz-navy); }
.mkt-brand i { color: var(--mz-green); font-size: 1.1rem; }
@keyframes mkt-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   PREMIUM EFFECTS (wow)
   ============================================================ */
/* Scroll progress bar */
.mkt-scrollbar { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--mz-blue), var(--mz-green)); z-index: 2000; box-shadow: 0 0 10px rgba(37,99,235,.5); }

/* Hero aurora (soft moving color lights) */
.hero-aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-aurora::before, .hero-aurora::after { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; filter: blur(72px); opacity: .42; }
.hero-aurora::before { background: #22C55E; top: -90px; left: -50px; animation: mkt-aurora1 15s ease-in-out infinite; }
.hero-aurora::after { background: #3B82F6; bottom: -120px; right: 12%; animation: mkt-aurora2 18s ease-in-out infinite; }
@keyframes mkt-aurora1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(70px,50px); } }
@keyframes mkt-aurora2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-60px,-40px); } }
.mkt-hero-copy, .mkt-hero-art { position: relative; z-index: 2; }

/* Animated gradient headline highlights */
.mkt-hero-copy .text-green, .mkt-hero-copy .text-blue { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; background-size: 200% auto; animation: mkt-shine 5s linear infinite; }
.mkt-hero-copy .text-green { background-image: linear-gradient(90deg,#16A34A,#4ADE80,#16A34A); }
.mkt-hero-copy .text-blue { background-image: linear-gradient(90deg,#1D4ED8,#60A5FA,#1D4ED8); }
@keyframes mkt-shine { to { background-position: 200% center; } }

/* Button shine sweep */
.mz-btn { position: relative; overflow: hidden; }
.mz-btn::after { content: ''; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent); transform: skewX(-20deg); transition: left .6s ease; pointer-events: none; }
.mz-btn:hover::after { left: 150%; }

/* 3D tilt base */
.tilt { transition: transform .18s cubic-bezier(.22,.61,.36,1), box-shadow .18s ease; transform-style: preserve-3d; will-change: transform; }
.tilt:hover { box-shadow: var(--mz-shadow-lg); }

@media (prefers-reduced-motion: reduce) {
  .hero-aurora::before, .hero-aurora::after,
  .mkt-hero-copy .text-green, .mkt-hero-copy .text-blue,
  .mz-btn::after { animation: none !important; }
  .reveal-on .reveal { filter: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .mkt-hero-grid, .mkt-body-grid { grid-template-columns: 1fr; }
  .mkt-hero-main { grid-template-columns: 1fr; }
  .mkt-hero-art { min-height: 220px; }
  .mkt-ad-rail { flex-direction: row; flex-wrap: wrap; }
  .mkt-ad { flex: 1 1 45%; }
  .mkt-cats { grid-template-columns: repeat(4, 1fr); }
  .mkt-stats { grid-template-columns: repeat(2, 1fr); }
  .mkt-footer-grid { grid-template-columns: 1fr 1fr; }
  .mkt-top-links > a:not(.keep) { display: none; }
}
@media (max-width: 768px) {
  .mkt-topbar-inner { flex-wrap: wrap; }
  .mkt-search { order: 3; flex-basis: 100%; }
  .mkt-nav-inner { overflow-x: auto; }
  .mkt-nav-inner a { white-space: nowrap; }
  .mkt-sponsors, .mkt-trust-grid, .mkt-steps { grid-template-columns: 1fr 1fr; }
  .mkt-hero-copy h1 { font-size: 2rem; }
  .mkt-help-grid { grid-template-columns: repeat(3, 1fr); }
  .mkt-slider .slides { height: 240px; }
  .mkt-slider .slide { padding: 1.75rem; }
  .mkt-slider .slide-content h3 { font-size: 1.5rem; }
  .mkt-slider .slide-content p { font-size: .9rem; }
  .mkt-promo-duo { grid-template-columns: 1fr; }
  .promo-mini .c { max-width: 100%; }
}
@media (max-width: 560px) {
  .mkt-cats, .mkt-stats { grid-template-columns: repeat(2, 1fr); }
  .mkt-sponsors, .mkt-trust-grid, .mkt-steps, .mkt-footer-grid { grid-template-columns: 1fr; }
  .mkt-ad { flex-basis: 100%; }
}
