/* Book1 v6 — Root typography and hero consistency lock
   Vorlage: Root index.html / angebote.html */
:root{
  --brs-root-font:"Inter","Helvetica Neue","HelveticaNeue","Univers",Arial,Helvetica,sans-serif;
  --brs-root-deep:#071018;
  --brs-root-ink:#dfe8ed;
  --brs-root-gold:#e7b240;
  --brs-root-gold-soft:rgba(231,178,64,.18);
  --brs-root-violet:#632483;
  --brs-root-violet-2:#7a2fa0;
  --brs-root-line:rgba(230,184,102,.13);
}

html{font-size:16px!important;scroll-behavior:smooth!important;}
body,
body.dark-home{
  font-family:var(--brs-root-font)!important;
  font-weight:300!important;
  letter-spacing:0!important;
  line-height:1.65!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:optimizeLegibility!important;
}
body *{
  font-family:var(--brs-root-font)!important;
}

/* Header exakt ruhiger Root-Charakter */
.site-header{
  position:relative!important;
  z-index:50!important;
  background:rgba(7,16,24,.86)!important;
  border-bottom:1px solid var(--brs-root-line)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.18)!important;
  backdrop-filter:saturate(130%) blur(10px)!important;
}
.site-header .nav-wrap,
.nav-wrap{
  max-width:1320px!important;
  margin:0 auto!important;
  padding:12px 26px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
.logo{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:var(--brs-root-ink)!important;
  text-decoration:none!important;
}
.logo img{
  width:42px!important;
  height:42px!important;
  padding:3px!important;
  border-radius:12px!important;
  object-fit:contain!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 6px 18px rgba(0,0,0,.18)!important;
}
.logo-text h2,
.navbar-brand h2,
.navbar-brand .brand-title,
.offcanvas-logo .brand-title{
  margin:0!important;
  font-family:var(--brs-root-font)!important;
  font-size:.96rem!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:.01em!important;
  color:var(--brs-root-ink)!important;
}
.logo-text p{
  margin:.2rem 0 0!important;
  max-width:330px!important;
  font-size:.72rem!important;
  line-height:1.25!important;
  font-weight:300!important;
  color:rgba(223,232,237,.62)!important;
}
.main-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:6px!important;
}
.main-nav a,
.main-nav button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  color:rgba(223,232,237,.78)!important;
  background:transparent!important;
  border:0!important;
  font-family:var(--brs-root-font)!important;
  font-size:.82rem!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:.25s ease!important;
}
.main-nav a:hover,
.main-nav button:hover{
  background:rgba(230,184,102,.10)!important;
  color:#f0d39a!important;
  transform:translateY(-1px)!important;
}
.main-nav .nav-divider{
  display:inline-block!important;
  width:1px!important;
  height:22px!important;
  margin:0 7px!important;
  background:linear-gradient(180deg, transparent, rgba(230,184,102,.45), transparent)!important;
}

/* Root-Hero: gleiches typografisches System wie Angebote/Index */
section.hero,
#banner.banner-main,
.banner-main.dark-bg-1{
  position:relative!important;
  overflow:hidden!important;
  color:#fff!important;
  min-height:auto!important;
  padding-top:clamp(88px,8vw,116px)!important;
  padding-bottom:clamp(72px,7vw,96px)!important;
  background:
    radial-gradient(ellipse at 16% 14%, rgba(231,178,64,.36), transparent 33%),
    radial-gradient(ellipse at 54% 18%, rgba(231,178,64,.17), transparent 36%),
    radial-gradient(ellipse at 72% 28%, rgba(230,184,102,.14), transparent 38%),
    radial-gradient(ellipse at 82% 58%, rgba(87,40,127,.24), transparent 42%),
    radial-gradient(ellipse at 86% 84%, rgba(99,36,131,.12), transparent 38%),
    linear-gradient(135deg,#071018 0%,#102029 46%,#57287f 120%)!important;
}
section.hero::before,
#banner.banner-main::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  opacity:.28!important;
  filter:blur(24px)!important;
  background:
    radial-gradient(ellipse at 20% 34%, rgba(255,232,177,.34), transparent 28%),
    radial-gradient(ellipse at 72% 18%, rgba(231,178,64,.28), transparent 34%),
    radial-gradient(ellipse at 58% 84%, rgba(137,168,134,.10), transparent 40%)!important;
  pointer-events:none!important;
}
section.hero::after,
#banner.banner-main::after{
  content:""!important;
  position:absolute!important;
  right:-120px!important;
  top:12%!important;
  width:520px!important;
  height:520px!important;
  border-radius:50%!important;
  background:radial-gradient(circle, rgba(231,178,64,.34), rgba(231,178,64,.10) 46%, transparent 72%)!important;
  pointer-events:none!important;
}
section.hero > .container,
#banner.banner-main > .container,
.banner-main.dark-bg-1 > .container{
  max-width:1180px!important;
  margin:0 auto!important;
  padding-left:26px!important;
  padding-right:26px!important;
  position:relative!important;
  z-index:2!important;
}
section.hero > .container::after,
#banner.banner-main > .container::after{
  content:""!important;
  position:absolute!important;
  left:26px!important;
  right:26px!important;
  bottom:-30px!important;
  height:1px!important;
  background:linear-gradient(90deg, transparent, rgba(231,178,64,.82), transparent)!important;
  opacity:.95!important;
}
section.hero .row,
#banner.banner-main .row{
  align-items:center!important;
  min-height:clamp(520px,68vh,760px)!important;
}

.hero-badge,
.hero-kicker,
.section-kicker.hero-badge,
#banner .hero-badge{
  display:none!important;
}

section.hero h1,
#banner.banner-main h1,
#banner .hero-title,
.hero-title{
  margin:0 0 24px!important;
  max-width:980px!important;
  font-family:var(--brs-root-font)!important;
  font-size:clamp(3rem,6.1vw,6.1rem)!important;
  line-height:.98!important;
  letter-spacing:-.02em!important;
  font-weight:300!important;
  color:#fff!important;
  text-shadow:0 18px 45px rgba(0,0,0,.18)!important;
  text-transform:none!important;
}
#banner .hero-title span,
.hero-title span{
  display:block!important;
  font-family:var(--brs-root-font)!important;
  font-weight:300!important;
  line-height:.98!important;
  letter-spacing:-.02em!important;
  text-transform:none!important;
}
#banner .hero-title span:nth-child(1),
.hero-title span:nth-child(1){
  font-size:1em!important;
  color:#fff!important;
}
#banner .hero-title span:nth-child(2),
.hero-title span:nth-child(2){
  margin:.08em 0 .12em!important;
  font-size:.64em!important;
  letter-spacing:.02em!important;
  color:var(--brs-root-gold)!important;
  font-weight:300!important;
  text-shadow:0 0 26px rgba(231,178,64,.28)!important;
}
#banner .hero-title span:nth-child(3),
.hero-title span:nth-child(3){
  max-width:900px!important;
  font-size:.32em!important;
  line-height:1.35!important;
  letter-spacing:-.005em!important;
  color:rgba(255,255,255,.82)!important;
  font-weight:300!important;
}
section.hero .hero-lead,
section.hero .sub,
section.hero p,
#banner.banner-main .lead,
#banner.banner-main p.lead,
#banner.banner-main .hero-lead{
  max-width:820px!important;
  margin:0!important;
  font-family:var(--brs-root-font)!important;
  font-size:clamp(1.1rem,1.8vw,1.38rem)!important;
  line-height:1.6!important;
  font-weight:300!important;
  letter-spacing:0!important;
  color:var(--brs-root-gold)!important;
  text-shadow:0 0 22px rgba(231,178,64,.20)!important;
}
#banner.banner-main .lead.mt-4{margin-top:0!important;}

/* Hero-Zusatzmodule im Buchbereich proportional zurücknehmen */
.feature-strip{
  margin-top:26px!important;
  gap:10px!important;
}
.feature-pill{
  border-radius:18px!important;
  padding:12px 14px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(230,184,102,.16)!important;
  box-shadow:none!important;
}
.feature-pill strong{
  font-size:.92rem!important;
  line-height:1.2!important;
  font-weight:650!important;
  color:#f0d39a!important;
}
.feature-pill span{
  font-size:.78rem!important;
  line-height:1.35!important;
  color:rgba(223,232,237,.68)!important;
}
.hero-access-text,
.hero-question{
  max-width:760px!important;
  margin-top:24px!important;
  padding:22px 24px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.052)!important;
  border:1px solid rgba(230,184,102,.14)!important;
  box-shadow:none!important;
}
.hero-question{
  padding:0!important;
  background:transparent!important;
  border:0!important;
  color:rgba(223,232,237,.72)!important;
  font-size:1.02rem!important;
  line-height:1.72!important;
}
.hero-access-lines,
.hero-access-text p,
.hero-access-room{
  font-size:1.02rem!important;
  line-height:1.68!important;
  color:rgba(223,232,237,.74)!important;
  text-shadow:none!important;
}
.hero-access-claim{
  font-size:1.26rem!important;
  line-height:1.35!important;
  color:#f0d39a!important;
  font-weight:450!important;
  text-shadow:none!important;
}
.hero-prices{
  margin-top:28px!important;
  gap:12px!important;
}
.hero-prices .btn,
.hero-prices .price-tag,
.btn-main,
.btn-main-2,
.book-order-button,
.pdf-order-button{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  padding:12px 22px!important;
  font-family:var(--brs-root-font)!important;
  font-size:.95rem!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
}

/* Bilder im Hero: nicht mehr zu hoch, nicht mehr übergroß */
.hero-image-col,
section.hero .col-lg-5,
#banner .hero-image-col{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero-book-feature{
  width:min(100%,440px)!important;
  max-width:440px!important;
  transform:none!important;
  margin:0 auto!important;
  position:relative!important;
}
.hero-book-feature::before{
  content:""!important;
  position:absolute!important;
  inset:6% 2%!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(231,178,64,.20),transparent 68%)!important;
  z-index:0!important;
}
.hero-book-feature img,
.hero-book{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:min(58vh,540px)!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 30px 54px rgba(0,0,0,.42))!important;
}
.author-photo{
  display:block!important;
  width:100%!important;
  max-width:390px!important;
  height:auto!important;
  max-height:500px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:28px!important;
  filter:drop-shadow(0 26px 54px rgba(0,0,0,.34))!important;
}

/* Fließtext und Abschnittstitel: Root-Rhythmus statt Template-Schwere */
h1,h2,h3,h4,h5,h6,
.text-lg,
.section-heading h2,
.press-card h3,
.card h2{
  font-family:var(--brs-root-font)!important;
  font-weight:300!important;
  letter-spacing:-.02em!important;
  text-transform:none!important;
}
section:not(.hero) h2,
#book h2,
.section-heading h2,
.text-lg{
  font-size:clamp(2rem,3.1vw,3.25rem)!important;
  line-height:1.06!important;
  color:#e7eef3!important;
  margin-bottom:22px!important;
}
section:not(.hero) h3,
.press-card h3,
.book1-small-card h3,
.author-card h3{
  font-size:clamp(1.25rem,1.7vw,1.6rem)!important;
  line-height:1.2!important;
  color:#f0d39a!important;
  font-weight:350!important;
}
p,li,
.book-copy p,
.press-card p,
.card p{
  font-family:var(--brs-root-font)!important;
  font-size:1.02rem!important;
  line-height:1.72!important;
  font-weight:300!important;
  letter-spacing:0!important;
}

/* PDF-/E-Book-Buttons: dauerhafte violette Grundfarbe */
.btn.pdf-order-button,
a.btn.pdf-order-button,
a.btn-main-2.pdf-order-button,
.hero-prices .btn.pdf-order-button,
.section-cta .btn.pdf-order-button,
a.btn-main-2[href="https://www.checkout-ds24.com/product/688422"]{
  background:#632483!important;
  background-image:linear-gradient(135deg,#632483 0%,#7a2fa0 100%)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 16px 34px rgba(99,36,131,.32)!important;
}
.btn.pdf-order-button:hover,
a.btn.pdf-order-button:hover,
a.btn-main-2.pdf-order-button:hover,
.hero-prices .btn.pdf-order-button:hover,
.section-cta .btn.pdf-order-button:hover,
a.btn-main-2[href="https://www.checkout-ds24.com/product/688422"]:hover{
  background:#7a2fa0!important;
  background-image:linear-gradient(135deg,#7a2fa0 0%,#632483 100%)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 22px 44px rgba(99,36,131,.44)!important;
}

@media(max-width:900px){
  .site-header .nav-wrap,
  .nav-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:12px 14px!important;
    padding:12px 18px!important;
  }
  .nav-toggle{display:inline-flex!important;}
  .site-header .main-nav,
  .main-nav{
    grid-column:1/-1!important;
    display:none!important;
    width:100%!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:6px!important;
    padding:12px 0 4px!important;
    border-top:1px solid rgba(230,184,102,.13)!important;
  }
  .site-header.nav-open .main-nav{display:flex!important;}
  .main-nav a,
  .main-nav button{
    width:100%!important;
    justify-content:flex-start!important;
    text-align:left!important;
    padding:9px 11px!important;
  }
  .main-nav .nav-divider{
    width:100%!important;
    height:1px!important;
    margin:6px 0!important;
    background:linear-gradient(90deg, transparent, rgba(230,184,102,.35), transparent)!important;
  }
  section.hero .row,
  #banner.banner-main .row{min-height:auto!important;}
  section.hero,
  #banner.banner-main,
  .banner-main.dark-bg-1{
    padding-top:86px!important;
    padding-bottom:60px!important;
  }
  section.hero h1,
  #banner.banner-main h1,
  #banner .hero-title,
  .hero-title{
    font-size:clamp(2.55rem,11vw,4.3rem)!important;
    line-height:1!important;
  }
  #banner .hero-title span:nth-child(2),
  .hero-title span:nth-child(2){font-size:.66em!important;}
  #banner .hero-title span:nth-child(3),
  .hero-title span:nth-child(3){font-size:.40em!important;line-height:1.34!important;}
  section.hero .hero-lead,
  section.hero p,
  #banner.banner-main .lead{
    font-size:clamp(1.04rem,4.6vw,1.18rem)!important;
    line-height:1.58!important;
  }
  .hero-book-feature,
  .hero-book{
    max-width:360px!important;
    margin-top:32px!important;
  }
  .author-photo{max-width:320px!important;margin:28px auto 0!important;}
}
