/* ========================================================================== 
   LUME DESIGN SYSTEM: EYEBROW + YELLOW ACCENTS
   Consistent visual grammar across 5 pages
   ========================================================================== */

/* Eyebrow Standard (Clean, No Decorations) */
.eyebrow-standard {
  display: inline-block;
  font-family: 'SF Pro Display', '-apple-system', 'Helvetica Neue', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9955BC;
  margin-bottom: 1.5rem;
}

/* Definition Block Left Divisor (2px taupe at 40% opacity) */
.definition-block-left {
  border-left: 2px solid rgba(141, 120, 102, 0.4);
  padding-left: 16px;
  margin-bottom: 1.5rem;
}

/* Yellow Accent: Hero "melhor" word (F1 - 80% opacity) */
.accent-hero-word {
  color: rgba(255, 197, 87, 0.8);
  font-family: 'Awesome Serif', serif;
  font-style: italic;
  font-weight: 400;
}

/* Yellow Accent: Link hover underline transition (F3) */
.link-text-hover {
  color: #9955BC;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(153, 85, 188, 0.6);
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: text-decoration-color 200ms ease-out;
  cursor: pointer;
}

@media (hover: hover) {
  .link-text-hover:hover {
    text-decoration-color: rgba(255, 197, 87, 0.7);
  }
}

/* Yellow Accent: Credibility background (F4 - 15% opacity) */
.accent-credibility-bg {
  background: rgba(255, 197, 87, 0.15);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 197, 87, 0.2);
}

/* Yellow Accent: Section divider pill (F5 - 80% opacity) */
.accent-divider {
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 197, 87, 0.8);
  margin: 0 auto;
}

/* Yellow Accent: Testimonial opening quote (F6 - 30% opacity) */
.accent-quote-mark {
  color: rgba(255, 197, 87, 0.3);
  font-size: 3rem;
  font-family: serif;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 400;
}
