/* ===========================================================
   Ratgeber-Unterseiten. Bauen auf .hp aus funnel.css auf
   (groessere Schrift, hoeherer Kontrast fuer 60+).
   =========================================================== */

.art { max-width: 720px; margin: 0 auto; padding-top: 34px; padding-bottom: 20px; }

.art-eyebrow {
  font-size: 13px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--primary);
}
.art h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.75rem, 5.4vw, 2.4rem); line-height: 1.18;
  margin-top: 10px; text-wrap: balance;
}
.art-lead {
  font-size: clamp(1.05rem, 3vw, 1.18rem); line-height: 1.6;
  color: var(--ink-soft); margin-top: 16px;
}
.art h2 {
  font-family: var(--serif); font-size: clamp(1.25rem, 3.6vw, 1.5rem);
  line-height: 1.25; margin-top: 34px;
}
.art p { margin-top: 12px; line-height: 1.7; }

.art ul.ticks { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 11px; }
.art ul.ticks li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.6; }
.art ul.ticks li::before {
  content: ""; flex: none; margin-top: 9px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--primary);
}

/* Preis-Kasten */
.art-price {
  margin-top: 22px; background: var(--surface); border: 1px solid var(--line);
  border-left: 4px solid var(--primary); border-radius: 12px; padding: 18px 20px;
}
.art-price .lbl {
  font-size: 12.5px; font-weight: 800; letter-spacing: .05em;
  text-transform: uppercase; color: var(--ink-soft);
}
.art-price .val {
  font-family: var(--serif); font-size: clamp(1.5rem, 4.5vw, 1.9rem);
  font-weight: 700; margin-top: 4px; font-variant-numeric: tabular-nums;
}
.art-price .note { font-size: 14px; color: var(--ink-soft); margin-top: 8px; line-height: 1.5; }

/* Hinweis-Kasten */
.art-note {
  margin-top: 22px; display: flex; gap: 13px; align-items: flex-start;
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 42%, transparent);
  border-radius: 12px; padding: 16px 18px; line-height: 1.6;
}
.art-note svg { width: 21px; height: 21px; flex: none; margin-top: 2px; color: var(--accent-deep); }

/* Handlungsaufruf */
.art-cta {
  margin-top: 38px; background: var(--primary); color: #fff;
  border-radius: 18px; padding: 28px 26px; text-align: center;
}
.art-cta h2 { font-family: var(--serif); color: #fff; margin-top: 0; font-size: clamp(1.3rem, 4vw, 1.6rem); }
.art-cta p { color: rgba(255,255,255,.86); margin-top: 10px; max-width: 44ch; margin-inline: auto; }
.art-cta .btn {
  margin-top: 20px; background: var(--accent); color: #23180a;
  border: none; font-size: 17.5px; min-height: 58px; padding: 17px 30px;
}
.art-cta .btn:hover { background: var(--accent-deep); color: #23180a; }
.art-cta .sub { font-size: 13.5px; color: rgba(255,255,255,.7); margin-top: 12px; }

/* Weiterlesen */
.art-more { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 24px; }
.art-more h2 { font-size: 13px; font-family: var(--sans); font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; color: var(--ink-soft); margin-top: 0; }
.art-more ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 10px; }
@media (min-width: 620px) { .art-more ul { grid-template-columns: 1fr 1fr; } }
.art-more a {
  display: block; padding: 14px 16px; border: 1px solid var(--line);
  border-radius: 11px; background: var(--surface); font-weight: 600;
  color: var(--ink); text-decoration: none;
}
.art-more a:hover { border-color: var(--primary); color: var(--primary); }
.art-more a small { display: block; font-weight: 500; font-size: 13.5px; color: var(--ink-soft); margin-top: 2px; }

.art-disclaimer {
  margin-top: 30px; font-size: 14px; line-height: 1.6; color: var(--ink-soft);
}
