/* Blog listing only. Articles and recent posts are rendered from backend records. */
.blog-page { color: #111; background: #fff; overflow-wrap: anywhere; }
.blog-page .container { width: min(1240px,calc(100% - 64px)); margin-inline: auto; }
.blog-page .blog-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; font-size: 12px; color: #7a8088; }
.blog-page .blog-breadcrumb a:hover { color: #ff6000; }
.blog-page .blog-posts-section { padding: 28px 0 60px; background: #fafafa; }
.blog-page .blog-list-heading { margin-bottom: 30px; }
.blog-page h1 { font-size: clamp(30px,3.3vw,46px); max-width: 800px; margin: 12px 0 16px; line-height: 1.12; letter-spacing: -.04em; }
.blog-page p { color: #5f6368; line-height: 1.65; }
.blog-page .blog-list-heading p { max-width: 780px; margin: 0; }
.blog-page .blog-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 28px; }
.blog-page .blog-main-column { min-width: 0; }
.blog-page .post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.blog-page .post-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #e1e4e8; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px #11182709; }
.blog-page .post-card:last-child:nth-child(odd):not(:first-child) { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
.blog-page .post-card__media { display: block; aspect-ratio: 5 / 3; background: #f1f3f5; overflow: hidden; }
.blog-page .post-card__media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.blog-page .post-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; gap: 12px; }
.blog-page .post-meta { display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 12px; line-height: 1.5; color: #525960; }
.blog-page .post-meta > span:first-child { min-width: 0; padding: 4px 9px; border-radius: 6px; background: #fff1e8; color: #a63d00; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.blog-page .post-meta > span:last-child { flex-shrink: 0; white-space: nowrap; font-weight: 500; }
.blog-page .post-meta > span:last-child:empty { display: none; }
.blog-page .post-card h2 { font-size: 20px; line-height: 1.3; letter-spacing: -.025em; margin: 0; }
.blog-page .post-card p { font-size: 14px; margin: 0; }
.blog-page .read-link { margin-top: auto; color: #111; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.blog-page :is(.read-link,.post-card h2 a):hover { color: #ff6000; }
.blog-page .blog-right-sidebar { display: grid; gap: 14px; min-width: 0; }
.blog-page .sidebar-card { padding: 22px; border: 1px solid #e1e4e8; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px #11182709; }
.blog-page .sidebar-card h2 { font-size: 18px; line-height: 1.3; margin: 0 0 10px; }
.blog-page .sidebar-card > p { font-size: 13px; margin: 0 0 16px; }
.blog-page .recent-item { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 11px; padding: 13px 0; border-top: 1px solid #eceef1; align-items: start; }
.blog-page .recent-item:first-child { border: 0; padding-top: 0; }
.blog-page .recent-item__media { width: 72px; height: 58px; background: #f1f3f5; overflow: hidden; border-radius: 10px; }
.blog-page .recent-item__media img { width: 100%; height: 100%; object-fit: cover; }
.blog-page .recent-item small { display: block; font-size: 10px; color: #8a9097; margin-bottom: 4px; }
.blog-page .recent-item strong { display: block; font-size: 13px; line-height: 1.35; font-weight: 600; }
.blog-page .recent-item:hover strong { color: #ff6000; }
.blog-page .find-list { display: grid; gap: 12px; list-style: none; padding: 0; margin: 16px 0 0; }
.blog-page .find-list li { display: grid; grid-template-columns: 6px minmax(0,1fr); gap: 10px; font-size: 13px; color: #525960; line-height: 1.55; }
.blog-page .find-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #ff6000; margin-top: 7px; }
.blog-page .pagination-wrap { margin-top: 30px; }
.blog-page .pagination { display: inline-flex; max-width: 100%; align-items: center; flex-wrap: wrap; gap: 8px; padding: 8px; background: #fff; border: 1px solid #e1e4e8; border-radius: 18px; box-shadow: 0 10px 28px #11182709; }
.blog-page .page-link { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; padding: 8px 12px; background: transparent; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 600; }
.blog-page .page-link[aria-current],.blog-page .page-link:hover { color: #fff; background: #ff6000; border-color: #ff6000; }
.blog-page .blog-empty { background: #fff; padding: 30px; border: 1px solid #e1e4e8; border-radius: 18px; }
.blog-page .blog-cta { padding-block: 64px; text-align: center; background: radial-gradient(ellipse at top right,#ffede0,transparent 50%),#fff; }
.blog-page .blog-cta h2 { max-width: 720px; margin: 14px auto; font-size: clamp(28px,3.5vw,44px); line-height: 1.15; letter-spacing: -.035em; }
.blog-page .blog-cta p { max-width: 640px; margin: 0 auto 24px; }
@media (max-width: 1100px) {
  .blog-page .blog-content-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 22px; }
  .blog-page :is(.sidebar-card,.post-card__body) { padding: 19px; }
}
@media (max-width: 900px) {
  .blog-page .blog-content-layout { grid-template-columns: 1fr; }
  .blog-page .blog-right-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 16px; }
}
@media (max-width: 580px) {
  .blog-page .container { width: calc(100% - 40px); }
  .blog-page :is(.post-grid,.blog-right-sidebar) { grid-template-columns: 1fr; }
  .blog-page .post-card:last-child:nth-child(odd):not(:first-child) { grid-column: auto; width: 100%; }
  .blog-page .post-card__body { padding: 18px; }
  .blog-page .blog-posts-section { padding-bottom: 40px; }
  .blog-page .blog-cta { padding-block: 44px; }
  .blog-page .blog-cta .btn { width: 100%; }
}
