/* Copyright 2026 Renofy Ltd. All rights reserved. */

.cta-subtext {
  margin: 0.5rem 0 0;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

/* Dark-background overrides */
.lp-hero .cta-subtext,
.hiw-mid-cta .cta-subtext,
.lp-closing .cta-subtext {
  color: rgba(255, 255, 255, 0.5);
}

.lp-closing .cta-subtext {
  position: relative;
  z-index: var(--z-index-base);
}

/* Dark-background button font + glow */
.lp-hero .button,
.hiw-mid-cta .button,
.lp-closing .button {
  font-family: 'Inter', sans-serif;
  box-shadow: var(--glow-pink);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.lp-hero .button:hover,
.hiw-mid-cta .button:hover,
.lp-closing .button:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-pink-hover);
}
