/* Nachhilfe-Website. Keine externen Schriften, keine Skripte, kein Cookie-Banner nötig. */
:root {
  --ink: #17283a;
  --ink-soft: #4a5a6b;
  --paper: #fdfbf6;
  --tint: #f3efe4;
  --line: #e2dccd;
  --card: #ffffff;
  --brand: #1f4e6b;
  --brand-dark: #163a50;
  --sun: #f2b544;
  --wa: #1fa855;
  --wa-dark: #178a45;
  --radius: 14px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 var(--sans); -webkit-text-size-adjust: 100%; }
img, svg { max-width: 100%; }
a { color: var(--brand); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.2; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5.2vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.2rem); margin-bottom: 14px; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 14px; }
.small { font-size: .9rem; color: var(--ink-soft); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }
.center { text-align: center; }

/* Platzhalter: gelb markiert, bis die echten Angaben drin sind */
mark.ph { background: #ffe88a; color: #4a3b00; padding: 0 .2em; border-radius: 3px; }

/* Kopfzeile */
.top { position: sticky; top: 0; z-index: 20; background: rgba(253, 251, 246, .94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 700; font-size: 1.1rem; color: var(--ink); text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--brand); color: #fff; font-size: 1.1rem; }
.top-nav { margin-left: auto; display: flex; gap: 22px; }
.top-nav a { color: var(--ink-soft); text-decoration: none; font-size: .95rem; }
.top-nav a:hover { color: var(--ink); }
.top-call { padding: 9px 16px; font-size: .95rem; }

/* Knöpfe */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-weight: 650; font-size: 1.02rem; text-decoration: none; border: 2px solid transparent; transition: transform .12s ease, background .12s ease; cursor: pointer; }
.btn svg { width: 22px; height: 22px; fill: currentColor; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); }
.btn-call { background: var(--brand); color: #fff; }
.btn-call:hover { background: var(--brand-dark); }
.btn-ghost { border-color: var(--brand); color: var(--brand); background: transparent; }
.btn-ghost:hover { background: rgba(31, 78, 107, .07); }
.btn mark.ph { background: rgba(255, 232, 138, .9); }

/* Einstieg */
.hero { padding: 56px 0 48px; background: radial-gradient(1100px 420px at 85% -10%, #fbe9bd 0%, rgba(251, 233, 189, 0) 60%), var(--paper); }
.hero-in { display: grid; grid-template-columns: 1.35fr .85fr; gap: 48px; align-items: center; }
.eyebrow { font-size: .88rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.hero-sub { font-size: 1.15rem; color: var(--ink-soft); margin: 18px 0 26px; max-width: 34em; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.center-row { justify-content: center; }
.cta-note { margin-top: 14px; font-size: .95rem; color: var(--ink-soft); }
.photo-ph { aspect-ratio: 4 / 5; border-radius: 22px; background: linear-gradient(160deg, #d9e5ec, #c3d3dd); display: grid; place-items: center; color: var(--brand); font-family: var(--serif); font-size: 1.2rem; border: 6px solid #fff; box-shadow: 0 18px 40px rgba(23, 40, 58, .16); transform: rotate(1.5deg); }
.photo { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 35%; border-radius: 22px; border: 6px solid #fff; box-shadow: 0 18px 40px rgba(23, 40, 58, .16); transform: rotate(1.5deg); }
.photo-cap { margin-top: 16px; text-align: center; font-size: .95rem; color: var(--ink-soft); }
.photo-cap strong { color: var(--ink); }

/* Fakten */
.facts { background: var(--brand); color: #fff; }
.facts-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 22px; padding-bottom: 22px; }
.fact { text-align: center; padding: 4px 8px; }
.fact strong { display: block; font-family: var(--serif); font-size: 1.15rem; }
.fact span { font-size: .9rem; opacity: .85; }

/* Abschnitte */
.sec { padding: 72px 0; }
.sec-tint { background: var(--tint); }
.sec-lead { font-size: 1.1rem; color: var(--ink-soft); max-width: 42em; margin-bottom: 30px; }
.center .sec-lead { margin-left: auto; margin-right: auto; }

.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tile { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; border-top: 4px solid var(--sun); }
.tile p { margin: 6px 0 0; color: var(--ink-soft); font-size: .97rem; }
.where { margin-top: 26px; }

.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps li { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.steps p { margin: 8px 0 0; color: var(--ink-soft); font-size: .97rem; }
.num { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sun); color: var(--ink); font-weight: 800; margin-bottom: 14px; }

.about { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: start; }
.checks { list-style: none; margin: 0; padding: 26px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.checks li { position: relative; padding-left: 32px; margin: 0 0 14px; }
.checks li:last-child { margin-bottom: 0; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--wa); color: #fff; font-size: .8rem; font-weight: 800; display: grid; place-items: center; margin-top: 3px; }

/* Preise */
.prices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.prices-3 { grid-template-columns: repeat(3, 1fr); }
.card-line { margin: 0 0 12px !important; padding: 10px 12px; background: var(--tint); border-radius: 10px; color: var(--ink) !important; }
.card-fair { margin-top: 26px; background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--sun); border-radius: var(--radius); padding: 20px 24px; }
.card-fair p { margin: 8px 0 0; color: var(--ink-soft); }
.price-hl { border: 2px solid var(--brand); box-shadow: 0 10px 26px rgba(31, 78, 107, .12); }
.price p { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.price .amount { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--ink); margin: 10px 0 10px; }
.price .amount small { font-family: var(--sans); font-size: .9rem; font-weight: 500; color: var(--ink-soft); }
.price-notes { margin: 28px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 28px; }
.price-notes li { position: relative; padding-left: 22px; }
.price-notes li::before { content: ""; position: absolute; left: 0; top: .62em; width: 9px; height: 9px; border-radius: 50%; background: var(--sun); }
.price-cta { margin-top: 26px; font-weight: 600; }

/* Stimmen */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 18px; }
blockquote { margin: 0; background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--sun); border-radius: var(--radius); padding: 24px; }
blockquote p { font-family: var(--serif); font-size: 1.1rem; }
blockquote footer { color: var(--ink-soft); font-size: .92rem; }

/* FAQ */
details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
summary { cursor: pointer; padding: 17px 48px 17px 20px; font-weight: 650; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--brand); }
details[open] summary::after { content: "–"; }
details p { padding: 0 20px 18px; margin: 0; color: var(--ink-soft); }

/* Kontakt */
.contact { background: radial-gradient(900px 360px at 50% 110%, #fbe9bd 0%, rgba(251, 233, 189, 0) 65%), var(--paper); }
.contact-alt { margin-top: 22px; }

/* Fuß */
.foot { background: var(--ink); color: #c9d2db; padding: 28px 0 96px; font-size: .93rem; }
.foot a { color: #fff; }
.foot-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.foot p { margin: 0; }
.foot mark.ph { background: #6b5a12; color: #ffe88a; }

/* Feste Leiste, nur Handy */
.dock { display: none; }

/* Unterseiten */
.legal { padding: 48px 0 80px; }
.legal h1 { font-size: 2rem; margin-bottom: 20px; }
.legal h2 { font-size: 1.25rem; margin: 30px 0 8px; }
.legal .hint { background: #fff6d6; border: 1px solid #ecd98c; border-radius: 10px; padding: 14px 18px; font-size: .95rem; }

@media (max-width: 900px) {
  .top-nav { display: none; }
  .top-call { margin-left: auto; }
  .hero { padding: 36px 0 40px; }
  .hero-in { grid-template-columns: 1fr; gap: 32px; }
  .hero-photo { max-width: 300px; margin: 0 auto; order: -1; }
  .photo-ph, .photo { aspect-ratio: 1 / 1; }
  .facts-in { grid-template-columns: repeat(2, 1fr); gap: 18px 8px; }
  .tiles, .steps, .prices { grid-template-columns: repeat(2, 1fr); }
  .prices-3 { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 28px; }
  .sec { padding: 52px 0; }
}

@media (max-width: 600px) {
  body { font-size: 16.5px; }
  .wrap { padding: 0 16px; }
  .brand span:last-child { max-width: 74vw; overflow: hidden; text-overflow: ellipsis; }
  .top-call { display: none; }
  .hero { padding-top: 24px; }
  .hero-in { gap: 20px; }
  .hero-photo { max-width: none; width: 100%; }
  .photo-ph, .photo { max-width: 170px; margin: 0 auto; border-width: 4px; border-radius: 18px; font-size: 1rem; }
  .photo-cap { margin-top: 10px; }
  .tiles, .steps, .prices, .quotes, .price-notes { grid-template-columns: 1fr; }
  .cta-row .btn { width: 100%; }
  .dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(253, 251, 246, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--line); }
  .dock .btn { padding: 13px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}

/* Sehr schmale Bildschirme */
.brand { min-width: 0; }
.brand span:last-child { overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 600px) {
  .brand { font-size: 1rem; }
}
@media (max-width: 360px) {
  .facts-in { grid-template-columns: 1fr; }
  h1 { font-size: 1.8rem; overflow-wrap: anywhere; }
}

/* ---------- Handy-Feinschliff ---------- */
@media (max-width: 600px) {
  html { scroll-padding-top: 70px; }
  h2 { font-size: 1.65rem; margin-bottom: 10px; }
  .sec { padding: 44px 0; }
  .sec-lead { font-size: 1.02rem; margin-bottom: 22px; }
  .top-in { height: 56px; }

  /* Einstieg: Foto als Profilzeile, Überschrift und Knöpfe auf dem ersten Bildschirm */
  .hero { padding: 20px 0 32px; }
  .hero-in { gap: 18px; }
  .hero-photo { display: flex; align-items: center; gap: 14px; }
  .photo-ph, .photo { width: 84px; max-width: 84px; height: 84px; margin: 0; border-radius: 50%; border-width: 3px; transform: none; box-shadow: 0 6px 16px rgba(23, 40, 58, .18); object-position: 50% 30%; flex: none; }
  .photo-cap { margin: 0; text-align: left; font-size: .93rem; line-height: 1.4; }
  .photo-cap strong { font-size: 1.05rem; }
  .eyebrow { font-size: .78rem; margin-bottom: 10px; }
  h1 { font-size: 2.05rem; line-height: 1.15; }
  .hero-sub { font-size: 1.04rem; margin: 14px 0 20px; }
  .cta-row { gap: 10px; }
  .btn { padding: 15px 20px; min-height: 52px; }
  .cta-note { font-size: .9rem; margin-top: 12px; }

  /* Fakten: ruhiges 2x2-Raster mit feinen Trennlinien */
  .facts-in { gap: 1px; padding: 0; background: rgba(255, 255, 255, .18); }
  .fact { text-align: left; padding: 14px 16px; background: var(--brand); }
  .fact strong { font-size: 1.02rem; line-height: 1.25; margin-bottom: 3px; }
  .fact span { font-size: .84rem; line-height: 1.35; display: block; }

  /* Kacheln kompakter */
  .tiles { gap: 10px; }
  .tile { padding: 16px 18px; border-top: 1px solid var(--line); border-left: 4px solid var(--sun); }
  .tile h3 { font-size: 1.08rem; }
  .tile p { font-size: .95rem; margin-top: 4px; }
  .where { margin-top: 20px; font-size: .98rem; }

  /* Ablauf als Zeitleiste statt vier großer Karten */
  .steps { gap: 0; position: relative; }
  .steps li { background: none; border: 0; border-radius: 0; padding: 0 0 26px 56px; position: relative; }
  .steps li:last-child { padding-bottom: 0; }
  .steps li::before { content: ""; position: absolute; left: 18px; top: 38px; bottom: 0; width: 2px; background: var(--line); }
  .steps li:last-child::before { display: none; }
  .num { position: absolute; left: 0; top: 0; margin: 0; }
  .steps h3 { padding-top: 7px; }
  .steps p { font-size: .98rem; }

  .about { gap: 22px; }
  .checks { padding: 20px 18px; }
  .checks li { margin-bottom: 12px; font-size: .98rem; }

  /* Preise */
  .prices { gap: 12px; }
  .price { padding: 20px 18px; }
  .price .amount { font-size: 2rem; margin: 6px 0 10px; }
  .price-notes { margin-top: 22px; gap: 10px; font-size: .97rem; }
  .card-fair { padding: 18px; margin-top: 22px; }
  .price-cta { margin-top: 22px; }

  summary { padding: 16px 44px 16px 16px; font-size: 1rem; line-height: 1.4; }
  summary::after { right: 16px; }
  details p { padding: 0 16px 16px; font-size: .98rem; }

  .contact-alt { word-break: break-word; }
  .foot { padding-bottom: 104px; text-align: center; }
  .foot-in { justify-content: center; flex-direction: column; gap: 6px; }

  /* Leiste erscheint erst, wenn die Knöpfe oben aus dem Bild sind */
  .dock { transition: transform .25s ease, opacity .25s ease; box-shadow: 0 -6px 18px rgba(23, 40, 58, .08); }
  .js .dock.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
  .dock .btn { min-height: 48px; font-size: .98rem; }
}
@media (max-width: 600px) and (prefers-reduced-motion: reduce) { .dock { transition: none; } }
@media (max-width: 600px) {
  .eyebrow { font-size: .82rem; letter-spacing: .06em; }
  .fact span { font-size: .88rem; }
  .foot a, .contact-alt a, .price-cta a, .contact .small a { display: inline-block; padding: 10px 4px; margin: -6px 0; }
  .contact-alt a { font-weight: 650; font-size: 1.02rem; }
}
@media (max-width: 360px) {
  .btn { font-size: .95rem; padding: 14px 14px; gap: 8px; white-space: nowrap; }
  .hero-sub { font-size: 1rem; }
  .brand { font-size: .93rem; }
  .brand-mark { width: 30px; height: 30px; }
}
.reviews .btn { max-width: 100%; white-space: normal; text-align: center; }
.reviews .small { margin-top: 12px; }
@media (max-width: 360px) {
  .contact-alt a { font-size: .92rem; }
}

.where-2 { margin-top: 10px; }

/* Preiskarten mit zwei Stufen */
.price { position: relative; }
.badge { position: absolute; top: -12px; right: 18px; background: var(--sun); color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
.price .price-sub { color: var(--brand); font-weight: 650; margin: 4px 0 14px; }
.rates { margin: 0; }
.rates > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.rates > div:last-child { border-bottom: 1px solid var(--line); }
.rates dt { color: var(--ink); font-size: 1rem; }
.rates dd { margin: 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.price .per { font-size: .88rem; margin: 8px 0 14px; }
@media (max-width: 600px) {
  .prices { gap: 18px; }
  .rates dd { font-size: 1.6rem; }
}
.price .price-more { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }

.month-box { margin-top: 24px; background: var(--brand); color: #fff; border-radius: var(--radius); padding: 22px 24px; }
.month-box h3 { color: #fff; }
.month-box p { margin: 8px 0 0; color: rgba(255, 255, 255, .9); }
.month-box strong { color: var(--sun); font-size: 1.15em; white-space: nowrap; }
.price-notes { grid-template-columns: 1fr; }
@media (max-width: 600px) { .month-box { padding: 18px; margin-top: 20px; } }

/* ================= Version 2: kräftiger Einstieg ================= */
.hero-v2 {
  color: #fff; padding: 64px 0 60px; position: relative; overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='%23ffffff' fill-opacity='.055' font-family='Georgia,serif' font-weight='700'%3E%3Ctext x='18' y='52' font-size='44'%3E%2B%3C/text%3E%3Ctext x='150' y='70' font-size='38'%3E%CF%80%3C/text%3E%3Ctext x='80' y='140' font-size='46'%3E%C3%97%3C/text%3E%3Ctext x='196' y='170' font-size='40'%3E%E2%88%9A%3C/text%3E%3Ctext x='24' y='226' font-size='40'%3E%C3%B7%3C/text%3E%3Ctext x='128' y='236' font-size='34'%3E%3D%3C/text%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(900px 500px at 88% 0%, #2f6f93 0%, rgba(47, 111, 147, 0) 60%),
    linear-gradient(160deg, #12324a 0%, #1f4e6b 100%);
}
.hero-v2 .eyebrow { color: var(--sun); }
.hero-v2 h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.5rem); }
.hero-v2 .hl { position: relative; white-space: nowrap; color: var(--sun); }
.hero-v2 .hl::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: -.08em; height: .16em; border-radius: 99px; background: var(--sun); opacity: .55; transform: rotate(-1.2deg); }
.hero-v2 .hero-sub { color: rgba(255, 255, 255, .88); margin: 18px 0 22px; }
.hero-v2 .cta-note { color: rgba(255, 255, 255, .75); }
.hero-v2 .btn-ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.hero-v2 .btn-ghost:hover { background: rgba(255, 255, 255, .1); }
.hero-v2 .btn-wa { box-shadow: 0 10px 24px rgba(0, 0, 0, .25); }
.hero-v2 .photo-cap { color: rgba(255, 255, 255, .8); }
.hero-v2 .photo-cap strong { color: #fff; }
.hero-v2 .hero-photo { position: relative; }

.usps { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 10px; }
.usps li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.08rem; line-height: 1.4; color: rgba(255, 255, 255, .92); }
.usps strong { color: #fff; }
.usps svg { flex: none; width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--sun); fill: var(--ink); margin-top: 1px; }

.free-pill { display: none; }
.sticker { position: absolute; z-index: 2; top: -22px; left: -34px; width: 138px; height: 138px; border-radius: 50%; background: var(--sun); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(-11deg); box-shadow: 0 12px 28px rgba(0, 0, 0, .3); border: 3px dashed rgba(23, 40, 58, .35); line-height: 1.05; }
.sticker b { font-family: var(--serif); font-size: 1.75rem; }
.sticker span { font-size: .86rem; font-weight: 650; margin: 3px 0 2px; }
.sticker i { font-style: normal; font-weight: 800; font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; }

/* Faktenband hell, damit es sich vom dunklen Einstieg abhebt */
.facts { background: var(--card); color: var(--ink); border-bottom: 1px solid var(--line); }
.fact strong { color: var(--brand); }
.fact span { opacity: 1; color: var(--ink-soft); }

/* Was bei mir anders ist */
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.feat-hl { background: var(--brand); border-color: var(--brand); color: #fff; }
.feat-hl h3 { color: #fff; }
.feat-hl p { color: rgba(255, 255, 255, .88) !important; }
.feat p { margin: 8px 0 0; color: var(--ink-soft); font-size: .98rem; }
.ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #fdf0cf; margin-bottom: 16px; }
.ico svg { width: 26px; height: 26px; fill: var(--brand); }
.feat-hl .ico { background: var(--sun); }
.feat-hl .ico svg { fill: var(--ink); }

@media (max-width: 900px) {
  .feats { grid-template-columns: repeat(2, 1fr); }
  .sticker { left: -10px; }
}
@media (max-width: 600px) {
  .hero-v2 { padding: 18px 0 30px; }
  .hero-v2 h1 { font-size: 1.95rem; }
  .hero-v2 .hero-sub { display: none; }
  .hero-v2 .photo { border-color: rgba(255, 255, 255, .9); }
  .sticker { display: none; }
  .free-pill { display: flex; flex-direction: column; gap: 1px; margin: 14px 0 16px; padding: 11px 16px; border-radius: 14px; background: var(--sun); color: var(--ink); text-decoration: none; box-shadow: 0 8px 20px rgba(0, 0, 0, .22); border: 2px dashed rgba(23, 40, 58, .3); }
  .free-pill strong { font-family: var(--serif); font-size: 1.18rem; line-height: 1.2; }
  .free-pill span { font-size: .86rem; font-weight: 600; opacity: .85; }
  .usps { gap: 8px; margin-bottom: 20px; }
  .usps li { font-size: .97rem; gap: 10px; }
  .usps svg { width: 21px; height: 21px; padding: 3.5px; }
  .facts-in { background: var(--line); }
  .fact { background: var(--card); }
  .feats { grid-template-columns: 1fr; gap: 12px; }
  .feat { padding: 20px 18px; display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; align-items: start; }
  .feat .ico { width: 44px; height: 44px; margin: 0; grid-row: span 2; }
  .feat h3 { align-self: center; }
  .feat p { grid-column: 2; margin-top: 4px; }
}
@media (max-width: 360px) {
  .hero-v2 h1 { font-size: 1.7rem; }
  .usps li { font-size: .92rem; }
}

/* ================= Version 3: hell, freundlich, farbenfroh ================= */
:root {
  --ink: #1b2540;
  --ink-soft: #52607a;
  --paper: #ffffff;
  --tint: #f2f7ff;
  --line: #e1e9f5;
  --brand: #2468d6;
  --brand-dark: #1b4fa8;
  --sun: #ffc93c;
  --coral: #ff7b5a;
  --mint: #12b5a0;
  --violet: #7c5cff;
}
.top { background: rgba(255, 255, 255, .94); }
.contact { background: radial-gradient(900px 360px at 50% 110%, #fff1c9 0%, rgba(255, 241, 201, 0) 65%), linear-gradient(180deg, #ffffff, #f2f7ff); }

.hero-v3 { position: relative; overflow: hidden; padding: 56px 0 60px; color: var(--ink); background: linear-gradient(180deg, #eaf3ff 0%, #f7fbff 55%, #ffffff 100%); }
.hero-v3 .hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; grid-template-areas: "text orbit" "cta orbit"; column-gap: 48px; row-gap: 0; align-items: center; }
.hero-v3 .hero-text { grid-area: text; align-self: end; }
.hero-v3 .hero-cta { grid-area: cta; align-self: start; }
.hero-v3 .orbit { grid-area: orbit; }
.hero-v3 .eyebrow { display: inline-block; background: #fff; color: var(--brand); padding: 7px 14px; border-radius: 999px; box-shadow: 0 4px 14px rgba(36, 104, 214, .12); letter-spacing: .05em; }
.hero-v3 h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); color: var(--ink); }
.hero-v3 .hl { position: relative; white-space: nowrap; z-index: 0; }
.hero-v3 .hl::before { content: ""; position: absolute; z-index: -1; left: -4%; right: -4%; bottom: .06em; height: .42em; background: var(--sun); border-radius: 6px; transform: rotate(-1.5deg); }
.hero-v3 .hero-sub { margin: 18px 0 26px; }
.hero-v3 .btn-wa { box-shadow: 0 10px 22px rgba(31, 168, 85, .28); }
.hero-v3 .btn-ghost { background: #fff; }

.blob { position: absolute; border-radius: 50%; z-index: 0; }
.blob-1 { width: 420px; height: 420px; right: -120px; top: -140px; background: #ffe9a8; opacity: .7; }
.blob-2 { width: 260px; height: 260px; left: -110px; bottom: -120px; background: #c9f2ea; opacity: .8; }
.blob-3 { width: 120px; height: 120px; left: 44%; top: 40px; background: #ffd9cf; opacity: .7; }

.orbit { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; column-gap: 10px; max-width: 560px; margin: 0 auto; width: 100%; }
.orbit-col { display: grid; gap: 14px; justify-items: end; }
.orbit-col-r { justify-items: start; }
.orbit-col .bub:nth-child(2) { transform: translateX(-16px); }
.orbit-col-r .bub:nth-child(2) { transform: translateX(16px); }
.orbit-mid { text-align: center; }
.photo-round { display: block; width: 250px; height: 250px; border-radius: 50%; object-fit: cover; object-position: 50% 28%; border: 7px solid #fff; box-shadow: 0 0 0 5px var(--sun), 0 18px 40px rgba(27, 37, 64, .18); margin: 0 auto; }
.hero-v3 .photo-cap { margin-top: 16px; }

.bub { width: 128px; height: 128px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.15; padding: 8px; box-shadow: 0 10px 22px rgba(27, 37, 64, .12); border: 3px solid #fff; animation: schweben 5s ease-in-out infinite; color: var(--ink); }
.bub svg { width: 28px; height: 28px; margin-bottom: 5px; }
.bub b { font-family: var(--serif); font-size: 1.12rem; }
.bub span { font-size: .86rem; font-weight: 650; }
.bub-free { background: var(--sun); width: 142px; height: 142px; box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(27, 37, 64, .18), 0 12px 26px rgba(255, 170, 0, .35); border: 0; }
.bub-free svg { fill: var(--ink); } .bub-free b { font-size: 1.35rem; }
.bub-pen { background: #d6f6f0; } .bub-pen svg { fill: var(--mint); }
.bub-chat { background: #dbf6e4; } .bub-chat svg { fill: #1fa855; }
.bub-heart { background: #ffe3db; } .bub-heart svg { fill: var(--coral); }
.bub-dice { background: #e8e2ff; } .bub-dice svg { fill: var(--violet); }
.bub-ok { background: #dce9ff; } .bub-ok svg { fill: var(--brand); }
.orbit-col .bub:nth-child(1) { animation-delay: -1s; } .orbit-col .bub:nth-child(2) { animation-delay: -2.4s; } .orbit-col .bub:nth-child(3) { animation-delay: -3.6s; }
.orbit-col-r .bub:nth-child(1) { animation-delay: -2s; } .orbit-col-r .bub:nth-child(2) { animation-delay: -.5s; } .orbit-col-r .bub:nth-child(3) { animation-delay: -3s; }
@keyframes schweben { 0%, 100% { margin-top: 0; margin-bottom: 0; } 50% { margin-top: -7px; margin-bottom: 7px; } }
@media (prefers-reduced-motion: reduce) { .bub { animation: none; } }

/* Bunte Akzente auf der restlichen Seite */
.facts { background: #fff; }
.feat:nth-child(2) .ico { background: #ffe3db; } .feat:nth-child(2) .ico svg { fill: var(--coral); }
.feat:nth-child(3) .ico { background: #d6f6f0; } .feat:nth-child(3) .ico svg { fill: var(--mint); }
.feat:nth-child(4) .ico { background: #e8e2ff; } .feat:nth-child(4) .ico svg { fill: var(--violet); }
.feat:nth-child(5) .ico { background: #dbf6e4; } .feat:nth-child(5) .ico svg { fill: #1fa855; }
.feat:nth-child(6) .ico { background: #dce9ff; } .feat:nth-child(6) .ico svg { fill: var(--brand); }
.tile:nth-child(1) { border-color: var(--line); border-top-color: var(--sun); }
.tile:nth-child(2) { border-top-color: var(--coral); }
.tile:nth-child(3) { border-top-color: var(--violet); }
.tile:nth-child(4) { border-top-color: var(--mint); }
.steps li:nth-child(2) .num { background: #ffd0c4; } .steps li:nth-child(3) .num { background: #bdeee6; } .steps li:nth-child(4) .num { background: #d5ccff; }

@media (max-width: 900px) {
  .hero-v3 .hero-in { grid-template-columns: 1fr; grid-template-areas: "text" "orbit" "cta"; row-gap: 22px; }
  .hero-v3 .hero-text { text-align: center; }
  .hero-v3 .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-v3 .cta-row { justify-content: center; }
  .hero-v3 .cta-note { text-align: center; }
}
@media (max-width: 600px) {
  .hero-v3 { padding: 18px 0 30px; }
  .hero-v3 .hero-in { row-gap: 14px; }
  .hero-v3 .eyebrow { font-size: .74rem; padding: 6px 12px; margin-bottom: 12px; }
  .hero-v3 h1 { font-size: 1.85rem; line-height: 1.16; }
  .hero-v3 .hero-sub { display: none; }
  .orbit { column-gap: 4px; }
  .orbit-col { gap: 8px; }
  .bub { width: 98px; height: 98px; padding: 4px; border-width: 2px; }
  .bub svg { width: 20px; height: 20px; margin-bottom: 3px; }
  .bub b { font-size: .92rem; } .bub span { font-size: .74rem; }
  .bub-free { width: 106px; height: 106px; } .bub-free b { font-size: 1.08rem; }
  .orbit-col .bub:nth-child(2) { transform: translateX(-8px); }
  .orbit-col-r .bub:nth-child(2) { transform: translateX(8px); }
  .photo-round { width: 128px; height: 128px; border-width: 4px; box-shadow: 0 0 0 4px var(--sun), 0 10px 24px rgba(27, 37, 64, .18); }
  .hero-v3 .photo-cap { margin-top: 10px; font-size: .8rem; text-align: center; line-height: 1.3; }
  .hero-v3 .photo-cap strong { font-size: .95rem; }
  .blob-1 { width: 240px; height: 240px; right: -90px; top: -80px; }
  .blob-3 { display: none; }
  .tile:nth-child(n) { border-top: 1px solid var(--line); }
  .tile:nth-child(1) { border-left-color: var(--sun); } .tile:nth-child(2) { border-left-color: var(--coral); } .tile:nth-child(3) { border-left-color: var(--violet); } .tile:nth-child(4) { border-left-color: var(--mint); }
}
@media (max-width: 360px) {
  .hero-v3 h1 { font-size: 1.62rem; }
  .bub { width: 86px; height: 86px; } .bub-free { width: 92px; height: 92px; }
  .bub b { font-size: .82rem; } .bub span { font-size: .68rem; }
  .photo-round { width: 104px; height: 104px; }
}
.photo-round { max-width: none; flex: none; }
.orbit-mid { min-width: 0; }
@media (min-width: 901px) and (max-width: 1100px) { .photo-round { width: 200px; height: 200px; } .bub { width: 112px; height: 112px; } .bub-free { width: 124px; height: 124px; } .bub b { font-size: 1rem; } }
@media (max-width: 360px) { .hero-v3 .eyebrow { font-size: .66rem; letter-spacing: .03em; } }
@media (max-width: 600px) { .dock { background: rgba(255, 255, 255, .96); } }

/* Version 3b: größeres Foto, persönliche Kurzvorstellung */
.hero-v3 .hero-in { grid-template-columns: .92fr 1.08fr; grid-template-areas: "text orbit" "intro orbit" "cta orbit"; }
.hero-v3 .hero-intro { grid-area: intro; margin: 18px 0 26px; font-size: 1.12rem; line-height: 1.6; color: var(--ink-soft); max-width: 33em; }
.orbit { max-width: 640px; column-gap: 0; }
.orbit-col { position: relative; z-index: 2; margin-right: -36px; }
.orbit-col-r { margin-right: 0; margin-left: -36px; }
.photo-round { width: 340px; height: 340px; }
@media (min-width: 901px) and (max-width: 1100px) { .photo-round { width: 260px; height: 260px; } }
@media (max-width: 900px) {
  .hero-v3 .hero-in { grid-template-columns: 1fr; grid-template-areas: "text" "orbit" "intro" "cta"; }
  .hero-v3 .hero-intro { margin: 0 auto; text-align: center; }
  .photo-round { width: 260px; height: 260px; }
}
@media (max-width: 600px) {
  .hero-v3 .hero-intro { display: block; font-size: 1rem; line-height: 1.55; text-align: left; margin: 4px 0 4px; }
  .orbit-col { margin-right: -14px; } .orbit-col-r { margin-left: -14px; margin-right: 0; }
  .photo-round { width: 158px; height: 158px; }
}
@media (max-width: 360px) { .photo-round { width: 128px; height: 128px; } .orbit-col { margin-right: -10px; } .orbit-col-r { margin-left: -10px; } }

/* Zahlenmine-Bereich */
.zm { padding: 0 0 72px; background: var(--paper); }
.zm-in { display: grid; grid-template-columns: 180px 1fr; gap: 36px; align-items: center; background: linear-gradient(135deg, #fff6d8 0%, #ffeec0 100%); border: 1px solid #f3dc97; border-radius: 24px; padding: 36px 40px; max-width: 1040px; }
.zm-icon { width: 160px; height: 160px; image-rendering: pixelated; border-radius: 18px; box-shadow: 0 14px 30px rgba(120, 80, 0, .25); transform: rotate(-4deg); }
.zm-tag { display: inline-block; margin: 0 0 10px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: var(--ink); color: #fff; padding: 4px 12px; border-radius: 999px; }
.zm h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: 10px; }
.zm p { color: #4b4630; max-width: 40em; }
.btn-zm { background: var(--ink); color: #fff; margin-top: 8px; }
.btn-zm:hover { background: #0f1730; }
.feat a { color: var(--brand); font-weight: 650; white-space: nowrap; }
@media (max-width: 900px) { .zm-in { margin: 0 20px; } }
@media (max-width: 600px) {
  .zm { padding-bottom: 44px; }
  .zm-in { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; margin: 0 16px; text-align: left; }
  .zm-icon { width: 96px; height: 96px; border-radius: 12px; }
  .btn-zm { width: 100%; }
}

/* Zahlenmine: aufgefächerte Handys */
.zm { overflow-x: clip; }
.zm-in { grid-template-columns: 1fr 1.05fr; gap: 28px; padding: 40px 44px; }
.zm .zm-tag { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px 5px 6px; color: #fff; }
.zm-tag img { width: 22px; height: 22px; border-radius: 5px; image-rendering: pixelated; }
.zm-hint { font-size: .88rem; opacity: .75; margin: 6px 0 0; }
.fan { position: relative; height: 430px; display: flex; justify-content: center; align-items: center; }
.phone { position: absolute; margin: 0; width: 196px; border-radius: 26px; padding: 7px; background: #1b2540; box-shadow: 0 18px 40px rgba(60, 40, 0, .35); transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease; cursor: zoom-in; border: 0; font: inherit; }
.phone::before { content: ""; position: absolute; top: 12px; left: 50%; width: 46px; height: 6px; margin-left: -23px; border-radius: 99px; background: #1b2540; z-index: 1; opacity: .85; }
.phone img { display: block; width: 100%; height: auto; border-radius: 20px; }
.phone-l { transform: translateX(-128px) translateY(14px) rotate(-10deg); z-index: 1; }
.phone-r { transform: translateX(128px) translateY(14px) rotate(10deg); z-index: 1; }
.phone-m { transform: translateY(-8px) scale(1.06); z-index: 2; }
.phone:focus-visible { outline: 4px solid var(--brand); outline-offset: 3px; }
@media (hover: hover) {
  .phone-m:hover { transform: translateY(-16px) scale(1.12); z-index: 5; }
  .phone-l:hover { transform: translateX(-140px) translateY(0) rotate(-4deg) scale(1.08); z-index: 5; }
  .phone-r:hover { transform: translateX(140px) translateY(0) rotate(4deg) scale(1.08); z-index: 5; }
}
@media (max-width: 900px) { .zm-in { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .zm-in { padding: 24px 18px 30px; gap: 8px; }
  .fan { height: 330px; }
  .phone { width: 142px; border-radius: 20px; padding: 5px; }
  .phone img { border-radius: 15px; }
  .phone::before { width: 34px; height: 5px; margin-left: -17px; top: 9px; }
  .phone-l { transform: translateX(-88px) translateY(12px) rotate(-9deg); }
  .phone-r { transform: translateX(88px) translateY(12px) rotate(9deg); }
}
@media (max-width: 360px) {
  .phone { width: 122px; }
  .phone-l { transform: translateX(-74px) translateY(12px) rotate(-9deg); }
  .phone-r { transform: translateX(74px) translateY(12px) rotate(9deg); }
  .fan { height: 290px; }
}
/* Großansicht */
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: rgba(15, 22, 45, .82); backdrop-filter: blur(4px); padding: 20px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-height: calc(100vh - 90px); max-width: min(92vw, 420px); width: auto; height: auto; border-radius: 22px; border: 7px solid #1b2540; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.lightbox button { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: #fff; color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; }
@media (prefers-reduced-motion: reduce) { .phone { transition: none; } }

/* Entschlackt: auf dem Handy weniger Text und mehr Luft */
.card-line { font-size: .95rem; }
@media (max-width: 600px) {
  .facts { display: none; }
  .sec-lead { margin-bottom: 18px; }
  .feat p, .steps p, .tile p { font-size: .95rem; }
  .tiles { grid-template-columns: 1fr 1fr; }
  .tile { padding: 14px; }
  .tile h3 { font-size: 1rem; }
  .price p:last-child { font-size: .93rem; }
}
