/* Kai Vasvari × LUNO — ruhiges, vertrauensbildendes Websystem 2026-09-10 */
:root{
  --luno-navy:#031f42;
  --luno-navy-2:#073a75;
  --luno-blue:#0753a6;
  --luno-blue-light:#80bfff;
  --luno-orange:#f57c00;
  --luno-orange-dark:#c45100;
  --luno-ink:#f8fbff;
  --luno-copy:#d7e1ec;
  --luno-muted:#aebed0;
  --luno-line:rgba(128,191,255,.22);
  --luno-surface:rgba(8,42,79,.72);
  --luno-radius:24px;
  --luno-shadow:0 20px 60px rgba(0,18,44,.28);
  --black:var(--luno-navy);
  --cream:var(--luno-ink);
  --soft:var(--luno-copy);
  --muted:var(--luno-muted);
  --gold:var(--luno-orange);
  --gold-light:#ffab52;
  --gold-dark:var(--luno-orange-dark);
  --line:var(--luno-line);
  --line-gold:rgba(245,124,0,.34);
  --kv-bg:var(--luno-navy);
  --kv-bg-soft:#062d5b;
  --kv-surface:#082f5d;
  --kv-surface-2:#041a35;
  --kv-text:var(--luno-ink);
  --kv-muted:var(--luno-copy);
  --kv-gold:#ffab52;
  --kv-gold-deep:var(--luno-orange-dark);
  --kv-blue:var(--luno-blue);
  --kv-blue-light:var(--luno-blue-light);
  --premium-bg:var(--luno-navy);
  --premium-ink:var(--luno-ink);
  --premium-soft:var(--luno-copy);
  --premium-accent:#ffab52;
  --premium-blue:var(--luno-blue-light);
}

html{background:var(--luno-navy)!important;scroll-padding-top:92px}
body{
  color:var(--luno-ink)!important;
  background:
    radial-gradient(circle at 8% -2%,rgba(7,83,166,.30),transparent 28rem),
    radial-gradient(circle at 94% 6%,rgba(245,124,0,.09),transparent 24rem),
    linear-gradient(180deg,#031f42 0%,#052b56 46%,#031f42 100%)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body p,body li{color:var(--luno-copy)}
body a{text-underline-offset:.2em}

/* Ruhige, präzise Navigation */
body .nav{
  min-height:76px!important;
  border-bottom:1px solid rgba(128,191,255,.18)!important;
  background:rgba(3,31,66,.88)!important;
  box-shadow:0 8px 30px rgba(0,15,38,.18)!important;
  backdrop-filter:blur(18px) saturate(125%)!important;
}
body .nav-inner{min-height:76px!important}
body .brand span{color:#ffab52!important;letter-spacing:.15em!important}
body .menu a{color:#dce8f4!important}
body .menu a:hover,body .menu a.active{color:#fff!important}
body .menu a:not(.nav-cta)::after{
  content:"";display:block;width:0;height:2px;margin-top:5px;border-radius:2px;
  background:var(--luno-orange);transition:width .2s ease;
}
body .menu a:hover::after,body .menu a.active::after{width:100%}
body .menu .nav-cta{
  color:var(--luno-navy)!important;-webkit-text-fill-color:var(--luno-navy)!important;
  border:1px solid #ffab52!important;background:linear-gradient(135deg,#ffab52,#f57c00)!important;
  box-shadow:0 9px 24px rgba(245,124,0,.22)!important;
}
body .hamb{border-color:rgba(128,191,255,.35)!important;background:#062e5d!important;color:#fff!important}

/* Typografische Hierarchie und fokussierte Lesebreite */
body h1,body .h1,body h2,body .section-title,body h3{color:var(--luno-ink)!important;-webkit-text-fill-color:var(--luno-ink)!important;text-shadow:none!important}
body h1,body .h1{line-height:1.02!important;letter-spacing:-.045em!important;text-wrap:balance}
body h2,body .section-title{line-height:1.08!important;letter-spacing:-.035em!important;text-wrap:balance}
body .h1 span,body h1 span{color:#ffab52!important;-webkit-text-fill-color:#ffab52!important}
body .eyebrow,body .mini-label,body .card-number{color:#ffab52!important;-webkit-text-fill-color:#ffab52!important}
body .eyebrow::before{background:linear-gradient(90deg,transparent,#ffab52)!important}
body .lead{color:#e3ecf5!important;line-height:1.66!important}
body .text p,body .premium-copy p,body .card p,body .local-card p,body .footer p{color:var(--luno-copy)!important}

/* Wechselnde Sektionen machen lange Seiten leicht erfassbar. */
body main>.section,body main>section{position:relative;border-color:rgba(128,191,255,.10)!important}
body main>.section:nth-of-type(odd),body main>section:nth-of-type(odd){
  background:
    radial-gradient(circle at 8% 0,rgba(245,124,0,.07),transparent 25rem),
    linear-gradient(180deg,#073a75 0%,#052b56 100%)!important;
}
body main>.section:nth-of-type(even),body main>section:nth-of-type(even),body .split-bg{
  background:
    radial-gradient(circle at 88% 0,rgba(128,191,255,.10),transparent 26rem),
    linear-gradient(180deg,#031f42 0%,#062d5b 100%)!important;
}
body main>.section,body main>section{
  min-height:0!important;
  margin-block:0!important;
  padding-block:clamp(54px,6vw,76px)!important;
}
body main>.section+.section,body main>section+section{border-top:1px solid rgba(128,191,255,.12)!important}
body .legal-hero{
  min-height:0!important;
  padding-block:clamp(68px,7vw,92px)!important;
  background:radial-gradient(circle at 82% 12%,rgba(7,83,166,.25),transparent 30rem),linear-gradient(135deg,#031f42,#073a75)!important;
}
body .legal-hero .lead{margin-bottom:0!important}
body .wrap,body .container,body .wrapper{width:min(calc(100% - 44px),1200px)!important}

/* Hero: klare Botschaft, warme Akzentführung */
body .hero,body .local-hero,body .books-hero,body .book-conversion-hero,body .book-detail-hero{
  background:
    radial-gradient(circle at 76% 24%,rgba(7,83,166,.24),transparent 32rem),
    linear-gradient(135deg,#031f42 0%,#073a75 100%)!important;
  border-bottom:1px solid rgba(128,191,255,.18)!important;
}
body .hero-overlay{
  background:linear-gradient(90deg,rgba(3,31,66,.93),rgba(3,31,66,.58) 52%,rgba(3,31,66,.18)),linear-gradient(180deg,transparent,rgba(3,31,66,.82))!important;
}
body .hero-portrait,body .portrait-frame,body .conversion-cover,body .local-hero img{
  border-color:rgba(128,191,255,.35)!important;border-radius:var(--luno-radius)!important;
  box-shadow:0 26px 72px rgba(0,14,39,.44),0 0 0 1px rgba(255,255,255,.04)!important;
}

/* Ein konsistentes Block- und Kartensystem */
body :is(.premium-copy,.card,.local-card,.premium-offer,.premium-book,.trust-item,.question-card,.seminar-fact,.evidence-card,.package-card,.contact-panel,.contact-form,.legal-card,.insight-card,.detail-card,.book-depth-card,.book-decision-card,.topic-card,.method-card,.search-link-panel,.preview-panel,.author-panel,.lead-card,.lead-feature,.result-card){
  border:1px solid var(--luno-line)!important;
  border-radius:var(--luno-radius)!important;
  background:linear-gradient(145deg,rgba(9,55,105,.88),rgba(4,31,65,.94))!important;
  box-shadow:var(--luno-shadow)!important;
}
body :is(.card,.local-card,.premium-offer,.premium-book,.trust-item,.insight-card,.detail-card,.book-depth-card,.book-decision-card,.topic-card,.method-card){
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}
body :is(.card,.local-card,.premium-offer,.premium-book,.trust-item,.insight-card,.detail-card,.book-depth-card,.book-decision-card,.topic-card,.method-card):hover{
  transform:translateY(-4px);border-color:rgba(255,171,82,.56)!important;box-shadow:0 25px 65px rgba(0,14,39,.38)!important;
}
body .bullet,body .benefit-row span,body .topic-pills span,body .region-links span,body .local-proof span,body .book-meta span,body .conversion-meta span,body .offer-facts span{
  color:#eaf3fb!important;border-color:rgba(128,191,255,.26)!important;background:rgba(7,83,166,.18)!important;
}
body .bullet::before,body .package-card li::before{background:var(--luno-orange)!important;box-shadow:0 0 16px rgba(245,124,0,.42)!important}

/* CTAs: Orange für Entscheidungen, Blau für Orientierung. */
body .btn,body a.btn,body button.btn{border-radius:13px!important;min-height:54px!important;font-weight:800!important}
body .btn.primary,body a.btn.primary,body button.primary,body .lead-submit{
  color:var(--luno-navy)!important;-webkit-text-fill-color:var(--luno-navy)!important;
  border:1px solid #ffab52!important;background:linear-gradient(135deg,#ffab52 0%,#f57c00 100%)!important;
  box-shadow:0 12px 30px rgba(245,124,0,.23)!important;text-shadow:none!important;
}
body .btn.secondary,body a.btn.secondary{
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  border:1px solid rgba(128,191,255,.52)!important;background:#0753a6!important;
  box-shadow:0 10px 25px rgba(0,26,65,.22)!important;
}
body .btn:hover,body a.btn:hover,body button:hover{transform:translateY(-2px)!important;filter:brightness(1.08)}
body a:focus-visible,body button:focus-visible,body input:focus-visible,body textarea:focus-visible,body select:focus-visible,body summary:focus-visible{
  outline:3px solid #ffab52!important;outline-offset:4px!important;
}

/* Thalia bleibt auf jeder Seite eine einheitliche weiße Markenfläche. */
html body a.thalia-button,
html body a.btn.thalia-button,
html body a.btn.primary.thalia-button,
html body a.btn.secondary.thalia-button,
html body a.child-book-link.thalia-button,
html body a.text-link.thalia-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  min-height:56px!important;
  padding:10px 18px!important;
  color:#005236!important;
  -webkit-text-fill-color:#005236!important;
  border:2px solid #00754a!important;
  border-radius:999px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 11px 28px rgba(0,111,68,.22)!important;
  filter:none!important;
}
html body a.thalia-button:hover,
html body a.thalia-button:focus-visible{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#00754a!important;
  background:#00754a!important;
  background-image:none!important;
  box-shadow:0 15px 34px rgba(0,111,68,.30)!important;
  filter:none!important;
}
html body a.thalia-button .thalia-button-logo{
  display:block!important;width:86px!important;height:30px!important;flex:0 0 86px!important;
  padding:0!important;border:0!important;border-radius:4px!important;background:#fff!important;object-fit:contain!important;
}
html body a.thalia-button .thalia-button-label{
  padding-left:11px!important;border-left:1px solid rgba(0,111,68,.28)!important;
  color:inherit!important;-webkit-text-fill-color:inherit!important;font-weight:850!important;
}
html body a.thalia-button:hover .thalia-button-label{border-left-color:rgba(255,255,255,.46)!important}

/* Formulare und FAQs */
body input:not([type="range"]):not([type="checkbox"]):not([type="radio"]),body textarea,body select{
  color:#102039!important;border:1px solid #8fb0d1!important;border-radius:12px!important;background:#fff!important;
}
body details{border-color:var(--luno-line)!important;background:rgba(7,52,99,.68)!important}
body details[open]{border-color:rgba(255,171,82,.48)!important}
body summary::after{color:#ffab52!important}

body .footer{
  border-top:1px solid rgba(128,191,255,.18)!important;
  background:linear-gradient(180deg,#031f42,#02152e)!important;
}
body .footer a{color:#d7e6f5!important}
body .footer a:hover{color:#ffab52!important}
body .footer-grid{align-items:start!important;gap:clamp(28px,4vw,58px)!important}
body .footer-grid>div{min-width:0!important}
body .footer-grid a{display:block!important;width:max-content!important;max-width:100%!important;margin:8px 0!important;line-height:1.45!important}
body .footer-grid p{line-height:1.55!important}

body.page-tk-app-full .app-legal-footer{
  display:flex!important;justify-content:center!important;gap:24px!important;flex-wrap:wrap!important;
  padding:24px!important;border-top:1px solid rgba(128,191,255,.18)!important;
  background:linear-gradient(180deg,#031f42,#02152e)!important;
}
body.page-tk-app-full .app-legal-footer a{color:#d7e6f5!important}
body.page-tk-app-full .app-legal-footer a:hover{color:#ffab52!important}

/* Einheitliche Aktionsreihen: Schaltflächen einer Reihe enden auf gleicher Höhe. */
body :is(.btns,.book-actions,.conversion-actions,.topic-book-actions,.scan-hero-actions,.thank-actions){align-items:stretch!important}
body :is(.btns,.book-actions,.conversion-actions,.topic-book-actions,.scan-hero-actions,.thank-actions)>:is(a,button){
  display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;height:auto!important;
  line-height:1.28!important;text-align:center!important;
}

/* Einheitliche, einladende Formulare auf Kontakt-, Scan- und Downloadseiten. */
body :is(.contact-form,.lead-form){
  border:1px solid rgba(128,191,255,.34)!important;border-radius:26px!important;
  background:linear-gradient(155deg,rgba(10,74,139,.94),rgba(4,39,79,.96))!important;
  box-shadow:0 22px 58px rgba(0,20,52,.28)!important;
}
body .contact-form{padding:clamp(24px,3vw,38px)!important}
body .form-intro{margin-bottom:28px}
body .form-intro h2{margin:0 0 10px;color:#f7fbff;font-size:clamp(25px,3vw,36px);line-height:1.12}
body .form-intro>p:last-child{margin:0;color:#d7e6f5;line-height:1.6}
body :is(.contact-form,.lead-form) label{color:#f7fbff!important;font-weight:800!important}
body :is(.contact-form,.lead-form) :is(input:not([type="checkbox"]),textarea,select){
  width:100%!important;min-height:56px!important;padding:14px 16px!important;border:1px solid #aac7e3!important;
  border-radius:14px!important;background:#fff!important;color:#102039!important;box-shadow:inset 0 1px 2px rgba(0,31,70,.06)!important;
}
body :is(.contact-form,.lead-form) textarea{min-height:164px!important;resize:vertical!important}
body :is(.contact-form,.lead-form) :is(input,textarea,select):focus{
  border-color:#ffab52!important;outline:3px solid rgba(255,171,82,.24)!important;box-shadow:0 0 0 1px #ffab52!important;
}
body :is(.contact-form,.lead-form) :is(.privacy-check,.checkbox,.lead-check){color:#d7e6f5!important}
body :is(.contact-form,.lead-form) :is(.privacy-check,.checkbox,.lead-check) a{color:#ffd18a!important}

/* App: keine doppelten Höhen, keine abgeschnittenen Beschriftungen, gleiche Buttonkante. */
body.page-teamkompetenz-app #daily-checkin{padding-bottom:54px!important}
body.page-teamkompetenz-app .app-direct-launch{padding-top:0!important}
body.page-tk-app-full .analysisGrid{align-items:stretch!important}
body.page-tk-app-full .analysisGrid>.analysis{height:100%;display:flex;flex-direction:column}
body.page-tk-app-full .analysisGrid>.analysis>.primary{margin-top:auto}
body.page-tk-app-full .chartPanel{overflow:visible!important;padding:clamp(18px,3vw,28px)!important}

/* Scroll-Erlebnis: Inhalte bleiben ohne JavaScript vollständig sichtbar. */
html.luno-motion .luno-reveal{
  opacity:0;
  transform:perspective(900px) translate3d(0,30px,0) rotateX(-3deg) scale(.982);
  transform-origin:50% 0;
  filter:blur(3px);
  clip-path:inset(0 0 16% 0 round 18px);
  transition:opacity .68s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),filter .5s ease,clip-path .72s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--luno-delay,0ms);
  will-change:opacity,transform,clip-path;
}
html.luno-motion .luno-reveal.luno-reveal-card{
  transform:translate3d(0,24px,0) scale(.97);
  clip-path:inset(0 0 10% 0 round 18px);
}
html.luno-motion .luno-reveal.is-visible{
  opacity:1;
  transform:none;
  filter:none;
  clip-path:inset(0 0 0 0 round 0);
  will-change:auto;
}

/* LUNO-Assistent: gleiche Markenwelt, klare Abgrenzung zum Inhalt. */
body #luno-shadow-host{filter:drop-shadow(0 14px 30px rgba(0,15,38,.34))}

/* Finales seitenweites Designsystem – auch für App, Scan und Leadstrecke. */
body,body button,body input,body textarea,body select{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
}
body :is(.card,.local-card,.premium-offer,.premium-book,.trust-item,.question-card,.seminar-fact,.insight-card,.detail-card,.book-depth-card,.book-decision-card,.topic-card,.method-card,.lead-feature,.current-card,.audience-card,.case-card,.atlas-card){
  min-height:0!important;
}
body :is(.scan-btn,.lead-button,#calculate-team-score){
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:54px!important;border-radius:13px!important;padding:13px 22px!important;
  font-weight:800!important;line-height:1.28!important;text-align:center!important;text-decoration:none!important;
}
body :is(.scan-btn.primary,.lead-button:not(.secondary),#calculate-team-score){
  color:var(--luno-navy)!important;-webkit-text-fill-color:var(--luno-navy)!important;
  border:1px solid #ffab52!important;background:linear-gradient(135deg,#ffab52,#f57c00)!important;
  box-shadow:0 12px 30px rgba(245,124,0,.23)!important;
}
body :is(.scan-btn.secondary,.lead-button.secondary){
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  border:1px solid rgba(128,191,255,.52)!important;background:#0753a6!important;
  box-shadow:0 10px 25px rgba(0,26,65,.22)!important;
}

body.page-performance-scan{
  --bg:var(--luno-navy);--panel:#082f5d;--panel2:#062d5b;--cream:var(--luno-ink);
  --muted:var(--luno-copy);--gold:#ffab52;--gold2:#ffab52;--blue:var(--luno-blue-light);--line:var(--luno-line);
}
body.page-performance-scan :is(.scan-hero,.result-section){
  background:radial-gradient(circle at 82% 12%,rgba(128,191,255,.12),transparent 28rem),linear-gradient(135deg,#031f42,#073a75)!important;
}
body.page-performance-scan :is(.score-preview,.result-card,.lead-card,.method-grid article,.question-card){
  border:1px solid var(--luno-line)!important;border-radius:var(--luno-radius)!important;
  background:linear-gradient(145deg,rgba(9,55,105,.92),rgba(4,31,65,.96))!important;
  box-shadow:var(--luno-shadow)!important;
}
body.page-performance-scan .scan-tool{padding-block:clamp(54px,6vw,76px)!important}
body.page-performance-scan .lead-form{padding:clamp(22px,3vw,34px)!important}

body.page-tk-app-full{
  --bg:var(--luno-navy);--bg2:#052b56;--panel:rgba(8,47,93,.88);--panel2:rgba(4,31,65,.94);
  --text:var(--luno-ink);--muted:var(--luno-copy);--orange:#ffab52;--orange2:#ffab52;
  --blue:var(--luno-blue-light);--line:var(--luno-line);
}
body.page-tk-app-full :is(.topbar,.mobileDock){background:rgba(3,31,66,.94)!important;border-color:var(--luno-line)!important}
body.page-tk-app-full :is(.commandCard,.panel,.coachBox,.analysis,.q,.resultCards>div,.scanIntroGrid .panel){
  border-color:var(--luno-line)!important;
  background:linear-gradient(145deg,rgba(9,55,105,.90),rgba(4,31,65,.96))!important;
  box-shadow:var(--luno-shadow)!important;
}
body.page-tk-app-full :is(.section,.why,.hero){padding-block:clamp(44px,5vw,68px)!important}
body.page-tk-app-full .analysisGrid{gap:18px!important}
body.page-tk-app-full .analysisGrid>.analysis{min-width:0!important;overflow:visible!important}
body.page-tk-app-full .q{min-height:0!important}
body.page-tk-app-full canvas{max-width:100%!important;height:auto!important}
body.page-tk-app-full :is(.primary,button.primary){border-radius:13px!important;background:linear-gradient(135deg,#ffab52,#f57c00)!important;color:#031f42!important}
body.page-tk-app-full :is(.secondary,button.secondary){border-radius:13px!important;background:#0753a6!important;color:#fff!important;border-color:rgba(128,191,255,.52)!important}

body.lead-page .lead-hero{padding-block:clamp(54px,6vw,76px)!important}
body.lead-page .lead-card{padding:clamp(24px,3vw,36px)!important}
body.lead-page .thank-wrap{min-height:0!important;padding-block:clamp(54px,7vw,90px)!important}

/* Sonderseiten übernehmen denselben Rhythmus und dieselbe Textsicherheit. */
body:is(.page-topic,.page-contact,.page-about,.page-thanks,.page-packages) .hero,
body:is(.page-topic,.page-contact,.page-about,.page-thanks,.page-packages) .sub-hero,
body .sub-hero{
  min-height:0!important;padding-block:clamp(62px,7vw,92px)!important;
}
body.page-teamkompetenz-app :is(.exec-form-card,.exec-pill,.exec-dashboard,.impact-card,.app-launch-card){
  border:1px solid var(--luno-line)!important;border-radius:var(--luno-radius)!important;
  background:linear-gradient(145deg,rgba(9,55,105,.90),rgba(4,31,65,.96))!important;
  box-shadow:var(--luno-shadow)!important;
}
body.page-teamkompetenz-app :is(.exec-question select,#calculate-team-score){min-height:54px!important}
body.page-tk-app-full :is(.chartPanel,.timerPanel){min-height:0!important}

/* Buchseiten nutzen denselben sichtbaren Aufklapp-Rhythmus ohne zweiten Observer. */
html:not(.luno-motion) .reveal.reveal-pending{
  opacity:0!important;filter:blur(3px)!important;
  transform:perspective(900px) translate3d(0,30px,0) rotateX(-3deg) scale(.982)!important;
  clip-path:inset(0 0 16% 0 round 18px)!important;
  transition:opacity .68s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),filter .5s ease,clip-path .72s cubic-bezier(.22,1,.36,1)!important;
}
html:not(.luno-motion) .reveal.reveal-pending.is-visible{
  opacity:1!important;transform:none!important;filter:none!important;clip-path:inset(0 0 0 0 round 0)!important;
}

body :is(.hamb,.analysisTabs button,.mobileDock button,.timerControls button,.topnav button):hover{transform:none!important}

body .footer-network{
  width:min(calc(100% - 44px),1200px)!important;margin:28px auto 0!important;padding-top:24px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:12px 22px!important;flex-wrap:wrap!important;
  border-top:1px solid rgba(128,191,255,.16)!important;color:var(--luno-muted)!important;
}
body .footer-network span{font-weight:800!important;color:#f8fbff!important}
body .footer-network a{display:inline-flex!important;margin:0!important;color:#ffab52!important;font-weight:750!important}

/* Finale Rhythmuskorrektur: kompakte Karten und klar gruppierte Aktionen. */
body.page-manipulation-books :is(.book-trailer-section,.book-decision,.band-section,.current-section,.audience-section,.case-section){
  padding-block:clamp(46px,5.5vw,72px)!important;
}
body.page-manipulation-books :is(.book-trailer-grid,.book-decision-grid,.current-grid,.audience-grid,.case-grid){align-items:start!important}
body.page-manipulation-books :is(.current-card,.audience-card,.case-card){min-height:0!important;height:auto!important}
body.page-manipulation-books .current-card>strong{margin-top:22px!important}
body.page-manipulation-books .book-decision-card{min-height:0!important}
body.page-manipulation-books .book-decision-card>.btn{margin-top:20px!important;width:100%!important}
body.page-manipulation-books .trailer-accessibility{margin-top:clamp(18px,2.5vw,30px)!important}
body.page-manipulation-books .book-actions{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;
  margin-top:20px!important;align-items:stretch!important;
}
body.page-manipulation-books .book-actions .btn{
  width:100%!important;min-width:0!important;min-height:58px!important;height:100%!important;
  padding-inline:12px!important;text-align:center!important;
}
body .btns:has(>.btn:nth-child(2)){align-items:stretch!important}
body .btns:has(>.btn:nth-child(2))>.btn{flex:1 1 190px!important;min-height:56px!important}

@media(min-width:921px){
  body #luno-shadow-host{transform:scale(.84)!important;transform-origin:right bottom!important}
}

@media(max-width:920px){
  body .menu.unified-menu{background:#052b56!important;border-color:rgba(128,191,255,.28)!important}
  body .menu a:not(.nav-cta)::after{display:none}
  body.page-manipulation-books .book-actions{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  body .wrap,body .container,body .wrapper{width:calc(100% - 28px)!important}
  body main>.section,body main>section{padding-block:48px!important}
  body .legal-hero{padding-block:54px!important}
  body .nav,body .nav-inner{min-height:68px!important}
  body .h1,body h1{font-size:clamp(32px,9vw,44px)!important;line-height:1.07!important}
  body h2,body .section-title{font-size:clamp(27px,7.2vw,36px)!important}
  body h1,body .h1,body h2,body h3,body .section-title,body .btn,body button{
    overflow-wrap:anywhere!important;word-break:normal!important;hyphens:auto!important;white-space:normal!important;
  }
  body :is(.premium-copy,.card,.local-card,.premium-offer,.trust-item,.question-card,.seminar-fact,.evidence-card,.package-card,.contact-panel,.contact-form,.legal-card,.insight-card,.detail-card,.book-depth-card,.book-decision-card,.topic-card,.method-card,.search-link-panel,.preview-panel,.author-panel,.lead-card,.lead-feature,.result-card){border-radius:18px!important}
  body .footer-network{width:calc(100% - 28px)!important;align-items:flex-start!important;flex-direction:column!important}
  html.luno-motion .luno-reveal{transform:translate3d(0,16px,0) scale(.988);filter:blur(2px);clip-path:inset(0 0 10% 0 round 14px);transition-duration:.48s}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  html.luno-motion .luno-reveal{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important;transition:none!important;will-change:auto!important}
  body :is(.card,.local-card,.premium-offer,.premium-book,.trust-item):hover{transform:none!important}
}

/* Mobile v7: zuverlässiges Menü über laufenden Hero-Videos. */
@media(max-width:980px){
  html body .nav{isolation:isolate!important;overflow:visible!important}
  html body .nav .nav-inner{overflow:visible!important}
  html body .nav .hamb{
    display:inline-flex!important;position:relative!important;z-index:3!important;
    width:48px!important;min-width:48px!important;max-width:48px!important;
    height:48px!important;min-height:48px!important;padding:0!important;
    pointer-events:auto!important;touch-action:manipulation!important;
  }
  html body .nav .menu,
  html body .nav .menu.unified-menu{
    z-index:2!important;max-height:calc(100dvh - 92px)!important;overflow-y:auto!important;
    overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch;
  }
  html body .nav.open .menu,
  html body .nav.open .menu.unified-menu{
    display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
  }
}

/* Wolfvideos: auf Desktop und Mobil gleichmäßig sichtbar. */
html body .hero video.wolf-video{
  display:block!important;visibility:visible!important;opacity:.94!important;
  filter:brightness(.82) contrast(1.05) saturate(1.02)!important;
}
html body .hero video.wolf-video-office{filter:brightness(.92) contrast(1.05) saturate(1.02)!important}
html body .hero video.wolf-video-contact-new{filter:brightness(.86) contrast(1.05) saturate(1.02)!important}
html body .hero video.wolf-video-single{filter:brightness(.84) contrast(1.05) saturate(1.02)!important}
html body .hero video.wolf-video-hero{filter:brightness(.83) contrast(1.05) saturate(1.02)!important}
html body .hero video.wolf-video-premium-1,
html body .hero video.wolf-video-premium-2{filter:brightness(.82) contrast(1.05) saturate(1.02)!important}

/* Bücherseite v8: alle neuen Einzelaufnahmen behalten ihr echtes 4:5-Format. */
html body.premium-books-page .stage-book img{aspect-ratio:1122 / 1402!important}
html body.premium-books-page :is(.flagship-cover,.manipulation-cover,.psychology-cover,.child-cover) img{
  aspect-ratio:1122 / 1402!important;object-fit:cover!important;
}

/* Bücherseite v9: hochwertige Hervorhebung der Buchaufnahmen mit der Maus. */
html body.premium-books-page :is(.interactive-cover,.stage-book){isolation:isolate}
html body.premium-books-page :is(.interactive-cover,.stage-book) img{
  transition:transform .42s cubic-bezier(.2,.75,.25,1),filter .42s ease,box-shadow .42s ease!important;
  transform:translateZ(0) scale(1);
}
html body.premium-books-page .interactive-cover .cover-glow{
  transition:opacity .42s ease,filter .42s ease,transform .42s ease;
}
@media(hover:hover) and (pointer:fine){
  html body.premium-books-page :is(.interactive-cover,.stage-book){cursor:default;z-index:1}
  html body.premium-books-page :is(.interactive-cover,.stage-book):hover{z-index:8}
  html body.premium-books-page :is(.interactive-cover,.stage-book):hover img{
    transform:translateY(-7px) scale(1.035);
    filter:brightness(1.09) saturate(1.07) contrast(1.025);
    box-shadow:0 42px 88px rgba(0,0,0,.72),0 0 0 1px rgba(255,214,112,.55),0 0 38px rgba(246,184,23,.24)!important;
  }
  html body.premium-books-page .interactive-cover:hover .cover-glow{
    opacity:1;filter:blur(29px);transform:scale(1.08);
  }
}
@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){
  html body.premium-books-page :is(.interactive-cover,.stage-book) img{
    transform:none!important;transition:none!important;
  }
}
