/* ── HOMEPAGE ── */
.page-id-12 .entry-header { display: none !important; }
.home .entry-content,
.home .inside-article { padding: 0 !important; margin-top: 0 !important; }
.home .site-content { padding-top: 0 !important; }
.home .site-content #primary { padding-top: 0 !important; }

/* ── TRUST BAR ── */
.kl-trust-inner { gap: 16px !important; }
.kl-trust-item { font-size: 13px !important; }

/* ── ABOUT PAGE ── */
.page-id-19 .entry-header { display: none !important; }
.page-id-19 .entry-content,
.page-id-19 .inside-article { padding: 0 !important; margin-top: 0 !important; }
.ab-opening, .ab-story, .ab-built, .ab-signoff { max-width: 860px !important; }

/* ── CONTACT PAGE ── */
.page-id-205 .entry-header { display: none !important; }
.page-id-205 .entry-content,
.page-id-205 .inside-article { padding-top: 0 !important; margin-top: 0 !important; }

/* ── COMMUNITY PAGE ── */
.page-id-243 .entry-header { display: none !important; }
.page-id-243 .entry-content,
.page-id-243 .inside-article { padding-top: 0 !important; margin-top: 0 !important; }

/* ── BLOG POSTS ── */
.posted-on, .byline, .author,
.entry-meta, .post-meta,
.entry-date, time.entry-date,
.published { display: none !important; }
.single .entry-content,
.single .inside-article {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

/* ── BLOG PAGE ── */
.blog .post {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E7E5E4;
  padding: 28px 32px;
  margin-bottom: 24px;
}
.blog .entry-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.blog .entry-title a { color: #1C1917; text-decoration: none; }
.blog .entry-title a:hover { color: #0D9488; }
.blog .entry-summary,
.blog .entry-summary p {
  font-size: 15px;
  color: #78716C;
  line-height: 1.7;
  margin-bottom: 12px;
}
.blog .more-link {
  display: inline-block !important;
  font-size: 13px;
  font-weight: 600;
  color: #0D9488 !important;
  text-decoration: none !important;
  margin-top: 8px;
}
.blog .more-link::after { content: ' →'; }
.blog .content-area {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px;
}
.blog .cat-links {
  display: inline-block !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0F766E !important;
  background: #CCFBF1;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 14px;
  text-decoration: none !important;
}
.blog .cat-links a { color: #0F766E !important; text-decoration: none !important; }

/* ── FOOTER ── */
.site-info { display: none !important; }
.site-footer::after {
  content: '© 2026 Kade Labs';
  display: block;
  text-align: center;
  padding: 16px 24px;
  font-size: 13px;
  color: #78716C;
  font-family: 'DM Sans', sans-serif;
}
/* ── FOOTER ── */
.site-info { display: none !important; }
.site-footer::after {
  content: '© 2026 Kade Labs';
  display: block;
  text-align: center;
  padding: 16px 24px 4px;
  font-size: 13px;
  color: #78716C;
  font-family: 'DM Sans', sans-serif;
}