/* ============================================================
   RastreaPRO V2 — Tema Claro Mercado Livre
   Paleta: Branco · Amarelo #FFE600 · Azul #3483FA · Roxo #2D3277
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --yellow:  #FFE600;
  --yellow-d:#e6cf00;
  --blue:    #3483FA;
  --blue-d:  #2968c8;
  --purple:  #2D3277;
  --purple-d:#1e2254;
  --bg:      #FFFFFF;
  --bg-2:    #F5F7FA;
  --bg-3:    #EEF2F9;
  --text:    #1a1a2e;
  --muted:   #64748b;
  --border:  #e2e8f0;
  --red:     #ef4444;
  --radius:  14px;
  --shadow:  0 4px 24px rgba(45,50,119,0.10);
  --shadow-lg: 0 12px 48px rgba(45,50,119,0.15);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   TOPBAR
============================================================ */
.topbar {
  background: var(--purple);
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
}
.topbar-ml-logo { height: 24px; width: auto; }
.topbar-sep { width: 1px; height: 16px; background: rgba(255,255,255,0.25); }
.topbar-item {
  display: flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.9);
}
.topbar-item svg { width: 13px; height: 13px; color: var(--yellow); }
.topbar-urgency {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; color: var(--yellow);
}
.pulse-dot {
  width: 7px; height: 7px; background: var(--yellow);
  border-radius: 50%; animation: pdot 1.3s ease-in-out infinite;
}
@keyframes pdot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(.6)} }

/* ============================================================
   HEADER NAV
============================================================ */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  position: sticky; top: 0; z-index: 999;
  box-shadow: 0 2px 12px rgba(45,50,119,0.07);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.header-logo img { height: 38px; width: auto; }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow); color: var(--purple);
  border-radius: 8px; padding: 10px 22px;
  font-size: 14px; font-weight: 800;
  box-shadow: 0 2px 12px rgba(255,230,0,0.3);
  transition: all 0.2s;
}
.header-cta:hover { background: var(--yellow-d); transform: translateY(-1px); }

/* ============================================================
   HERO — LEFT TEXT + RIGHT DEVICE
============================================================ */
.hero {
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 60%, var(--bg-3) 100%);
  padding: 80px 0 60px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(52,131,250,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}

/* LEFT copy */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(45,50,119,0.07);
  border: 1px solid rgba(45,50,119,0.15);
  color: var(--purple);
  padding: 5px 14px; border-radius: 50px;
  font-size: 11px; font-weight: 800; letter-spacing: 1.2px;
  margin-bottom: 24px;
}
.hero-eyebrow-dot {
  width: 6px; height: 6px; background: var(--blue);
  border-radius: 50%; animation: pdot 1.3s ease-in-out infinite;
}

.hero-title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.08;
  color: var(--purple);
  margin-bottom: 20px;
}
.hero-title .hl-yellow {
  color: var(--blue);
  display: block;
}
.hero-title .hl-sub {
  color: var(--purple);
  display: block;
}

.hero-subtitle {
  font-size: 17px; color: var(--muted); line-height: 1.7;
  margin-bottom: 32px; max-width: 520px;
}
.hero-subtitle strong { color: var(--text); }

/* Pillars */
.hero-pillars {
  display: flex; gap: 8px; flex-wrap: nowrap;
  margin-bottom: 36px;
}
.pillar {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: 12px; padding: 12px 8px; flex: 1; min-width: 0;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.25s;
}
.pillar:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pillar svg { width: 22px; height: 22px; color: var(--blue); }
.pillar-lbl { font-size: 11px; font-weight: 700; color: var(--muted); line-height: 1.3; }
.pillar-highlight { background: var(--yellow); border-color: var(--yellow-d); box-shadow: 0 4px 16px rgba(255,230,0,0.3); }
.pillar-highlight:hover { transform: translateY(-3px); border-color: var(--yellow-d); }
.pillar-big { font-size: 26px; font-weight: 900; color: var(--purple); line-height: 1; }

/* CTA Button */
.btn-hero {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--yellow); color: var(--purple);
  border-radius: 10px; padding: 16px 32px;
  font-size: 17px; font-weight: 900;
  box-shadow: 0 4px 24px rgba(255,230,0,0.5);
  transition: all 0.25s; margin-bottom: 14px;
}
.btn-hero:hover { background: var(--yellow-d); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,230,0,0.6); }
.btn-hero-logo { height: 24px; width: auto; }

.hero-price-note { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.hero-de { text-decoration: line-through; color: var(--red); }
.hero-por { color: var(--purple); font-weight: 900; font-size: 18px; }

/* Social proof */
.hero-social-proof { display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.avatars img:first-child { margin-left: 0; }
.stars { color: #F5A623; font-size: 17px; margin-bottom: 2px; }
.hero-social-proof p { font-size: 13px; color: var(--muted); }
.hero-social-proof strong { color: var(--text); }

/* ============================================================
   RIGHT — DEVICE + TRACKER VISUAL
============================================================ */
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Círculo de fundo */
.visual-circle {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(52,131,250,0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: vcircle 4s ease-in-out infinite;
}
@keyframes vcircle { 0%,100%{transform:translate(-50%,-50%) scale(1)} 50%{transform:translate(-50%,-50%) scale(1.06)} }

/* Phone mockup */
.phone-mock {
  width: 240px;
  background: var(--purple);
  border-radius: 36px;
  padding: 14px;
  box-shadow: 0 24px 80px rgba(45,50,119,0.35), 0 0 0 1px rgba(255,255,255,0.1);
  position: relative; z-index: 2;
  animation: pfloat 4s ease-in-out infinite;
}
@keyframes pfloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }

.phone-screen {
  background: #0d1520;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 9/16;
  position: relative;
}

/* App bar dentro do phone */
.phone-app-bar {
  background: var(--purple);
  padding: 10px 12px 8px;
  display: flex; align-items: center; justify-content: space-between;
}
.phone-app-title { font-size: 11px; font-weight: 800; color: #fff; }
.phone-app-dot { width: 7px; height: 7px; background: #00d084; border-radius: 50%; animation: pdot 1.2s ease-in-out infinite; }

/* Mapa mini dentro do phone */
.phone-map {
  width: 100%; flex: 1;
  min-height: 130px;
  position: relative;
  background: #0d1520;
}
#phoneMap { width: 100%; height: 130px; }

/* Stats cards dentro do phone */
.phone-stats {
  padding: 8px 10px;
  display: flex; flex-direction: column; gap: 6px;
}
.phone-stat-row {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px; padding: 7px 10px;
}
.phone-stat-icon {
  width: 24px; height: 24px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.psi-yellow { background: rgba(255,230,0,0.15); }
.psi-blue   { background: rgba(52,131,250,0.15); }
.psi-green  { background: rgba(0,200,81,0.15); }
.phone-stat-icon svg { width: 13px; height: 13px; }
.psi-yellow svg { color: var(--yellow); }
.psi-blue svg   { color: var(--blue); }
.psi-green svg  { color: #00c851; }
.phone-stat-lbl { font-size: 9px; color: rgba(255,255,255,0.5); }
.phone-stat-val { font-size: 11px; font-weight: 700; color: #fff; }

/* Botão comprar dentro do phone */
.phone-buy-btn {
  margin: 6px 10px 10px;
  background: var(--yellow);
  border-radius: 8px; padding: 8px;
  text-align: center;
  font-size: 10px; font-weight: 900; color: var(--purple);
}

/* Floating tags ao redor do phone */
.vtag {
  position: absolute;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px; font-weight: 700; color: var(--text);
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
  z-index: 3;
}
.vtag svg { width: 14px; height: 14px; vertical-align: middle; margin-right: 5px; }
.vtag-1 { top: 10%; left: -20%; animation: vt1 4s ease-in-out infinite; }
.vtag-2 { top: 42%; right: -22%; animation: vt2 4s ease-in-out infinite; }
.vtag-3 { bottom: 20%; left: -18%; animation: vt3 4s ease-in-out infinite; }
.vtag-4 { bottom: 6%; right: -8%; animation: vt1 4s ease-in-out .5s infinite; }
@keyframes vt1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes vt2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes vt3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.vtag-yellow { background: var(--yellow); border-color: var(--yellow-d); color: var(--purple); }
.vtag-blue   { background: var(--blue);   border-color: var(--blue-d);   color: #fff; }

/* Phone wrap — positioning context for vtags */
.phone-mock-wrap {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  height: 390px;
}

/* ============================================================
   DEVICE SHOWCASE CARD (hero right side)
============================================================ */
.dsc-card {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-top: 3px solid var(--yellow);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: var(--shadow-lg);
}
.dsc-top {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}
.dsc-icon-wrap {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dsc-icon-wrap svg { color: var(--purple); }
.dsc-title-area { flex: 1; min-width: 0; }
.dsc-name { font-size: 13px; font-weight: 800; color: var(--purple); display: block; }
.dsc-size { font-size: 10px; color: var(--muted); }
.dsc-live-tag {
  display: flex; align-items: center; gap: 4px;
  background: #e8f8ef; border: 1px solid #a7e8c3;
  border-radius: 50px; padding: 3px 9px;
  font-size: 9px; font-weight: 800; color: #00a650;
  white-space: nowrap; flex-shrink: 0;
}
.dsc-dot { width: 6px; height: 6px; background: #00a650; border-radius: 50%; animation: pdot 1.3s ease-in-out infinite; }
.dsc-row-list { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.dsc-chip {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 50px; padding: 3px 10px;
  font-size: 11px; font-weight: 700; color: var(--text);
}
.dsc-chip-yellow { background: rgba(255,230,0,0.18); border-color: var(--yellow-d); color: var(--purple); }
.dsc-signal-line {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg-2); border-radius: 8px; padding: 8px 12px;
}
.dsc-bars { display: flex; align-items: flex-end; gap: 2px; }
.dsc-bars i { display: block; width: 4px; background: var(--blue); border-radius: 1px; font-style: normal; }
.dsc-bars i:nth-child(1) { height: 5px; }
.dsc-bars i:nth-child(2) { height: 9px; }
.dsc-bars i:nth-child(3) { height: 13px; }
.dsc-bars i:nth-child(4) { height: 17px; }
.dsc-signal-line > span { font-size: 10px; color: var(--muted); font-weight: 600; }

/* ============================================================
   STATS BAR
============================================================ */
.stats-bar {
  background: var(--purple);
  padding: 52px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
}
.stat-card {
  text-align: center; padding: 24px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  transition: all .3s;
}
.stat-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.stat-number { font-size: clamp(24px,3vw,36px); font-weight: 900; color: #fff; line-height: 1; margin-bottom: 8px; }
.stat-number .red { color: #ff6b6b; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.4; }
.yellow-stat .stat-number { color: var(--yellow); }
.stats-source { text-align: center; font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 16px; }

/* ============================================================
   SECTIONS SHARED
============================================================ */
section { padding: 88px 0; }

.section-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-tag {
  display: inline-block;
  background: rgba(52,131,250,0.1); color: var(--blue);
  border: 1px solid rgba(52,131,250,0.2);
  padding: 4px 14px; border-radius: 50px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 14px;
}
.section-header h2 { font-size: clamp(26px,3.5vw,40px); font-weight: 900; color: var(--purple); line-height: 1.2; margin-bottom: 14px; }
.section-header p { font-size: 16px; color: var(--muted); }
.gradient-text {
  background: linear-gradient(135deg, var(--blue) 0%, var(--purple) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ============================================================
   NO FEE SECTION
============================================================ */
.no-fee-section { background: var(--bg-2); }
.no-fee-header { text-align: center; margin-bottom: 56px; }
.no-fee-zero {
  font-size: clamp(80px,10vw,140px); font-weight: 900;
  color: var(--yellow); display: block; line-height: 1;
  text-shadow: 0 4px 24px rgba(255,230,0,0.3);
  animation: zglow 2.5s ease-in-out infinite;
  -webkit-text-stroke: 3px var(--yellow-d);
}
@keyframes zglow { 0%,100%{text-shadow:0 4px 24px rgba(255,230,0,.3)} 50%{text-shadow:0 4px 48px rgba(255,230,0,.6)} }
.no-fee-header h2 { font-size: clamp(28px,4vw,44px); font-weight: 900; color: var(--purple); margin-bottom: 14px; }
.no-fee-sub { color: var(--muted); font-size: clamp(18px,2.5vw,28px); }
.no-fee-header p { color: var(--muted); font-size: 16px; max-width: 560px; margin: 0 auto; }

.compare-grid {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px;
  align-items: center; max-width: 940px; margin: 0 auto 44px;
}
.compare-bad, .compare-good { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.compare-bad { border: 1.5px solid #fecaca; }
.compare-good { border: 2px solid var(--yellow); }
.compare-head { padding: 16px 22px; font-weight: 700; font-size: 15px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.bad-head { background: #fff5f5; color: #b91c1c; }
.good-head { background: var(--yellow); color: var(--purple); }
.compare-row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 22px; border-bottom: 1px solid var(--border); font-size: 14px; background: var(--bg); }
.bad-v { color: var(--red); font-weight: 700; }
.good-v { color: var(--blue); font-weight: 700; }
.compare-total-bad { padding: 16px 22px; background: #fff5f5; text-align: center; font-size: 14px; color: var(--muted); }
.compare-total-bad strong { color: var(--red); font-size: 22px; display: block; margin-top: 4px; }
.compare-total-good { padding: 16px 22px; background: rgba(255,230,0,0.08); text-align: center; font-size: 14px; color: var(--muted); }
.compare-total-good strong { color: var(--purple); font-size: 30px; display: block; margin-top: 4px; }
.compare-vs { font-size: 18px; font-weight: 900; color: var(--muted); background: var(--bg-3); border: 1.5px solid var(--border); border-radius: 50%; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; }
.no-fee-cta { text-align: center; }

/* ============================================================
   MAP SECTION
============================================================ */
.map-section { background: var(--bg); }
.map-layout { display: grid; grid-template-columns: 1fr 280px; gap: 24px; align-items: start; }
.map-wrap {
  position: relative; border-radius: 18px; overflow: hidden;
  border: 2px solid var(--border); aspect-ratio: 16/10;
  box-shadow: var(--shadow-lg);
}
.map-wrap #realMap { width: 100%; height: 100%; }
.leaflet-control-attribution { font-size: 9px !important; }
.map-top-badge {
  position: absolute; top: 12px; left: 12px;
  background: rgba(45,50,119,0.92); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,230,0,0.4);
  border-radius: 50px; padding: 6px 14px;
  font-size: 12px; font-weight: 700; color: var(--yellow);
  display: flex; align-items: center; gap: 6px; z-index: 500;
}
.live-dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; animation: pdot 1.2s ease-in-out infinite; }
.map-bottom-badge {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 50px; padding: 6px 14px;
  font-size: 12px; font-weight: 600; color: var(--text); z-index: 500;
}
.map-bottom-badge strong { color: var(--blue); }

.map-panel { background: var(--bg); border: 1.5px solid var(--border); border-radius: 18px; padding: 20px; box-shadow: var(--shadow); }
.map-panel-title { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: var(--purple); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.map-stat-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.map-stat-row:last-of-type { border-bottom: none; }
.map-stat-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.map-stat-icon svg { width: 15px; height: 15px; }
.bg-yellow { background: rgba(255,230,0,0.15); } .bg-yellow svg { color: var(--purple); }
.bg-blue   { background: rgba(52,131,250,0.12); } .bg-blue svg { color: var(--blue); }
.bg-green  { background: rgba(0,200,81,0.12); }  .bg-green svg { color: #00a650; }
.map-stat-lbl { font-size: 11px; color: var(--muted); margin-bottom: 1px; }
.map-stat-val { font-size: 13px; font-weight: 700; color: var(--text); }
.map-stat-val.small { font-size: 11px; }
.map-zero-box { display: flex; align-items: center; gap: 10px; background: var(--yellow); border-radius: 10px; padding: 12px 14px; margin: 10px 0; }
.map-zero-r { font-size: 22px; font-weight: 900; color: var(--purple); }
.map-zero-t { font-size: 12px; color: var(--purple); font-weight: 700; }

/* ============================================================
   FEATURES
============================================================ */
.features-section { background: var(--bg-2); }
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px;
  box-shadow: var(--shadow); transition: all .3s;
}
.feature-card:hover { border-color: var(--blue); transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feat-yellow { border-top: 4px solid var(--yellow); }
.feat-blue   { border-top: 4px solid var(--blue); }
.feat-purple { border-top: 4px solid var(--purple); }
.feat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feat-icon svg { width: 24px; height: 24px; }
.fi-yellow { background: rgba(255,230,0,0.15); } .fi-yellow svg { color: var(--purple); }
.fi-blue   { background: rgba(52,131,250,0.12); } .fi-blue svg { color: var(--blue); }
.fi-purple { background: rgba(45,50,119,0.1); }   .fi-purple svg { color: var(--purple); }
.feat-zero { font-size: 20px; font-weight: 900; color: var(--purple); }
.feature-card h3 { font-size: 16px; font-weight: 800; color: var(--purple); margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.feat-badge { display: inline-block; background: var(--yellow); color: var(--purple); border-radius: 50px; padding: 3px 12px; font-size: 11px; font-weight: 800; margin-top: 12px; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testimonials-section { background: var(--bg); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-card { background: var(--bg-2); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); transition: all .3s; }
.testimonial-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.t-stars { color: #F5A623; font-size: 17px; margin-bottom: 12px; }
.testimonial-card p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-author img { width: 40px; height: 40px; border-radius: 50%; }
.t-author strong { display: block; font-size: 14px; color: var(--text); font-weight: 700; }
.t-author span { font-size: 11px; color: var(--muted); }

/* ============================================================
   URGENCY
============================================================ */
.urgency-bar { background: var(--yellow); padding: 20px 0; }
.urgency-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.urgency-icon { font-size: 32px; }
.urgency-text { flex: 1; }
.urgency-text strong { font-size: 17px; color: var(--purple); display: block; margin-bottom: 2px; font-weight: 900; }
.urgency-text p { font-size: 13px; color: rgba(45,50,119,0.7); }
.timer-lbl { font-size: 11px; color: var(--purple); opacity: .7; display: block; margin-bottom: 6px; text-align: center; font-weight: 600; }
.timer-digits { display: flex; align-items: center; gap: 4px; font-size: 28px; font-weight: 900; color: var(--purple); }
#u-hours, #u-minutes, #u-seconds { background: var(--purple); color: var(--yellow); border-radius: 8px; padding: 6px 10px; min-width: 48px; text-align: center; }

/* ============================================================
   PRICING
============================================================ */
.pricing-section { background: var(--bg-2); }
.ml-trust-seal-row { display: flex; align-items: center; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; padding: 18px 24px; background: var(--bg); border: 1.5px solid var(--border); border-radius: 14px; max-width: 580px; margin-left: auto; margin-right: auto; box-shadow: var(--shadow); }
.ml-seal-box { background: var(--yellow); border-radius: 10px; padding: 8px 16px; }
.seal-logo { height: 38px; width: auto; }
.ml-seal-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.seal-badge { display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--muted); }
.seal-badge svg { color: var(--blue); }

.pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; }
.pricing-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: 22px; padding: 36px; position: relative; box-shadow: var(--shadow); transition: all .3s; }
.pricing-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-best { border: 2px solid var(--yellow); box-shadow: 0 8px 40px rgba(255,230,0,0.2); transform: scale(1.02); }
.card-best:hover { transform: scale(1.02) translateY(-4px); }
.best-label { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--yellow); color: var(--purple); padding: 4px 18px; border-radius: 50px; font-size: 11px; font-weight: 900; letter-spacing: 1px; white-space: nowrap; }
.p-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--muted); background: var(--bg-2); border-radius: 50px; padding: 3px 12px; display: inline-block; margin-bottom: 10px; }
.pricing-card h3 { font-size: 22px; font-weight: 900; color: var(--purple); margin-bottom: 6px; }
.pricing-card > p { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.p-price-wrap { padding: 18px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 20px; }
.p-from { font-size: 14px; color: var(--muted); } .p-from s { color: var(--red); }
.p-price { font-size: 50px; font-weight: 900; color: var(--purple); line-height: 1; }
.p-inst { font-size: 13px; color: var(--muted); margin-top: 5px; }
.p-features { margin-bottom: 24px; }
.p-features li { padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--muted); display: flex; gap: 6px; }
.p-features li:last-child { border-bottom: none; }
.p-features strong { color: var(--text); }
.p-note { display: flex; align-items: center; gap: 6px; justify-content: center; font-size: 12px; color: var(--muted); margin-top: 12px; }
.p-note svg { color: var(--blue); flex-shrink: 0; }

.btn-pair { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-pair .btn-buy { flex: 1; min-width: 140px; }

.btn-buy {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--yellow); color: var(--purple);
  border-radius: 10px; padding: 14px; font-size: 16px; font-weight: 900;
  box-shadow: 0 4px 20px rgba(255,230,0,0.35);
  transition: all .25s; width: 100%;
}
.btn-buy:hover { background: var(--yellow-d); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,230,0,0.5); }
.btn-buy svg { width: 18px; height: 18px; }
.btn-pulse { animation: bpulse 2.5s ease-in-out infinite; }
@keyframes bpulse { 0%,100%{box-shadow:0 4px 20px rgba(255,230,0,.35)} 50%{box-shadow:0 4px 40px rgba(255,230,0,.7),0 0 0 8px rgba(255,230,0,.1)} }

/* ============================================================
   FAQ
============================================================ */
.faq-section { background: var(--bg); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; cursor: default; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0 8px; font-size: 15px; font-weight: 700; color: var(--purple); text-align: left; }
.faq-q svg { display: none; }
.faq-a { max-height: none; overflow: visible; }
.faq-a p { padding: 0 0 18px; font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ============================================================
   FINAL CTA
============================================================ */
.final-cta { background: var(--purple); text-align: center; }
.final-cta-inner { max-width: 640px; margin: 0 auto; }
.final-cta h2 { font-size: clamp(26px,4vw,42px); font-weight: 900; color: #fff; margin-bottom: 14px; }
.final-cta > .final-cta-inner > p { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 28px; }
.final-price-row { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-bottom: 28px; }
.final-de { font-size: 17px; color: rgba(255,255,255,0.4); text-decoration: line-through; }
.final-por-txt { font-size: 14px; color: rgba(255,255,255,0.5); }
.final-preco { font-size: 56px; font-weight: 900; color: var(--yellow); line-height: 1; }
.final-ml-box { display: flex; justify-content: center; margin-bottom: 28px; }
.final-ml-logo { height: 52px; width: auto; background: var(--yellow); border-radius: 12px; padding: 8px 16px; }
.final-note { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 18px; }

/* ============================================================
   FOOTER
============================================================ */
.footer { background: var(--bg-2); border-top: 1px solid var(--border); padding: 44px 0 20px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; margin-bottom: 28px; }
.brand { font-size: 20px; font-weight: 900; color: var(--purple); display: block; margin-bottom: 6px; }
.footer-inner p { font-size: 14px; color: var(--muted); max-width: 280px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { font-size: 14px; color: var(--muted); transition: color .2s; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { text-align: center; font-size: 12px; color: #bbb; padding-top: 20px; border-top: 1px solid var(--border); }

/* FLOAT BUTTON */
.float-buy {
  position: fixed; bottom: 24px; right: 24px;
  background: var(--yellow); color: var(--purple);
  border-radius: 50px; padding: 12px 20px 12px 14px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 900; font-size: 13px;
  box-shadow: 0 8px 28px rgba(255,230,0,0.5);
  animation: fbounce 3s ease-in-out infinite;
  z-index: 9999; transition: all .3s;
}
.float-buy:hover { transform: scale(1.05); }
.float-buy-logo { height: 26px; width: auto; }
@keyframes fbounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@media(max-width:480px){.float-buy span{display:none}.float-buy{padding:14px;border-radius:50%}}

/* ============================================================
   RESPONSIVE
============================================================ */
@media(max-width:1024px){
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .map-layout { grid-template-columns: 1fr; }
}
@media(max-width:768px){
  section { padding: 60px 0; }
  .pricing-cards { grid-template-columns: 1fr; }
  .card-best { transform: none; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-vs { margin: 0 auto; }
  .urgency-inner { flex-direction: column; text-align: center; }
  .features-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
}
@media(max-width:480px){
  .stats-grid { grid-template-columns: 1fr; }
}

/* ── FLEET / VEHICLES TRACKING SECTION ────────────────────── */
.fleet-section {
  background: var(--bg-2);
  padding: 80px 0;
}
.fleet-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.fleet-section .section-header h2 {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  margin-top: 8px;
}
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.fleet-card {
  background: #0d1b3e;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.fleet-app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #0a1628;
  border-bottom: 1px solid rgba(52,131,250,0.2);
}
.fleet-app-title {
  font-size: 12px;
  font-weight: 700;
  color: #93b4ff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fleet-live-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFE600;
  background: rgba(255,230,0,0.1);
  border: 1px solid rgba(255,230,0,0.3);
  border-radius: 50px;
  padding: 3px 8px;
}
.fleet-map-wrap {
  position: relative;
}
.fleet-loc-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10,22,40,0.92);
  border: 1px solid rgba(52,131,250,0.45);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 12px;
  color: #e0eaff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  backdrop-filter: blur(6px);
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFE600;
  animation: blink 1.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.fleet-ping-svg {
  animation: svg-ping 2s ease-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.fleet-ping-green { animation-delay: 0.6s; }
@keyframes svg-ping {
  0%   { opacity: 0.9; r: 20; }
  80%  { opacity: 0;   r: 46; }
  100% { opacity: 0;   r: 50; }
}
.fleet-detail {
  padding: 14px 18px;
  background: #0f1a36;
  border-top: 1px solid rgba(52,131,250,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.fleet-model {
  font-size: 14px;
  font-weight: 700;
  color: #e8f0ff;
}
.fleet-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fleet-chip {
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(52,131,250,0.18);
  color: #93b4ff;
  border: 1px solid rgba(52,131,250,0.3);
}
.fc-yellow {
  background: rgba(255,230,0,0.15);
  color: #ffe600;
  border-color: rgba(255,230,0,0.35);
}
.fc-green {
  background: rgba(0,200,81,0.15);
  color: #00c851;
  border-color: rgba(0,200,81,0.35);
}
@media(max-width:640px){
  .fleet-grid { grid-template-columns: 1fr; }
}

/* ── CENTER PRICING VALUES ─────────────────────────────────── */
.p-price-wrap { text-align: center; }
.pricing-card { text-align: center; }
.p-features { text-align: left; }
.final-price-row { text-align: center; align-items: center; }
