/**
 * widgets-headlines.css - Headlines (V2-Vorlage index_v19.html)
 */

.base-headline-h1,
.base-headline-h1-congatec {
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.base-headline-h2,
.base-headline-h2-congatec {
  font-family: var(--font-headings);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.3;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.base-headline-h3,
.base-headline-h3-congatec {
  font-family: var(--font-headings);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.base-headline-h1[data-hero-lead-accent="1"] {
  font-family: var(--font-primary);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-hero-title);
  font-weight: var(--font-weight-hero-title);
  color: var(--color-anthracite);
  line-height: var(--line-height-hero-title);
  letter-spacing: normal;
  text-transform: none;
  hyphens: none;
  word-break: normal;
  margin: 0 0 16px;
  animation: fadeInUp 0.8s ease 0.1s both;
}

.base-home-hero-title-accent {
  color: var(--color-orange);
}

.base-section-title {
  font-family: var(--font-headings);
  font-size: 24px;
  font-weight: 800;
  color: var(--color-anthracite);
  display: flex;
  align-items: center;
  gap: 12px;
}

.base-hexagon-section-title {
  --hexagon-size: 36px;
}

.base-hexagon-svg-section-title {
  width: 18px;
  height: 18px;
  color: var(--color-white);
}

.base-ai-summary-title {
  font-family: var(--font-headings);
  font-size: 18px;
  font-weight: 800;
  color: var(--color-anthracite);
}

.base-category-title {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-anthracite);
}

.base-result-title {
  font-family: var(--font-primary);
  font-size: var(--font-size-result-title);
  font-style: var(--font-style-normal);
  font-weight: var(--font-weight-result-title);
  letter-spacing: normal;
  text-transform: none;
  color: var(--color-anthracite);
  margin-bottom: 6px;
  transition: color var(--transition-fast);
}

.base-result-title-interactive:hover {
  color: var(--color-orange);
}

.base-product-name {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-anthracite);
  margin-bottom: 8px;
}

.base-headline-h2-section {
  font-family: var(--font-headings);
  font-size: 24px;
  font-weight: 800;
  color: var(--color-anthracite);
  line-height: 1.3;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.base-headline-h3-product {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-anthracite);
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.base-headline-h3-product a {
  color: inherit;
  text-decoration: none;
}

.base-headline-h3-product a:hover {
  color: var(--color-orange);
}

.base-headline-h4,
.base-headline-h4-result {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-anthracite);
  line-height: 1.4;
  margin: 0 0 6px;
  letter-spacing: 0.01em;
  transition: color var(--transition-fast);
}

.base-headline-h3-congatec-tile {
  font-family: var(--font-headings);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .base-headline-h1[data-hero-lead-accent="1"] {
    font-size: var(--font-size-hero-title-mobile);
  }
}
