/* ══════════════════════════════════════════════════════════════════
   MLO ENTERPRISE TRUST LAYER — v1.8.2
   Provérbios 16:3 | בְּעֶזְרַת הַשֵּׁם
   Cores: verde profundo #062116 · dark #06120d · gold #f7c948
          gold-strong #ffcc33 · white #fff · soft-white #fffaf0
   Tudo compositor-only (opacity/transform), altura reservada = CLS 0.
   ══════════════════════════════════════════════════════════════════ */

:root {
  --mlo-tl-green: #062116;
  --mlo-tl-dark: #06120d;
  --mlo-tl-gold: #f7c948;
  --mlo-tl-gold-strong: #ffcc33;
  --mlo-tl-white: #ffffff;
  --mlo-tl-soft: #fffaf0;
}

/* ───── BLOCO A: estrelas + média + nº avaliações ───── */
.mlo-trust-rating {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 4px 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(247, 201, 72, .10);
  border: 1px solid rgba(247, 201, 72, .34);
  line-height: 1;
}
.mlo-stars { display: inline-flex; gap: 2px; font-size: 18px; letter-spacing: 1px; }
.mlo-star { color: rgba(255, 255, 255, .22); position: relative; }
.mlo-star.is-full { color: var(--mlo-tl-gold-strong); }
.mlo-star.is-half {
  color: rgba(255, 255, 255, .22);
  background: linear-gradient(90deg, var(--mlo-tl-gold-strong) 50%, rgba(255,255,255,.22) 50%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mlo-stars--muted { color: rgba(247, 201, 72, .40); }
.mlo-trust-rating-num { color: var(--mlo-tl-gold-strong); font-size: 16px; font-weight: 900; }
.mlo-trust-rating-count { color: rgba(255, 255, 255, .80); font-size: 14px; font-weight: 600; }
.mlo-trust-rating--empty .mlo-trust-rating-msg {
  color: rgba(255, 255, 255, .86); font-size: 13.5px; font-weight: 700;
}
/* Em seções de fundo claro, escurece o texto para contraste */
.mlo-safe-section .mlo-trust-rating-count,
.mlo-safe-section .mlo-trust-rating--empty .mlo-trust-rating-msg { color: #3a4a42; }

/* ───── BLOCO E: faixa de confiança SSL ───── */
.mlo-trust-strip {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  margin: 16px 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(6, 33, 22, .55), rgba(6, 18, 13, .65));
  border: 1px solid rgba(247, 201, 72, .30);
}
.mlo-trust-item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700; color: var(--mlo-tl-soft);
  white-space: nowrap;
}
.mlo-trust-item i { color: var(--mlo-tl-gold); font-size: 16px; }
/* fundo claro (rodapé de página, seções brancas) */
.mlo-safe-section .mlo-trust-strip,
.mlo-trust-strip--light {
  background: linear-gradient(135deg, #f4fbf7, #eef7f1);
  border-color: rgba(6, 33, 22, .16);
}
.mlo-safe-section .mlo-trust-item,
.mlo-trust-strip--light .mlo-trust-item { color: #123a2b; }
.mlo-safe-section .mlo-trust-item i,
.mlo-trust-strip--light .mlo-trust-item i { color: #0b7a4f; }

/* ───── BLOCO C: resumo das avaliações (barras 5→1) ───── */
.mlo-trust-reviews-section { padding-top: clamp(28px, 4vw, 52px); padding-bottom: clamp(28px, 4vw, 52px); }
.mlo-trust-summary-wrap { max-width: 640px; }
.mlo-trust-summary {
  padding: 22px 24px; border-radius: 20px;
  background: #fff; border: 1px solid rgba(6, 33, 22, .12);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .07);
}
.mlo-trust-summary-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; padding-bottom: 14px;
  border-bottom: 1px solid rgba(6, 33, 22, .10);
}
.mlo-trust-summary-avg {
  font-family: Georgia, serif; font-size: 40px; font-weight: 900;
  color: var(--mlo-tl-green); margin-right: 10px;
}
.mlo-trust-summary-head .mlo-stars { font-size: 20px; }
.mlo-trust-summary-head .mlo-star { color: rgba(6, 33, 22, .18); }
.mlo-trust-summary-head .mlo-star.is-full { color: var(--mlo-tl-gold-strong); }
.mlo-trust-summary-total { color: #45564e; font-size: 14px; font-weight: 700; }
.mlo-trust-summary-title { font-weight: 900; color: var(--mlo-tl-green); margin: 0 0 6px; }
.mlo-trust-summary--empty {
  padding: 22px 24px; border-radius: 20px; background: #fff;
  border: 1px solid rgba(6, 33, 22, .12); text-align: center;
}
.mlo-trust-summary-empty { color: #45564e; font-size: 15px; margin: 4px 0 0; }
.mlo-trust-summary-bars { display: grid; gap: 9px; }
.mlo-trust-bar-row { display: grid; grid-template-columns: 34px 1fr 42px; align-items: center; gap: 10px; }
.mlo-trust-bar-label { font-size: 13px; font-weight: 800; color: #45564e; }
.mlo-trust-bar {
  height: 10px; border-radius: 999px; overflow: hidden;
  background: rgba(6, 33, 22, .10);
}
.mlo-trust-bar-fill {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--mlo-tl-gold), var(--mlo-tl-gold-strong));
  transform-origin: left center;
  animation: mlo-bar-in .7s ease forwards;
}
@keyframes mlo-bar-in { from { opacity: .3; transform: scaleX(.85); } to { opacity: 1; transform: scaleX(1); } }
.mlo-trust-bar-pct { font-size: 12.5px; font-weight: 800; color: #45564e; text-align: right; }

/* ───── BLOCO F: CORREÇÃO DO CARRINHO APAGADO ───── */
/* alto contraste: ícone dourado, badge gold-strong texto escuro */
.nav-cart {
  background: rgba(247, 201, 72, .14) !important;
  border: 1px solid rgba(247, 201, 72, .55) !important;
  color: var(--mlo-tl-gold-strong) !important;
  border-radius: 999px !important;
}
.nav-cart:hover, .nav-cart:focus-visible {
  background: rgba(247, 201, 72, .26) !important;
  border-color: var(--mlo-tl-gold-strong) !important;
  box-shadow: 0 0 0 3px rgba(247, 201, 72, .18);
}
.nav-cart i { color: var(--mlo-tl-gold-strong) !important; }
.nav-cart-count {
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 5px !important;
  border-radius: 999px !important;
  background: var(--mlo-tl-gold-strong) !important;
  color: var(--mlo-tl-dark) !important;
  font-weight: 900 !important;
  border: 2px solid var(--mlo-tl-dark) !important;
  top: -6px !important; right: -6px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

/* ───── Página pilar SEO ───── */
.mlo-pillar { background: #06100c; color: #f4fbf7; }
.mlo-pillar-hero { padding: clamp(46px, 7vw, 96px) 0; text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(247,201,72,.14), transparent 55%), linear-gradient(135deg, #062116, #06120d 75%); }
.mlo-pillar-hero h1 { font-family: Georgia, serif; font-size: clamp(32px, 5vw, 60px); margin: 0 0 14px; color: #fff; }
.mlo-pillar-hero p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: clamp(16px,2vw,20px); line-height: 1.6; }
.mlo-pillar-section { padding: clamp(34px, 5vw, 68px) 0; }
.mlo-pillar-section .container { max-width: 900px; }
.mlo-pillar-section h2 { font-family: Georgia, serif; font-size: clamp(24px,3vw,38px); color: var(--mlo-tl-gold-strong); margin: 0 0 16px; }
.mlo-pillar-section p, .mlo-pillar-section li { color: rgba(255,255,255,.85); line-height: 1.7; font-size: 16px; }
.mlo-pillar-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.mlo-pillar-links a {
  padding: 9px 16px; border-radius: 999px; text-decoration: none;
  color: var(--mlo-tl-soft); border: 1px solid rgba(247,201,72,.34);
  background: rgba(247,201,72,.06); font-weight: 700; font-size: 14px;
  transition: border-color .16s ease, color .16s ease;
}
.mlo-pillar-links a:hover { color: var(--mlo-tl-gold-strong); border-color: var(--mlo-tl-gold-strong); }
.mlo-faq-item { border-top: 1px solid rgba(247,201,72,.18); padding: 18px 0; }
.mlo-faq-item h3 { color: #fff; font-size: 18px; margin: 0 0 8px; }
.mlo-faq-item p { margin: 0; }

@media (max-width: 600px) {
  .mlo-trust-strip { gap: 8px 12px; padding: 10px 12px; }
  .mlo-trust-item { font-size: 12px; }
  .mlo-trust-summary-avg { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .mlo-trust-bar-fill { animation: none; }
}

/* ───── DEPOIMENTOS REAIS (prova social honesta) ───── */
.mlo-depo { padding: clamp(40px, 6vw, 80px) 0; background: linear-gradient(180deg, #06120d, #062116 120%); }
.mlo-depo-eyebrow { text-align: center; color: var(--mlo-tl-gold-strong); font-weight: 900; letter-spacing: .1em; font-size: 12px; text-transform: uppercase; margin: 0 0 6px; }
.mlo-depo-title { text-align: center; font-family: Georgia, serif; font-size: clamp(26px, 3.4vw, 42px); color: #fff; margin: 0 0 32px; }
.mlo-depo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.mlo-depo-card { margin: 0; padding: 22px; border-radius: 20px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(247,201,72,.28);
  box-shadow: 0 14px 44px rgba(0,0,0,.28); }
.mlo-depo-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.mlo-depo-avatar { width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center; font-weight: 900; font-size: 20px; color: #06120d;
  background: linear-gradient(145deg, var(--mlo-tl-gold), var(--mlo-tl-gold-strong)); }
.mlo-depo-nome { font-weight: 900; color: #fff; font-size: 15px; }
.mlo-depo-stars { color: var(--mlo-tl-gold-strong); font-size: 14px; letter-spacing: 1px; }
.mlo-depo-texto { margin: 0 0 12px; color: var(--mlo-tl-soft); font-size: 15.5px; line-height: 1.55;
  font-family: Georgia, serif; font-style: italic; }
.mlo-depo-produto { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px;
  font-weight: 700; color: #bfe0cf; }
.mlo-depo-produto i { color: var(--mlo-tl-gold); }
.mlo-depo-nota { text-align: center; margin: 26px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
