:root {
  --navy: #071936;
  --navy-2: #0e2b57;
  --blue: #2164e8;
  --blue-soft: #eaf1ff;
  --orange: #f58b2a;
  --orange-dark: #bf5b0c;
  --orange-soft: #fff0df;
  --cyan: #0e92ae;
  --green: #1f8a5b;
  --ink: #10203d;
  --muted: #52627a;
  --line: #dce5f1;
  --surface: #ffffff;
  --cloud: #f4f7fc;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(7, 25, 54, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 44px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.2vw, 5.65rem); font-weight: 820; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 800; }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
p { color: var(--muted); }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 22px;
  background: var(--orange);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(245, 139, 42, .25);
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); background: #ff9c43; }
.btn.secondary { background: transparent; border-color: #bdcadb; box-shadow: none; color: var(--ink); }
.btn.secondary:hover { background: #fff; }
.btn svg { width: 18px; height: 18px; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 229, 241, .86);
  background: rgba(255, 255, 255, .91);
  backdrop-filter: blur(14px);
}
.site-nav .wrap { display: flex; height: 74px; align-items: center; justify-content: space-between; }
.brand img { display: block; width: 128px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: #34435b; font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.nav-links .nav-cta { padding: 11px 17px; border-radius: 11px; background: var(--navy); color: white; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 72px;
  background:
    radial-gradient(circle at 78% 28%, rgba(33, 100, 232, .12), transparent 26%),
    linear-gradient(180deg, #f8faff 0%, #eef4ff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 400px;
  height: 400px;
  border: 68px solid rgba(245, 139, 42, .09);
  border-radius: 50%;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.hero .eyebrow { margin-bottom: 24px; }
.hero h1 .accent { position: relative; display: inline-block; color: var(--blue); }
.hero h1 .accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: 7px;
  left: -5px;
  height: 14px;
  border-radius: 20px;
  background: rgba(245, 139, 42, .28);
  transform: rotate(-1.5deg);
}
.hero-lead { max-width: 630px; margin-bottom: 30px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 24px; color: #6a7890; font-size: .86rem; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: "✓"; color: var(--green); font-weight: 900; }

.product-window {
  position: relative;
  border: 1px solid #cfd9e8;
  border-radius: 25px;
  background: white;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.window-bar { display: flex; height: 42px; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid #e6edf6; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c8d3e1; }
.window-body { display: grid; grid-template-columns: 84px 1fr; min-height: 438px; }
.mini-sidebar { border-radius: 0 0 0 24px; padding: 22px 13px; background: var(--navy); }
.mini-logo { width: 34px; height: 34px; margin: 0 auto 30px; border-radius: 11px; background: var(--orange); color: var(--navy); font-size: 1.1rem; font-weight: 900; line-height: 34px; text-align: center; }
.side-dot { width: 32px; height: 9px; margin: 0 auto 18px; border-radius: 6px; background: rgba(255,255,255,.18); }
.side-dot.active { height: 34px; border-radius: 10px; background: rgba(255,255,255,.96); }
.dashboard { padding: 25px 24px 22px; background: #f7f9fd; border-radius: 0 0 24px; }
.dash-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.dash-top small { display: block; color: #738098; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.dash-top strong { display: block; margin-top: 3px; font-size: 1.38rem; letter-spacing: -.03em; }
.avatar { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: #dce8ff; color: var(--blue); font-size: .78rem; font-weight: 850; }
.status-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0 16px; }
.status-card { min-height: 84px; border: 1px solid #e2e8f1; border-radius: 14px; padding: 13px; background: white; }
.status-card span { display: block; color: #718098; font-size: .68rem; font-weight: 700; }
.status-card b { display: block; margin-top: 5px; font-size: 1.45rem; line-height: 1; }
.status-card.orange { background: var(--orange-soft); border-color: #ffddba; }
.message-card { border-radius: 17px; padding: 18px; background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(7, 25, 54, .16); }
.message-label { display: flex; align-items: center; justify-content: space-between; color: #aebdda; font-size: .69rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.message-card h3 { margin: 12px 0 7px; color: white; font-size: 1rem; letter-spacing: -.01em; }
.message-card p { margin-bottom: 14px; color: #d5deed; font-size: .75rem; line-height: 1.5; }
.message-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.message-meta span { border-radius: 99px; padding: 4px 9px; background: rgba(255,255,255,.1); color: #edf3ff; font-size: .64rem; font-weight: 750; }
.send-row { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; border-radius: 14px; padding: 12px 14px; background: white; font-size: .72rem; font-weight: 750; }
.send-row b { color: var(--green); }
.float-note {
  position: absolute;
  right: -25px;
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 198px;
  border: 1px solid #ffd5ac;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff9f3;
  box-shadow: 0 14px 36px rgba(91, 50, 11, .12);
  color: var(--orange-dark);
  font-size: .76rem;
  font-weight: 800;
  transform: rotate(-3deg);
}
.float-note i { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); font-style: normal; }

.trustbar { border-block: 1px solid var(--line); background: white; }
.trustbar .wrap { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 20px; align-items: center; padding-block: 25px; }
.trustbar strong { font-size: .96rem; }
.trust-item { color: #63738b; font-size: .86rem; font-weight: 700; }
.trust-item b { display: block; color: var(--ink); font-size: 1.08rem; }

section { padding: 100px 0; }
.section-head { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.section-head p { max-width: 610px; margin-bottom: 3px; font-size: 1.08rem; }
.section-head .eyebrow { margin-bottom: 17px; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.outcome:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(20, 45, 82, .1); }
.outcome .number { position: absolute; right: 20px; top: 8px; color: #edf1f7; font-size: 5rem; font-weight: 900; line-height: 1; }
.outcome .icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 36px; border-radius: 16px; background: var(--blue-soft); color: var(--blue); }
.outcome:nth-child(2) .icon { background: var(--orange-soft); color: var(--orange-dark); }
.outcome:nth-child(3) .icon { background: #e5f7ef; color: var(--green); }
.outcome svg { width: 25px; height: 25px; }
.outcome p { font-size: .94rem; }
.mini-list { display: grid; gap: 10px; margin-top: 20px; }
.mini-list span { display: flex; align-items: center; gap: 9px; color: #43536b; font-size: .84rem; font-weight: 700; }
.mini-list span::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.story { overflow: hidden; background: var(--navy); color: white; }
.story .eyebrow { color: #77a6ff; }
.story h2 { max-width: 790px; color: white; }
.story .intro { max-width: 650px; color: #b8c6dc; font-size: 1.1rem; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin-top: 62px; }
.timeline::before { content: ""; position: absolute; top: 25px; right: 16%; left: 16%; height: 1px; background: #31507b; }
.step { position: relative; z-index: 1; }
.step-no { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 22px; border: 1px solid #46658e; border-radius: 50%; background: var(--navy); color: var(--orange); font-weight: 900; }
.step h3 { color: white; font-size: 1.3rem; }
.step p { color: #aebcd1; font-size: .94rem; }
.step small { display: inline-block; margin-top: 5px; border-radius: 999px; padding: 5px 10px; background: rgba(255,255,255,.07); color: #dbe7f8; font-size: .72rem; font-weight: 750; }

.privacy { background: var(--cloud); }
.privacy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.privacy h2 { margin-top: 18px; }
.privacy-copy > p { font-size: 1.08rem; }
.shield {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
  border-radius: 36px;
  background: linear-gradient(145deg, #0d2851, #071936);
  box-shadow: var(--shadow);
}
.shield-core { display: grid; width: 176px; height: 202px; place-items: center; border-radius: 86px 86px 100px 100px; background: linear-gradient(160deg, #2d72ef, #174bb2); clip-path: polygon(50% 0, 92% 18%, 86% 72%, 50% 100%, 14% 72%, 8% 18%); }
.shield-core svg { width: 62px; height: 62px; color: white; }
.shield-tag { position: absolute; border: 1px solid #304e77; border-radius: 12px; padding: 10px 13px; background: #102b53; color: #dce8fb; font-size: .77rem; font-weight: 750; }
.shield-tag.one { top: 72px; left: 38px; }
.shield-tag.two { top: 126px; right: 32px; }
.shield-tag.three { left: 48px; bottom: 80px; }
.privacy-points { display: grid; gap: 12px; margin-top: 30px; }
.privacy-point { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 17px; border: 1px solid #dfe7f2; border-radius: 16px; background: white; }
.privacy-point b { display: block; margin-bottom: 3px; }
.privacy-point span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.privacy-point p { margin: 0; font-size: .88rem; }

.price-wrap { display: grid; grid-template-columns: 1fr .82fr; gap: 28px; align-items: stretch; }
.price-main { border-radius: 28px; padding: 42px; background: var(--navy); color: white; }
.price-main .eyebrow { color: #7dadff; }
.price-main h2 { margin-top: 18px; color: white; }
.price-main p { max-width: 610px; color: #b7c4d7; }
.price-line { display: flex; align-items: baseline; gap: 10px; margin: 30px 0 10px; }
.price-line b { color: white; font-size: clamp(3.4rem, 6vw, 5.7rem); line-height: 1; letter-spacing: -.06em; }
.price-line span { color: #a9b8cf; font-weight: 700; }
.price-main .btn { margin-top: 24px; }
.price-side { display: grid; gap: 14px; }
.promise { border: 1px solid var(--line); border-radius: 20px; padding: 24px; background: white; }
.promise b { display: block; margin-bottom: 6px; font-size: 1.05rem; }
.promise p { margin: 0; font-size: .9rem; }

.final-cta { padding-top: 0; }
.final-box { position: relative; overflow: hidden; border-radius: 30px; padding: 66px; background: var(--orange-soft); text-align: center; }
.final-box::before, .final-box::after { content: ""; position: absolute; border-radius: 50%; background: rgba(245,139,42,.14); }
.final-box::before { width: 250px; height: 250px; top: -110px; left: -70px; }
.final-box::after { width: 190px; height: 190px; right: -40px; bottom: -90px; }
.final-box h2 { position: relative; max-width: 800px; margin-inline: auto; }
.final-box p { position: relative; max-width: 610px; margin: 0 auto 28px; font-size: 1.05rem; }
.final-box .btn { position: relative; background: var(--navy); color: white; box-shadow: none; }

footer { background: #06142c; color: #9daec8; }
footer .wrap { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding-block: 38px; }
footer img { width: 116px; filter: brightness(0) invert(1); opacity: .9; }
footer p { margin: 8px 0 0; color: #8799b5; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: #c5d1e2; font-size: .84rem; text-decoration: none; }

@media (max-width: 960px) {
  .hero-grid, .privacy-grid, .price-wrap { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-window { max-width: 680px; margin-inline: auto; transform: none; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome:last-child { grid-column: 1 / -1; }
  .trustbar .wrap { grid-template-columns: repeat(2, 1fr); }
  .timeline { gap: 26px; }
  .shield { order: 2; min-height: 380px; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .site-nav .wrap { height: 66px; }
  .brand img { width: 108px; }
  .nav-links .nav-cta { padding: 9px 12px; font-size: .82rem; }
  .hero { padding: 60px 0 48px; }
  h1 { font-size: clamp(2.6rem, 14vw, 4.3rem); }
  section { padding: 76px 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; }
  .window-body { grid-template-columns: 58px 1fr; min-height: 400px; }
  .mini-sidebar { padding-inline: 8px; }
  .side-dot { width: 23px; }
  .dashboard { padding: 18px 13px; }
  .status-row { grid-template-columns: 1fr 1fr; }
  .status-card:last-child { display: none; }
  .float-note { right: -6px; bottom: -18px; }
  .trustbar .wrap, .outcome-grid, .timeline { grid-template-columns: 1fr; }
  .trustbar .wrap { gap: 12px; }
  .trustbar strong { margin-bottom: 5px; }
  .outcome:last-child { grid-column: auto; }
  .timeline { gap: 30px; }
  .timeline::before { top: 20px; bottom: 40px; left: 22px; width: 1px; height: auto; }
  .step { padding-left: 72px; }
  .step-no { position: absolute; left: 0; }
  .shield { min-height: 340px; }
  .shield-core { width: 140px; height: 165px; }
  .shield-tag.one { top: 38px; left: 18px; }
  .shield-tag.two { top: 92px; right: 14px; }
  .shield-tag.three { left: 24px; bottom: 42px; }
  .price-main, .final-box { padding: 34px 24px; }
  footer .wrap { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ==========================================================================
   Reiter, Unterseiten, Pakete — Ergänzungen zum Entwurf vom 22.09.
   Alles in derselben Sprache wie oben: dieselben Farben, dieselben Radien.
   ========================================================================== */

/* --- Navigation mit Reitern -------------------------------------------- */
/* Der Testzugang steht neben den Reitern, nicht in ihnen: Auf dem Handy
   rutschen die Reiter in eine eigene, seitlich scrollbare Zeile — sie zu
   verstecken hieße, vier von fünf Seiten unerreichbar zu machen. */
.site-nav .wrap { gap: 22px; }
.nav-links {
  flex: 1;
  justify-content: center;
  gap: 3px;
  max-width: max-content;
  border: 1px solid #e5ebf4;
  border-radius: 15px;
  padding: 5px;
  background: #f5f7fb;
  box-shadow: inset 0 1px 2px rgba(7, 25, 54, .03);
}
.nav-links a { position: relative; border-radius: 10px; padding: 8px 13px; white-space: nowrap; transition: color .18s, background .18s, box-shadow .18s; }
.nav-links a:hover { background: rgba(255,255,255,.75); }
.nav-links a[aria-current="page"] { background: white; color: var(--navy); box-shadow: 0 3px 12px rgba(7,25,54,.09); }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 13px; bottom: 3px; left: 13px;
  height: 3px;
  border-radius: 3px;
  background: var(--orange);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 11px;
  padding: 11px 17px;
  background: var(--navy);
  color: white;
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--navy-2); }
.nav-cta::after { content: "→"; margin-left: 8px; transition: transform .18s; }
.nav-cta:hover::after { transform: translateX(3px); }

/* --- Kopf einer Unterseite ---------------------------------------------- */
.page-head {
  --page-accent: var(--blue);
  --page-soft: rgba(33, 100, 232, .12);
  position: relative;
  overflow: hidden;
  padding: 66px 0 54px;
  background:
    radial-gradient(circle at 82% 28%, var(--page-soft), transparent 29%),
    linear-gradient(180deg, #f8faff 0%, #eef4ff 100%);
  border-bottom: 1px solid var(--line);
}
.page-head::after {
  content: "";
  position: absolute;
  right: -88px;
  bottom: -176px;
  width: 350px;
  height: 350px;
  border: 58px solid color-mix(in srgb, var(--page-accent) 9%, transparent);
  border-radius: 50%;
}
.seite-preise .page-head { --page-accent: var(--orange); --page-soft: rgba(245,139,42,.14); }
.seite-traeger .page-head { --page-accent: var(--cyan); --page-soft: rgba(14,146,174,.13); }
.seite-datenschutz .page-head { --page-accent: var(--green); --page-soft: rgba(31,138,91,.13); }
.seite-preise .page-head .eyebrow { color: var(--orange-dark); }
.seite-traeger .page-head .eyebrow { color: var(--cyan); }
.seite-datenschutz .page-head .eyebrow { color: var(--green); }
.page-head-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 72px; align-items: center; }
.head-copy { max-width: 710px; }
.page-head h1 { margin-bottom: 18px; font-size: clamp(2.4rem, 4.6vw, 3.9rem); }
.page-head .lead { max-width: 720px; font-size: 1.1rem; }
.page-head .eyebrow { margin-bottom: 18px; }
.page-head .fein { margin-top: 14px; }
.fein { color: #6d7c94; font-size: .85rem; }
.mitte { text-align: center; }
.mitte .lead, .mitte .fein { margin-inline: auto; }
section.hell { background: var(--cloud); }
.abschnitt-kopf { max-width: 720px; margin-bottom: 40px; }
.abschnitt-kopf.mitte { margin-inline: auto; text-align: center; }
.abschnitt-kopf h2 { font-size: clamp(1.9rem, 3.1vw, 3rem); }

/* --- Eigener visueller Auftakt je Reiter ------------------------------- */
.head-visual {
  position: relative;
  min-height: 280px;
  border: 1px solid rgba(195, 208, 226, .85);
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 22px 60px rgba(7,25,54,.12);
}
.feature-board { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; transform: rotate(1deg); }
.feature-board-title { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 4px 5px 8px; }
.feature-board-title span { color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-board-title b { color: var(--muted); font-size: .78rem; }
.feature-chip { display: flex; align-items: center; gap: 12px; border: 1px solid #e4eaf3; border-radius: 16px; padding: 16px; background: white; }
.feature-chip i { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-size: .72rem; font-style: normal; font-weight: 850; }
.feature-chip span { color: #65748a; font-size: .75rem; line-height: 1.35; }
.feature-chip b { color: var(--ink); font-size: .9rem; }
.feature-chip.orange i { background: var(--orange-soft); color: var(--orange-dark); }
.feature-chip.gruen i { background: #e5f7ef; color: var(--green); }
.feature-chip.tuerkis i { background: #e2f5f8; color: var(--cyan); }

.price-preview { padding: 22px; transform: rotate(-1deg); }
.preview-kicker { margin-bottom: 10px; color: #738098; font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.preview-price { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e9eef5; padding: 12px 4px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.preview-price b { color: var(--ink); font-size: 1.45rem; letter-spacing: -.04em; }
.preview-price.empfohlen { margin: 5px -7px; border: 0; border-radius: 13px; padding: 13px 11px; background: var(--blue-soft); color: var(--blue); }
.preview-price.empfohlen b { color: var(--blue); }
.preview-price i { margin-left: 5px; border-radius: 99px; padding: 3px 7px; background: var(--blue); color: white; font-size: .59rem; font-style: normal; letter-spacing: .03em; text-transform: uppercase; }
.preview-foot { margin-top: 13px; border-radius: 11px; padding: 10px; background: var(--orange-soft); color: var(--orange-dark); font-size: .76rem; font-weight: 850; text-align: center; }

.carrier-map { min-height: 300px; background: linear-gradient(145deg, #0d2851, #071936); border-color: #173967; color: white; }
.carrier-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 126px; height: 126px; place-items: center; align-content: center; border: 1px solid #4773a8; border-radius: 32px; background: #153c70; box-shadow: 0 18px 40px rgba(0,0,0,.23); transform: translate(-50%,-50%); }
.carrier-center small, .carrier-center span { color: #a9bdd8; font-size: .65rem; font-weight: 700; }
.carrier-center b { margin: 2px 0; font-size: 1.05rem; }
.carrier-line { position: absolute; z-index: 0; height: 1px; background: #466b97; transform-origin: left center; }
.line-one { top: 39%; left: 22%; width: 30%; transform: rotate(19deg); }
.line-two { top: 65%; left: 49%; width: 31%; transform: rotate(12deg); }
.line-three { top: 49%; left: 50%; width: 30%; transform: rotate(-25deg); }
.house { position: absolute; z-index: 1; display: flex; align-items: center; gap: 9px; border: 1px solid #315985; border-radius: 14px; padding: 10px 12px; background: #102f5b; box-shadow: 0 10px 24px rgba(0,0,0,.15); }
.house i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: var(--orange); color: var(--navy); font-size: .76rem; font-style: normal; font-weight: 900; }
.house span { color: white; font-size: .7rem; font-weight: 800; line-height: 1.25; }
.house small { display: block; color: #9fb4d0; font-size: .6rem; font-weight: 650; }
.house-one { top: 36px; left: 24px; }
.house-two { right: 22px; bottom: 32px; }
.house-three { top: 38px; right: 22px; }

.security-card { display: grid; grid-template-columns: 76px 1fr; gap: 16px; align-content: center; padding: 28px; background: linear-gradient(145deg, #0d2851, #071936); border-color: #173967; color: white; }
.security-lock { display: grid; width: 72px; height: 78px; place-items: center; border-radius: 22px; background: linear-gradient(150deg, #2e76f3, #174bb2); }
.security-lock svg { width: 38px; height: 38px; }
.security-copy { align-self: center; }
.security-copy small { display: block; margin-bottom: 3px; color: #82b9ff; font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.security-copy b { font-size: 1.08rem; }
.security-checks { grid-column: 1 / -1; display: grid; gap: 8px; margin-top: 8px; }
.security-checks span { display: flex; align-items: center; gap: 9px; border: 1px solid #2b4e79; border-radius: 11px; padding: 9px 11px; color: #d8e4f5; font-size: .77rem; font-weight: 750; }
.security-checks span::before { content: "✓"; color: #58d39b; font-weight: 900; }

/* --- Funktionskarten ---------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card::before { content: ""; position: absolute; top: 0; right: 26px; left: 26px; height: 3px; border-radius: 0 0 4px 4px; background: var(--blue); opacity: .8; }
.card.warm::before { background: var(--orange); }
.card.gruen::before { background: var(--green); }
.card.tuerkis::before { background: var(--cyan); }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(20, 45, 82, .1); }
.card .ikon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 20px; border-radius: 15px; background: var(--blue-soft); color: var(--blue); }
.card .ikon svg { width: 25px; height: 25px; }
.card.warm .ikon { background: var(--orange-soft); color: var(--orange-dark); }
.card.gruen .ikon { background: #e5f7ef; color: var(--green); }
.card.tuerkis .ikon { background: #e2f5f8; color: var(--cyan); }
.card h3 { font-size: 1.16rem; }
.card ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.card li { position: relative; padding-left: 26px; color: #43536b; font-size: .9rem; font-weight: 600; line-height: 1.5; }
.card li::before {
  content: "";
  position: absolute;
  top: .42em; left: 0;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--blue) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.7 6.3 5 8.6l4.3-4.8' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/10px no-repeat;
}
.card.warm li::before { background-color: var(--orange-dark); }
.card.gruen li::before { background-color: var(--green); }
.card.tuerkis li::before { background-color: var(--cyan); }
.card li b { color: var(--ink); }
.marke {
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 5px 11px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.marke.blau { background: var(--blue-soft); color: var(--blue); }

/* --- Preisrechner: fünf verborgene Radios, kein Skript ------------------ */
/* Übernommen aus der bestehenden Seite. Die Seite kommt ohne <script> aus,
   und das soll ein Preisschild nicht ändern. */
.preisrechner { position: relative; }
.gwahl { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; }
.gfrage { margin-bottom: 0; color: var(--ink); font-size: 1rem; font-weight: 750; text-align: center; }
.gschalter { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 14px 0 34px; }
.gschalter label {
  border: 2px solid #dbe3f0;
  border-radius: 999px;
  padding: 9px 18px;
  background: white;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background .15s, border-color .15s, color .15s;
}
.gschalter label:hover { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }
#g1:checked ~ .gschalter label[for="g1"],
#g2:checked ~ .gschalter label[for="g2"],
#g3:checked ~ .gschalter label[for="g3"],
#g4:checked ~ .gschalter label[for="g4"],
#g5:checked ~ .gschalter label[for="g5"] { border-color: var(--orange); background: var(--orange); color: var(--navy); }
#g1:focus-visible ~ .gschalter label[for="g1"],
#g2:focus-visible ~ .gschalter label[for="g2"],
#g3:focus-visible ~ .gschalter label[for="g3"],
#g4:focus-visible ~ .gschalter label[for="g4"],
#g5:focus-visible ~ .gschalter label[for="g5"] { outline: 3px solid var(--blue); outline-offset: 3px; }

.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.tiers.zwei { grid-template-columns: repeat(2, 1fr); }
.tier {
  --tier: var(--blue);
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-top: 4px solid var(--tier);
  border-radius: var(--radius);
  padding: 30px 28px;
  background: white;
}
.tier.hervor { background: linear-gradient(180deg, #f7faff 0%, #fff 42%); box-shadow: var(--shadow); transform: translateY(-6px); }
.t-basis { --tier: var(--cyan); }
.t-plus { --tier: var(--blue); }
.t-komplett { --tier: var(--green); background: linear-gradient(180deg, #f4fbf7 0%, #fff 38%); }
.t-modul { --tier: var(--orange-dark); }
.tier.bald { --tier: #94a3b8; }
.tname { color: var(--tier); font-size: 1.5rem; font-weight: 850; letter-spacing: -.03em; }
.tfor { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }
.tsub { margin-top: 26px; color: var(--tier); font-size: 1.05rem; font-weight: 800; }
.preis { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 20px 0 18px; padding-bottom: 18px; border-bottom: 1px solid #eef2f9; }
.preis b { display: none; color: var(--tier); font-size: 2.6rem; font-weight: 850; line-height: 1; letter-spacing: -.04em; }
.preis .je { color: var(--muted); font-size: .88rem; font-weight: 650; }
#g1:checked ~ .tiers .p1, #g2:checked ~ .tiers .p2, #g3:checked ~ .tiers .p3,
#g4:checked ~ .tiers .p4, #g5:checked ~ .tiers .p5 { display: inline; }
.tier ul { flex: 1; margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 11px; }
.tier li { position: relative; padding-left: 27px; color: #43536b; font-size: .9rem; font-weight: 600; line-height: 1.5; }
.tier li::before {
  content: "";
  position: absolute;
  top: .42em; left: 0;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--tier) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.7 6.3 5 8.6l4.3-4.8' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/10px no-repeat;
}
.tier.bald li::before { top: .62em; left: 4px; width: 7px; height: 7px; background: var(--tier); }
.tier li b { color: var(--ink); }
.tier .btn { justify-content: center; }
.tier .btn.secondary { border-color: #cfd9e8; }
.badge {
  position: absolute;
  top: -13px; left: 28px;
  border-radius: 999px;
  padding: 5px 13px;
  background: var(--tier);
  color: white;
  font-size: .71rem;
  font-weight: 800;
}

.staffel { width: 100%; margin-top: 14px; border-collapse: collapse; }
.staffel td { border-bottom: 1px solid #eef2f9; padding: 9px 0; color: #43536b; font-size: .9rem; font-weight: 650; }
.staffel td:last-child { color: var(--ink); font-weight: 800; text-align: right; }
.staffel tr:last-child td { border-bottom: 0; }

/* --- Vergleichstabelle --------------------------------------------------- */
.vgl-rahmen { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
table.vgl { width: 100%; min-width: 640px; border-collapse: collapse; }
table.vgl th, table.vgl td { padding: 13px 16px; text-align: left; font-size: .88rem; }
table.vgl thead th { position: sticky; top: 0; background: var(--navy); color: white; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
table.vgl thead th:not(:first-child), table.vgl td { text-align: center; }
table.vgl tbody th { color: #38465e; font-weight: 650; }
table.vgl tr.gruppe th { background: var(--blue-soft); color: var(--navy); font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
table.vgl tbody tr:not(.gruppe) { border-top: 1px solid #edf1f7; }
table.vgl td.ja::before { content: "✓"; color: var(--green); font-size: 1.05rem; font-weight: 900; }
table.vgl td.nein { color: #b6c1d1; }
table.vgl td.wert { color: var(--ink); font-size: .82rem; font-weight: 750; }
table.vgl .modul { display: inline-block; border-radius: 999px; padding: 3px 10px; background: var(--orange-soft); color: var(--orange-dark); font-size: .72rem; font-weight: 800; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* --- Regeln, Fragen, Wege ------------------------------------------------ */
.regeln { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.regel { border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: white; }
.regel b { display: block; margin-bottom: 6px; color: var(--ink); font-size: 1rem; }
.regel p { margin: 0; font-size: .89rem; }

.faq { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: white; }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 1.5rem; font-weight: 700; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { padding-bottom: 8px; }
.faq p { margin: 0; padding: 0 24px 22px; font-size: .94rem; }

.wege { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.weg {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: white;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.weg:hover { transform: translateY(-4px); border-color: #c7d6ea; box-shadow: 0 18px 44px rgba(20, 45, 82, .1); }
.weg h3 { margin-bottom: 8px; }
.weg p { flex: 1; font-size: .92rem; }
.weg .pfeil { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .9rem; font-weight: 800; }

/* --- Träger und Datenschutz ---------------------------------------------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start; }
.liste-check { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.liste-check li { position: relative; padding-left: 34px; color: #3c4c64; font-size: .97rem; font-weight: 600; line-height: 1.55; }
.liste-check li::before {
  content: "";
  position: absolute;
  top: .3em; left: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--blue-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.7 6.3 5 8.6l4.3-4.8' fill='none' stroke='%232164e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/12px no-repeat;
}
.liste-check li b { color: var(--ink); }
.kasten { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: white; }
.kasten.dunkel { border-color: transparent; background: var(--navy); color: white; }
.kasten.dunkel h3, .kasten.dunkel b { color: white; }
.kasten.dunkel p, .kasten.dunkel li { color: #b8c6dc; }
.kasten + .kasten { margin-top: 16px; }

/* --- Fuß mit Reitern ------------------------------------------------------ */
.privacy-copy > p.fein { font-size: .88rem; }
.privacy-point span.zeichen { font-size: .8rem; letter-spacing: .06em; }

/* --- Fuß mit Reitern (Fortsetzung) --- */
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; }
.footer-nav a { color: #c5d1e2; font-size: .84rem; font-weight: 650; text-decoration: none; }
.footer-nav a:hover { color: white; }

@media (max-width: 1000px) {
  .cards, .tiers, .regeln, .wege { grid-template-columns: repeat(2, 1fr); }
  .tiers.zwei { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .page-head-grid { grid-template-columns: 1fr 380px; gap: 38px; }
}

@media (max-width: 860px) {
  /* Reiter in die zweite Zeile, seitlich scrollbar statt versteckt. */
  .site-nav .wrap { height: auto; flex-wrap: wrap; padding-block: 12px; row-gap: 10px; }
  .nav-links {
    order: 3;
    flex: 0 0 100%;
    justify-content: flex-start;
    gap: 3px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .nav-links a { scroll-snap-align: start; }
  .nav-links::-webkit-scrollbar { display: none; }
}

@media (max-width: 700px) {
  .site-nav .wrap { height: auto; }
  .nav-links { max-width: 100%; gap: 3px; border-radius: 13px; padding: 4px; }
  .nav-links a { padding: 7px 11px; font-size: .85rem; }
  .page-head-grid { grid-template-columns: 1fr; gap: 28px; }
  .head-visual { min-height: 250px; }
  .page-head::after { display: none; }
  .cards, .tiers, .regeln, .wege { grid-template-columns: 1fr; }
  .page-head { padding: 48px 0 40px; }
  .nav-cta { padding: 9px 13px; font-size: .82rem; }
  .brand img { width: 104px; }
  .carrier-map { min-height: 300px; }
  .feature-board { min-height: 300px; }
  table.vgl th, table.vgl td { padding: 11px 12px; }
}

/* Alle fünf Reiter passen hinein (#336): Auf 390 px, der häufigsten Breite,
   endete „Datenschutz" als „Datensc…" — ohne sichtbare Bildlaufleiste sah das
   aus wie ein Fehler, nicht wie eine Einladung zu wischen. Gemessen: 413 px
   Reiter auf 360 px Platz; mit dieser Polsterung und Schrift 327 px — auch auf
   360 px Breite (330 px Platz) noch vollständig. Der Strich unter dem aktiven Reiter
   folgt der Polsterung. */
@media (max-width: 430px) {
  .nav-links { gap: 0; }
  .nav-links a { padding: 7px 6px; font-size: .78rem; }
  .nav-links a[aria-current="page"]::after { right: 6px; left: 6px; }
}
/* Darunter wird wieder gewischt — und der Rand sagt es: Ein weicher Verlauf
   statt eines abgeschnittenen Worts. */
@media (max-width: 359px) {
  .nav-links { -webkit-mask-image: linear-gradient(to right, #000 82%, transparent); mask-image: linear-gradient(to right, #000 82%, transparent); }
}

@media (max-width: 430px) {
  .site-nav .wrap { column-gap: 10px; }
  .nav-cta { padding: 9px 11px; }
  .nav-cta::after { display: none; }
  .feature-board { grid-template-columns: 1fr; }
  .feature-board-title { grid-column: 1; }
  .feature-chip { padding: 11px 13px; }
  .head-visual.feature-board { min-height: auto; }
  .house { padding: 8px; }
  .house span { font-size: .64rem; }
  .house-one { left: 12px; }
  .house-two { right: 12px; }
  .house-three { right: 12px; }
}
