/* =========================================================================
   VoltryX — brand updates: logo, product tags, prices, callouts
   ========================================================================= */

.brand-logo {
  display: inline-flex;
  align-items: center;
  height: 32px;
}
.brand-logo img {
  height: 32px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 18px rgba(124, 58, 237, 0.45));
}
.nav.is-scrolled .brand-logo img { height: 28px; }

.footer-brand .brand-logo img {
  height: 38px;
  margin-bottom: 4px;
}

/* ============================================================
   Product tag — styling moved to v9.css; this rule deprecated
   ============================================================ */
.brand-deprecated-product-tag-removed { display: none; }

/* Product name + price within features */
.feature h3 .price {
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--text-dim);
  margin-top: 6px;
  text-transform: none;
}

/* Garantia de Ferro callout */
.feature .callout {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 12px;
  background: rgba(200, 182, 255, 0.04);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-dim);
}
.feature .callout b { color: var(--accent); font-weight: 500; }

/* CTA guarantee small */
.cta-guarantee {
  margin-top: 32px;
  font-size: 13px;
  color: var(--text-faint);
  font-style: italic;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

/* ============================================================
   Page title color tune for the executive voice
   ============================================================ */
.hero h1 em {
  /* slight desaturate — feels more "executive" than "neon" */
  filter: saturate(0.92);
}
