.articles-page-wrapper{width:100%;min-height:100vh;font-family:var(--font-body),sans-serif;background:#fff;padding-top:56px}.articles-page-wrapper .container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.ambient-glow{display:none}.articles-hero{text-align:center;padding:4rem 0 3rem}.articles-hero h1{color:#0d1421;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.highlight-text{color:#c44b3a}.articles-hero p{color:#7a8fa3;max-width:520px;margin:0 auto;font-size:1.1rem;line-height:1.7}.articles-grid{grid-template-columns:1fr 1fr;gap:1.5rem;padding-bottom:5rem;display:grid}.article-card{background:#fff;border:1px solid #d8dfe8;border-radius:.375rem;flex-direction:column;padding:2rem;text-decoration:none;transition:border-color .2s;display:flex}.article-card:hover{border-color:#c44b3a66;transform:none}.article-category{color:#c44b3a;text-transform:uppercase;letter-spacing:.08em;background:#c44b3a1a;border-radius:100px;width:fit-content;margin-bottom:1rem;padding:.35rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.article-card h3{color:#0d1421;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.35}.article-card p{color:#7a8fa3;flex-grow:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.read-more-link{color:#c44b3a;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:flex}.read-more-link .arrow-icon{width:14px;height:14px;transition:transform .2s}.article-card:hover .read-more-link .arrow-icon{transform:translate(4px)}@media (max-width:768px){.articles-hero{padding:3rem 0 2rem}.articles-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}
