.blog-page { background: #f5f2eb; }
.blog-hero { padding-top: 150px; padding-bottom: 80px; border-bottom: 2px solid #121212; }
.blog-hero h1, .blog-article h1 { margin: 24px 0; font-size: clamp(3rem, 7vw, 7rem); line-height: .98; }
.blog-hero h1 em { color: #7656ff; font-style: normal; }
.blog-hero > p { max-width: 650px; font-size: 1.15rem; color: #65615b; }
.blog-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding-top: 64px; padding-bottom: 120px; counter-reset: article; }
.blog-card { min-height: 360px; padding: clamp(28px,4vw,48px); border: 1px solid #c9c3b8; background: transparent; display: flex; flex-direction: column; counter-increment: article; transition: color 220ms ease, background 220ms ease; }
.blog-card::before { content: "0" counter(article); direction: ltr; color: #7656ff; font: 800 13px/1 Manrope,sans-serif; }
.blog-card:hover { color: #fff; background: #121212; }
.blog-card-label { margin-top: 20px; color: #7656ff; font-size: .8rem; font-weight: 800; }
.blog-card h2 { margin: 35px 0 16px; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card p { color: #5f5c57; line-height: 1.9; }
.blog-card:hover p { color: #c8c4bd; }
.blog-card-actions { margin-top:auto; display:flex; align-items:center; flex-wrap:wrap; gap:10px 14px; }
.blog-read-more { min-height: 44px; color: #111; font-weight: 800; display:flex; align-items:center; text-decoration: none; }
.blog-card:hover .blog-read-more { color: #21b3d2; }
.card-share-button { min-height:44px; padding:8px 12px; display:inline-flex; align-items:center; gap:7px; color:#fff; background:#7656ff; border:1px solid #7656ff; font:800 .76rem Vazirmatn,sans-serif; }
.card-share-button:hover { color:#121212; background:#21b3d2; border-color:#21b3d2; }
.card-share-button svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.blog-empty { grid-column: 1 / -1; padding: 70px; border: 1px dashed #bbb3a7; text-align: center; }
.article-main { padding-top: 32px; }
.blog-article { max-width: 1080px; padding-top: 32px; padding-bottom: 110px; }
.article-hero { position: relative; padding: clamp(42px, 6vw, 72px); overflow: hidden; color: #121212; background: #fff; border: 1px solid #c9c3b8; border-bottom: 0; }
.article-hero::after { content: "LANSA / JOURNAL"; position: absolute; direction: ltr; left: 32px; bottom: 28px; color: #aaa49b; font: 700 .68rem Manrope,sans-serif; letter-spacing: .16em; }
.article-accent { position: absolute; top: 0; right: 0; width: 8px; height: 100%; background: #7656ff; }
.blog-meta { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 36px; color: #5f5c57; font-size: .78rem; font-weight: 700; }
.blog-meta span { padding-inline: 18px; border-inline: 1px solid #c9c3b8; color:#7656ff; }
.blog-back { min-height:44px; display:inline-flex; align-items:center; color: #121212; font-weight: 800; text-decoration: none; transition: color .2s ease; }
.blog-back:hover { color: #5b3ee8; }
.blog-article h1 { position: relative; z-index: 1; max-width: 860px; margin: 0; font-size: clamp(2.7rem, 5.5vw, 5.2rem); line-height: 1.15; letter-spacing: -.035em; text-wrap:balance; }
.blog-lead { position: relative; z-index: 1; max-width: 680px; margin: 28px 0 28px; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.9; color: #5f5c57; }
.article-actions { position:relative; z-index:1; min-height:48px; display:flex; align-items:center; flex-wrap:wrap; gap:14px; margin-top:26px; color:#5f5c57; font-size:.82rem; font-weight:700; }
.share-button { min-height:48px; padding:10px 18px; display:inline-flex; align-items:center; gap:10px; color:#fff; background:#7656ff; border:2px solid #7656ff; box-shadow:5px 5px 0 #121212; font:800 .86rem Vazirmatn,sans-serif; transition:color 200ms ease,background 200ms ease,box-shadow 200ms ease; }
.share-button:hover { color:#121212; background:#21b3d2; border-color:#21b3d2; box-shadow:2px 2px 0 #121212; }
.share-button svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.share-status { color:#5f5c57; font-size:.78rem; }
.article-actions-bottom { margin:0; padding:22px clamp(25px,6vw,68px); color:#121212; background:#eee9df; border:1px solid #c9c3b8; border-top:0; }
.blog-content-wrap { position: relative; max-width: none; margin: 0; padding: clamp(42px, 6vw, 68px); background: #fff; border: 1px solid #c9c3b8; border-top: 5px solid #7656ff; box-shadow: none; }
.blog-content { max-width: 720px; margin: 0 auto; font-size: clamp(1rem, 1.35vw, 1.125rem); line-height: 2; color: #34312d; overflow-wrap:anywhere; }
.blog-content p { margin: 0 0 26px; }
.blog-content p:first-child::first-letter { color: #7656ff; font-size: 2rem; font-weight: 900; }
.blog-article-cta { margin-top: 32px; padding: 34px 42px; color: #fff; background: #121212; border-right: 8px solid #0891b2; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.blog-article-cta span { color: #b9adff; font-size: .78rem; font-weight: 800; }
.blog-article-cta h2 { max-width:620px; margin: 7px 0 0; font-size: clamp(1.2rem, 2.2vw, 1.8rem); line-height:1.6; }
@media (max-width: 760px) {
    .blog-list { grid-template-columns: 1fr; padding-top:40px; }
    .blog-hero { padding-top: 135px; }
    .article-main { padding-top: 14px; }
    .blog-article { padding: 14px 0 80px; }
    .article-hero { padding: 34px 25px 62px; }
    .blog-meta { align-items: flex-start; gap: 8px 10px; margin-bottom: 34px; }
    .blog-meta span { padding-inline: 10px; }
    .blog-article h1 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
    .article-hero::after { right:25px; left:auto; }
    .blog-content-wrap { padding: 42px 25px; }
    .blog-article-cta { align-items: flex-start; flex-direction: column; padding: 35px 28px; }
}
