/* PrimeMap Blog — on-brand, lesefreundlich */
:root{
  --bg:#0a0e1a; --card:#0f1626; --card2:#131c30;
  --text:#e6ecf5; --muted:#9fb0c7; --line:#1f2c44;
  --accent:#f59e0b; --accent2:#fbbf24; --blue:#3b82f6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  line-height:1.75;font-size:18px;-webkit-font-smoothing:antialiased;
}
a{color:var(--accent2);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:760px;margin:0 auto;padding:0 22px}

/* Topbar */
.topbar{border-bottom:1px solid var(--line);background:rgba(10,14,26,.85);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--text);font-size:19px}
.brand img{width:30px;height:30px;border-radius:7px}
.topbar nav a{color:var(--muted);font-weight:600;font-size:15px;margin-left:20px}
.topbar nav a:hover{color:var(--accent2);text-decoration:none}

/* Article */
article{padding:40px 0 20px}
.kicker{color:var(--accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px;margin-bottom:14px}
h1{font-size:40px;line-height:1.15;font-weight:800;margin:0 0 18px;letter-spacing:-.02em}
h2{font-size:27px;line-height:1.25;font-weight:800;margin:48px 0 14px;letter-spacing:-.01em}
h3{font-size:21px;font-weight:700;margin:30px 0 8px}
.meta{color:var(--muted);font-size:15px;margin-bottom:30px;border-bottom:1px solid var(--line);padding-bottom:22px}
p{margin:0 0 20px}
.lead{font-size:21px;color:#cdd8e8}
blockquote{margin:26px 0;padding:14px 22px;border-left:3px solid var(--accent);background:var(--card);border-radius:0 10px 10px 0;color:#d7e0ee;font-style:italic}
ul,ol{margin:0 0 22px;padding-left:24px}
li{margin-bottom:9px}

/* Foto-Platzhalter / Figuren */
figure{margin:30px 0}
figure img{border-radius:14px;border:1px solid var(--line)}
figcaption{color:var(--muted);font-size:14px;margin-top:9px;text-align:center}
.photo-slot{border:2px dashed #2c3c5c;border-radius:14px;background:var(--card);
  padding:40px 24px;text-align:center;color:var(--muted)}
.photo-slot .ico{font-size:30px;display:block;margin-bottom:8px}
.photo-slot b{color:#c4d1e6}

/* Info-/Tipp-Box */
.box{background:linear-gradient(135deg,var(--card2),var(--card));border:1px solid var(--line);
  border-radius:16px;padding:22px 24px;margin:30px 0}
.box h3{margin-top:0;color:var(--accent2)}

/* CTA App */
.cta{background:linear-gradient(135deg,rgba(245,158,11,.14),rgba(59,130,246,.10));
  border:1px solid var(--line);border-radius:20px;padding:30px;margin:46px 0 10px;text-align:center}
.cta h3{margin:0 0 8px;font-size:23px;color:var(--text)}
.cta p{color:var(--muted);margin:0 0 18px}
.badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.badges img{height:50px;width:auto;border:0}

/* Blog-Index */
.hero{padding:54px 0 26px;text-align:center}
.hero h1{font-size:44px}
.hero p{color:var(--muted);font-size:20px;max-width:600px;margin:0 auto}
.posts{display:grid;gap:22px;padding:20px 0 40px}
.post-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:26px;transition:border-color .2s,transform .2s}
.post-card:hover{border-color:var(--accent);transform:translateY(-2px)}
.post-card .kicker{margin-bottom:10px}
.post-card h2{margin:0 0 10px;font-size:25px}
.post-card h2 a{color:var(--text)}
.post-card p{color:var(--muted);margin:0 0 14px}
.post-card .more{color:var(--accent2);font-weight:700;font-size:15px}

/* Footer */
footer{border-top:1px solid var(--line);margin-top:50px;padding:30px 0;color:var(--muted);font-size:14px}
footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px}
footer a{color:var(--muted)}

@media(max-width:600px){
  body{font-size:17px}
  h1{font-size:31px}.hero h1{font-size:34px}h2{font-size:23px}
  .topbar nav a{margin-left:14px}
}

/* DE/EN-Umschalter */
.lang-switch{display:inline-flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;margin-left:16px;vertical-align:middle}
.lang-switch a{padding:4px 11px;color:var(--muted);font-weight:700;font-size:13px}
.lang-switch a.active{background:var(--accent);color:#0a0e1a}
.lang-switch a:hover{text-decoration:none;color:var(--accent2)}

/* Karte: Vorschaubild = feste Box, in ALLEN Beitraegen exakt gleich gross */
.post-card{display:flex;align-items:center;gap:18px;padding:18px}
.post-thumb{flex:0 0 132px;width:132px;height:200px;border-radius:12px;overflow:hidden;border:1px solid var(--line)}
.post-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.post-body{min-width:0;flex:1}
.post-body h2{margin:0 0 8px}
.post-body h2 a{color:var(--text)}
.post-body h2 a:hover{text-decoration:underline}
.post-foot{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-top:8px}
.post-date{color:var(--muted);font-size:14px}
@media(max-width:480px){.post-thumb{flex-basis:108px;width:108px;height:164px}.post-card{gap:13px;padding:14px}}
