/* Article and policy layouts; ordinary HTML with no third-party runtime. */
.article-layout { max-width: 1080px; }
.article-prose { max-width: 880px; margin-inline: auto; font-size: 1.04rem; line-height: 1.8; color: var(--muted, #bcc8de); overflow-wrap: anywhere; }
.article-prose h2 { margin: 3rem 0 1rem; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.3; color: var(--text, #f1f5ff); }
.article-prose h3 { margin: 2.2rem 0 0.9rem; font-size: 1.3rem; line-height: 1.45; color: var(--text, #f1f5ff); }
.article-prose h4 { margin: 1.6rem 0 0.6rem; font-size: 1.05rem; line-height: 1.5; color: var(--text, #f1f5ff); }
.article-prose p { margin: 0 0 1.15rem; }
.article-prose li { margin: 0.55rem 0; }
.article-prose ul { padding-left: 1.4rem; margin-bottom: 1.5rem; }
.article-prose strong { color: var(--text, #eef3ff); }
.article-prose section { padding-bottom: 1rem; scroll-margin-top: 8rem; }
.article-prose .comparison-table { display: block; overflow-x: auto; max-width: 100%; border-collapse: collapse; font-size: .91rem; margin: 1.6rem 0 2rem; line-height: 1.6; }
.article-prose th, .article-prose td { border: 1px solid var(--border, #293954); padding: 1rem; text-align: left; vertical-align: top; min-width: 130px; }
.article-prose th { background: var(--surface, #111d35); color: var(--text, #eef3ff); font-weight: 600; }
.article-prose td { background: var(--surface-alt, #0d172b); }
.article-prose caption { color: var(--text, #eef3ff); font-weight: 600; text-align: left; padding: .7rem 0; }
.article-prose details { margin: .8rem 0; border: 1px solid var(--border, #293954); border-radius: 10px; background: var(--surface, #101b32); }
.article-prose details summary { cursor: pointer; padding: 1.1rem 1.25rem; font-weight: 600; color: var(--text, #eef3ff); }
.article-prose details > div { padding: .2rem 1.25rem 1rem; }
.article-prose details > div p:last-child { margin-bottom: 0; }
.article-prose #widgetco-problem, .article-prose #widgetco-solution { padding: 1rem 1.3rem; margin: 1.2rem 0; border-left: 3px solid var(--accent, #5683ee); background: var(--surface, #101b32); }
.article-prose #widgetco-problem > h4:first-child, .article-prose #widgetco-solution > h4:first-child { margin-top: 0; }
.back-link { color: var(--muted, #b7c8e7); display: inline-block; margin-bottom: 2rem; text-decoration: none; }
.back-link:hover { color: white; }
.page-hero .hero-description { max-width: 48rem; }
.blog-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.insight-card { min-width: 0; overflow: hidden; border: 1px solid var(--border, #293954); border-radius: 15px; background: var(--surface, #101b32); display: flex; flex-direction: column; }
.article-card-media { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; background: #080e1c; }
.insight-card-copy { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.insight-card h2 { font-size: 1.2rem; line-height: 1.5; margin: 0 0 1rem; }
.insight-card h2 a { color: var(--text, #eef3ff); text-decoration: none; }
.insight-card p { font-size: .98rem; line-height: 1.7; }
.insight-card .eyebrow { font-size: .72rem; }
.insight-card .text-link { margin-top: auto; padding-top: 1rem; }
.topic-index { margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid var(--border, #293954); }
.topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .7rem; }
.topic-grid details { border: 1px solid var(--border, #293954); padding: .85rem 1rem; border-radius: 8px; }
.topic-grid summary { cursor: pointer; }
.topic-grid ul { padding-left: 1.2rem; font-size: .92rem; line-height: 1.6; }
.topic-grid a { color: var(--muted, #b7c8e7); }
.review-note { max-width: 880px; margin: 0 auto 2.5rem; padding: 1.1rem 1.3rem; border: 1px solid #526788; border-left: 3px solid #97b9ff; border-radius: 8px; color: #cfdbef; font-size: .92rem; line-height: 1.7; background: #11213a; }
.review-note strong { color: #f0f5ff; }
@media (max-width: 850px) { .blog-cards { grid-template-columns: 1fr; } .insight-card { display: grid; grid-template-columns: 38% minmax(0,1fr); } .article-card-media { height: 100%; min-height: 240px; } .topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 540px) { .insight-card { display: flex; } .article-card-media { height: auto; min-height: 0; } .topic-grid { grid-template-columns: 1fr; } .article-prose { font-size: 1rem; } .article-prose th, .article-prose td { padding: .8rem; min-width: 120px; } }
