.blog-hero { position: relative; overflow: hidden; padding: 118px 0 125px; color: white; background: #07110d; }
.blog-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -100px; top: -220px; background: radial-gradient(circle, rgba(0,200,83,.25), transparent 68%); }
.blog-hero::before { content: "INSIGHTS / 01"; position: absolute; right: 6vw; bottom: 28px; color: rgba(255,255,255,.035); font: 800 clamp(70px, 11vw, 170px)/1 Manrope,sans-serif; letter-spacing: -.08em; white-space: nowrap; }
.blog-hero h1 { position: relative; z-index: 1; max-width: 900px; font-size: clamp(48px, 6vw, 78px); }
.blog-hero h1 em { color: #24e477; font-style: normal; }
.blog-hero p { position: relative; z-index: 1; max-width: 690px; color: #afc0b7; font-size: 18px; }
.blog-index { background: white; }
.blog-directory-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); align-items: end; gap: 40px; margin-bottom: 28px; }
.blog-directory-head h2 { max-width: 720px; margin-top: 8px; font-size: clamp(30px,4vw,48px); }
.blog-search { display: grid; gap: 8px; color: #536159; font-size: 12px; font-weight: 800; }
.blog-search input { width: 100%; min-height: 52px; padding: 0 16px; color: #07110d; background: #f5f7f5; border: 1px solid #dce4df; border-radius: 12px; font: 600 15px DM Sans,sans-serif; outline: none; }
.blog-search input:focus { border-color: #00a946; box-shadow: 0 0 0 3px rgba(0,200,83,.12); }
.blog-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.blog-filters a { padding: 9px 13px; color: #536159; background: #f5f7f5; border: 1px solid #dce4df; border-radius: 999px; font: 700 12px DM Sans,sans-serif; }
.blog-filters a small { margin-left: 4px; opacity: .7; }
.blog-filters a:hover, .blog-filters a.active { color: #07110d; background: #00c853; border-color: #00c853; }
.blog-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.blog-list-card { min-height: 350px; padding: 32px; background: #f5f7f5; border: 1px solid #dce4df; border-radius: 18px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.blog-list-card:hover { transform: translateY(-5px); border-color: #00c853; box-shadow: 0 28px 70px rgba(3,24,14,.12); }
.blog-list-card > a { height: 100%; display: flex; flex-direction: column; }
.blog-list-card.featured { grid-column: span 2; min-height: 430px; color: white; background: #07110d; border-color: #07110d; }
.blog-card-top { display: flex; align-items: center; justify-content: space-between; }
.blog-card-top > b { color: #a2afa8; font: 800 11px Manrope,sans-serif; }
.blog-list-card.featured .blog-card-top > b { color: #496057; }
.blog-list-card h2 { max-width: 760px; margin-top: 55px; font-size: clamp(28px, 3.2vw, 45px); }
.blog-list-card p { max-width: 720px; color: #627069; }
.blog-list-card.featured p { color: #9eb0a6; }
.blog-list-card small { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; color: #87958d; }
.blog-list-card small b { color: #00a946; }
.blog-more-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 24px; border-top: 1px solid #dce4df; }
.blog-more-row p { margin: 0; color: #627069; font-size: 14px; }
.blog-more-row .button { cursor: pointer; }
.blog-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 38px; }
.blog-pagination a { display: grid; place-items: center; min-width: 42px; height: 42px; color: #385046; background: #f5f7f5; border: 1px solid #dce4df; border-radius: 10px; font-weight: 800; }
.blog-pagination a:hover, .blog-pagination a.active { color: #07110d; background: #00c853; border-color: #00c853; }
.blog-empty { padding: 65px; text-align: center; background: #f5f7f5; border-radius: 18px; }
.article-hero { position: relative; overflow: hidden; padding: 25px 0 105px; color: white; background: #07110d; }
.article-hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: -160px; top: -190px; background: radial-gradient(circle, rgba(0,200,83,.22), transparent 68%); pointer-events: none; }
.article-heading { max-width: 980px; }
.article-heading .eyebrow { margin-top: 65px; }
.article-heading h1 { max-width: 920px; font-size: clamp(46px, 6vw, 76px); }
.article-heading > p { max-width: 780px; color: #afc0b7; font-size: 19px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; color: #71847a; font-size: 12px; }
.article-meta i { width: 4px; height: 4px; background: #00c853; border-radius: 50%; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: center; gap: 85px; padding-block: 95px 115px; }
.article-visual { margin-top: -58px; position: relative; z-index: 2; }
.article-visual img { display: block; width: 100%; height: auto; border: 1px solid #284b3a; border-radius: 20px; box-shadow: 0 28px 80px rgba(3,24,14,.18); }
.article-visual figcaption { margin-top: 10px; color: #718078; font-size: 12px; text-align: center; }
.article-aside { position: sticky; top: 115px; align-self: start; padding: 24px; background: #f1f7f3; border: 1px solid #dce4df; border-radius: 16px; }
.article-aside span { color: #008c3d; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-toc { display: grid; margin: 16px 0 22px; border-top: 1px solid #dce4df; }
.article-toc a { padding: 9px 0; color: #536159; border-bottom: 1px solid #dce4df; font-size: 12px; font-weight: 600; line-height: 1.35; }
.article-toc a:hover { color: #008c3d; }
.article-aside .aside-service-link { display: block; color: #007633; font-size: 12px; font-weight: 800; }
.article-aside .aside-tool-link { display: block; margin-top: 12px; padding: 12px; color: #07110d; background: #dff8e8; border: 1px solid #bce8cc; border-radius: 10px; font-size: 12px; font-weight: 800; }
.article-content { color: #34433b; font-size: 18px; line-height: 1.88; }
.article-content > p:first-child { padding: 22px 25px; color: #21352b; background: #f1f7f3; border-left: 4px solid #00c853; border-radius: 0 12px 12px 0; font-size: 19px; }
.article-content h2 { scroll-margin-top: 110px; margin: 64px 0 18px; padding-top: 18px; color: #07110d; border-top: 1px solid #e2e9e5; font-size: 34px; }
.article-content h3 { margin: 38px 0 14px; color: #07110d; font-size: 24px; }
.article-content p { margin: 0 0 24px; }
.article-content ul { margin: 0 0 28px; padding-left: 24px; }
.answer-summary { margin: 0 0 48px; padding: 28px 30px; background: #ecf8f0; border-left: 4px solid #00c853; border-radius: 0 16px 16px 0; }
.answer-summary > span { color: #007633; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.answer-summary h2 { margin: 10px 0 12px; padding: 0; border: 0; font-size: 27px; }
.answer-summary p { margin: 0; color: #34483d; font-size: 17px; line-height: 1.75; }
.article-review { margin-top: 70px; padding: 30px; background: #07110d; border-radius: 18px; color: white; }
.article-review h2 { margin: 8px 0 12px; padding: 0; color: white; border: 0; font-size: 28px; }
.article-review p { color: #b6c5bd; }
.article-review a { color: #24e477; font-weight: 800; }
.article-sources { margin-top: 42px; padding-top: 24px; border-top: 1px solid #dfe7e2; }
.article-sources h2 { margin: 0 0 18px; padding: 0; border: 0; font-size: 25px; }
.article-sources ul { margin: 0; }
.article-sources a { color: #007633; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.article-content li { margin-bottom: 10px; }
.article-content strong { color: #07110d; }
.related-articles { padding: 90px 0; background: #f5f7f5; border-top: 1px solid #dce4df; }
.related-heading { margin-bottom: 35px; }
.related-heading h2 { font-size: 40px; }
.related-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.related-article-grid article { min-height: 250px; padding: 25px; background: white; border: 1px solid #dce4df; border-radius: 15px; transition: transform .2s,border-color .2s; }
.related-article-grid article:hover { transform: translateY(-4px); border-color: #00c853; }
.related-article-grid a { height: 100%; display: flex; flex-direction: column; }
.related-article-grid span { color: #008c3d; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-article-grid h3 { margin-top: 35px; font-size: 22px; }
.related-article-grid small { margin-top: auto; color: #7f8e86; }
.related-article-grid small b { float: right; color: #008c3d; font-size: 16px; }
.article-cta { padding: 75px 0; color: white; background: #0b1f17; }
.article-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.article-cta h2 { font-size: 40px; }
.article-cta p { color: #9eb0a6; }
@media (max-width: 820px) {
  .blog-directory-head { grid-template-columns: 1fr; align-items: stretch; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-aside { position: static; }
  .article-toc { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .related-article-grid { grid-template-columns: 1fr; }
  .article-cta .container { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 540px) {
  .blog-more-row { align-items: stretch; flex-direction: column; }
  .blog-more-row .button { width: 100%; }
  .blog-list-grid { grid-template-columns: 1fr; }
  .blog-list-card.featured { grid-column: auto; min-height: 380px; }
  .blog-list-card { min-height: 310px; padding: 24px; }
  .answer-summary, .article-review { padding: 22px; }
  .article-content { font-size: 16px; }
  .article-content h2 { font-size: 28px; }
  .article-toc { grid-template-columns: 1fr; }
}
