/* Steady Classroom · steadyclassroom.com
   Aufbau und Bausteine wie klassenflow.com (Hero, Schritte, Bänder, dunkler Über-mich-Block,
   blaue Schlusszeile), Farben und Schrift aus dem Steady-Logo und dem YouTube-Banner.
   Schriften lokal: keine Anfrage an Google Fonts. */

@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/fonts/outfit.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/inter-300.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/inter-700.woff2') format('woff2'); }

:root {
  --blue:       #0D52DD;   /* „CLASSROOM“ im Logo */
  --blue-hover: #0A44BA;
  --blue-soft:  #EAF0FE;
  --navy:       #16295F;   /* Banner, dunkel */
  --navy-2:     #1D3F91;
  --blue-3:     #2757C4;
  --gold:       #E6A81F;   /* Welle */
  --gold-soft:  #FFF6E2;
  --gold-ink:   #85600F;   /* Gold als Schrift auf hellem Grund */
  --gold-light: #F4C95A;   /* Gold als Schrift auf dunklem Grund */
  --ink:        #121A33;
  --gray:       #586178;
  --light:      #F6F8FC;
  --border:     #E2E7F1;
  --white:      #FFFFFF;
  --band: linear-gradient(135deg, #16295F 0%, #1D3F91 46%, #2757C4 100%);
  --shadow: 0 16px 44px rgba(22, 41, 95, .14);
  --pad: 6vw;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, sans-serif; color: var(--ink); background: var(--white);
  line-height: 1.6; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, .display { font-family: 'Outfit', 'Inter', sans-serif; }
h1, h2, h3 { line-height: 1.2; }
.wrap { max-width: 1120px; margin: 0 auto; }
.nw { white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 200; }
.skip:focus { left: 1rem; top: 1rem; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 var(--pad); max-width: calc(1120px + 12vw); margin: 0 auto; }
.logo { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.logo img { width: 42px; height: auto; }
.logo-t { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.02rem; letter-spacing: .14em; color: var(--ink); white-space: nowrap; }
.logo-t span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 1.9rem; list-style: none; }
.nav-links a { font-size: .9rem; color: var(--gray); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-links .nav-cta {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--blue); color: var(--white); font-weight: 600; padding: .5rem 1.05rem; border-radius: 8px;
}
.nav-links .nav-cta:hover { background: var(--blue-hover); color: var(--white); }
.burger { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; border-radius: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.burger span + span { margin-top: 5px; }
.menu {
  display: none; position: fixed; top: 68px; left: 0; right: 0; z-index: 99;
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: .6rem var(--pad) 1.4rem; box-shadow: 0 12px 30px rgba(18, 26, 51, .08);
}
.menu.open { display: block; }
.menu a { display: block; padding: .9rem 0; border-bottom: 1px solid var(--border); color: var(--ink); text-decoration: none; font-weight: 500; }
.menu a:last-child { border-bottom: 0; }
.menu .menu-cta { margin-top: .8rem; background: var(--blue); color: var(--white); text-align: center; border-radius: 8px; border: 0; }
@media (max-width: 760px) { .nav-links { display: none; } .burger { display: block; } }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem; text-decoration: none;
  padding: .95rem 1.7rem; border-radius: 10px; transition: background .2s, transform .15s, box-shadow .2s; cursor: pointer; border: 0;
}
.btn svg { flex-shrink: 0; }
.btn-blue { background: var(--blue); color: var(--white); box-shadow: 0 6px 18px rgba(13, 82, 221, .28); }
.btn-blue:hover { background: var(--blue-hover); transform: translateY(-1px); }
.btn-white { background: var(--white); color: var(--navy); box-shadow: 0 6px 20px rgba(0, 0, 0, .16); }
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0, 0, 0, .22); }
.btn-ghost { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .6); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px #fff; background: rgba(255, 255, 255, .08); }
.link-arrow { font-weight: 600; color: var(--blue); text-decoration: none; border-bottom: 1.5px solid transparent; padding-bottom: 1px; }
.link-arrow:hover { border-color: var(--blue); }

/* ── HERO ── */
.hero { position: relative; overflow: hidden; padding: 4.6rem var(--pad) 5rem; }
.hero::before {
  content: ''; position: absolute; top: -220px; right: -180px; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 82, 221, .09) 0%, rgba(13, 82, 221, 0) 70%); pointer-events: none;
}
.hero-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; position: relative; }
.pill {
  display: inline-flex; align-items: center; gap: .55rem; background: var(--gold-soft); border: 1px solid #F1DDA9;
  color: var(--gold-ink); font-size: .8rem; font-weight: 600; padding: .45rem .95rem .45rem .75rem; border-radius: 50px; margin-bottom: 1.4rem;
}
.pill img { width: 26px; }
.hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.1rem); font-weight: 800; line-height: 1.02; letter-spacing: -.015em; margin-bottom: 1.3rem; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub { font-size: 1.1rem; color: var(--gray); max-width: 500px; margin-bottom: 2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem; }
.checks { list-style: none; margin-top: 2rem; display: grid; gap: .6rem; }
.checks li { display: flex; align-items: flex-start; gap: .6rem; font-size: .95rem; font-weight: 500; }
.checks svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }

/* Hero-Bild: eine echte „Say this / Not this“-Seite im Stil des Hefts, auf dem Banner-Blau */
.hc { position: relative; border-radius: 22px; background: var(--band); padding: 2.4rem 2rem 4.6rem; overflow: hidden; box-shadow: var(--shadow); }
.hc::before { content: ''; position: absolute; right: -130px; top: -150px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255, 255, 255, .07); }
.hc-deko { position: absolute; left: -60px; bottom: -34px; width: 300px; opacity: .16; pointer-events: none; }
.hc-page { position: relative; background: var(--white); border-radius: 14px; padding: 1.6rem 1.6rem 1.4rem; box-shadow: 0 18px 40px rgba(6, 16, 48, .28); }
.hc-eyebrow { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #0E9488; margin-bottom: .45rem; }
.hc-title { font-family: 'Outfit', sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1.15; margin-bottom: 1.1rem; }
.hc-row { display: grid; grid-template-columns: 78px 1fr; gap: .8rem; align-items: center; padding: .8rem .9rem; border-radius: 10px; }
.hc-row + .hc-row { margin-top: .55rem; }
.hc-row.no { background: #F4F5F8; }
.hc-row.no .hc-q { color: #7A8195; text-decoration: line-through; text-decoration-color: rgba(122, 129, 149, .55); }
.hc-row.yes { background: var(--blue-soft); }
.hc-tag { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A8195; }
.hc-row.yes .hc-tag { color: var(--blue); }
.hc-q { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1.08rem; line-height: 1.3; }
.hc-row.yes .hc-q { color: var(--navy); }
.hc-why { margin-top: 1rem; font-size: .86rem; color: var(--gray); line-height: 1.55; }
.hc-me { position: absolute; left: 2rem; bottom: 1.2rem; display: flex; align-items: center; gap: .75rem; color: #fff; }
.hc-me img { width: 52px; height: 52px; border-radius: 50%; box-shadow: 0 0 0 3px var(--gold); }
.hc-me b { display: block; font-family: 'Outfit', sans-serif; font-size: 1rem; }
.hc-me span { font-size: .8rem; color: #CFDBFF; line-height: 1.3; }

@media (max-width: 900px) {
  .hero { padding-top: 3rem; padding-bottom: 3.6rem; }
  .hero-in { grid-template-columns: 1fr; gap: 2.8rem; }
  .hero-vis { max-width: 520px; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: clamp(2.2rem, 11vw, 2.8rem); }
  .hero-sub { font-size: 1rem; }
  .hero-ctas .btn { width: 100%; }
  .hero-ctas .link-arrow { margin: 0 auto; }
  .hc { padding: 1.6rem 1.1rem 4.4rem; }
  .hc-page { padding: 1.3rem 1.1rem 1.1rem; }
  .hc-title { font-size: 1.25rem; }
  .hc-row { grid-template-columns: 1fr; gap: .25rem; }
  .hc-me { left: 1.1rem; }
}

/* ── ABSCHNITTE ── */
.sec { padding: 6.5rem var(--pad); }
.sec-light { background: var(--light); }
.label { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: .8rem; }
.title { font-size: clamp(1.9rem, 3.2vw, 2.7rem); font-weight: 800; line-height: 1.1; letter-spacing: -.01em; margin-bottom: 1rem; }
.sub { font-size: 1.04rem; color: var(--gray); max-width: 600px; }
.schluss { margin-top: 2.4rem; text-align: center; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--blue); }
@media (max-width: 600px) { .sec { padding: 4rem 20px; } }

/* Drei Teile (wie „Drei Ebenen“ bei KlassenFLOW) */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 3rem; }
.step { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem 1.8rem; transition: box-shadow .2s; }
.step:hover { box-shadow: 0 8px 26px rgba(13, 82, 221, .08); }
.step-num {
  width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.1rem; margin-bottom: 1.2rem;
}
.step h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: .55rem; }
.step p { font-size: .93rem; color: var(--gray); }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* Drei Strategien */
.strats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; align-items: start; }
.strat { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 1.7rem 1.6rem 1.6rem; position: relative; overflow: hidden; }
.strat::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 5px; background: var(--c, var(--blue)); }
.strat-tag { font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--c, var(--blue)); margin-bottom: .5rem; }
.strat h3 { font-size: 1.35rem; font-weight: 800; line-height: 1.15; margin-bottom: .6rem; }
.strat .lead { font-size: .96rem; color: var(--ink); margin-bottom: 1.1rem; }
.say { background: var(--blue-soft); border-radius: 12px; padding: .9rem 1rem; margin-bottom: 1.1rem; }
.say-k { font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: .2rem; }
.say q { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1.12rem; line-height: 1.3; color: var(--navy); quotes: '\201C' '\201D'; }
.say small { display: block; margin-top: .3rem; font-size: .8rem; color: var(--gray); }
.strat-k { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); margin: 1rem 0 .25rem; }
.strat p { font-size: .9rem; color: var(--gray); }
.strat .warn { margin-top: 1.1rem; background: var(--gold-soft); border: 1px solid #F1DDA9; border-radius: 12px; padding: .85rem 1rem; font-size: .87rem; color: #5E4A1C; }
.strat .warn b { color: var(--gold-ink); }
.strats-more { margin-top: 2.2rem; text-align: center; }
@media (max-width: 960px) { .strats { grid-template-columns: 1fr; max-width: 640px; margin-left: auto; margin-right: auto; } }

/* Haltung: dunkles Band */
.haltung { background: var(--band); color: #fff; position: relative; overflow: hidden; }
.haltung::before { content: ''; position: absolute; right: -200px; top: -260px; width: 620px; height: 620px; border-radius: 50%; background: rgba(255, 255, 255, .06); }
.haltung-deko { position: absolute; left: -90px; bottom: -60px; width: 520px; opacity: .1; pointer-events: none; }
.haltung .wrap { position: relative; }
.haltung .label { color: var(--gold-light); }
.maxime { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.08; letter-spacing: -.01em; }
.maxime span { color: var(--gold-light); }
.maxime-sub { margin-top: 1rem; font-size: 1.05rem; color: #D5E0FF; }
.werte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.wert { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; padding: 1.5rem 1.4rem; }
.wert h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .45rem; }
.wert p { font-size: .92rem; color: #D5E0FF; }
@media (max-width: 820px) { .werte { grid-template-columns: 1fr; } }

/* Produkt-Band (wie die Bänder auf klassenflow.com/angebote) */
.pb {
  background: var(--band); border-radius: 20px; padding: 2rem 2.2rem; color: #fff; margin-top: 2.6rem;
  display: grid; grid-template-columns: 330px 1fr; grid-template-rows: auto auto; gap: 1.1rem 2.2rem; align-items: center;
  box-shadow: 0 16px 46px rgba(22, 41, 95, .3);
}
.pb-img { grid-row: 1 / 3; width: 330px; border-radius: 12px; background: #fff; }
.pb-eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: .45rem; }
.pb h3 { font-size: 1.75rem; font-weight: 800; line-height: 1.12; letter-spacing: -.01em; }
.pb .pb-h-sub { font-family: 'Outfit', sans-serif; font-size: 1.12rem; font-weight: 500; color: #CFDBFF; margin: .25rem 0 .8rem; }
.pb p { font-size: .96rem; color: #DCE6FF; margin-bottom: 1rem; }
.pb-punkte { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1.2rem; font-size: .89rem; color: #DCE6FF; }
.pb-punkte li { display: flex; gap: .45rem; }
.pb-punkte li::before { content: '\2713'; color: var(--gold-light); font-weight: 800; }
.pb-cta { grid-column: 2; display: flex; align-items: center; gap: 1.6rem; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 1.1rem; }
.pb-preis { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.pb-preis small { display: block; font-family: 'Inter', sans-serif; font-size: .74rem; font-weight: 500; color: #B9CAF5; margin-top: .3rem; }
@media (max-width: 900px) {
  .pb { grid-template-columns: 1fr; padding: 1.6rem 1.3rem; text-align: left; }
  .pb-img { grid-row: auto; width: 100%; max-width: 360px; margin: 0 auto; }
  .pb-cta { grid-column: 1; flex-wrap: wrap; }
  .pb-punkte { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .pb-cta .btn { width: 100%; } }

/* Über mich: dunkler Block */
.ueber { background: var(--ink); color: #fff; }
.ueber-in { display: grid; grid-template-columns: 300px 1fr; gap: 4rem; align-items: center; max-width: 960px; margin: 0 auto; }
.foto-rund { position: relative; width: 300px; height: 300px; border-radius: 50%; background: var(--band); overflow: hidden; box-shadow: 0 0 0 6px rgba(230, 168, 31, .9), 0 22px 50px rgba(0, 0, 0, .45); }
.foto-rund img { position: absolute; left: 50%; bottom: -2px; width: 118%; max-width: none; transform: translateX(-50%); }
.ueber .label { color: var(--gold-light); }
.ueber h2 { font-size: clamp(1.9rem, 3vw, 2.5rem); font-weight: 800; margin-bottom: 1.1rem; }
.ueber p { color: rgba(255, 255, 255, .78); font-size: 1.02rem; margin-bottom: .9rem; }
.ueber-meta { font-size: .86rem; color: rgba(255, 255, 255, .5); margin: 1.2rem 0 1.6rem; }
.ueber .btn-ghost { font-size: .95rem; padding: .8rem 1.4rem; }
@media (max-width: 820px) {
  .ueber-in { grid-template-columns: 1fr; gap: 2.2rem; }
  .foto-rund { width: 220px; height: 220px; }
}

/* YouTube */
.yt-leer { display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center; margin-top: 2.4rem;
  background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 1.6rem 1.8rem; }
.yt-leer img { width: 76px; height: 76px; border-radius: 50%; box-shadow: 0 0 0 3px var(--gold); }
.yt-leer h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: .25rem; }
.yt-leer p { color: var(--gray); font-size: .95rem; }
.yt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.6rem; }
.yt-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.yt-embed { position: relative; padding-top: 56.25%; background: var(--navy); }
.yt-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-btn {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0; cursor: pointer; font: inherit; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem; padding: 1.2rem; text-align: center;
  background: var(--band);
}
.yt-btn:hover .yt-play { background: rgba(255, 255, 255, .26); }
.yt-play { width: 58px; height: 58px; border-radius: 50%; background: rgba(255, 255, 255, .16); display: flex; align-items: center; justify-content: center; }
.yt-play svg { margin-left: 4px; }
.yt-note { font-size: .74rem; color: #CFDBFF; max-width: 34ch; line-height: 1.4; }
.yt-card h3 { font-family: 'Inter', sans-serif; font-size: .95rem; font-weight: 700; line-height: 1.4; padding: 1rem 1.1rem 1.1rem; }
.yt-alle { margin-top: 2rem; text-align: center; }
@media (max-width: 860px) {
  .yt-grid { grid-template-columns: 1fr; max-width: 560px; }
  .yt-leer { grid-template-columns: 1fr; text-align: left; }
  .yt-leer .btn { justify-self: start; }
}

/* Fragen */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.6rem; }
.faq > div { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.35rem 1.5rem; }
.faq h3 { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: .4rem; }
.faq p { font-size: .93rem; color: var(--gray); }
.faq .breit { grid-column: 1 / -1; }
@media (max-width: 760px) { .faq { grid-template-columns: 1fr; } }

/* Schluss-Aufruf */
.cta { background: var(--band); color: #fff; text-align: center; position: relative; overflow: hidden; padding: 6rem var(--pad); }
.cta::before { content: ''; position: absolute; left: 50%; top: -340px; width: 760px; height: 760px; margin-left: -380px; border-radius: 50%; background: rgba(255, 255, 255, .05); }
.cta .wrap { position: relative; max-width: 720px; }
.cta img.welle { width: 76px; margin: 0 auto 1.4rem; }
.cta h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 800; line-height: 1.12; margin-bottom: 1rem; }
.cta p { color: #D5E0FF; font-size: 1.05rem; margin-bottom: 2.2rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
@media (max-width: 600px) { .cta { padding: 4.4rem 20px; } .cta-btns .btn { width: 100%; } }

/* Fußzeile */
.foot { background: var(--ink); color: rgba(255, 255, 255, .55); padding: 3rem var(--pad) 2.6rem; }
.foot-in { max-width: 1120px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem 2rem; }
.foot .logo-t { color: #fff; }
.foot .logo-t span { color: #8FB0FF; }
.foot-links { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; list-style: none; }
.foot-links a { color: rgba(255, 255, 255, .6); text-decoration: none; font-size: .88rem; }
.foot-links a:hover { color: #fff; }
.foot-copy { width: 100%; font-size: .8rem; color: rgba(255, 255, 255, .35); border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 1.4rem; }
@media (max-width: 600px) { .foot { padding: 2.6rem 20px 2.2rem; } }

/* Textseiten (Privacy, 404) */
.doc { max-width: 760px; margin: 0 auto; padding: 4rem var(--pad) 5rem; }
.doc h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.1; margin-bottom: .6rem; }
.doc .stand { color: var(--gray); font-size: .9rem; margin-bottom: 2.4rem; }
.doc h2 { font-size: 1.3rem; font-weight: 700; margin: 2.2rem 0 .6rem; }
.doc p, .doc li { color: #2B3350; font-size: 1rem; margin-bottom: .8rem; }
.doc ul { padding-left: 1.3rem; }
@media (max-width: 600px) { .doc { padding: 3rem 20px 4rem; } }

/* Einblenden beim Scrollen — nur mit JavaScript, sonst bleibt alles sichtbar */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .step { transition: none; }
}
