/* MonElec blog — extends monelec.css tokens */

.de-blog-page {
  background:
    radial-gradient(1200px 480px at 10% -10%, rgba(59, 130, 246, 0.08), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(15, 23, 42, 0.04), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f1f5f9 100%);
}

.de-blog-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.de-blog-hero {
  padding: 120px 0 48px;
}

.de-blog-hero__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

.de-blog-kicker {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 14px;
}

.de-blog-kicker a {
  color: #3b82f6;
  text-decoration: none;
}

.de-blog-kicker a:hover {
  text-decoration: underline;
}

.de-blog-hero h1 {
  font-family: Sora, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 16px;
  max-width: 18ch;
}

.de-blog-hero__lead {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 22px;
  max-width: 62ch;
}

.de-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.88rem;
  color: #64748b;
  margin: 0 0 28px;
}

.de-blog-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.de-blog-article {
  padding: 8px 0 56px;
}

.de-blog-prose {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #1e293b;
}

.de-blog-prose h2 {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.3;
  color: #0f172a;
  margin: 2.2rem 0 0.85rem;
}

.de-blog-prose p {
  margin: 0 0 1rem;
}

.de-blog-prose strong {
  color: #0f172a;
  font-weight: 650;
}

.de-blog-note {
  margin: 28px 0;
  padding: 16px 18px;
  border-left: 3px solid #3b82f6;
  background: rgba(59, 130, 246, 0.06);
  border-radius: 0 12px 12px 0;
  font-size: 0.95rem;
  color: #334155;
}

.de-blog-related,
.de-blog-faq,
.de-blog-hub-section {
  padding: 40px 0;
}

.de-blog-related h2,
.de-blog-faq h2,
.de-blog-hub-section h2 {
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.45rem;
  margin: 0 0 8px;
  color: #0f172a;
}

.de-blog-related p,
.de-blog-hub-section > .de-blog-wrap > p,
.de-blog-hub-lead {
  color: #64748b;
  margin: 0 0 20px;
}

.de-blog-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.de-blog-related-list a {
  display: block;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #0f172a;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 600;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.de-blog-related-list a:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.de-blog-hub-hero {
  padding: 120px 0 36px;
}

.de-blog-hub-hero h1 {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  max-width: 14ch;
  margin: 0 0 14px;
  color: #0f172a;
}

.de-blog-grid {
  display: grid;
  gap: 12px;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .de-blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.de-blog-card {
  display: block;
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.de-blog-card:hover {
  border-color: #93c5fd;
  transform: translateY(-1px);
}

.de-blog-card__theme {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3b82f6;
  margin: 0 0 8px;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 700;
}

.de-blog-card h3 {
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #0f172a;
}

.de-blog-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.5;
}

.de-blog-city-guides {
  margin-top: 24px;
}

.de-blog-city-guides h3 {
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.2rem;
  margin: 0 0 8px;
}

.de-blog-city-guides p {
  color: #64748b;
  margin: 0 0 14px;
}

.de-blog-city-guides ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .de-blog-city-guides ul {
    grid-template-columns: 1fr 1fr;
  }
}

.de-blog-city-guides a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  font-size: 0.95rem;
}

.de-blog-city-guides a:hover {
  border-color: #93c5fd;
}

.de-blog-theme-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.de-blog-theme-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #334155;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.de-blog-theme-nav a:hover {
  border-color: #93c5fd;
  color: #1d4ed8;
}
