/* India Eigenseer – Zusatzstile für Unterseiten (Angebotsseiten, Ratgeber, Fragen).
   Ergänzt style.css; Farben und Maße kommen von dort. Reihenfolge: style.css, dann diese Datei. */

/* ---- Seitenkopf ---- */
.seite-kopf {
  position: relative; overflow: hidden;
  padding: 28px var(--gutter) calc(var(--radius) + 48px);
  background: var(--leinen);
}
.seite-kopf::before {
  content: ""; position: absolute; right: -180px; top: -220px; width: 520px; height: 520px; border-radius: 50%;
  background: var(--mauve-hell); pointer-events: none;
}
.seite-kopf > .inner { display: flex; flex-direction: column; gap: 18px; }
.brotkrumen ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; font-size: 13px; color: var(--tinte-3); }
.brotkrumen li { display: flex; align-items: center; gap: 10px; }
.brotkrumen li + li::before { content: "›"; color: var(--linie-mehr); }
.brotkrumen a { color: var(--tinte-3); text-decoration: none; }
.brotkrumen a:hover { color: var(--pflaume); text-decoration: underline; text-underline-offset: 3px; }
.brotkrumen [aria-current="page"] { color: var(--tinte-2); }
.seite-kopf .kicker { margin-top: 10px; }
.seite-kopf__titel {
  max-width: 820px; font-family: var(--serif); font-size: 40px; line-height: 1.08; font-weight: 400; color: var(--tinte);
  text-wrap: balance;
}
.seite-kopf__titel em { font-style: italic; color: var(--pflaume); }
.seite-kopf__intro { max-width: 640px; font-size: 17px; line-height: 1.7; color: var(--tinte-2); text-wrap: pretty; }
.seite-kopf__aktionen { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.seite-kopf__mehr {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-size: 16px; font-weight: 500; color: var(--pflaume); text-decoration: none;
  border-bottom: 1px solid var(--linie-mehr); padding-bottom: 3px; transition: border-color .25s ease;
}
.seite-kopf__mehr:hover { border-bottom-color: var(--pflaume); }

/* ---- Inhalt: Fließtext plus Seitenkarte ---- */
/* Diese Datei laden nur Unterseiten: Abschnitte bekommen hier einen Standardabstand (die Startseite hat ID-spezifische) */
.abschnitt > .inner { gap: 28px; }
@media (min-width: 1024px) { .abschnitt > .inner { gap: 44px; } }
.inhalt { display: flex; flex-direction: column; gap: 32px; }
.prosa { max-width: 720px; display: flex; flex-direction: column; gap: 18px; }
.prosa > h2 { margin-top: 10px; }
.prosa > h2:first-child { margin-top: 0; }
.prosa h3 { margin-top: 8px; font-size: 19px; line-height: 1.35; font-weight: 600; color: var(--tinte); }
.prosa p { font-size: 16px; line-height: 1.75; color: var(--tinte-2); text-wrap: pretty; }
.prosa p strong { color: var(--tinte); }
.prosa .punkte { gap: 10px; }
/* Listen im Fließtext: Block statt Flex, damit ein führendes <strong> nicht als eigene Spalte umbricht */
.prosa .punkte li { display: block; position: relative; padding-left: 18px; line-height: 1.6; }
.prosa .punkte li::before { position: absolute; left: 0; top: .6em; }
.prosa .punkte--gross { gap: 12px; }
.prosa .punkte--gross li { font-size: inherit; line-height: 1.65; color: var(--tinte-2); }
.prosa .hinweis-absatz { padding: 16px 18px; border-radius: 16px; background: var(--mauve-hell); color: var(--tinte-mauve); font-size: 15px; }
.prosa a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prosa .zitat { margin: 6px 0; }
.inhalt__aside { gap: 16px; align-self: flex-start; }
.inhalt__aside-titel { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--ocker-dunkel); }
.inhalt__aside .punkte li { font-size: 14.5px; line-height: 1.55; color: var(--tinte-label); }
.inhalt__aside .btn { align-self: flex-start; margin-top: 6px; }

/* ---- Einladung (CTA) und Weiterlesen ---- */
.cta-band {
  display: flex; flex-direction: column; gap: 22px;
  padding: 30px 26px; border-radius: 26px; background: var(--surface); box-shadow: var(--schatten-panel);
}
.cta-band__titel { font-family: var(--serif); font-size: 28px; line-height: 1.15; font-weight: 400; color: var(--tinte); text-wrap: balance; }
.cta-band__text { margin-top: 8px; font-size: 15.5px; line-height: 1.65; color: var(--tinte-2); }
.cta-band__aktionen { display: flex; flex-direction: column; gap: 12px; }
.verweise { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.verweise__karte { gap: 6px; padding: 22px 22px; text-decoration: none; color: inherit; }
.verweise__kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ocker-dunkel); }
.verweise__titel { font-family: var(--serif); font-size: 22px; line-height: 1.2; color: var(--tinte); }
.verweise__karte::after { content: "→"; margin-top: 4px; color: var(--pflaume); transition: transform .3s ease; }
.verweise__karte:hover::after { transform: translateX(4px); }

/* ---- Ratgeber-Artikel ---- */
.artikel__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; color: var(--tinte-3); }
.artikel__meta a { color: var(--tinte-3); }
.artikel-liste { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.artikel-liste .karte { text-decoration: none; color: inherit; gap: 10px; }
.artikel-liste__titel { font-family: var(--serif); font-size: 24px; line-height: 1.2; color: var(--tinte); }
.artikel-liste__text { font-size: 15px; line-height: 1.6; color: var(--tinte-2); }
.artikel-liste .karte::after { content: "→"; margin-top: auto; padding-top: 6px; color: var(--pflaume); transition: transform .3s ease; }
.artikel-liste .karte:hover::after { transform: translateX(4px); }
.artikel-liste .artikel__meta { margin-top: 2px; }

@media (min-width: 768px) {
  .seite-kopf__aktionen { flex-direction: row; align-items: center; gap: 22px; }
  .cta-band { flex-direction: row; align-items: center; justify-content: space-between; gap: 32px; padding: 36px 40px; }
  .cta-band__aktionen { flex-direction: row; flex-shrink: 0; }
}
@media (min-width: 1024px) {
  .seite-kopf { padding: 40px var(--gutter) calc(var(--radius) + 56px); }
  .seite-kopf > .inner { gap: 22px; }
  .seite-kopf__titel { font-size: 56px; }
  .seite-kopf__intro { font-size: 18px; }
  .inhalt { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; align-items: start; }
  .inhalt--einspaltig, .inhalt:not(:has(> .inhalt__aside)) { grid-template-columns: minmax(0, 1fr); }
  .prosa p { font-size: 17px; }
  .prosa h3 { font-size: 20px; }
  .cta-band__titel { font-size: 34px; }
}
