/* ============================================================
   SpiritMagicCall — Design System
   Cleaned: 2026-03-24
   Structure: Variables > Fonts > Reset > Typography > Buttons >
              Nav > Hero > Gold-bg > Sections > Content > Cards >
              Footer > Blog > Legal > 404 > Utilities > Responsive

   CONVENTION: Gold-bg is the DEFAULT context.
   Dark contexts (.s-dark, .s-darker, footer, .menu-overlay,
   .post-card, .post-detail, body itself) override to light text.
   ============================================================ */

/* === CSS VARIABLES === */
:root {
  --bg: #06050b;
  --gold: #c9a84c;
  --gold-l: #f0d078;
  --gold-p: #fff8e0;
  --txt: #e8e4dc;
  --txt2: #9a9490;
  --txt3: #6a6460;
  --brd: rgba(201,168,76,.15);
}

/* === FONTS === */
@font-face {
  font-family: 'CG';
  src: url(/kunden/fonts/cormorant-latin.woff2) format('woff2');
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'CG';
  src: url(/kunden/fonts/cormorant-italic-latin.woff2) format('woff2');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'OF';
  src: url(/kunden/fonts/outfit-latin.woff2) format('woff2');
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122;
}

/* === RESET & BASE === */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  font-family: 'OF', system-ui, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  background: var(--bg);
  color: var(--txt);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

/* === STARS CANVAS === */
#stars {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ============================================================
   TYPOGRAPHY — Gold-bg is DEFAULT
   ============================================================ */
h1, h2, h3, h4 { font-family: 'CG', Georgia, serif; }
h1, h2, h3 { line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; margin-bottom: 1.5rem; }
h3 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 400; }
h4 { font-weight: 400; }

/* Base colors (gold-bg context = default) */
h1 { color: #8b6914; text-shadow: 3px 4px 7px rgba(40,20,0,.8); }
h1 em { font-style: italic; color: #2d5a27; -webkit-text-stroke: none; font-weight: 600; -webkit-text-fill-color: #2d5a27; }
h2 { color: #8b6914; text-shadow: 3px 4px 7px rgba(40,20,0,.8); }
h2 em { font-style: italic; color: #2d5a27; -webkit-text-stroke: none; font-weight: 600; -webkit-text-fill-color: #2d5a27; }
h3 { color: #8b6914; text-shadow: 2px 3px 6px rgba(40,20,0,.7); }
h3 em { font-style: italic; color: #2d5a27; -webkit-text-stroke: none; font-weight: 600; -webkit-text-fill-color: #2d5a27; }
h4 { color: #8b6914; text-shadow: 2px 3px 5px rgba(40,20,0,.6); }
h4 em { font-style: italic; color: #2d5a27; -webkit-text-stroke: none; font-weight: 600; -webkit-text-fill-color: #2d5a27; }

/* Body text (gold-bg context = default) */
p, li { color: #8b6914; }
blockquote { color: #8b6914; font-family: 'CG', Georgia, serif; font-style: italic; }
a { color: #5a3a00; }
a:hover { color: #9a7b1a; }
strong { color: #0a0500; }
em { color: #6b4e0a; font-weight: 600; }

/* Special text classes */
.text-italic-lg { font-family: 'CG', Georgia, serif; font-style: italic; font-weight: 500; font-size: 1.35rem; }
.gold-italic { color: #8b6914; font-family: 'CG', Georgia, serif; font-size: 1.35rem; font-weight: 500; font-style: italic; }
.gold-italic-sm { color: #9a7b1a; font-family: 'CG', Georgia, serif; }
.link-gold { color: #c9a84c; }
.strong-gold { color: #3a2510; }
.text-center { text-align: center; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-family: 'OF', system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
  border: none;
}
.bp {
  background: linear-gradient(135deg, #f0d078, #fff8e0);
  color: #2a1500;
  box-shadow: 0 4px 15px rgba(201,168,76,.3);
  font-weight: 600;
}
.bp:hover { background: linear-gradient(135deg, #fff8e0, #f0d078); box-shadow: 0 0 15px rgba(240,208,120,.6), 0 8px 32px rgba(201,168,76,.4); transform: translateY(-2px); }
.bs {
  background: rgba(42,24,0,.75);
  color: #f0d078;
  border: 1px solid rgba(201,168,76,.4);
  box-shadow: 0 4px 15px rgba(0,0,0,.3);
}
.bs:hover { background: rgba(42,24,0,.9); color: #fff8e0; box-shadow: 0 0 15px rgba(240,208,120,.3), 0 8px 32px rgba(42,24,0,.4); transform: translateY(-2px); text-shadow: 0 0 10px rgba(240,208,120,.4); }
.btn-mt { margin-top: 1rem; }
.btn-full { width: 100%; justify-content: center; }
.btn-cta-lg { font-size: 1.2rem; padding: 1.2rem 3rem; }

/* ============================================================
   NAV (always dark bg context)
   ============================================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: .4rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(6,5,11,1) 0%, rgba(6,5,11,.3) 80%, transparent 100%);
  transition: background .4s;
}
nav.scrolled { background: rgba(6,5,11,.55); backdrop-filter: blur(20px); border-bottom: 1px solid var(--brd); }
nav.nav-solid { background: #06050b; border-bottom: 1px solid rgba(201,168,76,.2); }
.nl img {
  height: 88px; width: auto;
  filter: invert(1) sepia(1) saturate(2) hue-rotate(10deg) brightness(1.4)
    drop-shadow(0 0 10px rgba(240,208,120,1))
    drop-shadow(0 0 25px rgba(201,168,76,.7));
}
.nk { display: flex; gap: 1.5rem; align-items: center; }
.nk a {
  color: var(--gold-p);
  text-decoration: none;
  text-shadow: 0 0 10px rgba(240,208,120,1), 0 0 25px rgba(201,168,76,.7);
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: opacity .3s;
  opacity: .7;
}
.nk a:hover { opacity: 1; color: #fff; }
.nk a.active { opacity: 1; color: var(--gold-l); }
.nc, .nk .nc, .nk .nc-erfolg {
  background: linear-gradient(135deg, #f0d078, #fff8e0);
  color: #2a1500;
  padding: .6rem 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  text-shadow: none;
  box-shadow: 0 0 8px rgba(240,208,120,.6);
  opacity: 1;
}
.nc-erfolg {
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'OF', system-ui, sans-serif;
}
.nc:hover, .nc-erfolg:hover {
  background: linear-gradient(135deg, #fff8e0, #f0d078);
  box-shadow: 0 0 15px rgba(240,208,120,.8), 0 0 30px rgba(240,208,120,.4);
  transform: translateY(-1px);
}

/* Nav dropdown */
.nav-dropdown { display: inline-flex; align-items: center; position: relative; }
.nav-dropdown-toggle { cursor: pointer; }
.nav-dropdown-toggle::after { content: ' \25BE'; font-size: .6em; opacity: .5; }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: rgba(42,24,0,.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,168,76,.4);
  border-radius: 6px;
  padding: .5rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s;
  z-index: 200;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; }
.nav-dropdown-menu a {
  display: block;
  padding: .5rem 1.2rem;
  font-size: .75rem;
  white-space: nowrap;
  color: #f0d078;
  opacity: .8;
  transition: all .2s;
  text-shadow: none;
}
.nav-dropdown-menu a:hover {
  opacity: 1;
  color: #fff8e0;
  background: rgba(201,168,76,.15);
  text-shadow: 0 0 10px rgba(240,208,120,.6), 0 0 25px rgba(201,168,76,.3);
}
.nav-dropdown-menu a.active { opacity: 1; color: var(--gold-l); }

/* Nav menu trigger */
.nav-menu-trigger {
  color: var(--gold-p);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s;
  opacity: .8;
  padding: .4rem .8rem;
  font-family: 'OF', system-ui, sans-serif;
}
.nav-menu-trigger:hover,
.nav-menu-trigger.active {
  opacity: 1;
  color: var(--gold-l);
  text-shadow: 0 0 10px rgba(240,208,120,.6), 0 0 20px rgba(240,208,120,.3);
}

/* ============================================================
   MOBILE NAV (dark bg context)
   ============================================================ */
.md { display: none; }
.mm {
  display: none;
  position: fixed; inset: 0;
  z-index: 140;
  background: rgba(6,5,11,.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
.mm.open { display: flex; }
.mm a {
  color: var(--gold-p);
  text-decoration: none;
  font-family: 'CG', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(240,208,120,.5);
}
.mm a.active-mobile { color: var(--gold-l); }
.mm .mc {
  margin-top: .5rem;
  padding: .8rem 2.5rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-l));
  color: var(--bg);
  border-radius: 4px;
  font-family: 'OF', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: none;
}
.cm {
  position: absolute;
  top: 1.2rem; right: 1.5rem;
  font-size: 2.5rem;
  color: var(--gold);
  cursor: pointer;
  background: transparent;
  border: none;
  line-height: 1;
}
.mm-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  padding-bottom: .8rem;
  width: 80%;
}
.mm-label {
  font-family: 'OF', system-ui, sans-serif;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(201,168,76,.5);
  pointer-events: none;
}
.mm-group a { font-size: 1.2rem; }

/* ============================================================
   MEGA MENU (dark bg context)
   ============================================================ */
.menu-overlay {
  position: fixed;
  top: 110px;
  left: 0; right: 0; bottom: 0;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.menu-overlay.open { opacity: 1; visibility: visible; }
.menu-overlay-top {
  background: rgba(6,5,11,.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px 40px 30px;
}
.menu-overlay-mid { flex: 1; cursor: pointer; background: transparent; }
.menu-overlay-bottom {
  background: rgba(6,5,11,.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.menu-overlay-bottom a {
  color: var(--gold-p);
  text-decoration: none;
  font-family: "OF", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .85rem;
  font-weight: 500;
  opacity: .8;
  transition: all .3s;
}
.menu-overlay-bottom a:hover {
  color: var(--gold-l);
  opacity: 1;
  text-shadow: 0 0 10px rgba(240,208,120,.6), 0 0 20px rgba(240,208,120,.3);
}
.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.mega-menu-col { display: flex; flex-direction: column; gap: .2rem; }
.mega-menu-heading {
  color: #f0d078;
  font-family: 'OF', system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .6rem;
  opacity: .95;
  pointer-events: none;
  user-select: none;
}
.mega-menu-grid a {
  color: #f0d078;
  text-decoration: none;
  font-family: 'OF', system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .35rem 0;
  transition: all .3s;
  opacity: .7;
  display: block;
}
.mega-menu-grid a:hover {
  opacity: 1;
  color: #fff8e0;
  text-shadow: 0 0 10px rgba(240,208,120,.6), 0 0 20px rgba(240,208,120,.3);
}
.menu-overlay .mega-menu-grid a.active {
  color: #fff8e0;
  opacity: 1;
  text-shadow: 0 0 10px rgba(240,208,120,.8), 0 0 25px rgba(240,208,120,.5);
}

/* ============================================================
   HERO (gold-paper bg context)
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: visible;
  background: url(/kunden/img/bg-gold-paper.jpg) center/cover;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url(/kunden/img/bg-gold-paper.jpg) center/cover;
  filter: blur(10px) brightness(1.1);
  z-index: 0;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hv {
  filter: blur(6px);
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; top: 0; left: 0;
  opacity: .5;
  transition: opacity 1.5s ease;
}
.hv-hidden { opacity: 0; }
.hero-dk, .hero-dt, .hero-db { display: none; }
.hc {
  position: relative;
  z-index: 10;
  display: block;
  padding: 140px 60px 60px;
  overflow: visible;
}
.ht { text-align: left; background: rgba(255,248,224,.55); backdrop-filter: blur(8px); padding: 1rem 2.5rem 2rem; border-radius: 1rem; position: relative; z-index: 1; }
.hf { float: right; margin: 0 0 2rem 3rem; position: relative; z-index: 2; }
.hf img {
  height: 580px; width: auto;
  display: block;
  filter: drop-shadow(0 0 40px rgba(201,168,76,.2)) drop-shadow(0 20px 60px rgba(0,0,0,.5));
}
.hb {
  display: block; width: fit-content; margin-left: auto; margin-right: auto;
  padding: .4rem 1.2rem;
  border: 1px solid var(--brd);
  border-radius: 100px;
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #5a4010;
  margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); color: #7a5c10; margin-bottom: 1.5rem; }
.hs { color: #8b6914; margin-bottom: 1rem; }
.hero-list { list-style: none; padding: 0; margin: 0 0 1.5rem 0; color: #8b6914; }
.hero-bottom { display: flex; align-items: center; gap: 2rem; margin: 1.5rem 0; }
.hero-bottom .hs { flex: 1; margin-bottom: 0; }
.hero-bottom-right { display: flex; flex-direction: column; gap: 1rem; flex-shrink: 0; }
.hero-list li { padding: .1rem 0; font-size: 1.32rem; line-height: 1.53; }
.hero-list li::before { content: "\2726 "; color: #c9a52a; margin-right: .5rem; }
.hero-motto {
  font-family: 'CG', Georgia, serif;
  font-style: italic;
  font-size: 1.65em;
  color: #8b6914;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 1.5rem 0;
}
.ha { display: flex; gap: 1rem; flex-wrap: wrap; }
.ha-clear { clear: both; padding-top: 1.5rem; }
.tr { margin-top: 3rem; display: flex; gap: 3.5rem; justify-content: center; }
.tri { text-align: center; }
.tri .n { font-family: "CG", Georgia, serif; font-size: 3rem; font-weight: 700; color: #2d5a27; line-height: 1.1; }
.tri .l { font-size: 1.2rem; letter-spacing: .12em; text-transform: uppercase; color: #2d5a27; margin-top: .35rem; font-weight: 600; }

/* Scroll hint */
.sh {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 15;
  opacity: .8;
  cursor: pointer;
  transition: opacity .5s;
}
.sh span { display: block; color: #5a4010; font-size: 2rem; line-height: 1; animation: shpulse 2s ease-in-out infinite; }
.sh small { display: block; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: #5a4010; margin-top: .3rem; text-shadow: none; }
.sh.gone { opacity: 0; pointer-events: none; }
@keyframes shpulse { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* Hero below-fold (Spezialgebiete + Quote) */
.hero-below { background: transparent; padding: 5rem 2.5rem; position: relative; z-index: 10; }
.hero-below .hb-inner { max-width: 900px; margin: 0 auto; }
.hero-below h2 { font-size: clamp(2.2rem, 3.5vw, 2.8rem); text-align: center; margin-bottom: 2.5rem; }
.spez-list { list-style: none; padding: 0; margin: 0 0 3rem; columns: 1; }
.spez-list li { padding: .65rem 0 .65rem 2rem; position: relative; color: #1a150a; line-height: 1.6; break-inside: avoid; }
.spez-list li::before { content: '\2726'; position: absolute; left: 0; color: #8b6914; font-size: 1.2rem; }
.hero-quote { border-left: 3px solid #3a2510; padding: 2.5rem 3rem; margin: 3rem auto 0; background: rgba(6,5,11,.06); border-radius: 0 8px 8px 0; max-width: 800px; }
.hero-quote h3 { font-size: clamp(1.6rem, 2.5vw, 2rem); color: #8b6914; margin-bottom: 1.5rem; }
.hero-quote p { font-family: 'CG', Georgia, serif; font-size: 1.35rem; font-style: italic; font-weight: 500; line-height: 1.9; color: #8b6914; margin-bottom: .6rem; }
.hero-quote p.hq-sign { font-family: 'OF', system-ui, sans-serif; font-size: 1rem; font-style: normal; color: #3a2510; text-transform: uppercase; letter-spacing: .1em; margin-top: 1.5rem; }

/* ============================================================
   GOLD-BG (background definition ONLY)
   ============================================================ */
.gold-bg {
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
}
.gold-bg::before {
  content: "";
  position: absolute;
  inset: -15px;
  background: url(/kunden/img/bg-gold-paper.jpg) center/cover fixed;
  filter: blur(10px) brightness(1.1);
  z-index: 0;
  pointer-events: none;
}

/* ============================================================
   SECTIONS (below-fold, shared)
   ============================================================ */
.sec { position: relative; z-index: 10; padding: 6rem 2rem; }
.si { max-width: 1100px; margin: 0 auto; }
.sb {
  display: block; width: fit-content; margin-left: auto; margin-right: auto;
  padding: .4rem 1.2rem;
  border: 1px solid rgba(40,25,0,.4);
  border-radius: 100px;
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #9a7b1a;
  margin-bottom: 1.5rem;
}
.sec h2 { font-size: clamp(2rem, 4vw, 3rem); }
.sd { color: #8b6914; max-width: 700px; margin-bottom: 1rem; }
.sc { text-align: center; }
.sc .sd { margin-left: auto; margin-right: auto; }
.sd-centered { margin-left: auto; margin-right: auto; }
.s-dark { background: var(--bg); }
.s-darker { background: #0a0914; }

/* On gold-bg, s-dark/s-darker get translucent white instead */
.gold-bg .sec.s-dark,
.gold-bg .sec.s-darker { background: rgba(255,255,255,.35); }

.sec + .sec::before {
  content: '';
  display: block;
  width: 80px; height: 1px;
  background: linear-gradient(to right, transparent, #8b6914, transparent);
  margin: 0 auto;
  position: relative;
  top: -3rem;
}

/* ============================================================
   CONTENT AREA (Subpages — gold-bg default)
   ============================================================ */
.content {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem 6rem;
}
.content h2 { font-size: 1.8rem; margin: 3rem 0 1.5rem; text-align: center; }
.content p { color: #8b6914; margin-bottom: 1.2rem; }
.content strong { color: #0a0500; }

/* ============================================================
   TEXT BLOCKS & TEXT SECTIONS
   ============================================================ */
.txt-block { max-width: 800px; margin: 0 auto; color: #8b6914; }
.txt-block p { margin-bottom: 1.2rem; }
.txt-block h3 { margin: 2.5rem 0 1rem; }
.txt-block h4 { font-size: 1.2rem; margin: 1.5rem 0 .8rem; }
.txt-left { text-align: left; }
.txt-left-mt { text-align: left; margin-top: 3rem; }
.txt-center-mt { text-align: center; margin-top: 2rem; }
.txt-mb { margin-bottom: 1rem; }

.text-section { max-width: 900px; margin: 0 auto 2rem; }
.text-section p { color: #8b6914; margin-bottom: 1rem; }
.text-section h2 { font-size: 1.8rem; margin-bottom: .5rem; }
.text-section h3 { font-size: 1.3rem; margin-bottom: .5rem; font-style: italic; color: #9a7b1a; font-weight: 600; }
.text-section h2 em { color: #2d5a27; -webkit-text-fill-color: #2d5a27; font-weight: 700; }
.intro { color: #8b6914; max-width: 750px; margin: 0 auto 3rem; text-align: center; }

/* ============================================================
   LISTS
   ============================================================ */
.gold-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.gold-list li { padding: .5rem 0 .5rem 1.5rem; position: relative; color: #8b6914; line-height: 1.7; }
.gold-list li::before { content: '\2726'; position: absolute; left: 0; color: #8b6914; font-size: 1.2rem; }
.check-list { list-style: none; padding: 0; margin: 1rem 0; }
.check-list li { padding: .4rem 0 .4rem 1.8rem; position: relative; color: #8b6914; line-height: 1.7; }
.check-list li::before { content: '\2714'; position: absolute; left: 0; color: #6b4e0a; font-size: 1.2rem; }
.list-mt-sm { margin-top: .5rem; }
.list-inline-center { display: block; width: fit-content; margin-left: auto; margin-right: auto; text-align: left; margin: 1.5rem auto; }
.list-inline-center-sm { display: block; width: fit-content; margin-left: auto; margin-right: auto; text-align: left; margin: 1rem auto; }

/* ============================================================
   QUOTE BLOCK
   ============================================================ */
.quote-block {
  color: #5a3e0a;
  font-family: 'CG', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.8;
  border-left: 3px solid #8b6914;
  padding: 2rem 2.5rem;
  margin: 2.5rem 0;
  background: rgba(255,255,255,.35);
  border-radius: 0 8px 8px 0;
}
.quote-block p { font-family: 'CG', Georgia, serif; font-size: 1.35rem; font-style: italic; font-weight: 500; line-height: 1.8; color: #8b6914; margin-bottom: .8rem; }
.quote-block .quote-attr { font-family: 'OF', system-ui, sans-serif; font-size: .8rem; font-style: normal; color: #5a4020; text-transform: uppercase; letter-spacing: .1em; margin-top: 1rem; }
.quote-left { text-align: left; }

/* ============================================================
   HIGHLIGHT BOX
   ============================================================ */
.highlight-box {
  color: #5a3e0a;
  background: rgba(139,105,20,.1);
  border: 1px solid rgba(139,105,20,.3);
  border-radius: 8px;
  padding: 2rem 2.5rem;
  margin: 2rem 0;
}
.highlight-box p { color: #8b6914; line-height: 1.8; margin-bottom: .8rem; }
.highlight-box .price,
.highlight-box .duration,
.highlight-box .desc { color: #8b6914; }

/* ============================================================
   DIVIDER & MOTTO
   ============================================================ */
.sec-divider, .section-divider {
  width: 80px; height: 1px;
  background: linear-gradient(to right, transparent, #8b6914, transparent);
  margin: 3rem auto;
}
.motto { font-family: 'CG', Georgia, serif; font-size: 1.5rem; font-weight: 500; color: #8b6914; text-align: center; line-height: 1.6; margin: 2rem 0; font-style: italic; }
.motto-centered { margin-top: 2rem; text-align: center; color: #9a7b1a; font-family: 'CG', Georgia, serif; font-size: 1.35rem; font-weight: 500; font-style: italic; }

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.rg-block { display: block; }
.rt-centered { text-align: center; max-width: 800px; margin: 0 auto; }
.h2-centered { text-align: center; font-size: clamp(2.2rem, 4.5vw, 3.5rem); }
.h3-centered { text-align: center; }
.p-centered { text-align: center; }
.p-mt-sm { margin-top: .5rem; }
.weisse-magie-statement { text-align: center; color: #9a7b1a; font-family: 'CG', Georgia, serif; font-style: italic; font-weight: 500; font-size: 1.35rem; }
.rituale-ready { text-align: center; font-family: 'CG', Georgia, serif; font-size: 1.3rem; color: #c9a84c; }
.rituale-signoff { text-align: center; color: #5a4020; letter-spacing: .1em; text-transform: uppercase; margin-top: .5rem; }
.sec-disclaimer { padding: 2rem; }
.disclaimer-text { font-size: .8rem; color: #2a1500; text-align: center; line-height: 1.6; }

/* ============================================================
   CARDS — Gold-bg defaults (cream/white semi-transparent)
   ============================================================ */

/* --- Rujana section --- */
.rg { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; margin-top: 2rem; }
.ri { width: 100%; aspect-ratio: 3/4; border-radius: 8px; background: linear-gradient(135deg, #0d0b16, rgba(201,168,76,.08)); border: 1px solid var(--brd); display: flex; align-items: center; justify-content: center; color: var(--txt3); font-size: .85rem; overflow: hidden; }
.rt p { color: #8b6914; margin-bottom: 1.2rem; }

/* --- Team cards --- */
.tg { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.tc { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 1.8rem; text-align: center; transition: border-color .3s, transform .3s; box-shadow: 0 2px 12px rgba(100,70,0,.08); }
.tc:hover { border-color: rgba(139,105,20,.5); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(100,70,0,.15); }
.ta { width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 1rem; background: linear-gradient(135deg, #8b6914, #c9a84c); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fff; }
.tc h4 { font-size: 1.2rem; margin-bottom: .3rem; }
.tc .role { font-size: .7rem; color: #6a5a30; text-transform: uppercase; letter-spacing: .1em; }

/* --- Service cards --- */
.sg { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
.sv { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 2.5rem; transition: border-color .3s, transform .3s; box-shadow: 0 2px 12px rgba(100,70,0,.08); }
.sv:hover { border-color: rgba(139,105,20,.5); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(100,70,0,.15); }
.sv .ico { font-size: 2rem; margin-bottom: 1rem; }
.sv h4 { font-size: 1.3rem; margin-bottom: .8rem; }
.sv p { color: #8b6914; }

/* --- Magic cards --- */
.mg { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.mi { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 1.5rem 2rem; display: flex; align-items: flex-start; gap: 1rem; transition: border-color .3s; box-shadow: 0 2px 12px rgba(100,70,0,.08); }
.mi:hover { border-color: rgba(139,105,20,.5); box-shadow: 0 4px 20px rgba(100,70,0,.12); }
.mi .ico { font-size: 1.5rem; flex-shrink: 0; margin-top: .2rem; }
.mi h4 { font-size: 1.2rem; }
.mi p { color: #8b6914; margin-top: .3rem; line-height: 1.5; }

/* --- Vorteile cards --- */
.ag { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 2rem; }
.ai { display: flex; gap: 1.2rem; align-items: flex-start; }
.ai .aico { width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; border: 1px solid rgba(139,105,20,.4); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #6b4e0a; }
.ai h4 { font-size: 1.2rem; margin-bottom: .4rem; }
.ai p { color: #8b6914; }

/* --- Testimonial cards --- */
.eg { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin-top: 2rem; }
.et { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 2rem; box-shadow: 0 2px 12px rgba(100,70,0,.08); }
.et:hover { border-color: rgba(139,105,20,.5); box-shadow: 0 8px 30px rgba(100,70,0,.15); }
.et .stars { color: #6b4e0a; font-size: 1rem; margin-bottom: 1rem; letter-spacing: .15em; }
.et blockquote { font-family: 'CG', Georgia, serif; font-style: italic; line-height: 1.6; color: #8b6914; margin-bottom: 1.2rem; }
.et .author { font-size: .8rem; color: #6a5a30; text-transform: uppercase; letter-spacing: .08em; }

/* --- Pricing cards --- */
.pg { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 2rem; }
.pc { background: rgba(255,255,255,.7); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; padding: 3rem 2.5rem; text-align: center; transition: border-color .3s, transform .3s; }
.pc:hover { border-color: #8b6914; transform: translateY(-4px); box-shadow: 0 12px 40px rgba(100,70,0,.18); }
.pc.ft { border-color: #8b6914; position: relative; }
.pc.ft::before { content: 'Empfohlen'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #8b6914, #c9a84c); color: #fff; padding: .3rem 1.2rem; border-radius: 100px; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.pc h3 { font-size: 1.6rem; margin-bottom: .5rem; }
.pc .price { font-family: 'CG', Georgia, serif; font-size: 2.8rem; font-weight: 600; color: #6b4e0a; margin: 1rem 0; }
.pc .price span { font-size: 1rem; font-weight: 300; color: #6a5a30; }
.pc .features { list-style: none; margin: 1.5rem 0 2rem; }
.pc .features li { padding: .5rem 0; color: #8b6914; border-bottom: 1px solid rgba(139,105,20,.1); }
.pc .features li::before { content: '\2726 '; color: #8b6914; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-sec {
  background: rgba(139,105,20,.12);
  border-top: 1px solid rgba(139,105,20,.3);
  border-bottom: 1px solid rgba(139,105,20,.3);
}
.cta-section { text-align: center; margin-top: 3rem; padding: 3rem 0; border-top: 1px solid rgba(139,105,20,.3); color: #8b6914; }

/* ============================================================
   TEASER SECTIONS
   ============================================================ */
.teaser-highlight {
  background: rgba(139,105,20,.12);
  border: 1px solid rgba(139,105,20,.3);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  margin: 2rem 0;
}
.teaser-highlight p { color: #1a1000; }
.teaser-price { font-family: 'CG', Georgia, serif; font-size: 2rem; color: #9a7b1a; margin-bottom: .5rem; }
.teaser-price strong { font-size: 2.8rem; color: #8b6914; }
.teaser-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.teaser-card {
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(139,105,20,.2);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: border-color .3s, transform .3s;
}
.teaser-card:hover { border-color: rgba(139,105,20,.5); transform: translateY(-2px); }
.teaser-card .ico { font-size: 2rem; margin-bottom: .5rem; color: #6b4e0a; }
.teaser-card h4 { margin-bottom: .5rem; font-size: 1.2rem; }
.teaser-card p { font-size: 1.2rem; line-height: 1.5; color: #8b6914; }

/* ============================================================
   TEAM PAGE SPECIFICS
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.member-card { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; padding: 2.5rem 2rem; text-align: center; transition: border-color .3s, transform .3s; }
.member-card:hover { border-color: rgba(139,105,20,.5); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(100,70,0,.15); }
.member-avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1.2rem; background: linear-gradient(135deg, var(--gold), var(--gold-l)); display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--bg); }
.member-card h3 { font-size: 1.4rem; margin-bottom: .3rem; }
.member-card .role { font-size: .75rem; color: #5a4020; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.member-card p { color: #8b6914; margin-bottom: .8rem; }
.member-card .quote { font-family: 'CG', Georgia, serif; font-style: italic; color: #8b6914; border-left: 2px solid #8b6914; padding-left: 1rem; margin-top: 1rem; text-align: left; }
.member-card .specialties { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; margin-top: 1rem; }
.member-card .specialties span { font-size: .7rem; padding: .3rem .7rem; border: 1px solid rgba(139,105,20,.3); border-radius: 100px; color: #3a2510; letter-spacing: .05em; }
.team-intro-block { max-width: 750px; margin: 0 auto 2.5rem; padding: 2rem; background: rgba(255,255,255,.4); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; }
.team-intro-block p { color: #8b6914; margin-bottom: .8rem; }
.team-intro-block p:last-child { margin-bottom: 0; }
.team-types { margin-top: 1rem; }
.team-types h2 { font-size: 1.8rem; text-align: center; margin-bottom: 1.5rem; }
.type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.2rem; margin-bottom: 1rem; }
.type-card { background: rgba(255,255,255,.5); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 1.5rem; text-align: center; transition: border-color .3s; }
.type-card:hover { border-color: rgba(139,105,20,.3); }
.type-card .ico { font-size: 1.8rem; margin-bottom: .5rem; color: #6b4e0a; }
.type-card h4 { font-size: 1.2rem; }
.type-card p { color: #1a1000; }
.closing { max-width: 700px; margin: 3rem auto 0; text-align: center; }
.closing p { color: #8b6914; margin-bottom: 1rem; }
.closing .hint { font-size: .85rem; color: #3a2510; font-style: italic; margin-top: 2rem; padding: 1rem; border: 1px solid rgba(139,105,20,.2); border-radius: 8px; background: rgba(255,255,255,.3); }

/* ============================================================
   PRICING PAGE SPECIFICS
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; margin: 2rem auto; max-width: 1200px; }
.price-card { background: rgba(255,255,255,.7); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; padding: 2rem 1.5rem; text-align: center; transition: border-color .3s, transform .3s; display: flex; flex-direction: column; }
.price-card:hover { border-color: #8b6914; transform: translateY(-4px); box-shadow: 0 12px 40px rgba(100,70,0,.18); }
.price-card.featured { border-color: #8b6914; position: relative; }
.price-card.featured::before { content: 'Empfohlen'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #8b6914, #c9a84c); color: #fff; padding: .3rem 1.2rem; border-radius: 100px; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { font-size: 1.4rem; margin-bottom: .5rem; min-height: 3.6rem; display: flex; align-items: center; justify-content: center; }
.price-card .price { font-family: "CG", Georgia, serif; font-size: 2rem; font-weight: 600; color: #6b4e0a; margin: 1rem 0; display: flex; align-items: baseline; justify-content: center; gap: .3rem; white-space: nowrap; min-height: 3rem; }
.price-card .price span { font-size: 1rem; font-weight: 400; color: #5a4a2a; white-space: nowrap; }
.price-card .desc { color: #8b6914; line-height: 1.6; margin-bottom: 1.5rem; min-height: 7.8rem; }
.price-card .features { list-style: none; margin: 1rem 0 1.5rem; text-align: left; padding: 0; flex: 1; }
.price-card .features li { padding: .4rem 0; color: #8b6914; border-bottom: 1px solid rgba(139,105,20,.1); }
.price-card .features li::before { content: '\2726 '; color: #6b4e0a; }
.info-box { background: rgba(139,105,20,.08); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 1.5rem 2rem; margin: 1.5rem 0; line-height: 1.7; color: #8b6914; }
.info-box p { color: #8b6914; margin-bottom: .5rem; }
.info-box p:last-child { margin-bottom: 0; }
.payment-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.payment-card { background: rgba(255,255,255,.5); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 1.5rem; text-align: center; }
.payment-card .ico { font-size: 2rem; margin-bottom: .5rem; }
.payment-card h4 { font-size: 1.2rem; margin-bottom: .3rem; }
.payment-card p { color: #8b6914; line-height: 1.5; }
.bank-info { background: rgba(255,255,255,.5); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 2rem; margin: 2rem 0; }
.bank-info h4 { font-size: 1.2rem; margin-bottom: 1rem; }
.bank-info p { color: #8b6914; margin-bottom: .3rem; }
.note { font-size: .85rem; color: #3a2510; font-style: italic; text-align: center; margin-top: 2rem; }
.weekend-notice { background: rgba(139,105,20,.08); border: 1px solid rgba(139,105,20,.3); border-left: 3px solid #8b6914; border-radius: 8px; padding: 1.5rem 2rem; margin: 1.5rem 0; line-height: 1.7; color: #8b6914; }
.weekend-notice strong { color: #0a0500; }
.contact-hint { text-align: center; margin-top: 2rem; padding: 1.5rem; background: rgba(255,255,255,.3); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; }
.contact-hint p { color: #8b6914; margin-bottom: .5rem; }
.contact-hint p:last-child { margin-bottom: 0; }
.contact-hint a { color: #5a3a00; text-decoration: none; border-bottom: 1px solid rgba(139,105,20,.3); transition: border-color .3s; }
.contact-hint a:hover { border-color: #8b6914; }

/* ============================================================
   FALLANALYSE PAGE SPECIFICS
   ============================================================ */
.steps { counter-reset: step; list-style: none; margin: 1.5rem 0; padding: 0; }
.steps li { counter-increment: step; position: relative; padding-left: 3rem; margin-bottom: 1.5rem; line-height: 1.7; color: #8b6914; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 2rem; height: 2rem; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-l)); color: var(--bg); font-weight: 600; font-size: .9rem; display: flex; align-items: center; justify-content: center; }

/* ============================================================
   ERFOLGSBERICHTE PAGE
   ============================================================ */
.erfolg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-top: 2rem; }
.erfolg-card { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; padding: 2.5rem; transition: border-color .3s; }
.erfolg-card:hover { border-color: rgba(139,105,20,.5); }
.erfolg-card .stars { color: #6b4e0a; font-size: 1rem; margin-bottom: 1rem; letter-spacing: .15em; }
.erfolg-card blockquote { font-family: 'CG', Georgia, serif; font-style: italic; line-height: 1.7; color: #8b6914; margin-bottom: 1.2rem; }
.erfolg-card .author { font-size: .8rem; color: #5a4020; text-transform: uppercase; letter-spacing: .08em; }
.intro-text { font-family: 'CG', Georgia, serif; font-style: italic; color: #9a7b1a; text-align: center; max-width: 750px; margin: 0 auto 2.5rem; padding: 1.5rem 2rem; border: 1px solid rgba(139,105,20,.3); border-radius: 8px; background: rgba(255,255,255,.25); }
.testimonial-grid { display: flex; flex-direction: column; gap: 2rem; }
.testimonial-card { background: rgba(255,255,255,.65); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 2rem 2.5rem; transition: border-color .3s, transform .3s; box-shadow: 0 2px 12px rgba(100,70,0,.08); }
.testimonial-card:hover { border-color: rgba(139,105,20,.5); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(100,70,0,.15); }
.testimonial-card blockquote { font-family: 'CG', Georgia, serif; font-style: italic; line-height: 1.7; color: #8b6914; margin-bottom: 1rem; position: relative; padding-left: 1.5rem; border-left: 3px solid #8b6914; }
.testimonial-card .author { font-size: .8rem; color: #5a4020; text-transform: uppercase; letter-spacing: .08em; text-align: right; }
.testimonial-card .stars { color: #6b4e0a; font-size: 1rem; margin-bottom: .8rem; letter-spacing: .15em; }
.disclaimer { background: rgba(139,105,20,.08); border: 1px solid rgba(139,105,20,.2); border-radius: 8px; padding: 1.5rem 2rem; margin-bottom: 2.5rem; line-height: 1.7; color: #8b6914; }
.testimonial-count { text-align: center; margin-bottom: 1rem; font-size: .85rem; color: #5a4a2a; letter-spacing: .05em; }

/* ============================================================
   PAGE HERO (Subpages — gold-bg context)
   ============================================================ */
.page-hero { position: relative; background: transparent; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; z-index: 6; }
.page-hero-overlay { display: none; }
.page-hero-content { position: relative; z-index: 10; text-align: center; padding: 130px 2rem 3rem; max-width: 900px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1rem; }
.page-hero .subtitle { font-size: 1.2rem; line-height: 1.7; color: #8b6914; max-width: 700px; margin: 0 auto; }
.page-hero .sb { color: #5a4010; border-color: rgba(40,25,0,.4); }

/* ============================================================
   LEGAL PAGES (gold-bg context)
   ============================================================ */
.legal-body h2 { font-size: 1.4rem; margin-top: 2.5rem; margin-bottom: .8rem; }
.legal-body p { color: #1a1000; margin-bottom: .8rem; }
.legal-body a { color: #5a3a00; text-decoration: none; transition: color .3s; }
.legal-body a:hover { color: #9a7b1a; }
.legal-body strong { color: #0a0500; }
.legal-body em { color: #6b4e0a; font-weight: 600; }
.legal-body ul { margin: .5rem 0 .8rem 1.5rem; color: #1a1000; }
.legal-body li { margin-bottom: .3rem; }
.legal-body .note { font-size: .85rem; color: #3a2510; font-style: italic; margin-bottom: 1.5rem; padding: 1rem; border: 1px solid rgba(139,105,20,.2); border-radius: 8px; background: rgba(139,105,20,.08); }
.placeholder-box { padding: 2rem; border: 1px dashed rgba(139,105,20,.2); border-radius: 12px; text-align: center; color: #5a4a2a; font-style: italic; background: rgba(255,255,255,.3); margin-top: 1rem; }
.form-box { background: rgba(139,105,20,.08); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; padding: 2rem; margin: 1.5rem 0; }
.form-box p { margin-bottom: .5rem; }
.back-link { display: inline-flex; align-items: center; gap: .5rem; color: #5a3a00; text-decoration: none; font-size: .85rem; padding: .5rem 1.2rem; border: 1px solid rgba(139,105,20,.3); border-radius: 4px; transition: all .3s; margin-bottom: 1rem; }
.back-link:hover { background: rgba(139,105,20,.08); border-color: rgba(139,105,20,.5); color: #9a7b1a; }

/* ============================================================
   BLOG (dark cards on gold-bg — special dark context)
   ============================================================ */
.blog-content { position: relative; z-index: 5; max-width: 900px; margin: 0 auto; padding: 0 2rem 6rem; }
.post-list { display: flex; flex-direction: column; gap: 2rem; }
.post-card { background: rgba(20,10,0,.55); border: 1px solid rgba(139,105,20,.25); border-radius: 8px; padding: 2.5rem; cursor: pointer; transition: border-color .3s, transform .3s, box-shadow .3s; backdrop-filter: blur(4px); }
.post-card:hover { border-color: rgba(180,140,40,.5); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(80,50,0,.2); }
.post-card .post-date { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: #ddb85c; margin-bottom: .8rem; }
.post-card h2 { font-size: 1.6rem; margin-bottom: 1rem; line-height: 1.3; color: #f0d078; text-shadow: 0 0 8px rgba(240,208,120,.5); }
.post-card .post-excerpt { color: #f0e6d0; }
.post-card .read-more { display: block; width: fit-content; margin-left: auto; margin-right: auto; margin-top: 1.2rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: #f5ead5; transition: color .3s; }
.post-card:hover .read-more { color: #fff0c0; }

.post-detail { display: none; animation: fadeIn .4s ease; background: rgba(20,10,0,.5); border-radius: 8px; padding: 2.5rem; border: 1px solid rgba(139,105,20,.2); }
.post-detail.active { display: block; }
.post-detail .back-btn { display: inline-flex; align-items: center; gap: .5rem; color: #ddb85c; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; border: none; background: none; font-family: 'OF', system-ui, sans-serif; padding: .5rem 0; margin-bottom: 1rem; transition: color .3s; }
.post-detail .back-btn:hover { color: #fff0c0; }
.post-detail .back-btn svg { width: 16px; height: 16px; fill: currentColor; transition: transform .3s; }
.post-detail .back-btn:hover svg { transform: translateX(-4px); }
.post-detail .post-meta { margin-bottom: 2.5rem; }
.post-detail .post-meta .post-date { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: #ddb85c; margin-bottom: 1rem; }
.post-detail h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .5rem; color: #f0d078; text-shadow: 0 0 8px rgba(240,208,120,.5); }
.post-detail .post-body { line-height: 1.9; color: #f0e6d0; max-width: 750px; }
.post-detail .post-body p { margin-bottom: 1.5rem; color: #f0e6d0; }
.post-detail .post-body h2, .post-detail .post-body h3 { margin: 2rem 0 1rem; color: #f0d078; text-shadow: 0 0 8px rgba(240,208,120,.5); }
.post-detail .post-body h2 { font-size: 1.6rem; }
.post-detail .post-body h3 { font-size: 1.3rem; }
.post-detail .post-body strong { color: #fff8e8; }
.post-detail .post-body em { color: #f5ead5; }
.post-detail .post-body ul, .post-detail .post-body ol { margin: 1rem 0 1.5rem 1.5rem; color: #eedcc0; }
.post-detail .post-body li { margin-bottom: .5rem; line-height: 1.7; }
.post-detail .post-body blockquote { border-left: 3px solid #8b6914; padding: 1rem 1.5rem; margin: 1.5rem 0; background: rgba(20,10,0,.4); border-radius: 0 8px 8px 0; font-style: italic; color: #f0e6d0; }
.post-detail .divider { width: 80px; height: 1px; background: linear-gradient(to right, transparent, #8b6914, transparent); margin: 3rem 0; }

/* Blog loading/empty states */
.loading { text-align: center; padding: 4rem 0; color: #eedcc0; }
.loading .spinner { display: block; width: fit-content; margin-left: auto; margin-right: auto; width: 32px; height: 32px; border: 2px solid rgba(139,105,20,.3); border-top-color: #c9a84c; border-radius: 50%; animation: spin .8s linear infinite; margin-bottom: 1rem; }
.empty-state { text-align: center; padding: 4rem 2rem; color: #eedcc0; }
.empty-state .icon { font-size: 3rem; margin-bottom: 1rem; opacity: .5; }
.empty-state p { line-height: 1.7; }
.error-state { text-align: center; padding: 3rem 2rem; color: var(--txt3); background: rgba(180,60,60,.08); border: 1px solid rgba(180,60,60,.2); border-radius: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   FOOTER (dark bg context — overrides gold-bg defaults)
   ============================================================ */
footer {
  position: relative;
  z-index: 10;
  background: rgba(40,30,10,.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--brd);
  padding: 3rem 2rem 1.5rem;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-nav { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-bottom: 1rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(139,105,20,.3); }
.footer-nav-group h4 {
  font-family: CG, Georgia, serif;
  font-weight: 400;
  font-size: .85rem;
  margin-bottom: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8b6914;
  text-shadow: none;
}
.footer-nav-group a {
  display: block;
  color: #c9a84c;
  text-decoration: none;
  font-family: 'OF', system-ui, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
  transition: opacity .3s, color .3s, text-shadow .3s;
  padding: .2rem 0;
}
.footer-nav-group a:hover { opacity: 1; color: #f0d078; text-shadow: none; }
.fb { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .85rem; font-weight: 500; font-family: "OF", system-ui, sans-serif; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-p); opacity: .8; }
.fl { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.fl a { color: #c9a84c; text-decoration: none; font-family: "OF", system-ui, sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; font-weight: 500; opacity: .8; transition: all .3s; }
.fl a:hover { color: #f0d078; opacity: 1; text-shadow: none; }
.fl a.active-legal { color: var(--gold-l); }

/* ============================================================
   404 PAGE
   ============================================================ */
.error-wrap { position: relative; z-index: 5; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 10rem 2rem 4rem; min-height: calc(100vh - 60px); }
.error-code { font-family: 'CG', Georgia, serif; font-size: clamp(6rem, 15vw, 12rem); font-weight: 300; line-height: 1; background: linear-gradient(135deg, var(--gold), var(--gold-l), var(--gold-p)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 40px rgba(201,168,76,.3)); margin-bottom: 1rem; }
.error-symbol { font-size: 2rem; color: var(--gold); margin-bottom: 1.5rem; opacity: .6; }
.error-heading { font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--gold-p); margin-bottom: 1rem; line-height: 1.3; }
.error-heading em { color: #2d5a27; -webkit-text-fill-color: #2d5a27; }
.error-sub { color: var(--txt2); max-width: 550px; margin: 0 auto 2.5rem; }
.error-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.error-links a { color: var(--gold-p); text-decoration: none; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; opacity: .6; transition: opacity .3s; text-shadow: 0 0 10px rgba(240,208,120,.4); }
.error-links a:hover { opacity: 1; color: #fff; }
.error-divider { width: 60px; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 1.5rem auto; }

/* ============================================================
   BACK TO TOP & SCROLL REVEAL
   ============================================================ */
.btt {
  display: none;
  position: fixed;
  bottom: 30px; right: 30px;
  z-index: 50;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(201,168,76,.15);
  border: 1px solid rgba(201,168,76,.3);
  color: var(--gold-l);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all .3s;
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
}
.btt.v { display: flex; }

.rv { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.rv.v { opacity: 1; transform: translateY(0); }

/* Font size enforcement for readability */
.content p,
.content li,
.text-section p,
.text-section li,
.testimonial-card blockquote,
.et blockquote,
.erfolg-card blockquote,
.member-card p,
.member-card .quote,
.teaser-card p,
.quote-block p,
.highlight-box p,
.info-box p { font-size: max(1.2rem, inherit); }

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  nav { padding: .4rem 1.2rem; }
  .nk { display: none; }
  .nl img { height: auto; width: 70%; max-width: 320px; }
  .md {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 8px; right: 10px;
    z-index: 150;
    cursor: pointer;
    animation: breathe 2s ease-in-out infinite;
  }
  .md img { height: 100px; width: auto; filter: drop-shadow(0 0 20px rgba(201,168,76,.5)); }
  .md-label { font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(240,208,120,.7); font-family: "OF", system-ui, sans-serif; margin-top: -4px; text-shadow: 0 0 8px rgba(201,168,76,.4); }
  .hc { padding: 100px 20px 30px; text-align: center; }
  .ht { padding: 0; }
  .hf { display: none; }
  .tr { justify-content: center; flex-wrap: wrap; gap: 1.5rem; }
  .ha { justify-content: center; }
  .hero-dt { height: 0; background: none; }
  .hero-db { background: none; }
  .hero-below { padding: 3rem 1.2rem; }
  .hero-quote { padding: 1.5rem; }
  .spez-list { columns: 1; }
  .quote-block { padding: 1.5rem; }
  .rg { grid-template-columns: 1fr; gap: 2rem; }
  .sec { padding: 4rem 1.5rem; }
  .page-hero-content { padding: 110px 1.5rem 2rem; }
  .content { padding: 0 1.5rem 4rem; }
  .blog-content { padding: 0 1.5rem 4rem; }
  .post-card { padding: 1.8rem; }
  .post-card h2 { font-size: 1.3rem; }
  .team-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { padding: 1.5rem 1.2rem; }
  .error-wrap { padding: 7rem 1.5rem 3rem; }
  .error-links { gap: .8rem; }
  .footer-nav { gap: 1.5rem; justify-content: center; }
  .footer-nav-group { text-align: center; }
  .fb { flex-direction: column; text-align: center; }
  .fl { justify-content: center; }
  .team-intro-block { padding: 1.5rem; }
  .testimonial-card { padding: 1.5rem; }
  .menu-overlay { display: none; }
  .nav-menu-trigger { display: none; }
  .nc-erfolg { display: none; }
}
@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.1); } }
@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pricing-grid { grid-template-columns: 1fr; }
}
.guthaben-info-box { max-width: 900px; margin: 0 auto 2rem; background: rgba(255,248,224,.55); backdrop-filter: blur(6px); border: 1px solid rgba(139,105,20,.2); border-radius: 12px; padding: 1.8rem 2.2rem; }
.guthaben-info-box h2 { font-size: 1.6rem; margin-bottom: .4rem; margin-top: .2rem; text-align: center; }
.guthaben-info-box p { color: #8b6914; margin-bottom: .6rem; line-height: 1.6; font-size: .95rem; }
.guthaben-info-box p:last-child { margin-bottom: 0; }
.guthaben-info-box .weekend-notice { margin: .8rem 0 .5rem; padding: 1rem 1.5rem; font-size: .9rem; line-height: 1.5; }
.price-card .btn { margin-top: auto; width: 100%; padding: .9rem 1rem; font-size: .85rem; display: block; width: fit-content; margin-left: auto; margin-right: auto; box-sizing: border-box; text-align: center; }



/* Guthaben page compact spacing */
.guthaben-compact { min-height: auto; } .guthaben-compact .page-hero-content { padding: 130px 2rem 0.5rem; }
.guthaben-content { padding-top: 0 !important; padding-bottom: 2rem !important; max-width: 100% !important; }
.guthaben-content .guthaben-info-box { margin: 0.5rem auto 0; max-width: 1200px; padding: 0.4rem 2rem 1rem; width: calc(100% - 4rem); }
.guthaben-content .text-section { margin-top: -0.5rem; } .guthaben-content .text-section p { text-align: center; }
.guthaben-content .sec { padding-top: 0.5rem; padding-bottom: 2rem; }
