/* Blog and compact footer refresh, 2026-09-26. */
.blog-modern { margin: 0 auto 56px; }
.blog-modern__hero {
  position: relative;
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  align-items: center;
  min-height: 430px;
  margin-bottom: 42px;
  padding: 52px;
  overflow: hidden;
  border-radius: 32px;
  color: #fff;
  background: #10271c;
  box-shadow: 0 24px 70px rgba(15,48,31,.18);
}
.blog-modern__hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(10,34,23,.98) 0%, rgba(13,43,29,.9) 34%, rgba(15,47,31,.5) 57%, rgba(15,47,31,.08) 78%); pointer-events: none; }
.blog-modern__hero > div:first-child { position: relative; z-index: 2; box-sizing: border-box; width: min(58%, 720px); min-width: 0; }
.blog-modern__eyebrow { margin: 0 0 12px; color: #9de4ad; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-modern__hero h1 { max-width: 720px; margin: 0 0 18px; color: #fff; font-size: clamp(34px, 5vw, 62px); line-height: 1.02; }
.blog-modern__lead { max-width: 680px; margin: 0 0 26px; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.6; }
.blog-modern__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.blog-modern__actions a { display: inline-flex; box-sizing: border-box; align-items: center; max-width: 100%; min-height: 48px; padding: 0 20px; border-radius: 14px; font-weight: 700; text-decoration: none; }
.blog-modern__primary { color: #183223; background: #fff; }
.blog-modern__secondary { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.blog-modern__media { position: absolute; z-index: 0; inset: 0; }
.blog-modern__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.blog-modern__section-head { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 24px; }
.blog-modern__section-head h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); }
.blog-modern__section-head p { max-width: 560px; margin: 0; color: #607067; line-height: 1.6; }
.blog-modern__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-modern__grid .blog-card { min-width: 0; }
.blog-card { height: 100%; overflow: hidden; border: 1px solid rgba(28,68,45,.11); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(17,46,30,.08); transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(17,46,30,.14); }
.blog-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.blog-card__media { aspect-ratio: 16/10; margin: 0; overflow: hidden; background: #eef5f0; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.035); }
.blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.blog-card__date { margin-bottom: 10px; color: #5b8268; font-size: 13px; font-weight: 700; }
.blog-card__title { margin: 0 0 12px; color: #14261c; font-size: 20px; line-height: 1.3; }
.blog-card__description { margin-bottom: 18px; color: #66736c; line-height: 1.55; }
.blog-card__more { margin-top: auto; color: #c72f30; font-weight: 700; }

.legacy-article-modern { max-width: 920px; margin: 0 auto 54px; color: #24342b; font-size: 17px; line-height: 1.72; }
.legacy-article-modern__updated { display: inline-flex; margin: 0 0 18px; padding: 7px 11px; border-radius: 999px; color: #315e40; background: #edf7f0; font-size: 13px; font-weight: 700; }
.legacy-article-modern__figure { margin: 0 0 32px; overflow: hidden; border-radius: 24px; background: #edf4ef; box-shadow: 0 18px 46px rgba(20,50,33,.12); }
.legacy-article-modern__figure img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.legacy-article-modern__intro { color: #42564a; font-size: 20px; line-height: 1.62; }
.legacy-article-modern h2 { margin: 38px 0 14px; color: #16271d; font-size: 30px; }
.legacy-article-modern h3 { margin: 28px 0 10px; color: #1d3828; font-size: 23px; }
.legacy-article-modern ul { padding-left: 22px; }
.legacy-article-modern li { margin: 8px 0; }
.legacy-article-modern__note { margin: 28px 0; padding: 18px 20px; border-left: 4px solid #4da667; border-radius: 12px; background: #f0f8f2; }
.legacy-article-modern__cta { margin-top: 36px; padding: 26px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #173426, #2a6542); }
.legacy-article-modern__cta h2 { margin-top: 0; color: #fff; }
.legacy-article-modern__cta p { color: rgba(255,255,255,.83); }
.legacy-article-modern__cta a { color: #fff; font-weight: 700; }
.legacy-article-modern__sources { color: #66766d; font-size: 14px; }

.footer.footer--compact-2026 .footer__row:first-child { align-items: flex-start; justify-content: space-between; gap: 28px; }
.footer.footer--compact-2026 .footer__nav { min-width: 150px; max-width: 190px; }
.footer.footer--compact-2026 .footer__nav-list { margin: 0; padding: 0; }
.footer.footer--compact-2026 .footer__nav-list li { margin-bottom: 8px; line-height: 1.35; }
.footer.footer--compact-2026 .footer__nav-title { margin-bottom: 14px; }
.footer.footer--compact-2026 .footer__nav-title a { color: inherit; text-decoration: none; }
.footer__demo-note { margin: 0 0 12px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.55; }
.footer__legal { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.footer__legal summary { width: max-content; cursor: pointer; color: rgba(255,255,255,.9); font-weight: 700; }
.footer__legal-body { padding-top: 12px; }
.footer__legal-body p { margin: 0 0 10px; }

@media (max-width: 991px) {
  .blog-modern__hero { min-height: 500px; padding: 38px; align-items: flex-end; }
  .blog-modern__hero::after { background: linear-gradient(0deg, rgba(9,31,20,.98) 0%, rgba(10,34,23,.9) 48%, rgba(10,34,23,.16) 82%); }
  .blog-modern__hero > div:first-child { width: auto; max-width: 100%; }
  .blog-modern__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .blog-modern { margin-bottom: 36px; }
  .blog-modern__hero { min-height: 560px; margin-bottom: 30px; padding: 26px 20px; border-radius: 22px; }
  .blog-modern__hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: 34px; }
  .blog-modern__lead { font-size: 17px; }
  .blog-modern__actions { width: 100%; }
  .blog-modern__media img { object-position: 66% center; }
  .blog-modern__section-head { display: block; }
  .blog-modern__section-head p { margin-top: 10px; }
  .blog-modern__grid { grid-template-columns: 1fr; gap: 18px; }
  .legacy-article-modern { font-size: 16px; }
  .legacy-article-modern__figure { border-radius: 18px; }
  .legacy-article-modern h2 { font-size: 26px; }
  .footer.footer--compact-2026 .footer__row:first-child { gap: 18px; }
  .footer.footer--compact-2026 .footer__nav { width: calc(50% - 12px); min-width: 0; max-width: none; }
}
