
.blog-hero { padding: 10rem 0 5rem; background: var(--linen-pale); border-bottom: 1px solid var(--linen); position: relative; overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); }
.blog-breadcrumb { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.blog-breadcrumb a { color: var(--grey); transition: color 0.2s; }
.blog-breadcrumb a:hover { color: var(--pink); }
.blog-hero-category { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--pink-accessible); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.6rem; }
.blog-hero-category::before { content: ''; width: 28px; height: 1px; background: var(--pink); flex-shrink: 0; }
.blog-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: 1.1; color: var(--black); max-width: 820px; margin-bottom: 1.5rem; }
.blog-hero-meta { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--linen); }
.blog-author { display: flex; align-items: center; gap: 0.75rem; }
.blog-author-img { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: var(--linen); flex-shrink: 0; }
.blog-author-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.blog-author-name { font-size: 0.78rem; font-weight: 600; color: var(--black); }
.blog-author-title { font-size: 0.62rem; color: var(--grey); margin-top: 0.1rem; }
.blog-meta-item { font-size: 0.65rem; color: var(--grey); font-weight: 500; }
.blog-meta-item strong { color: var(--black); }
.read-time { font-size: 0.65rem; font-weight: 600; color: var(--pink-accessible); background: var(--pink-pale); padding: 0.3rem 0.75rem; border: 1px solid rgba(255,27,129,0.15); }
.blog-layout { display: grid; grid-template-columns: 1fr 340px; gap: 5rem; align-items: start; padding: 5rem 0 7rem; }
@media (max-width: 1024px) { .blog-layout { grid-template-columns: 1fr; gap: 4rem; } .blog-sidebar { order: -1; } }
.blog-article { min-width: 0; }
.blog-featured-img { width: 100%; aspect-ratio: 16 / 8; background: linear-gradient(135deg, #f5e6ee 0%, var(--linen) 60%, #ffd6ec 100%); margin-bottom: 3rem; overflow: hidden; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.article-body h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--black); margin: 3rem 0 1.2rem; line-height: 1.2; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); color: var(--black); margin: 2.2rem 0 0.8rem; font-family: var(--heading); font-weight: 400; }
.article-body p { font-size: 1rem; line-height: 1.9; color: var(--black-soft); margin-bottom: 1.4rem; }
.article-body p:last-child { margin-bottom: 0; }
.article-body strong { color: var(--black); font-weight: 600; }
.article-body a { color: var(--pink); text-decoration: underline; text-decoration-color: rgba(255,27,129,0.3); text-underline-offset: 3px; transition: text-decoration-color 0.2s; }
.article-body a:hover { text-decoration-color: var(--pink); }
.pull-quote { border-left: 3px solid var(--pink); padding: 1.5rem 2rem; background: var(--linen-pale); margin: 2.5rem 0; }
.pull-quote p { font-family: var(--heading); font-style: italic; font-size: 1.2rem; color: var(--black); line-height: 1.6; margin: 0; }
.pull-quote cite { display: block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink-accessible); margin-top: 0.8rem; font-style: normal; }
.type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.5rem 0 2rem; }
@media (max-width: 640px) { .type-grid { grid-template-columns: 1fr; } }
.type-card { border: 1px solid var(--linen); padding: 1.4rem 1.6rem; background: var(--white); }
.type-card h4 { font-family: var(--heading); font-size: 1.05rem; color: var(--black); margin-bottom: 0.5rem; }
.type-card p { font-size: 0.85rem; color: var(--grey); margin: 0; line-height: 1.7; }
.verdict-box { margin: 1.4rem 0; border: 1px solid var(--linen); overflow: hidden; }
.verdict-header { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1.4rem; }
.verdict-header.works { background: #e8f8f0; }
.verdict-header.doesnt { background: #fff0f0; }
.verdict-header.maybe { background: #fff8e8; }
.verdict-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.verdict-header.works .verdict-label { color: #27ae60; }
.verdict-header.doesnt .verdict-label { color: #e74c3c; }
.verdict-header.maybe .verdict-label { color: #e67e22; }
.verdict-icon { font-size: 1rem; }
.verdict-title { font-family: var(--heading); font-size: 1rem; color: var(--black); }
.verdict-body { padding: 1rem 1.4rem; background: var(--white); }
.verdict-body p { font-size: 0.88rem; color: var(--grey); margin: 0; line-height: 1.7; }
.article-cta { background: var(--black); padding: 2.5rem; margin: 3rem 0; text-align: center; }
.article-cta h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 0.75rem; }
.article-cta p { color: rgba(255,255,255,0.65); margin-bottom: 1.5rem; font-size: 0.9rem; }
.article-faq { margin: 3rem 0; }
.article-faq .faq-item { border-bottom: 1px solid var(--linen); }
.article-footer { border-top: 1px solid var(--linen); padding-top: 2.5rem; margin-top: 3rem; }
