.news-hero {
  position: relative;
  padding: 10.5rem 0 5.5rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(65, 88, 208, .12);
  background:
    radial-gradient(circle at 78% 25%, rgba(65, 88, 208, .16), transparent 28%),
    linear-gradient(145deg, #f9fbff 0%, #eef2ff 58%, #fff 100%);
}
.news-hero::after { position: absolute; top: 12%; right: -8%; width: 32rem; height: 32rem; border: 1px solid rgba(65, 88, 208, .12); border-radius: 50%; content: ""; }
.news-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 3rem; }
.news-hero h1 { max-width: 850px; margin-top: 1.2rem; font-size: clamp(2.8rem, 6vw, 5.6rem); letter-spacing: -.07em; }
.news-hero-intro { max-width: 440px; margin: 0 0 .7rem; color: #526176; font-size: 1.02rem; }
.news-list-section { padding: 5rem 0 6.5rem; background: #f8f9fb; }
.news-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.news-card { overflow: hidden; border: 1px solid #e0e5ed; border-radius: 20px; background: #fff; box-shadow: 0 18px 42px rgba(18, 24, 40, .06); transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 26px 58px rgba(18, 24, 40, .1); }
.news-card-visual { display: block; overflow: hidden; background: linear-gradient(135deg, #24388f, #6478ea); }
.news-card-visual img { width: 100%; aspect-ratio: 1.55; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card-visual img { transform: scale(1.035); }
.news-card-visual > span { display: grid; aspect-ratio: 1.55; place-items: center; color: rgba(255, 255, 255, .72); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.news-card-body { display: grid; gap: 1rem; padding: 1.35rem; }
.news-card-meta { display: flex; align-items: center; gap: .55rem; color: #7b8494; font-size: .66rem; font-weight: 650; text-transform: uppercase; }
.news-card-meta > span:first-child { color: var(--accent); }
.news-card-meta > * + *::before { margin-right: .55rem; color: #c0c6d0; content: "•"; }
.news-card h2 { margin: 0; font-size: 1.2rem; letter-spacing: -.025em; }
.news-card h2 a:hover { color: var(--accent); }
.news-card p { display: -webkit-box; margin: 0; overflow: hidden; font-size: .86rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card-link { display: flex; align-items: center; justify-content: space-between; padding-top: .85rem; border-top: 1px solid #edf0f4; color: var(--accent); font-size: .76rem; font-weight: 750; }
.news-card-link span { font-size: 1rem; }
.news-pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.news-pagination a, .news-pagination > span { padding: .7rem 1rem; border: 1px solid #dbe0e8; border-radius: 10px; background: #fff; font-size: .75rem; font-weight: 700; }
.news-pagination > span { color: #a5adba; }
.news-pagination small { color: #7c8594; }
.news-public-empty { display: grid; min-height: 430px; place-items: center; align-content: center; gap: .7rem; text-align: center; }
.news-public-empty > span { color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-public-empty h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.news-public-empty p { margin: 0 0 .6rem; }
.article-hero { padding: 10rem 0 4.5rem; border-bottom: 1px solid rgba(65, 88, 208, .1); background: linear-gradient(145deg, #f9fbff, #eef2ff); }
.article-hero-inner { max-width: 950px; }
.article-back { display: inline-block; margin-bottom: 3.2rem; color: #687386; font-size: .75rem; font-weight: 700; }
.article-back:hover { color: var(--accent); }
.article-meta { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.15rem; color: #747f91; font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.article-meta > span:first-child { color: var(--accent); }
.article-meta > * + *::before { margin-right: .7rem; color: #bcc3ce; content: "•"; }
.article-hero h1 { max-width: 980px; margin: 0; font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -.065em; }
.article-lead { max-width: 800px; margin: 1.6rem 0 0; color: #526176; font-size: clamp(1.02rem, 2vw, 1.25rem); line-height: 1.7; }
.article-cover-wrap { max-width: 1240px; margin-top: -1px; }
.article-cover { margin: 0; }
.article-cover img { width: 100%; max-height: 690px; object-fit: cover; }
.article-cover figcaption, .article-image figcaption { margin-top: .55rem; color: #818a98; font-size: .68rem; text-align: center; }
.article-layout { display: grid; grid-template-columns: 180px minmax(0, 760px); justify-content: center; gap: clamp(2rem, 6vw, 6rem); padding-top: 5.5rem; padding-bottom: 7rem; }
.article-aside { position: sticky; top: 7rem; display: grid; align-self: start; gap: .35rem; padding-top: .4rem; color: #7c8594; font-size: .68rem; }
.article-aside strong { color: var(--text); font-size: .78rem; }
.article-aside a { margin-top: .8rem; color: var(--accent); font-weight: 700; }
.article-content { min-width: 0; }
.article-paragraph { margin: 0 0 1.6rem; color: #3e4756; font-size: 1.02rem; line-height: 1.9; }
.article-heading { margin: 3.2rem 0 1.25rem; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.article-heading-small { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.article-image { margin: 2.5rem 0; }
.article-image img { width: 100%; border-radius: 16px; object-fit: cover; background: #eef1f5; }
.article-image-wide { width: min(1000px, calc(100vw - 3rem)); margin-left: 50%; transform: translateX(-50%); }
.article-quote { position: relative; margin: 3rem 0; padding: 2rem 2.2rem; border-left: 4px solid var(--accent); border-radius: 0 16px 16px 0; background: #f0f3ff; }
.article-quote::before { position: absolute; top: .55rem; right: 1rem; color: rgba(65, 88, 208, .12); content: "“"; font-size: 5rem; font-weight: 800; line-height: 1; }
.article-quote p { position: relative; margin: 0; color: #26345f; font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 650; line-height: 1.55; }
.article-quote cite { display: block; margin-top: .9rem; color: #65708a; font-size: .75rem; font-style: normal; }
.article-list { display: grid; gap: .75rem; margin: 1.8rem 0 2.2rem; padding: 0; list-style: none; }
.article-list li { position: relative; padding-left: 1.7rem; color: #3e4756; font-size: 1rem; line-height: 1.7; }
.article-list li::before { position: absolute; top: .72rem; left: .2rem; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.article-button { margin: 2.2rem 0; }
.article-separator { width: 120px; margin: 3.5rem auto; border: 0; border-top: 1px solid #ccd3de; }
.related-news { padding: 5.5rem 0 6.5rem; border-top: 1px solid #e0e5ed; background: #f4f6f9; }
.related-news-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.related-news-head h2 { margin: .5rem 0 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.045em; }
.related-news-head > a { color: var(--accent); font-size: .78rem; font-weight: 750; }

@media (max-width: 950px) {
  .news-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 760px); }
  .article-aside { position: static; grid-template-columns: auto auto 1fr; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid #e0e5ed; }
  .article-aside a { justify-self: end; margin: 0; }
}

@media (max-width: 700px) {
  .news-hero { padding: 8.5rem 0 4rem; }
  .news-hero-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .news-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .news-card-grid { grid-template-columns: 1fr; }
  .article-hero { padding: 8rem 0 3.5rem; }
  .article-back { margin-bottom: 2rem; }
  .article-layout { padding-top: 3.5rem; padding-bottom: 4.5rem; }
  .article-aside { grid-template-columns: 1fr; }
  .article-aside a { justify-self: start; margin-top: .5rem; }
  .article-image-wide { width: calc(100vw - 1.5rem); }
  .article-quote { padding: 1.5rem; }
  .related-news-head { align-items: start; flex-direction: column; }
}
