/*
 * Typography Styles
 * 
 * @package Viva_Magenta_V1
 */

/* Headings */
.section-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-title.centered {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

.final-cta-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.final-cta-text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.page-title,
.post-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.error-404-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.section-intro {
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 860px;
  margin: 12px auto 0;
  color: var(--text-light);
}

.section-intro.highlight {
  position: relative;
  background: linear-gradient(90deg, rgba(214, 51, 132, 0.08), rgba(214, 51, 132, 0));
  padding: 18px 24px;
  border-left: 4px solid var(--primary-color);
  border-radius: 6px;
  color: var(--text-dark);
}

.section-intro.highlight strong {
  color: var(--primary-color);
}

.bodas-services .section-head {
  text-align: center;
}

.bodas-services .section-head .section-title {
  margin-bottom: 6px;
}

/* Decorative underline */
.section-head .section-title {
  position: relative;
}

.section-head .section-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--primary-color);
  margin: 18px auto 0;
  border-radius: 2px;
}
