/* Tarifemaxx – SEO-Themenunterseiten (geteilt, Farben pro Seite via :root) */
:root {
  --topic-accent: #1847d4;
  --topic-accent-light: #ebf0ff;
  --topic-accent-dark: #1240b8;
  --topic-hero-1: #1a3a6a;
  --topic-hero-2: #1847d4;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', sans-serif; background: #f1f3f9; color: #2d3552; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; border-radius: 16px; }
nav { background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(20px); border-bottom: 1px solid #e4e7f0; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(10, 15, 30, 0.07); }
.ni { max-width: 1240px; margin: 0 auto; padding: 0 32px; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.back { display: inline-flex; align-items: center; gap: 6px; color: #6b7598; font-size: 0.82rem; font-weight: 600; padding: 8px 14px; border: 1.5px solid #e4e7f0; border-radius: 8px; transition: all 0.15s; }
.back:hover { border-color: var(--topic-accent); color: var(--topic-accent); }
.hero { background: linear-gradient(135deg, var(--topic-hero-1) 0%, var(--topic-hero-2) 55%, var(--topic-accent) 100%); padding: 48px 32px 56px; position: relative; overflow: hidden; }
.hero-inner { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: rgba(255, 255, 255, 0.65); margin-bottom: 14px; flex-wrap: wrap; }
.crumb a { color: rgba(255, 255, 255, 0.9); font-weight: 700; }
.crumb a:hover { color: #fff; }
h1 { font-family: 'Syne', sans-serif; font-size: clamp(1.75rem, 3.2vw, 2.6rem); font-weight: 800; color: #fff; letter-spacing: -0.04em; line-height: 1.12; margin-bottom: 12px; }
.hero-lead { color: rgba(255, 255, 255, 0.88); font-size: 0.98rem; max-width: 640px; }
.sec { max-width: 1240px; margin: 0 auto; padding: 48px 32px; }
.sec-narrow { max-width: 800px; margin-left: auto; margin-right: auto; }
.tag { display: inline-flex; font-size: 0.68rem; font-weight: 700; padding: 4px 11px; border-radius: 100px; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 10px; background: var(--topic-accent-light); color: var(--topic-accent); }
.sec-title { font-family: 'Syne', sans-serif; font-size: clamp(1.35rem, 2.8vw, 1.85rem); font-weight: 800; color: #0a0f1e; letter-spacing: -0.03em; margin-bottom: 12px; }
.sec-sub { color: #6b7598; font-size: 0.95rem; margin-bottom: 20px; }
.article-body p { margin-bottom: 14px; font-size: 0.95rem; }
.article-body h2 { font-family: 'Syne', sans-serif; font-size: 1.15rem; color: #0a0f1e; margin: 22px 0 10px; }
.figure { margin: 20px 0 28px; }
.figure figcaption { font-size: 0.78rem; color: #6b7598; margin-top: 8px; }
.c24-widget-wrap { background: #fff; border: 1.5px solid #e4e7f0; border-radius: 20px; overflow: hidden; box-shadow: 0 6px 20px rgba(10, 15, 30, 0.1); }
.c24-tabs { display: flex; gap: 0; border-bottom: 2px solid #e4e7f0; background: #f1f3f9; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.c24-tab { flex-shrink: 0; padding: 13px 18px; font-size: 0.82rem; font-weight: 700; color: #6b7598; background: transparent; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.18s; white-space: nowrap; }
.c24-tab:hover { color: var(--topic-accent); background: rgba(0, 0, 0, 0.03); }
.c24-tab.active { color: var(--topic-accent); border-bottom-color: var(--topic-accent); background: #fff; }
.c24-frame-wrap { width: 100%; min-height: 120px; }
.c24-frame-wrap iframe { min-height: 680px; width: 100%; border: 0; }
.c24-note { padding: 12px 18px; font-size: 0.72rem; color: #6b7598; background: #f1f3f9; border-top: 1px solid #e4e7f0; line-height: 1.5; }
.c24-note a { color: var(--topic-accent); text-decoration: underline; text-underline-offset: 2px; }
.link-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.link-pill { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 100px; border: 1.5px solid #e4e7f0; font-size: 0.84rem; font-weight: 600; color: var(--topic-accent); background: #fff; transition: all 0.15s; }
.link-pill:hover { border-color: var(--topic-accent); background: var(--topic-accent-light); }
footer { background: #060d1f; padding: 28px 32px; }
.foot-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; }
.flinks { display: flex; gap: 18px; flex-wrap: wrap; }
.flinks a { color: #9ca3af; font-size: 0.8rem; font-weight: 600; }
.flinks a:hover { color: #fff; }
.fcp { color: #6b7280; font-size: 0.72rem; width: 100%; margin-top: 12px; padding-top: 12px; border-top: 1px solid #111827; line-height: 1.6; }
.land-top-offers { margin-top: 28px; padding-top: 24px; border-top: 1px solid #e4e7f0; }
.land-top-offers h3 { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 800; color: #0a0f1e; margin-bottom: 14px; }
.land-offer-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 720px) { .land-offer-row { grid-template-columns: 1fr; } }
.lo-card { background: #fff; border: 1.5px solid #e4e7f0; border-radius: 16px; padding: 14px 16px; display: block; transition: all 0.2s; color: inherit; }
.lo-card:hover { border-color: var(--topic-accent); box-shadow: 0 6px 20px rgba(10, 15, 30, 0.1); }
.lo-price { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--topic-accent); display: block; }
.lo-txt { font-size: 0.82rem; color: #6b7598; margin-top: 6px; display: block; line-height: 1.45; }
.lo-note { font-size: 0.72rem; color: #6b7598; margin-top: 14px; line-height: 1.5; }
@media (max-width: 640px) {
  .sec { padding: 36px 20px; }
  .ni { padding: 0 20px; height: auto; min-height: 64px; }
}
