/* ==========================================================================
   Home — hero CTA row and fact line
   Added 2026-07-28. Styling only; the elements themselves live in the Bricks
   front-page content (hero column `yltqee`).
   ========================================================================== */

/* MOQ / lead time / samples, directly under the buttons. Quiet enough not to
   compete with the headline, legible enough to be read on the photo. */
.hero .hero-facts {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .85);
}

/* Secondary CTA — outlined, so the blue primary stays the obvious first
   action while the quote route is still clearly available. */
/* colour is !important because Bricks' own secondary-button style paints the
   label brand-blue, which is unreadable against the darkened hero photo */
.hero .bricks-button.bricks-background-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .65) !important;
  color: #fff !important;
  transition: background-color .2s ease, border-color .2s ease;
}

.hero .bricks-button.bricks-background-secondary:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

@media (max-width: 478px) {
  .hero .hero-facts {
    font-size: 13px;
  }
}
