/* Self-hosted fonts — place font files on your server and uncomment:
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;src:url('/fonts/playfair-display-v37-latin-regular.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400;src:url('/fonts/playfair-display-v37-latin-italic.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;src:url('/fonts/playfair-display-v37-latin-700.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:300;src:url('/fonts/raleway-v34-latin-300.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:400;src:url('/fonts/raleway-v34-latin-regular.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:500;src:url('/fonts/raleway-v34-latin-500.woff2') format('woff2')}
*/
:root{
  --bg:#03020a;--deep:#07051a;--card:#0d0b24;--card2:#10102a;
  --border:rgba(255,255,255,0.07);
  --gold:#c8a84b;--gold2:#e8cc80;
  --silver:#8fa8c8;--mist:#c0cfe4;--white:#eeeaf8;--accent:#5c3d8f;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--mist);font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;font-weight:300;overflow-x:hidden}
#cosmos{position:fixed;inset:0;z-index:0;pointer-events:none}
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.6rem 5vw;transition:all 0.4s}
nav.scrolled{background:rgba(3,2,10,0.94);backdrop-filter:blur(20px);padding:1rem 5vw;border-bottom:1px solid var(--border)}
.logo{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1.15rem;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:0.55rem;cursor:pointer}
.logo-gem{width:8px;height:8px;background:var(--gold);transform:rotate(45deg);animation:gem 3s ease-in-out infinite;flex-shrink:0}
@keyframes gem{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(200,168,75,0.5)}50%{opacity:0.5;box-shadow:0 0 0 7px rgba(200,168,75,0)}}
.nav-links{display:flex;gap:1.8rem;list-style:none}
.nav-links a{font-size:0.62rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--silver);text-decoration:none;transition:color 0.3s;cursor:pointer}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-right{display:flex;align-items:center;gap:0.8rem}
.lang-pill{display:flex;border:1px solid var(--border);overflow:hidden}
.lbtn{font-size:0.56rem;letter-spacing:0.14em;padding:0.32rem 0.7rem;background:none;border:none;color:var(--silver);cursor:pointer;font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;transition:all 0.3s}
.lbtn.on{background:var(--gold);color:var(--bg)}
.nav-cta{font-size:0.58rem;letter-spacing:0.18em;text-transform:uppercase;padding:0.55rem 1.3rem;background:transparent;border:1px solid var(--gold);color:var(--gold);font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;cursor:pointer;transition:all 0.3s}
.nav-cta:hover{background:var(--gold);color:var(--bg)}
.page{display:none;position:relative;z-index:10;min-height:100vh;padding-top:80px}
.page.on{display:block}
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9rem 2rem 5rem;position:relative;overflow:hidden}
.hero-aura{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(200,168,75,0.06) 0%,rgba(92,61,143,0.04) 40%,transparent 68%);animation:aura 12s ease-in-out infinite;pointer-events:none}
@keyframes aura{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:0.8}50%{transform:translate(-50%,-50%) scale(1.12);opacity:1}}
.hero-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:1px solid rgba(200,168,75,0.05);pointer-events:none}
.hr1{width:560px;height:560px;transform:translate(-50%,-50%);animation:rspin 90s linear infinite}
.hr2{width:780px;height:780px;transform:translate(-50%,-50%);animation:rspin 130s linear infinite reverse;border-color:rgba(92,61,143,0.04)}
@keyframes rspin{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
.hero-tag{font-size:0.56rem;letter-spacing:0.55em;text-transform:uppercase;color:var(--gold);margin-bottom:2.2rem;opacity:0;animation:rise 1s 0.3s forwards}
.hero-h1{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:clamp(2.8rem,7.5vw,6.8rem);font-weight:400;line-height:1.06;color:var(--white);margin-bottom:1.2rem;opacity:0;animation:rise 1s 0.5s forwards}
.hero-h1 em{font-style:italic;color:var(--gold2);display:block}
.hero-sub{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-style:italic;font-size:clamp(0.95rem,1.8vw,1.2rem);color:var(--silver);max-width:540px;line-height:1.95;margin-bottom:3rem;opacity:0;animation:rise 1s 0.7s forwards}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;opacity:0;animation:rise 1s 0.9s forwards}
.btn-gold{padding:0.9rem 2.6rem;background:linear-gradient(135deg,var(--gold),#8a6020);color:var(--bg);border:none;font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;font-size:0.62rem;letter-spacing:0.28em;text-transform:uppercase;cursor:pointer;transition:all 0.35s;font-weight:500}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(200,168,75,0.22)}
.btn-ghost{padding:0.9rem 2.6rem;background:transparent;color:var(--mist);border:1px solid rgba(192,207,228,0.18);font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;font-size:0.62rem;letter-spacing:0.28em;text-transform:uppercase;cursor:pointer;transition:all 0.35s}
.btn-ghost:hover{border-color:var(--silver);color:var(--white)}
.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:0.5rem;opacity:0;animation:rise 1s 1.4s forwards}
.scroll-hint span{font-size:0.5rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--silver)}
.scroll-bar{width:1px;height:46px;background:linear-gradient(to bottom,var(--gold),transparent);animation:lpulse 2s ease-in-out infinite}
@keyframes lpulse{0%,100%{opacity:1}50%{opacity:0.2}}
.wrap{max-width:1160px;margin:0 auto;padding:0 5vw}
.section{padding:6rem 0}
.section-sm{padding:3rem 0}
.sec-tag{font-size:0.54rem;letter-spacing:0.5em;text-transform:uppercase;color:var(--gold);margin-bottom:0.8rem;display:block}
.sec-h2{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:400;color:var(--white);line-height:1.25;margin-bottom:1.3rem}
.sec-h2 em{font-style:italic;color:var(--gold2)}
.sec-lead{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-style:italic;font-size:1.05rem;line-height:1.9;color:var(--silver);max-width:680px;margin-bottom:2rem}
.sec-body{font-size:0.88rem;line-height:1.9;color:var(--mist);max-width:720px;margin-bottom:1.2rem}
.div-line{display:flex;align-items:center;gap:1.5rem;max-width:1160px;margin:0 auto;padding:0 5vw}
.div-line::before,.div-line::after{content:'';flex:1;height:1px;background:linear-gradient(to right,transparent,rgba(200,168,75,0.18),transparent)}
.div-sym{font-size:0.65rem;color:rgba(200,168,75,0.4)}
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(13,11,36,0.7);position:relative;z-index:10}
.stat{padding:2rem 1.5rem;text-align:center;border-right:1px solid var(--border)}
.stat:last-child{border-right:none}
.stat-n{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1.9rem;color:var(--gold);display:block;line-height:1;margin-bottom:0.4rem}
.stat-l{font-size:0.56rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--silver)}
.topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);margin-top:3rem}
.topic-card{background:var(--card);padding:2.2rem 1.8rem;transition:all 0.4s;cursor:pointer;position:relative;overflow:hidden}
.topic-card::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(200,168,75,0.04),transparent);opacity:0;transition:0.4s}
.topic-card:hover{background:#120f2c;transform:translateY(-2px)}
.topic-card:hover::after{opacity:1}
.t-icon{font-size:1.5rem;margin-bottom:1rem;display:block}
.t-title{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1rem;color:var(--white);margin-bottom:0.6rem;font-weight:400}
.t-text{font-size:0.75rem;line-height:1.8;color:var(--silver)}
.t-link{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.56rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-top:1rem;cursor:pointer;transition:gap 0.3s}
.t-link:hover{gap:0.8rem}
.article-hero{padding:6rem 0 3rem;position:relative}
.article-hero::after{content:'';position:absolute;bottom:0;left:5vw;right:5vw;height:1px;background:linear-gradient(to right,transparent,rgba(200,168,75,0.18),transparent)}
.article-grid{display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:start;margin-top:3rem}
.article-body h3{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1.15rem;font-weight:400;color:var(--gold2);margin:2rem 0 0.8rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.05)}
.article-body h3:first-child{border-top:none;margin-top:0;padding-top:0}
.article-body p{font-size:0.88rem;line-height:1.95;color:var(--mist);margin-bottom:1.1rem}
.article-body ul,.article-body ol{margin:0.8rem 0 1.2rem 1.2rem}
.article-body li{font-size:0.86rem;line-height:1.85;color:var(--mist);margin-bottom:0.5rem}
.article-body li::marker{color:var(--gold)}
.highlight-box{background:var(--card);border-left:3px solid var(--gold);padding:1.4rem 1.6rem;margin:1.8rem 0;font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-style:italic;font-size:1rem;line-height:1.8;color:var(--silver)}
.highlight-box strong{color:var(--gold2);font-style:normal;font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;font-size:0.7rem;letter-spacing:0.15em;text-transform:uppercase;display:block;margin-bottom:0.5rem}
.step-block{background:var(--card2);border:1px solid var(--border);padding:1.6rem;margin:1rem 0;display:flex;gap:1.2rem;align-items:start}
.step-num{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1.6rem;color:rgba(200,168,75,0.3);flex-shrink:0;line-height:1;min-width:2rem}
.step-content h4{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:0.95rem;color:var(--white);margin-bottom:0.4rem;font-weight:400}
.step-content p{font-size:0.82rem;line-height:1.75;color:var(--silver)}
.aff-link{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.7rem;background:rgba(200,168,75,0.08);border:1px solid rgba(200,168,75,0.2);color:var(--gold2);padding:0.5rem 1rem;text-decoration:none;transition:all 0.3s;cursor:pointer;margin:0.3rem 0}
.aff-link:hover{background:rgba(200,168,75,0.14)}
.sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:110px}
.sidebar-box{background:var(--card);border:1px solid var(--border);padding:1.5rem}
.sidebar-box h4{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:0.9rem;color:var(--gold2);margin-bottom:1rem;font-weight:400}
.sidebar-box ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.sidebar-box ul li a{font-size:0.72rem;color:var(--silver);text-decoration:none;transition:color 0.3s;cursor:pointer;display:flex;align-items:center;gap:0.4rem}
.sidebar-box ul li a:hover{color:var(--gold)}
.sidebar-box ul li a::before{content:'◈';font-size:0.4rem;color:var(--gold)}
.sidebar-product{background:linear-gradient(140deg,var(--card),#140e32);border:1px solid rgba(200,168,75,0.15);padding:1.5rem;text-align:center}
.product-cover{width:90px;height:130px;background:linear-gradient(160deg,#160e38,#0a071e);border:1px solid rgba(200,168,75,0.2);margin:0 auto 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.5rem;position:relative}
.product-cover::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--gold),var(--accent))}
.product-price{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1.4rem;color:var(--gold);margin:0.5rem 0}
.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);margin:2rem 0}
.info-card{background:var(--card);padding:2rem 1.8rem}
.info-card h4{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1rem;color:var(--gold2);margin-bottom:0.8rem;font-weight:400}
.info-card p{font-size:0.8rem;line-height:1.85;color:var(--silver)}
.info-card .icon{font-size:1.4rem;margin-bottom:0.8rem;display:block}
.timeline{position:relative;padding-left:2rem;margin:2rem 0}
.timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--gold),rgba(200,168,75,0.1))}
.timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}
.timeline-item::before{content:'';position:absolute;left:-2.35rem;top:0.4rem;width:8px;height:8px;background:var(--gold);transform:rotate(45deg)}
.timeline-item h4{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:0.95rem;color:var(--white);margin-bottom:0.4rem;font-weight:400}
.timeline-item p{font-size:0.8rem;line-height:1.8;color:var(--silver)}
.timeline-item .era{font-size:0.56rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:0.3rem;display:block}
.technique-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin:2rem 0}
.technique-card{background:var(--card);border:1px solid var(--border);padding:2rem;transition:border-color 0.3s}
.technique-card:hover{border-color:rgba(200,168,75,0.25)}
.tech-badge{font-size:0.52rem;letter-spacing:0.25em;text-transform:uppercase;background:rgba(200,168,75,0.1);color:var(--gold);padding:0.2rem 0.6rem;display:inline-block;margin-bottom:1rem}
.tech-title{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1.05rem;color:var(--white);margin-bottom:0.6rem;font-weight:400}
.tech-body{font-size:0.78rem;line-height:1.8;color:var(--silver)}
.protection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:2rem 0}
.protection-card{background:var(--card2);border:1px solid var(--border);border-top:2px solid var(--gold);padding:1.8rem}
.protection-card h4{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:0.95rem;color:var(--gold2);margin-bottom:0.7rem;font-weight:400}
.protection-card p{font-size:0.78rem;line-height:1.8;color:var(--silver)}
.faq-item{border-bottom:1px solid var(--border);overflow:hidden}
.faq-q{padding:1.4rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:1rem;color:var(--white);gap:1rem}
.faq-q .arr{color:var(--gold);transition:transform 0.3s;font-size:0.8rem;flex-shrink:0}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease}
.faq-a.open{max-height:400px}
.faq-a-inner{padding-bottom:1.4rem;font-size:0.84rem;line-height:1.85;color:var(--silver)}
.nl-band{background:var(--card);border:1px solid var(--border);padding:4rem;text-align:center;position:relative;overflow:hidden}
.nl-band::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;border-radius:50%;background:radial-gradient(ellipse,rgba(200,168,75,0.035),transparent 68%);pointer-events:none}
.nl-form{display:flex;max-width:440px;margin:1.8rem auto 0}
.nl-input{flex:1;background:rgba(255,255,255,0.04);border:1px solid var(--border);border-right:none;padding:0.85rem 1.1rem;color:var(--mist);font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;font-size:0.78rem;outline:none;transition:border-color 0.3s}
.nl-input::placeholder{color:rgba(143,168,200,0.35)}
.nl-input:focus{border-color:rgba(200,168,75,0.3)}
.nl-btn{padding:0.85rem 1.6rem;background:var(--gold);border:none;color:var(--bg);font-family:'Raleway','Trebuchet MS','Segoe UI',system-ui,sans-serif;font-size:0.58rem;letter-spacing:0.2em;text-transform:uppercase;cursor:pointer;transition:background 0.3s;white-space:nowrap;font-weight:500}
.nl-btn:hover{background:var(--gold2)}
.nl-note{font-size:0.56rem;color:rgba(143,168,200,0.35);margin-top:0.8rem;position:relative}
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}
.blog-card{background:var(--card);border:1px solid var(--border);border-radius:6px;overflow:hidden;display:block;transition:background 0.3s;cursor:pointer}
.blog-card:hover{background:#120f2c}
.bc-img{width:100%;height:180px;overflow:hidden}
.bc-img img{width:100% !important;height:180px !important;object-fit:cover !important;display:block}
.bc-cat{font-size:0.5rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin:1.2rem 1.5rem 0.6rem;display:block}
.bc-title{font-family:'Playfair Display',Georgia,serif;font-size:1rem;color:var(--white);line-height:1.45;margin:0 1.5rem 0.7rem;font-weight:400}
.bc-exc{font-size:0.76rem;color:var(--silver);line-height:1.75;margin:0 1.5rem 1rem}
.bc-foot{display:flex;justify-content:space-between;font-size:0.54rem;letter-spacing:0.15em;text-transform:uppercase;color:rgba(143,168,200,0.4);margin:0 1.5rem 1.5rem}

.bc-more{color:var(--gold)}
footer{position:relative;z-index:10;background:var(--deep);border-top:1px solid var(--border);padding:4rem 5vw 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-tagline{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-style:italic;font-size:0.88rem;color:var(--silver);line-height:1.75;max-width:230px;margin-top:0.8rem}
.footer-col h5{font-size:0.56rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.55rem}
.footer-col ul li a{font-size:0.7rem;color:var(--silver);text-decoration:none;transition:color 0.3s;cursor:pointer}
.footer-col ul li a:hover{color:var(--gold2)}
.footer-bottom{border-top:1px solid var(--border);padding-top:1.8rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-legal{font-size:0.56rem;letter-spacing:0.1em;color:rgba(143,168,200,0.3)}
.footer-disc{font-size:0.54rem;color:rgba(143,168,200,0.25);max-width:460px;line-height:1.55}
.en{display:block}.de{display:none !important}
span.en{display:inline}span.de{display:none !important}
body.lang-de .en{display:none !important}
body.lang-de .de{display:block !important}
body.lang-de span.en{display:none !important}
body.lang-de span.de{display:inline !important}
body.lang-de .sidebar-box ul li a.de{display:flex !important}
body.lang-de .sidebar-box ul li a.en{display:none !important}
@keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.85s ease,transform 0.85s ease}
.reveal.vis{opacity:1;transform:translateY(0)}
@media(max-width:1000px){.article-grid{grid-template-columns:1fr}.sidebar{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.nav-links{display:none}.stats-bar{grid-template-columns:repeat(2,1fr)}.nl-form{flex-direction:column}.nl-input{border-right:1px solid var(--border);border-bottom:none}.footer-grid{grid-template-columns:1fr}}
/* ── Ebook CTA Section ─────────────────────────── */
.ebook-cta-section{background:linear-gradient(135deg,rgba(15,10,40,0.9) 0%,rgba(30,15,60,0.9) 100%);border:1px solid rgba(212,175,55,0.25);border-radius:4px;padding:3rem 2.5rem;margin-bottom:1rem}
.ebook-cta-inner{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center}
.ebook-cta-desc{font-size:0.82rem;color:var(--silver);line-height:1.8;margin:1rem 0 1.5rem;max-width:520px}
.ebook-cta-btns{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center}
.ebook-cta-note{font-size:0.58rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(143,168,200,0.4);margin-top:0.9rem}
.ebook-badge-ring{width:120px;height:120px;border-radius:50%;border:2px solid rgba(212,175,55,0.4);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.3rem;background:rgba(212,175,55,0.05)}
.ebook-badge-icon{font-size:2.2rem;line-height:1}
.ebook-badge-label{font-size:0.52rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold)}
@media(max-width:768px){.ebook-cta-inner{grid-template-columns:1fr}.ebook-cta-badge{display:none}}
