
:root{
  --blue:#1f4f82;
  --blue-dark:#163c64;
  --blue-soft:#eaf1f8;
  --orange:#ff9445;
  --orange-dark:#f47f28;
  --sand:#f7ede6;
  --text:#173553;
  --muted:#6b7c90;
  --white:#ffffff;
  --bg:#f7f5f1;
  --shadow:0 18px 40px rgba(22,60,100,.16);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#f6f3ee;line-height:1.5}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 48px));margin:0 auto}
.centered{text-align:center}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(23,53,83,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{font-weight:900;letter-spacing:.5px;color:var(--blue-dark);font-size:28px}
.logo span{font-weight:700;color:#47698a}
.nav-links{display:flex;align-items:center;gap:30px;font-weight:700}
.nav-links a:not(.btn){font-size:15px;color:#46617d}
.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:14px 26px;font-weight:800;cursor:pointer;transition:.2s transform ease,.2s background ease,.2s box-shadow ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.btn-orange{background:var(--orange);color:#fff}
.btn-orange:hover{background:var(--orange-dark)}
.btn-light{background:#fff;border:1px solid rgba(23,53,83,.15);color:var(--text)}
.btn-sm{padding:11px 18px;font-size:14px}
.btn-xl{padding:20px 34px;font-size:19px}
.btn-full{width:100%;padding:18px 22px;font-size:18px}
.hero{background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.09),transparent 28%),linear-gradient(180deg,#23588f 0%,#2c639e 100%);color:#fff;padding:62px 0 80px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;min-height:760px}
.eyebrow{display:inline-block;padding:10px 16px;border-radius:999px;background:rgba(255,148,69,.14);color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.8px}
.eyebrow.light{background:#eef3f8;color:#4f7191}
.orange-text{color:var(--orange)}
.hero h1{margin:22px 0 18px;font-size:72px;line-height:1.03;font-weight:900;letter-spacing:-1.6px}
.hero h1 span,.benefits h2 span,.social-proof h2 span,.lead-copy h2 span,.cta-wrap h2 span{color:var(--orange)}
.lead{font-size:20px;max-width:640px;color:rgba(255,255,255,.9)}
.hero-actions{margin:34px 0 22px}
.hero-meta,.feature-row{display:flex;flex-wrap:wrap;gap:18px 24px;font-size:17px;color:rgba(255,255,255,.78)}
.stars{margin-top:24px;font-size:22px;color:var(--orange);font-weight:800}
.stars span{font-size:17px;color:rgba(255,255,255,.75);margin-left:10px;font-weight:600}
.book{width:240px;height:335px;border-radius:10px;background:linear-gradient(180deg,#3ed1ea 0%,#41c6e2 58%,#f7b53c 58%,#f2a324 100%);box-shadow:12px 18px 28px rgba(19,49,82,.25);position:relative;padding:26px 18px}
.book::before{content:"";position:absolute;left:-18px;top:10px;bottom:10px;width:18px;border-radius:8px 0 0 8px;background:linear-gradient(180deg,#19507f,#2a6da3)}
.book-top{font-size:28px;font-weight:900;color:#fff;line-height:1.05;margin-top:18px}
.book-title{font-size:34px;font-weight:900;color:#fff;line-height:1.05}
.book-sub{position:absolute;left:20px;bottom:18px;color:#fff;font-weight:700;font-size:13px}
.book-owl{position:absolute;right:22px;bottom:64px;font-size:92px}
.age-badge {
  display: none !important;
}
.benefits,.social-proof,.cta-section{padding:92px 0}
.benefits{background:#faf7f3}
.section-head{margin-bottom:34px}
.section-head-split{display:grid;grid-template-columns:1fr .65fr;gap:32px;align-items:start}
.section-copy{color:var(--muted);font-size:18px;text-align:right;margin-top:26px}
.benefits h2,.social-proof h2,.lead-copy h2,.cta-wrap h2{margin:14px 0 0;font-size:58px;line-height:1.05;font-weight:900;letter-spacing:-1.3px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}
.benefit-card{border-radius:24px;padding:28px 22px 24px;min-height:240px}
.benefit-card.blue{background:var(--blue-soft)}
.benefit-card.sand{background:var(--sand)}
.icon{width:44px;height:44px;border-radius:12px;border:1px solid rgba(31,79,130,.18);display:flex;align-items:center;justify-content:center;color:var(--blue);font-weight:900;margin-bottom:18px}
.benefit-card h3{margin:0 0 10px;font-size:30px;line-height:1.1}
.benefit-card p{margin:0;color:var(--muted);font-size:16px}
.highlight-bar{margin-top:22px;background:var(--blue-dark);color:#fff;border-radius:22px;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.highlight-bar strong{font-size:28px}
.highlight-bar p{margin:6px 0 0;color:rgba(255,255,255,.76)}
.highlight-dot{min-width:62px;height:62px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900}
.social-proof{background:#f5f1ea}
.section-head.centered{max-width:900px;margin:0 auto 42px}
.section-head.centered p{color:var(--muted);font-size:22px}
.mini-stars{color:var(--orange);font-weight:900;letter-spacing:4px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:36px 0 30px}
.testimonial{background:#fff;border-radius:18px;padding:24px;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.testimonial p{font-size:17px;color:#38506a}
.testimonial span{font-size:14px;color:#5b7390;font-weight:700}
.feature-row{justify-content:center;color:#38506a;font-weight:700}
.feature-row.compact{margin-top:26px;font-size:15px}
.quote-box{margin:38px auto 0;background:#2b64a4;color:#fff;border-radius:18px;padding:36px 34px;max-width:1000px}
.quote-box p{margin:0;font-size:31px;font-weight:800;line-height:1.35}
.quote-box footer{margin-top:14px;color:rgba(255,255,255,.76);font-weight:700}
.lead-section{background:#2d63a0;color:#fff;padding:88px 0}
.lead-grid{display:grid;grid-template-columns:1fr .85fr;gap:40px;align-items:start}
.lead-copy p{font-size:21px;color:rgba(255,255,255,.88);max-width:640px}
.checklist{list-style:none;padding:0;margin:28px 0 0}
.checklist li{margin:14px 0;padding-left:34px;position:relative;font-size:18px;font-weight:700}
.checklist li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:14px}
.signup-card{background:#fff;color:var(--text);border-radius:24px;padding:28px 26px;box-shadow:var(--shadow)}
.signup-card h3{margin:0 0 6px;font-size:34px}
.signup-card p{margin:0 0 18px;color:var(--muted)}
.signup-card label{display:block;font-size:13px;font-weight:900;color:#55708c;margin-bottom:8px}
.signup-card input[type="email"]{width:100%;padding:16px 18px;border-radius:14px;border:1px solid #d7dee6;margin-bottom:18px;font-size:16px}
.consent{display:flex!important;gap:12px;align-items:flex-start;margin:18px 0 10px}
.consent input{margin-top:4px}
.consent span,.signup-card small{color:var(--muted);font-size:13px;line-height:1.5}
.signup-card a{color:var(--blue-dark);text-decoration:underline}
.cta-section{background:#faf7f3}
.cta-wrap{max-width:920px}
.cta-wrap p{font-size:22px;color:var(--muted);max-width:760px;margin:18px auto 28px}
.open-book{margin:48px auto 0;width:min(620px,100%);height:340px;border-radius:20px;background:linear-gradient(135deg,#71d6ec,#4bb7d4);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
.page{width:180px;height:240px;border-radius:10px;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,0)),repeating-linear-gradient(0deg,rgba(255,255,255,.12),rgba(255,255,255,.12) 2px,transparent 2px,transparent 34px),linear-gradient(135deg,#ffd677,#9adff1);position:relative;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.page::before{content:"";position:absolute;inset:18px;background:linear-gradient(135deg,#f7a539 20%,transparent 20%),linear-gradient(45deg,#53b7d5 20%,transparent 20%),linear-gradient(135deg,#91d36c 20%,transparent 20%),linear-gradient(45deg,#f4d767 20%,transparent 20%);background-size:56px 56px;border-radius:8px;opacity:.78}
.left-page{transform:perspective(600px) rotateY(18deg)}
.right-page{transform:perspective(600px) rotateY(-18deg)}
.spine{width:18px;height:250px;background:#f1d9b6;border-radius:8px;box-shadow:inset 0 0 8px rgba(0,0,0,.18)}
.site-footer{background:var(--blue-dark);color:#fff;padding:52px 0 90px}
.footer-grid{display:grid;grid-template-columns:1.1fr .7fr .9fr;gap:34px}
.footer-logo{display:inline-block;margin-bottom:18px;color:#fff}
.footer-logo span{color:#bcd0e4}
.site-footer p,.site-footer li,.site-footer a{color:rgba(255,255,255,.82)}
.site-footer h4{margin:6px 0 16px;font-size:20px}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin:12px 0}
.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fff;border-top:1px solid rgba(23,53,83,.12);padding:14px 22px;display:flex;align-items:center;justify-content:center;gap:24px;box-shadow:0 -6px 24px rgba(0,0,0,.05)}
.cookie-bar p{margin:0;max-width:920px;color:#51687f;font-size:14px}
.cookie-bar a{text-decoration:underline}
.cookie-actions{display:flex;gap:12px;white-space:nowrap}
.legal-page{background:#f8f5f0}
.legal-wrap{max-width:860px;padding:62px 0 120px}
.legal-card{background:#fff;border-radius:24px;padding:34px 30px;box-shadow:0 10px 26px rgba(0,0,0,.05)}
.legal-card h1{font-size:46px;margin:0 0 14px}
.legal-card h2{font-size:26px;margin-top:28px}
.legal-card p,.legal-card li{font-size:17px;color:#425a74}
.legal-card ul{padding-left:20px}
@media (max-width:1100px){
  .hero h1,.benefits h2,.social-proof h2,.lead-copy h2,.cta-wrap h2{font-size:54px}
  .hero-grid,.lead-grid,.section-head-split,.footer-grid{grid-template-columns:1fr}
  .section-copy{text-align:left;margin-top:0}
  .hero-grid{min-height:auto}
  .hero-visual{margin-top:10px}
  .benefit-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .container{width:min(100% - 28px,1120px)}
  .nav{gap:14px}
  .nav-links{gap:14px;flex-wrap:wrap;justify-content:flex-end}
  .logo{font-size:22px}
  .hero{padding-top:34px}
  .hero h1,.benefits h2,.social-proof h2,.lead-copy h2,.cta-wrap h2{font-size:40px}
  .lead,.section-head.centered p,.cta-wrap p,.lead-copy p{font-size:18px}
  .btn-xl{width:100%;font-size:18px}
  .book{width:205px;height:300px}
  .benefit-grid,.testimonial-grid{grid-template-columns:1fr}
  .highlight-bar,.cookie-bar{flex-direction:column;align-items:flex-start}
  .cookie-actions{width:100%}
  .cookie-actions .btn{flex:1}
  .site-footer{padding-bottom:120px}
}
.logo-img img {
  height: 42px;
  width: auto;
  display: block;
  object-fit: contain;
}
.nav {
  height: 80px;         /* fixiert Header Höhe */
  display: flex;
  align-items: center;
}
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* DAS ist dein neues Mockup */
.book-img {
  width: 380px;
  height: auto;
  display: block;
}
.hero-note {
  position: static !important;
  margin-top: 20px;
  text-align: center;
  background: rgba(255,255,255,0.15);
  padding: 14px 20px;
  border-radius: 14px;
  max-width: 260px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
}
.age-badge {
  display: none !important;
}