.blog-page {
  background: var(--mc-navy);
  color: var(--mc-white);
  min-height: 100vh;
}

/* Ratgeber: Logo einmal, korrekt skaliert (Landing-CSS erzwingt sonst 156px Höhe → wirkt doppelt/kaputt) */
.blog-page .lp-nav {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.blog-page .lp-nav-inner {
  height: 72px;
  min-height: 72px;
  max-height: 72px;
}
.blog-page .lp-nav-brand.lp-logo,
.blog-page .lp-nav-brand {
  gap: 0.55rem;
  margin-right: 1rem;
}
.blog-page .lp-nav-logo,
.blog-page .lp-logo-shield {
  height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  min-width: 0;
  min-height: 0;
}
.blog-page .lp-nav-brand-text,
.blog-page .lp-logo-text {
  font-size: 1.15rem;
  line-height: 1.1;
}
.blog-page .lp-footer-logo-shield {
  height: 32px !important;
  max-height: 32px !important;
  width: auto !important;
}
.blog-page .lp-footer-logo-wrap {
  gap: 0.45rem;
}
@media (max-width: 768px) {
  .blog-page .lp-nav-inner {
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }
  .blog-page .lp-nav-logo,
  .blog-page .lp-logo-shield {
    height: 42px !important;
    max-height: 42px !important;
  }
  .blog-page .lp-nav-brand-text,
  .blog-page .lp-logo-text {
    font-size: 1.05rem;
  }
}

.blog-hero {
  padding: 7rem 1.5rem 2.5rem;
  text-align: center;
  background: linear-gradient(180deg, var(--mc-navy-light) 0%, var(--mc-navy) 100%);
}

.blog-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 0.75rem;
  background: linear-gradient(135deg, var(--mc-gold-bright), var(--mc-teal-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.blog-hero p {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--mc-gray-300);
  line-height: 1.6;
}

.blog-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.blog-card {
  background: var(--mc-navy-light);
  border: 1px solid rgba(0, 206, 209, 0.18);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 211, 150, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.blog-card a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}

.blog-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--mc-navy-mid);
}

.blog-card-body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.blog-card-date {
  font-size: 0.8rem;
  color: var(--mc-teal-light);
  margin-bottom: 0.5rem;
}

.blog-card h2 {
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 0.65rem;
  color: var(--mc-white);
}

.blog-card p {
  margin: 0;
  color: var(--mc-gray-400);
  font-size: 0.92rem;
  line-height: 1.55;
}

.blog-status,
.blog-error {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--mc-gray-300);
}

.blog-error {
  color: #fca5a5;
}

.blog-article {
  max-width: 820px;
  margin: 0 auto;
  padding: 6.5rem 1.5rem 4rem;
}

.blog-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--mc-teal-light);
  text-decoration: none;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.blog-back:hover {
  color: var(--mc-gold-bright);
}

.blog-article-hero {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 1.75rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--mc-navy-mid);
}

.blog-article h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.blog-article-meta {
  color: var(--mc-gray-400);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.blog-content {
  color: var(--mc-gray-100);
  line-height: 1.75;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  color: var(--mc-white);
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.blog-content h2 {
  font-size: 1.35rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(0, 206, 209, 0.18);
}

.blog-content h3 {
  font-size: 1.12rem;
  color: var(--mc-gold-bright);
}

.blog-content p {
  margin: 0 0 1.1rem;
  color: rgba(241, 245, 249, 0.92);
}

.blog-content a {
  color: var(--mc-teal-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-content a:hover {
  color: var(--mc-gold-bright);
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1rem 0;
}

.blog-content ul,
.blog-content ol {
  padding-left: 1.4rem;
  margin: 0 0 1.15rem;
  color: rgba(241, 245, 249, 0.9);
}

.blog-content li {
  margin-bottom: 0.45rem;
}

.blog-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem 1rem 1.25rem;
  border-left: 4px solid var(--mc-teal-light);
  background: rgba(0, 206, 209, 0.08);
  border-radius: 0 12px 12px 0;
  color: var(--mc-white);
  font-size: 1.05rem;
}

.blog-content blockquote p {
  margin: 0 0 0.5rem;
}

.blog-content blockquote cite {
  display: block;
  font-size: 0.82rem;
  font-style: normal;
  color: var(--mc-gray-400);
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.9rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-content thead,
.blog-content tbody,
.blog-content tr {
  width: 100%;
}

.blog-content th,
.blog-content td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
  min-width: 5.5rem;
}

.blog-content th {
  background: rgba(0, 206, 209, 0.12);
  color: var(--mc-white);
  font-weight: 700;
  white-space: nowrap;
}

.blog-content td {
  background: rgba(8, 14, 32, 0.55);
}

.blog-content strong {
  color: var(--mc-white);
}

.blog-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 206, 209, 0.15), rgba(242, 211, 150, 0.08));
}

.blog-card-media--placeholder {
  min-height: 160px;
}

.blog-card-more {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--mc-teal-light);
  font-size: 0.88rem;
  font-weight: 600;
}

.blog-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 206, 209, 0.12), rgba(242, 211, 150, 0.1));
  border: 1px solid rgba(0, 206, 209, 0.25);
  text-align: center;
}

.blog-cta p {
  margin: 0;
  color: var(--mc-gray-200);
  line-height: 1.5;
}

.blog-cta a,
.blog-cta-btn {
  display: inline-block;
  margin-top: 0.9rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mc-teal), var(--mc-teal-light));
  color: var(--mc-navy) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.blog-cta a:hover,
.blog-cta-btn:hover {
  filter: brightness(1.08);
}

/* Ensure article area is never stuck under oversized nav */
.blog-page .blog-article {
  position: relative;
  z-index: 1;
}