/* ========== Página Brand Day y Brand Weekend ========== */
/* Reutiliza: styles.css (page-subpage, subpage-header, header-logo-subpage, hero-*, content-section*, post-block, page-footer). Solo particularidades. */

.page-brand {
  color: var(--tarifario-text);
  overflow-x: hidden;
}

/* ---------- Hero: particularidades ---------- */
.brand-hero__img {
  object-fit: contain;
}
.brand-hero__highlight {
  color: var(--post-accent);
  font-weight: 500;
}

/* ---------- Sección: títulos de bloque ---------- */
.brand-pricing__title {
  font-family: var(--tarifario-font-title);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--tarifario-text);
  margin: 0 0 0.5rem 0;
}
.brand-pricing__price {
  font-family: var(--tarifario-font-title);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--tarifario-text);
}
