:root{--cream:#fbf4e8;--light:#fffaf2;--ink:#091426;--muted:#485266;--navy:#06162b;--navy2:#0b1d36;--red:#982b2d;--red2:#7d1f22;--gold:#d9a536;--gold2:#f0c35a;--line:rgba(9,20,38,.12);--shadow:0 18px 45px rgba(9,20,38,.16);--radius:20px;--max:1180px;}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.45}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{height:58px;display:flex;align-items:center;justify-content:space-between}.logo-mark{width:30px;height:30px;object-fit:contain}.nav{display:flex;gap:11px;align-items:center}.nav a{padding:9px 17px;border-radius:999px;background:#f5f2ee;font-size:14px;font-weight:900;box-shadow:0 3px 10px rgba(0,0,0,.05)}.nav a.nav-cta{background:var(--red);color:#fff}.hero{position:relative;color:#fff;background:linear-gradient(90deg,rgba(3,12,24,.98) 0%,rgba(5,17,32,.92) 40%,rgba(5,17,32,.65) 58%,rgba(5,17,32,.25) 72%,rgba(5,17,32,.05) 100%),url("../img/geldfeuerwehr-hero.png") right center/58% auto no-repeat;background-color:#081225;min-height:470px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr;align-items:center;min-height:470px}.hero-copy{padding:48px 0;max-width:610px}.hero-logo-line{display:flex;align-items:center;gap:24px;margin-bottom:26px}.hero-logo-line img{width:132px;height:132px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}h1{margin:0;font-size:clamp(40px,5vw,62px);line-height:.94;letter-spacing:-.04em;font-weight:1000;color:#fff}.claim{font-size:27px;line-height:1.1;margin:12px 0 0;color:var(--gold2);font-weight:950}.hero p{font-size:17px;margin:12px 0;color:#fff}.hero .chapter{font-weight:900}.hero-image{display:flex;justify-content:center;align-items:center;padding:34px 0 34px 34px}.hero-image img{max-height:360px;object-fit:contain;border-radius:22px;box-shadow:0 20px 60px rgba(0,0,0,.20);background:#fff}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:23px}.action{min-width:165px;padding:15px 22px;border-radius:12px;font-weight:950;line-height:1.1;text-align:left;box-shadow:0 10px 24px rgba(0,0,0,.16)}.action span{font-size:28px;float:left;margin-right:13px;line-height:1}.action.gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff}.action.red{background:var(--red);color:#fff}.action.outline{background:rgba(255,255,255,.04);border:2px solid #fff;color:#fff}.section{padding:36px 0}.section.light{background:linear-gradient(180deg,#fffaf2,var(--cream))}.section.dark{background:var(--navy);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.eyebrow{display:inline-block;background:#f4dedc;color:var(--red);font-size:12px;font-weight:1000;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:7px 13px;margin-bottom:10px}h2{margin:0 0 16px;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.035em;font-weight:1000}h3{font-size:22px;margin:0 0 8px;font-weight:1000}.copy p,.intro{font-size:17px;color:var(--muted);max-width:720px}.dark .copy p,.dark .intro{color:rgba(255,255,255,.88)}.image-panel{border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.image-panel img{width:100%;height:315px;object-fit:cover}.dark-panel{box-shadow:none;border:1px solid rgba(255,255,255,.13)}.checklist{padding:0;margin:15px 0;list-style:none;display:grid;gap:10px;font-weight:800}.checklist li{position:relative;padding-left:32px}.checklist li:before{position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;content:"✓"}.redchecks li:before{background:var(--red)}.goldchecks li:before{background:var(--gold)}.shop-section{background:var(--cream)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}.product-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.product-card img{height:185px;width:100%;object-fit:cover}.product-body{padding:22px}.product-body p{color:var(--muted);font-size:15px}.price{font-size:28px;color:var(--red);font-weight:1000;margin:14px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;padding:12px 18px;font-weight:950;cursor:pointer;text-align:center}.redbtn,.submitbtn{background:var(--red);color:#fff}.neutral{background:#fff;border:1px solid var(--line);color:var(--ink)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.benefits div{background:#fff8ec;border:1px solid rgba(152,43,45,.12);border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(9,20,38,.06)}.benefits span{font-size:13px;color:var(--muted)}.order-section{background:#fff}.form-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px}.form-card input,.form-card select{width:100%;padding:14px;border:1px solid var(--line);border-radius:10px;margin-bottom:12px;font:inherit}.consent{font-size:14px;color:var(--muted);display:flex;gap:8px;margin:8px 0 16px}.note{font-size:14px;background:#fff4db;border:1px solid rgba(217,165,54,.3);padding:14px;border-radius:12px}.card{background:#fff;border-radius:20px;padding:30px;box-shadow:var(--shadow)}.card p{color:var(--muted)}.small{font-size:14px}.dark-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:none}.dark-card p{color:rgba(255,255,255,.78)}.newsletter-bar{background:var(--navy);color:#fff;padding:24px 0}.newsletter-grid{display:grid;grid-template-columns:.9fr 1.3fr;gap:30px;align-items:center}.newsletter-grid h3{margin:0}.newsletter-grid p{margin:4px 0 0;color:rgba(255,255,255,.75)}.newsletter-form{display:grid;grid-template-columns:1fr 1fr 150px;gap:14px}.newsletter-form input{padding:13px 16px;border-radius:9px;border:0;font:inherit}.newsletter-form button{border:0;border-radius:9px;background:var(--gold);font-weight:950;color:#281902}.footer{background:#06101f;color:#fff;border-top:1px solid rgba(255,255,255,.12);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px;padding:18px 24px}.footer a{margin-left:26px}@media(max-width:900px){.header-inner{height:auto;padding:12px 0;align-items:flex-start}.nav{justify-content:flex-end;flex-wrap:wrap}.hero{background:linear-gradient(rgba(3,12,24,.9),rgba(3,12,24,.9)),url("../img/geldfeuerwehr-hero.png") center/cover no-repeat}.hero-grid,.split,.newsletter-grid{grid-template-columns:1fr}.hero-image{padding:0 0 40px}.hero-logo-line{align-items:flex-start}.hero-logo-line img{width:90px;height:90px}.products,.benefits,.newsletter-form{grid-template-columns:1fr}.section{padding:48px 0}}.bonus-section{background:linear-gradient(180deg,#fffaf2 0%,#fff6e8 100%);}.bonus-grid{align-items:center;}.bonus-copy h3{margin-top:24px;margin-bottom:12px;}.bonus-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 24px;}.bonus-list div{background:#fff;border:1px solid rgba(152,43,45,.12);border-radius:16px;padding:16px;box-shadow:0 8px 22px rgba(9,20,38,.06);}.bonus-list strong{color:var(--ink);}.bonus-list span{color:var(--muted);font-size:14px;}.bonus-image img{min-height:520px;object-fit:cover;}.product-card img{height:210px;object-position:center;}.newsletter-grid{grid-template-columns:.8fr 170px 1.2fr;}.newsletter-image{display:flex;justify-content:center;align-items:center;}.newsletter-image img{width:150px;height:150px;object-fit:cover;border-radius:20px;box-shadow:0 12px 35px rgba(0,0,0,.25);}@media(max-width:1100px){.hero{background-size:68% auto;}.bonus-list{grid-template-columns:1fr;}.bonus-image img{min-height:420px;}.newsletter-grid{grid-template-columns:1fr;}.newsletter-image{justify-content:flex-start;}.newsletter-image img{width:220px;height:150px;}}@media(max-width:900px){.hero{background:linear-gradient(rgba(3,12,24,.84),rgba(3,12,24,.94)),url("../img/geldfeuerwehr-hero.png") center/cover no-repeat !important;}.bonus-image img{min-height:0;height:auto;}.newsletter-image img{width:100%;height:auto;max-height:260px;}}@media(max-width:640px){.container{padding:0 18px;}.hero-copy{padding:34px 0;}.hero-logo-line{gap:14px;}h1{font-size:38px;}.claim{font-size:20px;}.hero-actions{flex-direction:column;}.action{width:100%;}.product-card img{height:185px;}.bonus-list div{padding:14px;}.footer-inner{flex-direction:column;}.footer a{margin-left:0;margin-right:18px;}}html,body{width:100%;max-width:100%;overflow-x:hidden;}.form-card,.copy,.product-card,.card,.image-panel,.newsletter-form,.newsletter-grid,.split,.container{min-width:0;}.form-card *{max-width:100%;}.consent{display:grid !important;grid-template-columns:22px 1fr;align-items:start;gap:10px;width:100%;max-width:100%;line-height:1.45;overflow-wrap:anywhere;}.consent input{width:18px !important;height:18px;margin:2px 0 0 0 !important;flex:0 0 auto;}.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:9999;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:rgba(6,16,31,.96);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px;box-shadow:0 18px 55px rgba(0,0,0,.35);backdrop-filter:blur(10px);}.cookie-banner p{margin:5px 0 0;color:rgba(255,255,255,.82);font-size:14px;}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;}.cookie-actions button{border:0;border-radius:999px;padding:11px 16px;font-weight:900;cursor:pointer;}#cookie-necessary{background:#fff;color:#091426;}#cookie-accept{background:#d9a536;color:#211500;}@media (max-width:900px){.site-header{position:relative;}.header-inner{display:grid;grid-template-columns:1fr;justify-items:center;gap:10px;}.nav{width:100%;justify-content:center;gap:8px;}.nav a{font-size:14px;padding:9px 14px;}.hero{min-height:auto;background:linear-gradient(rgba(3,12,24,.80),rgba(3,12,24,.95)),url("../img/geldfeuerwehr-hero.png") center top / cover no-repeat !important;}.hero-grid{min-height:auto !important;}.hero-copy{max-width:100%;width:100%;padding:38px 0 44px;}.hero-logo-line{display:grid;grid-template-columns:74px 1fr;align-items:center;gap:14px;width:100%;}.hero-logo-line img{width:72px !important;height:72px !important;}.hero-logo-line div{min-width:0;}h1{font-size:clamp(36px,12vw,54px) !important;line-height:.92 !important;overflow-wrap:anywhere;hyphens:auto;}.claim{font-size:clamp(20px,6vw,28px) !important;line-height:1.1 !important;overflow-wrap:anywhere;}.hero p{font-size:18px;}.hero-actions{width:100%;}.action{width:100%;min-width:0;}.split,.bonus-grid,.newsletter-grid{display:grid;grid-template-columns:1fr !important;gap:26px;}.image-panel img{height:auto !important;min-height:0 !important;}.form-card{padding:18px;border-radius:18px;width:100%;overflow:hidden;}.form-card input,.form-card select{width:100%;box-sizing:border-box;font-size:16px;}.submitbtn{width:100%;}.cookie-banner{grid-template-columns:1fr;left:12px;right:12px;bottom:12px;}.cookie-actions{display:grid;grid-template-columns:1fr;}}@media (max-width:480px){.container{padding-left:18px;padding-right:18px;}.nav a{font-size:13px;padding:8px 12px;}.hero-logo-line{grid-template-columns:58px 1fr;}.hero-logo-line img{width:56px !important;height:56px !important;}.hero p{font-size:17px;}h2{overflow-wrap:anywhere;hyphens:auto;}}#goldrente .image-panel img,.author-image img{width:100%;height:100%;max-height:520px;object-fit:cover;border-radius:20px;}.author-image{border-radius:20px;overflow:hidden;box-shadow:var(--shadow);}@media (max-width:900px){#goldrente .split,#autor .split{grid-template-columns:1fr !important;}#goldrente .image-panel{order:-1;}#autor .author-image{order:-1;}#goldrente .image-panel img,.author-image img{height:auto !important;max-height:none;}}.author-image img{object-fit:contain !important;background:#f6f1e7;padding:10px;max-height:680px !important;}@media (max-width:900px){.author-image img{object-fit:contain !important;max-height:none !important;padding:6px;}}#autor .author-image,#autor .image-panel.author-image{height:auto !important;max-height:none !important;overflow:visible !important;background:transparent !important;box-shadow:none !important;border-radius:22px !important;}#autor .author-image img,#autor .image-panel.author-image img{display:block !important;width:100% !important;height:auto !important;max-height:none !important;min-height:0 !important;object-fit:contain !important;object-position:center center !important;padding:0 !important;border-radius:22px !important;background:transparent !important;box-shadow:0 18px 45px rgba(9,20,38,.22) !important;}@media (min-width:901px){#autor .split{align-items:center !important;}}@media (max-width:900px){#autor .author-image,#autor .image-panel.author-image{order:-1;width:100% !important;}#autor .author-image img,#autor .image-panel.author-image img{width:100% !important;height:auto !important;}}.bonus-extra-list{margin:32px 0;padding:24px;background:#fff;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.06);}.bonus-extra-list h3{margin-bottom:14px;font-size:28px;}.bonus-extra-list ul{padding-left:20px;}.bonus-extra-list li{margin-bottom:12px;line-height:1.6;}.bonus-extra-list{margin:32px 0;padding:26px;background:#fff;border-radius:22px;box-shadow:0 10px 28px rgba(0,0,0,.07);}.bonus-extra-list h3{margin:0 0 16px;font-size:clamp(1.35rem,2.4vw,2rem);}.bonus-extra-list ul{margin:0;padding-left:1.25rem;}.bonus-extra-list li{margin:0 0 12px;line-height:1.55;}.bonus-extra-list small{opacity:.78;}img[src$="01_Geldfeuerwehr.png"],img[src$="Familie_Buch.png"]{max-width:100%;height:auto;}.hero,.hero-section,header.hero{position:relative;overflow:hidden;}.hero::after,.hero-section::after,header.hero::after{content:"";position:absolute;top:0;right:0;width:52%;height:100%;background-image:url('../img/01_Geldfeuerwehr.png');background-size:cover;background-position:center right;opacity:0.92;z-index:0;}.hero>*,.hero-section>*,header.hero>*{position:relative;z-index:2;}@media (max-width:900px){.hero::after,.hero-section::after,header.hero::after{width:100%;opacity:0.22;background-position:center;}}#autor img,.author img,.autor img,img[src$="markus-autorenbild-neu.png"]{object-fit:contain !important;object-position:center center !important;max-width:100%;height:auto;}.hero{position:relative !important;overflow:hidden !important;background:linear-gradient( 90deg,rgba(3,12,24,1) 0%,rgba(3,12,24,0.98) 32%,rgba(3,12,24,0.82) 47%,rgba(3,12,24,0.46) 62%,rgba(3,12,24,0.16) 78%,rgba(3,12,24,0.02) 100% ),url("../img/01_Geldfeuerwehr.png") right center / auto 100% no-repeat !important;background-color:#030c18 !important;}.hero::before,.hero::after,.hero-section::before,.hero-section::after,header.hero::before,header.hero::after{content:none !important;display:none !important;background:none !important;}.hero>*{position:relative !important;z-index:2 !important;}@media (max-width:900px){.hero{background:linear-gradient( rgba(3,12,24,0.82),rgba(3,12,24,0.96) ),url("../img/01_Geldfeuerwehr.png") center center / cover no-repeat !important;}}.bonus-boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:28px 0 34px;}.bonus-box{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:20px;box-shadow:0 10px 24px rgba(0,0,0,.06);}.bonus-box strong{display:block;font-size:18px;margin-bottom:10px;color:#081225;}.bonus-box p{margin:0;line-height:1.55;}.bonus-boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;margin:34px 0 42px;}.bonus-box{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#fff8ef 100%);border:1px solid rgba(212,160,23,.18);border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(9,20,38,.08);transition:transform .25s ease,box-shadow .25s ease;}.bonus-box:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(9,20,38,.14);}.bonus-box::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#d9a536,#f4cf74);}.bonus-box strong{display:block;font-size:18px;line-height:1.35;margin-bottom:10px;color:#081225;}.bonus-box p{margin:0;color:#4a5565;line-height:1.6;}@media(max-width:700px){.bonus-boxes{grid-template-columns:1fr;}}.book-included-box{margin:34px 0 28px;padding:28px;border-radius:24px;background:rgba(255,255,255,0.86);border:1px solid rgba(9,27,48,0.10);box-shadow:0 18px 45px rgba(9,27,48,0.08);}.book-included-box h3{margin:0 0 18px;font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1.12;color:#06172c;}.book-included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.book-included-item{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:16px;background:#fffaf1;border:1px solid rgba(154,43,44,0.13);}.book-included-item span{flex:0 0 auto;font-size:1.25rem;line-height:1.3;}.book-included-item p{margin:0;color:#253247;font-size:1rem;line-height:1.45;}.book-included-item small{display:block;margin-top:4px;color:#5a6475;font-weight:600;}.book-included-item-wide{grid-column:1 / -1;}@media (max-width:760px){.book-included-box{margin:26px 0 22px;padding:20px;border-radius:20px;}.book-included-grid{grid-template-columns:1fr;}.book-included-item-wide{grid-column:auto;}}.brevo-embed{width:min(100%,620px);display:flex;justify-content:center;align-items:center;}.brevo-embed iframe{width:100%;max-width:540px;min-height:305px;border:0;border-radius:18px;background:#ffffff;}.newsletter-grid .brevo-embed{justify-self:end;}@media (max-width:980px){.newsletter-grid .brevo-embed{justify-self:stretch;width:100%;}.brevo-embed iframe{max-width:100%;}}@media (max-width:560px){.brevo-embed iframe{min-height:360px;}}

/* V27: Amazon Bewertungen und Zahlungsbox */
.amazon-reviews{padding:90px 0;background:linear-gradient(180deg,#fffdf9 0%,#fff7ef 100%);}
.section-head.center{text-align:center;max-width:850px;margin:0 auto 42px;}
.small-intro{font-size:.95rem;opacity:.86;}
.amazon-link-wrap{margin-top:22px;}
.amazon-link-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:#982b2d;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 28px rgba(152,43,45,.18);}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.review-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 45px rgba(15,23,42,.08);border:1px solid rgba(152,43,45,.08);}
.stars{color:#d4a017;font-size:20px;letter-spacing:2px;margin-bottom:12px;}
.review-card h3{margin:0 0 14px;color:#081225;font-size:1.2rem;line-height:1.25;}
.review-card p{color:#475569;line-height:1.7;margin:0 0 18px;}
.review-author{font-weight:800;color:#982b2d;}
.payment-info-box{margin-top:18px;padding:18px 20px;background:#fff7ed;border-left:5px solid #d9a536;border-radius:16px;color:#253247;line-height:1.6;box-shadow:0 8px 22px rgba(0,0,0,.05);}
.payment-info-box a{color:#982b2d;font-weight:800;}
.payment-info-box small{display:block;margin-top:4px;color:#64748b;}
@media(max-width:980px){.reviews-grid{grid-template-columns:1fr;}}
