/* van Asten Coaching – Website Styles (Premium)
   Markenfarben: Anthrazit #2F3230, Gold #D4B565 / #C29A3D, Creme #F9F8F6,
   Eisblau #7AB4D6, Grün #6DB89A. Auf goldenen Flächen IMMER dunkle Schrift. */

/* ---- Selbst gehostete Schriften (DSGVO-konform, kein externer Aufruf) ---- */
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/fraunces-400.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/fraunces-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/inter-500.woff2") format("woff2"); }
@font-face { font-family: "Anton"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/anton-400.woff2") format("woff2"); }
@font-face { font-family: "Oswald"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/oswald-600.woff2") format("woff2"); }

:root {
  --anthrazit: #2F3230;
  --anthrazit-soft: #3c403d;
  --anthrazit-deep: #232624;
  --gold: #D4B565;
  --gold-warm: #C29A3D;
  --gold-soft: #e7d5a3;
  --creme: #F9F8F6;
  --creme-2: #f3f0ea;
  --eisblau: #7AB4D6;
  --gruen: #6DB89A;
  --text: #2F3230;
  --text-soft: #5b605d;
  --weiss: #ffffff;
  --linie: #e7e3dc;
  --radius: 16px;
  --maxw: 1140px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Anton", "Arial Narrow", Impact, sans-serif;
  --label: "Oswald", var(--sans);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --shadow: 0 18px 50px rgba(47,50,48,.10);
  --shadow-soft: 0 10px 30px rgba(47,50,48,.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--text);
  background: var(--creme); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--anthrazit); letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); margin: 0 0 .4em; }
h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin: 0 0 .5em; }
h3 { font-size: 1.3rem; margin: 0 0 .4em; }
p { margin: 0 0 1em; }
a { color: var(--gold-warm); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; }
.section--tight { padding: 64px 0; }
.center { text-align: center; }
.lead { font-size: 1.2rem; color: var(--text-soft); max-width: 660px; }
.center .lead { margin-left: auto; margin-right: auto; }
.eyebrow { font-family: var(--label); color: var(--gold-warm); letter-spacing: .28em; text-transform: uppercase; font-size: .82rem; font-weight: 600; margin-bottom: 18px; display: inline-flex; align-items: center; gap: 14px; }
.eyebrow::before { content: ""; width: 42px; height: 2px; background: var(--gold-warm); display: inline-block; }
.center .eyebrow, .head.center .eyebrow { justify-content: center; }

/* ===== BOLD-System: fette Display-Überschriften ===== */
.head h2, h2.display { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .012em; line-height: 1.0; font-size: clamp(2rem, 4.6vw, 3.6rem); }
.method .head h2 { color: var(--creme); }

/* Gold-Pinselstrich als Akzent */
.brush { position: relative; display: inline-block; }
.brush svg { display: block; }
.brush .line { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--label); font-weight: 600; text-transform: uppercase; letter-spacing: .02em; color: #1c1a12; text-align: center; padding: 0 7%; }

/* Statement-Band (dunkel, mit Pinsel-Spruch) */
.statement { background: #14120f; color: var(--creme); text-align: center; position: relative; overflow: hidden; }
.statement .grain { position: absolute; inset: 0; opacity: .05; mix-blend-mode: overlay; background-image: var(--grain); pointer-events: none; }
.statement .big { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.8rem, 4.4vw, 3.4rem); line-height: 1.02; position: relative; }
.statement .big .go { color: var(--gold); }
.statement p { position: relative; color: #cfccc2; max-width: 620px; margin: 18px auto 0; }
.statement .big .dim-line { color: #8d897d; }
.statement .warten { font-family: var(--display); text-transform: uppercase; color: var(--gold); font-size: clamp(1.35rem, 2.8vw, 2.1rem); letter-spacing: .02em; margin-top: 30px; }
.statement .cta-row { justify-content: center; margin-top: 26px; position: relative; }

/* KI-Aufklärung (dunkles Band) */
.ki-band { background: #14120f; color: var(--creme); position: relative; overflow: hidden; }
.ki-band .grain { position: absolute; inset: 0; opacity: .05; mix-blend-mode: overlay; background-image: var(--grain); pointer-events: none; }
.ki-band .wrap { position: relative; }
.ki-band .head h2 { color: var(--creme); }
.ki-band .lead { color: #cfccc2; }
.ki-punkte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.ki-punkt { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-top: 3px solid var(--gold); border-radius: 14px; padding: 26px 22px; }
.ki-punkt h3 { color: var(--gold-soft); font-size: 1.08rem; margin-bottom: 8px; }
.ki-punkt p { color: #cfccc2; font-size: .95rem; margin: 0; }
.ki-beweis { margin: 40px auto 0; max-width: 760px; text-align: center; font-family: var(--serif); font-size: 1.15rem; color: #d7d3c8; }
.ki-beweis strong { color: var(--gold); }
@media (max-width: 920px) { .ki-punkte { grid-template-columns: 1fr; } }

/* Laufband */
.marquee { background: #14120f; border-top: 1px solid #2c2d29; border-bottom: 1px solid #2c2d29; overflow: hidden; }
.marquee .track { display: inline-block; white-space: nowrap; font-family: var(--display); text-transform: uppercase; font-size: 1.5rem; color: #26271f; padding: 16px 0; animation: marq 32s linear infinite; }
.marquee .track i { color: var(--gold-warm); font-style: normal; opacity: .55; margin: 0 22px; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee .track { animation: none; } }

/* ---------- Scroll-Fortschritt + Nach-oben ---------- */
#scrollProgress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 90;
  background: linear-gradient(90deg, var(--gold-warm), var(--gold)); transition: width .1s linear; }
.to-top { position: fixed; right: 26px; bottom: 26px; z-index: 80; width: 52px; height: 52px; border-radius: 50%;
  background: var(--anthrazit); color: var(--gold); border: 1px solid rgba(212,181,101,.5); font-size: 1.2rem;
  cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease; box-shadow: 0 10px 26px rgba(47,50,48,.3); }
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--anthrazit-soft); }

/* Aktiver Menüpunkt (Scrollspy) */
.nav a.active { color: var(--gold-warm); }
.nav a:not(.btn){ position: relative; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px;
  background: var(--gold-warm); transition: right .25s ease; }
.nav a.active::after { right: 0; }

/* bewusst ohne Glanz-/Glow-Effekte — ruhig und professionell */

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Aufbau-Bewegungen (nutzen den .reveal-Beobachter aus main.js) ---------- */

/* 5K-Modell: die fuenf Bereiche bauen sich nacheinander auf,
   die Mitte entsteht erst, wenn alle fuenf da sind. */
.k-kreis, .k-label {
  opacity: 0;
  transform: scale(.86);
  transform-box: fill-box;
  transform-origin: center;
}
.k-zentrum { opacity: 0; transform: scale(.9); transform-box: fill-box; transform-origin: center; }
.modell-figur.in .k-kreis,
.modell-figur.in .k-label { animation: kAuf .72s cubic-bezier(.2,.7,.3,1) forwards; }
.modell-figur.in .s1 { animation-delay: .05s; }
.modell-figur.in .s2 { animation-delay: .23s; }
.modell-figur.in .s3 { animation-delay: .41s; }
.modell-figur.in .s4 { animation-delay: .59s; }
.modell-figur.in .s5 { animation-delay: .77s; }
.modell-figur.in .k-zentrum { animation: kMitte .9s cubic-bezier(.2,.7,.3,1) 1.2s forwards; }

@keyframes kAuf { to { opacity: 1; transform: scale(1); } }
@keyframes kMitte {
  0%   { opacity: 0; transform: scale(.9); }
  60%  { opacity: 1; transform: scale(1.035); }
  100% { opacity: 1; transform: scale(1); }
}

/* Formel: die drei Zeilen landen nacheinander, das goldene Wort
   entzuendet sich jeweils kurz danach. KI kommt zuletzt und sanfter. */
.statement .big.formel { opacity: 1; transform: none; transition: none; }
.statement .big.formel .zeile { display: block; opacity: 0; transform: translateY(20px); }
.statement .big.formel .go { color: #8d897d; }
.statement .big.formel.in .zeile { animation: zAuf .75s cubic-bezier(.2,.7,.3,1) forwards; }
.statement .big.formel.in .z1 { animation-delay: .10s; }
.statement .big.formel.in .z2 { animation-delay: .85s; }
.statement .big.formel.in .z3 { animation-delay: 1.60s; animation-duration: 1.05s; }
.statement .big.formel.in .zeile .go { animation: goldAuf .65s ease forwards; }
.statement .big.formel.in .z1 .go { animation-delay: .58s; }
.statement .big.formel.in .z2 .go { animation-delay: 1.33s; }
.statement .big.formel.in .z3 .go { animation-delay: 2.18s; }

@keyframes zAuf { to { opacity: 1; transform: translateY(0); } }
@keyframes goldAuf { to { color: var(--gold); } }

@media (prefers-reduced-motion: reduce) {
  .k-kreis, .k-label, .k-zentrum,
  .statement .big.formel .zeile { opacity: 1; transform: none; animation: none !important; }
  .statement .big.formel .go { color: var(--gold); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 32px; border-radius: 999px; font-weight: 600; font-size: 1rem;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--gold-warm); outline-offset: 3px; }
.btn:active { transform: translateY(0); }
.nav a:focus-visible, .footer-links a:focus-visible, .admin-lock:focus-visible { outline: 2px solid var(--gold-warm); outline-offset: 3px; border-radius: 2px; }

/* Skip-Link (Tastatur/Screenreader) */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--anthrazit); color: var(--creme);
  padding: 12px 22px; border-radius: 0 0 10px 0; font-weight: 600; }
.skip-link:focus { left: 0; }
.btn--gold { background: var(--gold); color: var(--anthrazit); }
.btn--gold:hover { background: var(--gold-warm); }
.btn--outline { background: transparent; border-color: var(--anthrazit); color: var(--anthrazit); }
.btn--outline:hover { background: var(--anthrazit); color: var(--creme); }
.btn--light { background: var(--creme); color: var(--anthrazit); }
.btn--login { background: transparent; border-color: var(--linie); color: var(--anthrazit); }
.btn--login:hover { background: var(--creme-2); border-color: var(--anthrazit); }
.btn--login svg { width: 16px; height: 16px; }
.btn--ghost-light { background: transparent; border-color: rgba(255,255,255,.4); color: var(--creme); }
.btn--ghost-light:hover { background: rgba(255,255,255,.1); border-color: var(--creme); }
.arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(249,248,246,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { border-color: var(--linie); box-shadow: 0 4px 20px rgba(47,50,48,.05); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 106px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand img.brand-mark { height: 44px; width: auto; }
.brand-lock { display: flex; flex-direction: column; line-height: 1; }
.brand-name2 { font-family: var(--sans); font-weight: 600; letter-spacing: .1em; font-size: 1.02rem; color: var(--anthrazit); white-space: nowrap; }
.brand-sub { font-family: var(--sans); font-weight: 600; letter-spacing: .265em; font-size: .49rem; color: var(--anthrazit); margin-top: 4px; white-space: nowrap; }
.brand-sub b { color: var(--gold-warm); font-weight: 700; }
.brand-slogan { font-family: var(--sans); font-weight: 600; letter-spacing: .01em; font-size: .6rem; color: var(--gold-warm); margin-top: 5px; white-space: nowrap; }
.brand-slogan b { color: var(--gold-warm); font-weight: 700; }
/* Bild-Logo (echtes Marken-Logo) */
.brand img:not(.brand-mark) { height: 84px; width: auto; }
.brand-name { font-family: var(--serif); font-size: 1.2rem; color: var(--gold-warm); letter-spacing: .3px; }
.nav { display: flex; align-items: center; gap: 20px; }
.nav a { color: var(--anthrazit); font-weight: 500; font-size: .94rem; white-space: nowrap; }
.nav a:hover { color: var(--gold-warm); text-decoration: none; }
.nav .btn { padding: 10px 22px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--anthrazit); cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--creme); overflow: hidden;
  background:
    radial-gradient(120% 90% at 82% 8%, #2e2a20 0%, #1b1a1500 55%),
    radial-gradient(90% 80% at 6% 100%, #26201c 0%, #14151300 55%),
    #14120f;
  padding: 116px 0 128px;
}
.hero .grain { position: absolute; inset: 0; opacity: .055; mix-blend-mode: overlay; background-image: var(--grain); pointer-events: none; }
.hero .bg-ki { position: absolute; right: -1%; top: 34%; z-index: 0; font-family: var(--display); font-size: min(44vw, 680px); line-height: .8; color: #fff; opacity: .022; letter-spacing: -.02em; pointer-events: none; user-select: none; }
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }
.hero .h-photo { position: relative; border-radius: 3px; overflow: hidden; align-self: stretch; min-height: 480px;
  box-shadow: 0 34px 90px rgba(0,0,0,.55); border-top: 3px solid var(--gold); }
.hero .h-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; display: block; filter: contrast(1.04) saturate(.97) brightness(.98); }
.hero .h-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,18,15,.12), transparent 26%, transparent 66%, rgba(20,18,15,.55)); }
.hero .h-photo::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image: var(--grain); opacity: .07; mix-blend-mode: overlay; }
.hero h1 { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .98; font-size: clamp(2.5rem, 5vw, 4.7rem); letter-spacing: .005em; color: var(--creme); margin-bottom: 0; }
.hero h1 .hl, .hero h1 .go { color: var(--gold); }
.hero .lead { font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.55rem); color: #d7d3c8; max-width: 680px; margin-top: 28px; line-height: 1.42; }
.hero .eyebrow { color: var(--gold); }
.hero .hero-brush { margin: 40px 0 0; width: min(680px, 94%); }
.hero .hero-rating { margin-top: 34px; display: flex; align-items: center; gap: 12px; color: #cfccc2; font-size: .98rem; flex-wrap: wrap; }
.hero .hero-rating .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.1rem; }
.hero .hero-rating strong { color: var(--creme); }
/* bewusst ruhig gehalten — keine Glow-Effekte; nur ein stilles Marken-Wasserzeichen */
.site-footer { position: relative; overflow: hidden; }
.footer-mark { position: absolute; right: 28px; bottom: 22px; width: 120px; opacity: .08; pointer-events: none; }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { color: var(--creme); }
.hero h1 .hl { color: var(--gold); }
.hero .lead { color: #d9d5cd; font-size: 1.28rem; }
.hero .eyebrow { color: var(--gold-soft); }
.hero .cta-row { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-rating { margin-top: 26px; display: flex; align-items: center; gap: 10px; color: #d9d5cd; font-size: .98rem; flex-wrap: wrap; }
.hero-rating .stars { color: var(--gold); letter-spacing: 2px; }
.hero-rating strong { color: var(--creme); }
.hero-sublink { margin-top: 16px; }
.hero-sublink a { color: #b9b6ae; font-size: .95rem; text-decoration: underline; text-underline-offset: 4px; }
.hero-sublink a:hover { color: var(--gold-soft); }

/* Zitat-Leiste (Social Proof oben, rotierend) */
.quote-strip { background: var(--weiss); border-bottom: 1px solid var(--linie); }
.quote-strip .inner { max-width: 840px; margin: 0 auto; text-align: center; padding: 46px 24px 40px; }
.quote-strip .stars { color: var(--gold-warm); letter-spacing: 3px; font-size: 1.05rem; }
.quote-strip .q-stage { position: relative; min-height: 118px; }
.quote-strip .q-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; }
.quote-strip .q-slide.on { opacity: 1; pointer-events: auto; }
.quote-strip p { font-family: var(--serif); font-style: italic; font-size: 1.26rem; color: var(--anthrazit); margin: 12px 0 8px; }
.quote-strip .who { color: var(--text-soft); font-size: .9rem; }
.q-dots { margin-top: 10px; display: flex; gap: 8px; justify-content: center; }
.q-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--linie); cursor: pointer; padding: 0; transition: background .2s ease, transform .2s ease; }
.q-dots button.on { background: var(--gold-warm); transform: scale(1.25); }
@media (max-width: 640px) { .quote-strip .q-stage { min-height: 190px; } }

/* Segment-Pills (Privat / Coaches) */
.seg-pill { display: inline-block; background: var(--creme-2); border: 1px solid var(--linie); color: var(--gold-warm);
  font-size: .74rem; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; padding: 7px 18px; border-radius: 999px; }

/* ---------- Section eyebrow head ---------- */
.head { max-width: 720px; }
.center .head { margin: 0 auto; }

/* ---------- Problem-Sektion ---------- */
.problem { background: var(--weiss); }
.ico {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: var(--creme-2); color: var(--gold-warm); margin-bottom: 18px;
}
.ico svg { width: 26px; height: 26px; }

/* ---------- Grid / Cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 32px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: #ded8cd; }
.card .tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold-warm); margin-bottom: 12px; }
.card.is-free .tag { color: var(--gruen); }
.card ul { margin: 16px 0 0; padding-left: 0; list-style: none; color: var(--text-soft); }
.card ul li { margin-bottom: 9px; padding-left: 26px; position: relative; }
.card ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold-soft); }
.card ul li::after { content: ""; position: absolute; left: 4px; top: 12px; width: 6px; height: 3px; border-left: 2px solid var(--anthrazit); border-bottom: 2px solid var(--anthrazit); transform: rotate(-45deg); }


/* Coaches & Berater (B2B) — optisch klar getrennt */
.b2b{ margin-top:88px; background:var(--creme); border:1px solid var(--linie); border-radius:26px; padding:64px 44px 56px; }
.b2b .card h3{ font-size:1.2rem; }

/* SeinNEtic: Venn-Diagramm (Blüte) */
.modell-figur{ max-width:720px; margin:44px auto 0; }
  box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 4px 14px rgba(0,0,0,.35);
  border:1px solid rgba(212,181,101,.28); }
  transition: box-shadow .2s ease; }
.modell-figur svg{ display:block; width:100%; height:auto; }
.vd{ cursor:pointer; }
.vd circle{ transition:fill-opacity .25s ease, stroke-width .25s ease; }
.vd:hover circle{ fill-opacity:.45; }
.vd.active circle{ fill-opacity:.52; stroke-width:4; }
.vd:focus-visible{ outline:none; }
.vd:focus-visible circle{ stroke-width:4.5; }
.vd text{ pointer-events:none; }
.modell-hint{ text-align:center; color:#8a8f8b; font-size:.85rem; margin-top:10px; letter-spacing:.4px; }

/* SeinNEtic: Ornament + Alltag */
.alltag{ max-width:780px; margin:40px auto 0; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); border-radius:16px; padding:28px 32px; }
.alltag h3{ color:var(--gold-soft); font-size:1.08rem; text-align:center; margin-bottom:16px; }
.alltag ul{ list-style:none; display:grid; grid-template-columns:repeat(3,1fr); gap:12px 26px; margin:0; padding:0; }
.alltag li{ color:#cfccc4; font-size:.95rem; padding-left:26px; position:relative; }
.alltag li::before{ content:"✓"; position:absolute; left:0; color:var(--gruen); font-weight:700; }

/* Admin-Zugang (dezent) */
.admin-lock{ opacity:.3; text-decoration:none; font-size:.95rem; transition:opacity .15s ease; }
.admin-lock:hover{ opacity:1; text-decoration:none; }


/* ---------- Lösung / SeinNEtic ---------- */
.solution { background: var(--creme); }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.pillar { text-align: center; padding: 30px 22px; background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); }
.pillar .p-ico { font-family: var(--serif); font-size: 1.8rem; color: var(--gold-warm); margin-bottom: 8px; }

/* ---------- Methodik 5K ---------- */
.method { background: var(--anthrazit); color: var(--creme); }
.method h2, .method h3 { color: var(--creme); }
.method .eyebrow { color: var(--gold-soft); }
.method .lead { color: #cfccc4; }

/* SeinNEtic Modell */

/* Detail-Panel des interaktiven Modells */
.dim-detail { max-width: 860px; margin: 26px auto 0; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13);
  border-left: 4px solid var(--gold); border-radius: 14px; padding: 26px 30px; text-align: left; min-height: 150px; }
.dim-detail h3 { color: var(--gold-soft); font-size: 1.2rem; margin-bottom: 8px; }
.dim-detail p { color: #cfccc4; margin: 0 0 10px; font-size: 1rem; }
.dim-detail .im-alltag { color: var(--gruen); font-size: .95rem; font-weight: 500; margin: 0; }
.dim-detail.fade { animation: detailFade .35s ease; }
@keyframes detailFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ki-support { margin-top: 32px; text-align: center; color: #b9b6ae; font-size: .96rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.ki-support strong { color: var(--gold-soft); }
.modell-tagline { margin-top: 26px; text-align: center; font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--gold-soft); }

/* ---------- 5K-Modell (gezeichnete Grafik) ---------- */
.k-bild{ position:relative; max-width:700px; margin:0 auto; padding:26px 22px;
  background:#fdfdfb; border-radius:24px; border:1px solid rgba(212,181,101,.28);
  box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 4px 14px rgba(0,0,0,.35); }
.k-bild svg{ display:block; width:100%; height:auto; }
.k-bild svg circle[stroke]{ fill-opacity:.30; }
.k-name{ font-family:var(--serif); font-weight:600; font-size:20px; fill:var(--anthrazit); }
.k-sub{ font-family:var(--sans); font-size:12px; fill:var(--text-soft); }
.k-mitte{ font-family:var(--serif); font-weight:600; font-size:21px; fill:#2F3230; }
.k-mitte-sub{ font-family:var(--sans); font-size:12.5px; fill:#5b605d; }
.kv{ position:absolute; background:transparent; border:0; border-radius:50%; cursor:pointer; padding:0;
  transition: box-shadow .2s ease; }
.kv:hover{ box-shadow: 0 0 30px 2px rgba(212,181,101,.22); }
.kv.active{ box-shadow: 0 0 44px 6px rgba(212,181,101,.30); }
.kv:focus-visible{ outline:none; box-shadow: 0 0 0 3px var(--gold); }
@media (max-width:640px){ .k-name{ font-size:17px; } .k-sub{ font-size:10.5px; } .k-mitte{ font-size:18px; } .k-mitte-sub{ font-size:11px; } }


/* ---------- Ablauf / Steps ---------- */
.steps { background: var(--weiss); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 48px; counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step .n { font-family: var(--serif); font-size: 1.1rem; width: 46px; height: 46px; border-radius: 50%; background: var(--creme-2); color: var(--gold-warm); display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 16px; }
.step h3 { font-size: 1.15rem; }
.step p { color: var(--text-soft); font-size: .96rem; }

/* ---------- Werte ---------- */
.values { background: var(--creme); }
.value { background: var(--weiss); border-left: 4px solid var(--gold); border-radius: 0; padding: 26px 28px; box-shadow: var(--shadow-soft); }
.value h3 { font-size: 1.15rem; }
.value p { margin: 0; color: var(--text-soft); font-size: .97rem; }

/* ---------- Über mich ---------- */
.about { background: var(--weiss); }
.about .split { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: center; }
.about .split.solo { grid-template-columns: 1fr; max-width: 780px; margin: 0 auto; }
.sig { font-family: var(--serif); font-style: italic; color: var(--gold-warm); font-size: 1.3rem; margin-top: 6px; }

/* ---------- Bewertungen (ProvenExpert) ---------- */
.reviews { background: var(--weiss); }
.pe-summary { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.pe-summary .pe-score { font-family: var(--serif); font-size: 2rem; color: var(--anthrazit); }
.pe-summary .stars { color: var(--gold-warm); letter-spacing: 2px; font-size: 1.25rem; }
.pe-summary .pe-meta { color: var(--text-soft); font-size: .95rem; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-top: 44px; }
.review { background: var(--creme); border: 1px solid var(--linie); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.review .stars { color: var(--gold-warm); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 12px; }
.review p { color: var(--text-soft); font-style: italic; margin: 0 0 18px; }
.review .who { margin-top: auto; font-weight: 600; color: var(--anthrazit); font-size: .95rem; }
.review .who span { display: block; font-weight: 400; color: var(--text-soft); font-size: .82rem; margin-top: 2px; }
.review.placeholder { border-style: dashed; }
.review.placeholder p { font-style: normal; color: #9aa09c; }

/* ---------- Selbstcheck ---------- */
.selfcheck { background: var(--creme); }
.check-card { max-width: 760px; margin: 44px auto 0; background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-soft); }
.q { padding: 18px 0; border-bottom: 1px solid var(--linie); }
.q:first-child { padding-top: 0; }
.q-text { font-weight: 600; color: var(--anthrazit); margin: 0 0 14px; }
.opts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.opt { padding: 11px 8px; border: 1px solid var(--linie); border-radius: 10px; background: var(--creme); color: var(--text-soft); font-size: .9rem; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease; font-family: var(--sans); }
.opt:hover { border-color: var(--gold); }
.opt.sel { background: var(--gold); border-color: var(--gold); color: var(--anthrazit); font-weight: 600; }
#checkEval { margin-top: 26px; }
.check-result { max-width: 760px; margin: 30px auto 0; background: var(--anthrazit); color: var(--creme); border-radius: var(--radius); padding: 40px 36px; text-align: center; box-shadow: var(--shadow); }
.check-result h3 { color: var(--gold); font-size: 1.55rem; margin-bottom: 10px; }
.check-result p { color: #d9d5cd; }
.res-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.check-result .btn--outline { border-color: var(--creme); color: var(--creme); }
.check-result .btn--outline:hover { background: var(--creme); color: var(--anthrazit); }
.check-disclaimer { font-size: .8rem; color: #9aa09c; margin-top: 22px; }
@media (max-width: 560px) { .opts { grid-template-columns: 1fr 1fr; } }

/* ---------- Blockaden-Finder ---------- */
.bf-hero { padding: 120px 0 96px; text-align: center; }
.bf-hero .wrap { position: relative; }
.bf-hero .big { margin: 0 0 .35em; color: var(--creme); }
.bf-hero p { position: relative; color: #cfccc2; max-width: 640px; margin: 0 auto; }
.bf-meta { position: relative; display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; margin-top: 26px; font-family: var(--label); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-soft); }
.bf { padding: 40px 38px; }
.bf-step { font-family: var(--label); text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 600; color: var(--text-soft); margin: 0 0 10px; }
.bf-step--gold { color: var(--gold); }
.bf-frage { font-family: var(--serif); font-size: 1.4rem; line-height: 1.4; color: var(--anthrazit); margin: 0 0 24px; }
.bf-progress { height: 6px; border-radius: 999px; background: var(--creme-2); overflow: hidden; margin: 4px 0 26px; }
.bf-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold-warm), var(--gold)); transition: width .3s ease; }
.bf .opt { padding: 15px 10px; font-size: .95rem; }
.opt:focus-visible { outline: 2px solid var(--gold-warm); outline-offset: 2px; }
.opt:active { transform: scale(.98); }
.bf-back { margin-top: 22px; background: none; border: 0; padding: 6px 2px; font-family: var(--sans); font-size: .9rem; color: var(--text-soft); cursor: pointer; transition: color .15s ease; }
.bf-back:hover, .bf-restart:hover { color: var(--gold-warm); }
.bf-back:focus-visible, .bf-restart:focus-visible { outline: 2px solid var(--gold-warm); outline-offset: 2px; }
.bf-back:active, .bf-restart:active { transform: translateY(1px); }
.bf-picks { display: grid; gap: 12px; }
.bf-pick { text-align: left; padding: 18px 20px; font-family: var(--serif); font-size: 1.08rem; color: var(--anthrazit); }
.bf-result h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .015em; font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.bf-quote { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--gold-soft); margin: 4px 0 18px; }
.bf-result #bfText { max-width: 620px; margin-left: auto; margin-right: auto; }
.bf-darf { border: 1px solid rgba(212, 181, 101, .45); border-radius: 12px; padding: 15px 20px; max-width: 620px; margin: 20px auto 0; color: var(--gold-soft); }
.bf-darf strong { color: var(--gold); }
.bf-neben { color: #b9b5ab; font-size: .95rem; margin: 18px 0 0; }
.bf-hinweis { font-size: .85rem; color: #9aa09c; margin: 18px 0 0; }
.bf-restart { margin-top: 26px; background: none; border: 0; padding: 6px 2px; font-family: var(--sans); font-size: .9rem; color: #b9b5ab; cursor: pointer; transition: color .15s ease; }
@media (max-width: 640px) {
  .bf { padding: 30px 22px; }
  .bf-frage { font-size: 1.2rem; }
  .bf-hero { padding: 96px 0 76px; }
}

/* ---------- FAQ ---------- */
.faq { background: var(--creme); }
.faq-list { max-width: 800px; margin: 44px auto 0; }
.faq details { background: var(--weiss); border: 1px solid var(--linie); border-radius: 14px; margin-bottom: 14px; padding: 4px 8px; transition: box-shadow .18s ease; }
.faq details[open] { box-shadow: var(--shadow-soft); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 18px; font-family: var(--serif); font-size: 1.12rem; color: var(--anthrazit); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 26px; height: 26px; position: relative; transition: transform .2s ease; }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; background: var(--gold-warm); border-radius: 2px; }
.faq summary .plus::before { left: 4px; right: 4px; top: 11px; height: 3px; }
.faq summary .plus::after { top: 4px; bottom: 4px; left: 11px; width: 3px; transition: opacity .2s ease; }
.faq details[open] summary .plus::after { opacity: 0; }
.faq details[open] summary .plus { transform: rotate(180deg); }
.faq .answer { padding: 0 18px 22px; color: var(--text-soft); }
.faq .answer p { margin: 0; }

/* ---------- CTA Band ---------- */
.cta-band { background: radial-gradient(120% 140% at 50% 0%, var(--gold) 0%, var(--gold-warm) 100%); color: var(--anthrazit); text-align: center; }
.cta-band h2 { color: var(--anthrazit); }
.cta-band p { color: #4a3d1c; max-width: 620px; margin: 0 auto 28px; }
.cta-band .btn--outline { border-color: var(--anthrazit); color: var(--anthrazit); }
.cta-band .btn--outline:hover { background: var(--anthrazit); color: var(--gold); }

/* ---------- Kontakt ---------- */
.contact { background: var(--weiss); }
.contact-box { background: var(--creme); border: 1px solid var(--linie); border-radius: var(--radius); padding: 38px; }
.contact-box a { font-weight: 600; }
.ai-note { background: var(--creme-2); border: 1px solid var(--linie); border-left: 4px solid var(--gold); border-radius: 12px; padding: 20px 24px; font-size: .95rem; color: var(--text-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--anthrazit-deep); color: #cfd3d0; padding: 64px 0 34px; }
.site-footer a { color: #cfd3d0; }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; margin-bottom: 36px; }
.footer-grid .brand-name { color: var(--gold); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.footer-bottom { border-top: 1px solid #3a3e3b; padding-top: 24px; font-size: .85rem; color: #9aa09c; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ---------- Legal pages ---------- */
.legal { background: var(--creme); padding: 64px 0; }
.legal .paper { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 44px; max-width: 820px; margin: 0 auto; box-shadow: var(--shadow-soft); }
.legal h1 { font-size: 2.1rem; }
.legal h2 { font-size: 1.25rem; margin-top: 1.8em; }
.legal p, .legal li { color: var(--text-soft); font-size: .98rem; }
.legal .back { display: inline-block; margin-bottom: 22px; color: var(--text-soft); font-weight: 500; }
.legal .stand { color: #9aa09c; font-size: .9rem; }
.platzhalter { background: #fdf6e3; border: 1px solid #eadfbf; border-radius: 10px; padding: 14px 18px; color: #8a6d1f; font-size: .92rem; }

/* ---------- Druck / PDF ---------- */
@media print {
  html, body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .k-kreis, .k-label, .k-zentrum,
  .statement .big.formel .zeile { opacity: 1 !important; transform: none !important; animation: none !important; }
  .statement .big.formel .go { color: var(--gold) !important; }
  .site-header { position: static; }
  .nav-toggle, .admin-lock, .marquee, .bg-ki, .grain, .to-top, #scrollProgress, .skip-link { display: none !important; }
  .section { page-break-inside: avoid; }
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .grid-3, .pillars, .steps-grid { grid-template-columns: 1fr 1fr; }
  .about .split { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 1100px) {
  .nav { position: absolute; top: 106px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: var(--creme); border-bottom: 1px solid var(--linie); padding: 18px 24px; gap: 14px; display: none; box-shadow: var(--shadow-soft); }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
}
@media (max-width: 920px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 34px; }
  .hero .h-photo { min-height: 340px; max-height: 480px; }
}
@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .grid-3, .grid-2, .pillars, .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 90px 0 96px; }
  .alltag ul { grid-template-columns: 1fr; }
  .b2b { padding: 48px 24px; }
  .hero-brush svg { width: 100%; height: 74px; }
  .hero-brush .line { font-size: 11px; line-height: 1.22; padding: 0 5%; }
}
