:root{
  --bg:#14302B;
  --bg-deep:#0E211E;
  --panel:#1D453D;
  --panel-line:rgba(246,240,226,0.14);
  --cream:#F6F0E2;
  --cream-dim:#C9BFA6;
  --gold:#C79A3D;
  --gold-bright:#E0B559;
  --rust:#A8432B;
  --success:#5F8F6B;
  --radius:16px;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  overflow-x:hidden;
  background:
    radial-gradient(ellipse 900px 500px at 15% -10%, rgba(199,154,61,0.16), transparent 60%),
    radial-gradient(ellipse 700px 500px at 100% 10%, rgba(168,67,43,0.12), transparent 55%),
    var(--bg);
  color:var(--cream);
  font-family:'Roboto', sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{ color:inherit; }
.eyebrow{
  font-family:'Roboto', sans-serif; font-size:12px; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--gold-bright); font-weight:600;
}
.wrap{ max-width:1040px; margin:0 auto; padding:0 20px; }

/* ---------- Language switcher ---------- */
.lang-switcher{
  position:fixed; top:14px; right:16px; z-index:80;
  display:flex; gap:6px; align-items:center;
  background:rgba(14,33,30,0.55); backdrop-filter:blur(4px);
  padding:6px 9px; border-radius:20px; border:1px solid var(--panel-line);
}
.lang-flag{
  display:inline-block; background:none; border:none; padding:2px; margin:0; cursor:pointer;
  font-size:19px; line-height:1; border-radius:50%; opacity:0.75; text-decoration:none;
  transition:opacity 0.15s ease, transform 0.15s ease;
}
.lang-flag:hover{ opacity:1; transform:scale(1.15); }
.lang-flag.active{ opacity:1; box-shadow:0 0 0 2px var(--gold-bright); }
@media (max-width:480px){
  .lang-switcher{ top:10px; right:10px; padding:5px 7px; gap:4px; }
  .lang-flag{ font-size:16px; }
}

/* ---------- Legal subpage ---------- */
.legal-wrap{ padding-top:44px; padding-bottom:60px; max-width:720px; }
.back-link{
  display:inline-block; font-size:13px; color:var(--gold-bright);
  text-decoration:none; margin-bottom:26px;
}
.back-link:hover{ text-decoration:underline; }
#legalTitle{ font-weight:800; font-size:clamp(26px,4vw,36px); margin:0 0 24px; }
.legal-body p{ color:var(--cream-dim); font-size:15px; line-height:1.7; margin:0 0 16px; white-space:pre-line; }

/* ---------- Hero background image ---------- */
.hero-region{ position:relative; }
.hero-bg{
  position:absolute; top:-64px; left:50%;
  width:100vw; margin-left:-50vw;
  height:clamp(560px, 88vw, 840px);
  z-index:0; pointer-events:none;
  -webkit-mask-image:linear-gradient(to bottom,
    black 0%, black 42%, rgba(0,0,0,0.85) 55%, rgba(0,0,0,0.55) 68%,
    rgba(0,0,0,0.28) 80%, rgba(0,0,0,0.08) 90%, transparent 100%);
  mask-image:linear-gradient(to bottom,
    black 0%, black 42%, rgba(0,0,0,0.85) 55%, rgba(0,0,0,0.55) 68%,
    rgba(0,0,0,0.28) 80%, rgba(0,0,0,0.08) 90%, transparent 100%);
  opacity:0.72;
}
.hero-bg img{ width:100%; height:100%; display:block; object-fit:cover; }
.hero-text-only, .hero-split{ position:relative; z-index:1; }

/* ---------- Hero text ---------- */
.hero-text-only{ padding:44px 0 0; text-align:center; }
.hero-text-only h1{
  font-weight:800; font-size:clamp(28px, 4.8vw, 48px); line-height:1.14;
  margin:16px auto 16px; max-width:38ch;
}
.hero-text-only h1 em{ font-style:italic; font-weight:700; color:var(--gold-bright); }
.hero-text-only p.lede{ color:var(--cream); font-weight:500; font-size:clamp(15px,2vw,17px); max-width:46ch; margin:0 auto; }

@media (max-width:680px){
  .hero-text-only h1{
    font-weight:800; font-size:clamp(30px, 8vw, 42px);
    text-shadow:0 3px 14px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.55);
  }
  .hero-text-only h1 em{ font-weight:700; }
}

.hero-split{ display:grid; grid-template-columns:1.15fr 1fr; gap:30px; align-items:center; margin-top:30px; }
@media (max-width:680px){ .hero-split{ grid-template-columns:1fr; } }

/* ---------- Book cover mockup ---------- */
/* Das Cover-Bild ist ein fertiges Mockup mit transparentem Hintergrund
   (Schatten & Perspektive sind bereits im Bild). Deshalb keine eigene
   Seiten-/Schatten-Konstruktion mehr drumherum -- nur objekt-contain,
   damit nichts beschnitten wird und die Transparenz sichtbar bleibt. */
.cover-col{ position:relative; width:100%; max-width:360px; margin:-20px auto 0; }
.cover-col img{
  width:100%; height:auto; display:block;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,0.4));
}

.stamp-badge{
  position:absolute; width:100px; height:100px; right:4%; bottom:8%; z-index:2;
  transform:rotate(-9deg); filter:drop-shadow(0 6px 14px rgba(0,0,0,0.4));
}
.stamp-ring-outer{ fill:none; stroke:var(--rust); stroke-width:2.5; stroke-dasharray:2.2 4.5; opacity:0.9; }
.stamp-ring-inner{ fill:none; stroke:var(--gold); stroke-width:1.4; opacity:0.85; }
.stamp-arc{ font-size:10.5px; letter-spacing:0.12em; fill:var(--cream); }
.stamp-num{ font-weight:600; font-size:46px; fill:var(--cream); }
.stamp-sub{ font-size:10px; letter-spacing:0.1em; fill:var(--gold-bright); }
.stamp-free{ font-size:11px; letter-spacing:0.14em; fill:var(--rust); }

.form-col .card{ margin-top:0; height:100%; }
.price-row{ display:flex; align-items:baseline; gap:10px; margin-bottom:10px; flex-wrap:wrap; }
.price-old{ font-size:14px; color:var(--cream-dim); text-decoration:line-through; text-decoration-color:var(--rust); text-decoration-thickness:1.5px; }
.price-new{ font-weight:700; font-size:14px; color:var(--gold-bright); }

/* ---------- Form card ---------- */
.card{ background:var(--panel); border:1px solid var(--panel-line); border-radius:var(--radius); padding:26px 24px 24px; margin-top:26px; }
.card h2{ font-weight:600; font-size:21px; margin:0 0 4px; }
.card .sub{ color:var(--cream-dim); font-size:14px; margin:0 0 18px; }
.field{ margin-bottom:14px; }
.field label{ display:block; font-size:12.5px; font-weight:600; letter-spacing:0.02em; margin-bottom:6px; color:var(--cream-dim); }
.field input, .field textarea{
  width:100%; padding:11px 13px; background:var(--bg-deep); color:var(--cream);
  border:1px solid var(--panel-line); border-radius:10px; font-family:'Roboto', sans-serif; font-size:15px;
}
.field input::placeholder{ color:#7C9089; }
.field input:focus, .field textarea:focus{ outline:2px solid var(--gold); outline-offset:1px; border-color:var(--gold); }
.field.hidden{ display:none; }
@media (max-width:480px){ .field input{ font-size:16px; } }

.consent{ display:flex; gap:10px; align-items:flex-start; font-size:12.5px; color:var(--cream-dim); margin:16px 0 18px; }
.consent input{ margin-top:3px; accent-color:var(--gold); }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px; width:100%;
  padding:13px 18px; border-radius:10px; border:none; cursor:pointer;
  font-weight:700; font-size:15.5px; transition:transform 0.15s ease, filter 0.15s ease;
}
.btn-primary{ background:var(--gold); color:var(--bg-deep); }
.btn-primary:hover{ filter:brightness(1.08); }
.btn-primary:active{ transform:scale(0.98); }
.btn-ghost{ background:transparent; color:var(--cream); border:1px solid var(--panel-line); }
.btn-ghost:hover{ border-color:var(--gold); }
.btn-small{ width:auto; padding:9px 14px; font-size:13.5px; }

.proof{ font-size:12px; color:var(--cream-dim); text-align:center; margin-top:12px; }
.proof strong{ color:var(--gold-bright); }

.success{ text-align:center; padding:8px 0 4px; }
.success .check{
  width:46px; height:46px; border-radius:50%; background:var(--success); color:var(--cream);
  display:flex; align-items:center; justify-content:center; margin:0 auto 12px; font-size:22px;
}
.success h3{ font-size:20px; margin:0 0 8px; }
.success p{ color:var(--cream-dim); font-size:14px; margin:0 0 18px; }

/* ---------- Tiles ---------- */
.tiles-section{ padding:46px 0 6px; }
.tiles-section .eyebrow{ display:block; margin-bottom:8px; }
.tiles-section h2{ font-weight:800; font-size:clamp(30px, 5vw, 48px); margin:0 0 20px; }
.tiles{ display:grid; grid-template-columns:1fr; gap:14px; }
@media (min-width:560px){ .tiles{ grid-template-columns:1fr 1fr; } }
@media (min-width:900px){ .tiles{ grid-template-columns:1fr 1fr 1fr; } }
.tile{ background:var(--panel); border:1px solid var(--panel-line); border-radius:12px; padding:16px 16px 15px; }
.tile .n{ font-size:11px; color:var(--rust); letter-spacing:0.08em; display:block; margin-bottom:6px; }
.tile h3{ font-size:15.5px; margin:0 0 6px; font-weight:700; }
.tile p{ font-size:13.5px; color:var(--cream-dim); margin:0; }
.tiles-more-link{ display:none; }
@media (max-width:559px){
  .tiles-more-link{
    display:block; width:100%; margin:16px auto 0; background:none; border:none;
    color:var(--gold-bright); font-weight:600; font-size:14px; text-decoration:underline;
    cursor:pointer; padding:10px; text-align:center;
  }
  .tiles:not(.expanded) .tile:nth-child(n+4){ display:none; }
}

/* ---------- Collapsible (Was steckt drin) ---------- */
.details-section{ padding:34px 0 46px; }
.toggle-details{
  width:100%; display:flex; align-items:center; justify-content:space-between;
  background:var(--panel); border:1px solid var(--panel-line); border-radius:12px;
  padding:16px 18px; cursor:pointer; color:var(--cream); font-weight:700; font-size:15px;
}
.toggle-details .arrow{ transition:transform 0.2s ease; font-size:13px; color:var(--gold-bright); }
.toggle-details[aria-expanded="true"] .arrow{ transform:rotate(180deg); }
.details-body{ max-height:0; overflow:hidden; transition:max-height 0.28s ease; }
.details-body-inner{ padding:18px 4px 4px; }
.details-body-inner ul{ margin:0; padding-left:20px; color:var(--cream-dim); font-size:14px; }
.details-body-inner li{ margin-bottom:8px; }

/* ---------- FAQ ---------- */
.faq-section{ padding:64px 0 72px; }
.faq-section .eyebrow{ display:block; margin-bottom:10px; }
.faq-section h2{ font-weight:800; font-size:clamp(30px, 5vw, 48px); margin:0 0 28px; }
.faq-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px 20px; align-items:start; }
@media (max-width:680px){ .faq-grid{ grid-template-columns:1fr; } }
.faq-col{ display:flex; flex-direction:column; gap:12px; }
.faq-item{ background:var(--panel); border:1px solid var(--panel-line); border-radius:12px; overflow:hidden; }
.faq-q{
  width:100%; display:flex; justify-content:space-between; align-items:center; gap:12px;
  background:none; border:none; cursor:pointer; text-align:left; padding:15px 16px;
  color:var(--cream); font-weight:700; font-size:14.5px; font-family:'Roboto', sans-serif;
}
.faq-q .arrow{ font-size:12px; color:var(--gold-bright); transition:transform 0.2s ease; flex:0 0 auto; }
.faq-q[aria-expanded="true"] .arrow{ transform:rotate(180deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height 0.25s ease; }
.faq-a-inner{ padding:0 16px 16px; font-size:13.5px; color:var(--cream-dim); }

/* ---------- Urgency CTA ---------- */
.urgency-cta{ text-align:center; padding:50px 0 70px; margin:0; }
.urgency-cta-link{
  display:inline-flex; flex-direction:column; gap:14px;
  text-decoration:none; max-width:100%; width:100%; margin:0 auto;
}
.urgency-cta-headline{
  font-weight:900; text-transform:uppercase; letter-spacing:0.01em;
  font-size:clamp(30px, 6.2vw, 58px); line-height:1.12; color:var(--gold-bright);
  transition:color 0.15s ease;
}
.urgency-cta-sub{
  display:inline-block; margin:0 auto; max-width:44ch;
  font-weight:700; font-size:clamp(17px, 2.6vw, 24px); line-height:1.4; color:var(--gold-bright);
  border-bottom:3px solid var(--gold); padding-bottom:6px;
  transition:color 0.15s ease, border-color 0.15s ease;
}
.urgency-cta-link:hover .urgency-cta-headline{ color:var(--cream); }
.urgency-cta-link:hover .urgency-cta-sub{ color:var(--cream); border-color:var(--cream); }

/* ---------- Testimonials ---------- */
.testimonials-section{ padding:6px 0 60px; }
.testimonials-section .eyebrow{ display:block; margin-bottom:10px; }
.testimonials-section h2{ font-weight:800; font-size:clamp(30px, 5vw, 48px); margin:0 0 24px; }
.testimonials-grid{ display:grid; grid-template-columns:1fr; gap:14px; }
@media (min-width:640px){ .testimonials-grid{ grid-template-columns:1fr 1fr; } }
@media (min-width:960px){ .testimonials-grid{ grid-template-columns:1fr 1fr 1fr; } }
.testimonial-card{ background:var(--panel); border:1px solid var(--panel-line); border-radius:14px; padding:20px; display:flex; flex-direction:column; gap:14px; }
.testimonial-stars{ color:var(--gold-bright); font-size:14px; letter-spacing:2px; }
.testimonial-text{ font-size:14px; color:var(--cream-dim); line-height:1.6; margin:0; flex:1; }
.testimonial-author{ display:flex; align-items:center; gap:10px; }
.testimonial-avatar{
  width:36px; height:36px; border-radius:50%; background:var(--bg-deep); border:1px solid var(--panel-line);
  display:flex; align-items:center; justify-content:center; font-weight:700; font-size:13px; color:var(--gold-bright); flex:0 0 auto;
}
.testimonial-avatar-img{
  width:36px; height:36px; border-radius:50%; object-fit:cover; flex:0 0 auto; border:1px solid var(--panel-line);
}
.testimonial-name{ font-size:13.5px; font-weight:700; color:var(--cream); }
.testimonial-loc{ font-size:12px; color:var(--cream-dim); }

/* ---------- Footer ---------- */
footer{ padding:30px 0 100px; margin-top:20px; border-top:1px solid var(--panel-line); }
.footer-nav{ display:flex; flex-wrap:wrap; gap:8px 20px; margin-bottom:16px; }
.footer-nav a, .footer-nav button{
  background:none; border:none; padding:0; margin:0; cursor:pointer;
  font-family:'Roboto', sans-serif; font-size:13px; color:var(--cream-dim); text-decoration:none;
}
.footer-nav a:hover, .footer-nav button:hover{ color:var(--gold-bright); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px; }
footer .fine{ font-size:12px; color:var(--cream-dim); }
footer .admin-link{ font-size:11.5px; color:#5C7168; text-decoration:none; }
footer .admin-link:hover{ color:var(--gold-bright); }

/* ---------- Cookie banner ---------- */
.cookie-banner{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:60;
  background:#FFFFFF; border-top:1px solid #CFE3D8; box-shadow:0 -10px 30px rgba(0,0,0,0.25);
  padding:16px 20px;
}
.cookie-banner.show{ display:block; }
.cookie-banner-inner{ max-width:1040px; margin:0 auto; display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.cookie-text{ flex:1 1 320px; font-size:13px; color:#14302B; margin:0; line-height:1.5; }
.cookie-inline-link{ color:#14302B; text-decoration:underline; font-weight:600; }
.cookie-banner-actions{ display:flex; gap:10px; flex-wrap:wrap; flex:0 0 auto; }
.cookie-banner-actions .btn{ width:auto; white-space:nowrap; }
.cookie-banner-actions .btn-primary{ background:#14302B; color:#FFFFFF; }
.cookie-banner-actions .btn-primary:hover{ filter:brightness(1.3); }
.cookie-banner-actions .btn-ghost{ background:transparent; color:#14302B; border:1.5px solid #14302B; }
.cookie-banner-actions .btn-ghost:hover{ background:rgba(20,48,43,0.08); border-color:#14302B; }
@media (max-width:640px){
  .cookie-banner-actions{ width:100%; }
  .cookie-banner-actions .btn{ flex:1 1 auto; }
}

#cookieSettingsOverlay{
  display:none; position:fixed; inset:0; background:rgba(9,20,18,0.82);
  align-items:center; justify-content:center; padding:20px; z-index:70;
}
#cookieSettingsOverlay.show{ display:flex; }
.cookie-settings-card{ background:var(--panel); border:1px solid var(--panel-line); border-radius:14px; padding:26px; width:100%; max-width:400px; }
.cookie-settings-card h3{ font-weight:700; margin:0 0 8px; font-size:19px; }
.cookie-settings-desc{ font-size:13px; color:var(--cream-dim); margin:0 0 18px; }
.cookie-settings-actions{ display:flex; gap:10px; margin-top:20px; flex-wrap:wrap; }
.cookie-settings-actions .btn{ flex:1 1 auto; }

.row-between{ display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:14px; }
.row-between:last-child{ margin-bottom:0; }
.toggle-label{ font-size:14.5px; }
.toggle-label small{ display:block; color:var(--cream-dim); font-size:12px; font-weight:400; margin-top:2px; }
.switch{ position:relative; display:inline-block; width:42px; height:24px; flex:0 0 auto; }
.switch input{ opacity:0; width:0; height:0; }
.slider{ position:absolute; cursor:pointer; inset:0; background:#3A5850; border-radius:24px; transition:0.2s; }
.slider:before{ content:""; position:absolute; height:18px; width:18px; left:3px; top:3px; background:var(--cream); border-radius:50%; transition:0.2s; }
.switch input:checked + .slider{ background:var(--gold); }
.switch input:checked + .slider:before{ transform:translateX(18px); }

/* ---------- Small-phone refinements ---------- */
@media (max-width:480px){
  .wrap{ padding:0 16px; }
  .hero-text-only{ padding:26px 0 0; }
  .card{ padding:22px 18px 20px; }
  .cover-col{ max-width:min(314px, 83vw); }
  .stamp-badge{ width:66px; height:66px; right:-10px; bottom:-10px; }
  .tiles-section{ padding:36px 0 4px; }
  .details-section{ padding:26px 0 34px; }
  .faq-section{ padding:44px 0 52px; }
  .btn{ font-size:15px; padding:14px 16px; }
}

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; scroll-behavior:auto !important; }
}

/* ================= ADMIN ================= */
.admin-body{ min-height:100vh; }
.admin-login-wrap{ max-width:340px; margin:80px auto; }
.admin-login-card{ background:var(--panel); border:1px solid var(--panel-line); border-radius:14px; padding:28px; }
.admin-login-card h1{ font-size:20px; margin:0 0 6px; }
.admin-login-card p{ color:var(--cream-dim); font-size:13px; margin:0 0 18px; }
.admin-error{ color:var(--rust); font-size:12.5px; margin-top:10px; }
.admin-flash{ background:var(--panel); border:1px solid var(--gold); color:var(--gold-bright); border-radius:10px; padding:12px 16px; margin-bottom:18px; font-size:13.5px; }

.admin-header{ display:flex; justify-content:space-between; align-items:center; margin:26px 0 24px; flex-wrap:wrap; gap:12px; }
.admin-header h1{ font-size:22px; margin:0; }
.admin-tabs{
  display:flex; gap:6px; flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch;
  margin:0 -20px 26px; padding:14px 20px; background:var(--bg);
  position:sticky; top:0; z-index:50; border-bottom:1px solid var(--panel-line);
  scrollbar-width:thin;
}
.admin-tab{
  padding:9px 14px; border-radius:8px; background:var(--panel); border:1px solid var(--panel-line);
  color:var(--cream-dim); text-decoration:none; font-size:13px; font-weight:600; white-space:nowrap; flex:0 0 auto;
}
.admin-tab.active{ background:var(--gold); color:var(--bg-deep); border-color:var(--gold); }

.admin-panel{ display:none; }
.admin-panel.active{ display:block; }
.admin-panel-title{ font-size:20px; font-weight:700; margin:0 0 18px; }

.admin-block{ background:var(--panel); border:1px solid var(--panel-line); border-radius:14px; padding:20px; margin-bottom:16px; }
.admin-block h4{ margin:0 0 12px; font-size:14px; text-transform:uppercase; letter-spacing:0.06em; color:var(--gold-bright); font-weight:600; }
.pdf-status{ font-size:14px; margin-bottom:12px; color:var(--cream-dim); }
.pdf-status strong{ color:var(--cream); }
.stat-big{ font-weight:600; font-size:44px; color:var(--gold-bright); line-height:1; }
.stat-label{ font-size:12.5px; color:var(--cream-dim); margin-top:4px; }
.cover-preview, .hero-preview{ max-width:220px; border-radius:8px; border:1px solid var(--panel-line); margin-bottom:12px; display:block; }
.hero-preview{ max-width:100%; }
.file-warning{ color:var(--rust); font-size:12.5px; margin-top:8px; }
.repeatable-item{ margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid var(--panel-line); }
.repeatable-item:last-child{ border-bottom:none; margin-bottom:0; padding-bottom:0; }

/* ================= BLOG ================= */
.blog-wrap, .post-wrap{ padding-top:44px; padding-bottom:60px; }
.post-wrap{ max-width:760px; }
.blog-page-title{ font-weight:800; font-size:clamp(28px,4.5vw,40px); margin:10px 0 12px; }
.blog-intro{ color:var(--cream-dim); font-size:16px; max-width:60ch; margin:0 0 36px; }

.blog-grid{ display:grid; grid-template-columns:1fr; gap:18px; }
@media (min-width:640px){ .blog-grid{ grid-template-columns:1fr 1fr; } }
@media (min-width:980px){ .blog-grid{ grid-template-columns:1fr 1fr 1fr; } }

.blog-card{
  background:var(--panel); border:1px solid var(--panel-line); border-radius:14px;
  overflow:hidden; transition:border-color 0.18s ease, transform 0.18s ease; height:100%;
}
.blog-card:hover{ border-color:var(--gold); transform:translateY(-2px); }
.blog-card-link{ display:flex; flex-direction:column; height:100%; text-decoration:none; color:inherit; }
.blog-card-image{ aspect-ratio:16/9; overflow:hidden; background:var(--bg-deep); }
.blog-card-image img{ width:100%; height:100%; object-fit:cover; display:block; }
.blog-card-body{ padding:18px; display:flex; flex-direction:column; gap:8px; flex:1; }
.blog-card-meta{ font-size:11.5px; letter-spacing:0.06em; text-transform:uppercase; color:var(--rust); }
.blog-card-title{ font-size:17px; font-weight:700; margin:0; line-height:1.3; }
.blog-card-excerpt{ font-size:13.5px; color:var(--cream-dim); margin:0; line-height:1.6; flex:1; }
.blog-card-more{ font-size:13px; font-weight:600; color:var(--gold-bright); margin-top:4px; }

.post-meta{ font-size:12.5px; letter-spacing:0.06em; text-transform:uppercase; color:var(--rust); margin-bottom:10px; }
.post-title{ font-weight:800; font-size:clamp(26px,4.4vw,40px); line-height:1.18; margin:0 0 26px; }
.post-image{ border-radius:14px; overflow:hidden; margin-bottom:30px; border:1px solid var(--panel-line); }
.post-image img{ width:100%; height:auto; display:block; }
.post-body p{ color:var(--cream-dim); font-size:16px; line-height:1.8; margin:0 0 20px; }

.share-row{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin:36px 0 40px; }
.share-label{ font-size:13px; font-weight:700; color:var(--cream-dim); }
.share-btn{
  font-family:'Roboto', sans-serif; font-size:13px; font-weight:700; text-decoration:none;
  padding:8px 16px; border-radius:20px; border:1.5px solid var(--panel-line); color:var(--cream);
  background:none; cursor:pointer; transition:border-color 0.15s ease, color 0.15s ease;
}
.share-fb:hover{ border-color:#1877F2; color:#8FB6FA; }
.share-li:hover{ border-color:#0A66C2; color:#7FB3EE; }
.share-ig:hover{ border-color:#E1306C; color:#F49BBB; }

.post-cta{
  background:var(--panel); border:1px solid var(--panel-line); border-radius:14px;
  padding:26px; margin:44px 0 40px; text-align:center;
}
.post-cta h3{ font-size:19px; margin:0 0 8px; }
.post-cta p{ color:var(--cream-dim); font-size:14px; margin:0 0 18px; }

.more-posts h3{ font-size:20px; margin:0 0 20px; }

/* Blog-Verwaltung im Admin */
.blog-admin-post{
  background:var(--bg-deep); border:1px solid var(--panel-line); border-radius:12px;
  padding:16px; margin-bottom:14px;
}
.blog-admin-row{ display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; }
.blog-admin-info{ flex:1 1 240px; }
.blog-admin-title{ font-weight:700; font-size:15px; margin:0 0 4px; }
.blog-admin-meta{ font-size:12px; color:var(--cream-dim); }
.blog-admin-actions{ display:flex; gap:8px; flex-wrap:wrap; }
.badge{
  display:inline-block; font-size:11px; padding:2px 8px; border-radius:20px;
  border:1px solid var(--panel-line); color:var(--cream-dim);
}
.badge-live{ border-color:var(--success); color:#8FCB9E; }
.badge-draft{ border-color:var(--rust); color:#E88A6E; }

.legal-lang-note{
  background:var(--panel); border:1px solid var(--gold); color:var(--gold-bright);
  border-radius:10px; padding:12px 16px; font-size:13.5px; margin-bottom:26px;
}
