.blog-page { background: white; }
.blog-page .site-header { border-bottom: 1px solid var(--line); }

.blog-hero { position: relative; overflow: hidden; padding: 105px 0 112px; background: linear-gradient(135deg, #f6f9fd 0%, #e9f2fb 100%); }
.blog-hero::after { position: absolute; top: -270px; right: -160px; width: 620px; height: 620px; border: 1px solid rgba(26,62,111,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(74,144,217,.03); content: ""; }
.blog-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 85px; }
.blog-hero h1 { max-width: 810px; font-size: clamp(3.4rem, 6.4vw, 5.7rem); }
.blog-hero h1 span { color: var(--blue); }
.blog-hero-grid > div > p:not(.eyebrow) { max-width: 720px; margin-top: 27px; color: #58677a; font-size: 1.06rem; }
.editor-note { padding: 31px; border: 1px solid #d4e0eb; border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: 0 18px 55px rgba(26,62,111,.08); }
.editor-note > span { color: var(--blue); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.editor-note p { margin-top: 17px; color: var(--muted); font-size: .8rem; }
.editor-note a { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--navy); font-size: .73rem; font-weight: 800; text-decoration: none; }

.featured-section { padding: 105px 0; }
.featured-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 20px 60px rgba(26,62,111,.08); }
.featured-visual { position: relative; display: grid; min-height: 470px; place-items: center; overflow: hidden; background: linear-gradient(140deg, var(--navy-dark), var(--navy) 65%, #2b6ca8); }
.featured-visual::before { position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025); content: ""; }
.visual-label { position: absolute; top: 28px; left: 28px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; color: #bfdbf5; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.visual-browser { position: relative; width: min(72%, 380px); height: 225px; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.visual-browser > i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: rgba(255,255,255,.55); }
.visual-lines { margin-top: 27px; }
.visual-lines b { display: block; height: 9px; margin-top: 14px; border-radius: 4px; background: rgba(255,255,255,.16); }
.visual-lines b:nth-child(1) { width: 70%; background: rgba(126,185,240,.65); }
.visual-lines b:nth-child(2) { width: 90%; }
.visual-lines b:nth-child(3) { width: 80%; }
.visual-lines b:nth-child(4) { width: 56%; }
.visual-score { position: absolute; right: 9%; bottom: 45px; display: grid; width: 90px; height: 90px; place-content: center; border-radius: 50%; background: white; text-align: center; box-shadow: 0 15px 40px rgba(6,26,52,.25); }
.visual-score strong, .visual-score small { display: block; }
.visual-score strong { color: var(--navy); font-size: 1.7rem; }
.visual-score small { color: var(--muted); font-size: .5rem; }
.featured-copy { display: flex; padding: 48px; justify-content: center; flex-direction: column; }
.draft-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #8b96a5; font-size: .61rem; }
.draft-meta span:first-child { color: var(--blue); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.featured-copy h2 { margin-top: 26px; font-size: clamp(2rem, 3.3vw, 3.15rem); }
.featured-copy > p { margin-top: 19px; color: var(--muted); font-size: .86rem; }
.featured-copy ul { margin: 21px 0 0; padding: 0; list-style: none; }
.featured-copy li { position: relative; padding: 6px 0 6px 20px; color: #58677a; font-size: .75rem; }
.featured-copy li::before { position: absolute; left: 0; color: var(--blue); content: "✓"; font-weight: 800; }
.draft-link { display: inline-block; align-self: flex-start; margin-top: 25px; padding: 8px 10px; border-radius: 4px; background: #fff1cf; color: #876419; font-size: .61rem; font-weight: 800; text-transform: uppercase; }

.article-library { padding: 108px 0; background: var(--white); scroll-margin-top: 80px; }
.library-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.article-search input { width: min(320px, 100%); height: 47px; border: 1px solid #d2dce7; border-radius: 7px; background: white; padding: 0 15px; outline: none; }
.article-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(74,144,217,.1); }
.category-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.category-filters button { padding: 9px 12px; border: 1px solid #d4dee8; border-radius: 5px; background: white; color: #637084; cursor: pointer; font-size: .68rem; font-weight: 700; }
.category-filters button:hover, .category-filters button.active { border-color: var(--navy); background: var(--navy); color: white; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.article-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.article-preview:hover { box-shadow: 0 16px 40px rgba(26,62,111,.08); transform: translateY(-4px); }
.article-preview[hidden] { display: none; }
.article-cover { position: relative; display: flex; height: 190px; align-items: flex-end; justify-content: space-between; overflow: hidden; padding: 22px; background: var(--navy); }
.article-cover::before { position: absolute; top: -100px; right: -55px; width: 230px; height: 230px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.article-cover span { position: relative; color: #d2e7f9; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-cover b { position: relative; color: rgba(255,255,255,.18); font-size: 3.7rem; letter-spacing: -.08em; }
.cover-local { background: linear-gradient(135deg, #164672, #2d79b8); }
.cover-ai { background: linear-gradient(135deg, #273c68, #596fa4); }
.cover-content { background: linear-gradient(135deg, #1b5369, #3e8aa0); }
.cover-analytics { background: linear-gradient(135deg, #28456f, #4a90d9); }
.cover-technical { background: linear-gradient(135deg, #17365e, #315f91); }
.cover-local-two { background: linear-gradient(135deg, #1d4f77, #4b8cba); }
.article-content { padding: 26px; }
.article-content h3 { margin-top: 22px; font-size: 1.2rem; line-height: 1.4; }
.article-content > p { margin-top: 14px; color: var(--muted); font-size: .76rem; }
.article-content .draft-link { margin-top: 21px; }
.no-results { margin-top: 35px; color: var(--muted); text-align: center; }

.topic-section { padding: 108px 0; background: white; scroll-margin-top: 80px; }
.topic-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.topic-layout > div:first-child > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); }
.topic-list { border-top: 1px solid var(--line); }
.topic-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.topic-list article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-size: .62rem; font-weight: 800; }
.topic-list h3 { font-size: 1.08rem; }
.topic-list p { margin-top: 6px; color: var(--muted); font-size: .76rem; }

.linkedin-publish-section { padding: 80px 0; background: var(--blue); }
.linkedin-publish-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.linkedin-publish-section .eyebrow { margin-bottom: 10px; color: #d8ecff; }
.linkedin-publish-section h2 { max-width: 760px; color: white; font-size: clamp(2.1rem, 4vw, 3.35rem); }
.linkedin-publish-section p:not(.eyebrow) { margin-top: 13px; color: #d5e7f8; }
.linkedin-publish-section .button { flex: 0 0 auto; }
.linkedin-publish-section .button span { margin-left: 8px; }

@media (max-width: 980px) {
  .blog-hero-grid, .topic-layout { grid-template-columns: 1fr; gap: 55px; }
  .editor-note { max-width: 650px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .linkedin-publish-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .blog-hero { padding: 72px 0 80px; }
  .blog-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .featured-section, .article-library, .topic-section { padding: 78px 0; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 340px; }
  .featured-copy { padding: 30px 25px; }
  .library-heading { align-items: flex-start; flex-direction: column; }
  .article-search, .article-search input { width: 100%; }
  .article-grid { grid-template-columns: 1fr; }
  .linkedin-publish-section .button { width: 100%; }
}
