.news-page-wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.news-page-hero { border-bottom: 1px solid #e3ebee; background: linear-gradient(180deg,#f4fbfe 0%,#fff 100%); padding: 84px 0 70px; }
.news-page-hero span { color: #078fbd; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.news-page-hero h1 { max-width: 820px; margin: 15px 0 0; color: #102636; font-size: clamp(45px,6vw,72px); font-weight: 650; line-height: 1; letter-spacing: -.055em; }
.news-page-hero p { max-width: 700px; margin: 24px 0 0; color: #607482; font-size: 17px; line-height: 1.7; }
.news-page-content { min-height: 440px; padding: 58px 0 90px; }
.news-page-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid #cfdde3; padding-bottom: 15px; }
.news-page-heading h2 { margin: 0; color: #102636; font-size: 24px; letter-spacing: -.035em; }
.news-page-heading span { color: #718491; font-size: 12px; }
.news-page-list { border-bottom: 1px solid #cfdde3; }
.news-page-item { display: grid; grid-template-columns: 190px minmax(0,1fr) 42px; align-items: center; gap: 28px; min-height: 160px; border-bottom: 1px solid #e0e8eb; padding: 20px 0; }
.news-page-item:last-child { border-bottom: 0; }
.news-page-item__visual { width: 190px; height: 120px; overflow: hidden; background: linear-gradient(135deg,#0e3449,#079bc9); }
.news-page-item__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.news-page-item:hover .news-page-item__visual img { transform: scale(1.025); }
.news-page-item__visual span { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.news-page-item__meta { display: flex; gap: 8px; color: #758793; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.news-page-item__meta strong { color: #078fbd; }
.news-page-item h3 { margin: 8px 0 6px; color: #102636; font-size: 22px; font-weight: 650; line-height: 1.15; letter-spacing: -.03em; }
.news-page-item p { max-width: 720px; margin: 0; color: #627684; font-size: 13px; line-height: 1.55; }
.news-page-item button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #d3e0e6; border-radius: 50%; background: #fff; color: #078fbd; font-size: 18px; cursor: pointer; transition: background-color 150ms ease,color 150ms ease,border-color 150ms ease; }
.news-page-item button:hover { border-color: #079bc9; background: #079bc9; color: #fff; }
.news-page-loading { display: grid; gap: 1px; background: #e8eef1; }
.news-page-loading span { display: block; height: 132px; background: linear-gradient(90deg,#f6f8f9,#fff,#f6f8f9); background-size: 200% 100%; animation: news-loading 1.2s linear infinite; }
.news-page-empty { padding: 70px 0; color: #6e818d; text-align: center; }
.news-page-dialog { width: min(820px,calc(100vw - 32px)); max-height: calc(100vh - 40px); overflow: auto; border: 0; border-radius: 12px; background: #fff; color: #102636; padding: 0; box-shadow: 0 28px 80px rgba(6,35,50,.28); }
.news-page-dialog::backdrop { background: rgba(5,25,37,.62); backdrop-filter: blur(5px); }
.news-page-dialog__close { position: sticky; z-index: 2; top: 14px; float: right; width: 38px; height: 38px; margin: 14px 14px -52px 0; border: 0; border-radius: 50%; background: rgba(8,35,50,.86); color: #fff; font-size: 24px; cursor: pointer; }
.news-page-dialog img { display: block; width: 100%; max-height: 380px; object-fit: cover; }
.news-page-dialog__body { padding: 38px 42px 48px; }
.news-page-dialog__body h2 { margin: 15px 0 25px; font-size: clamp(32px,5vw,50px); line-height: 1.02; letter-spacing: -.05em; }
.news-page-dialog__content { color: #405665; font-size: 16px; line-height: 1.75; }
.news-page-dialog__content a { color: #078fbd; }
.news-page-hero h1,.news-page-heading h2,.news-page-item h3,.news-page-dialog { color:#1f2b31; }
.news-page-item__visual { background:linear-gradient(135deg,#dff5fb,#72d4eb); }
.news-page-dialog::backdrop { background:rgba(215,240,247,.84); }
.news-page-dialog__close { border:1px solid rgba(255,255,255,.82); background:rgba(38,184,230,.94); color:#fff; }
@keyframes news-loading { to { background-position: -200% 0; } }
@media (max-width: 720px) {
  .news-page-wrap { width: min(100% - 32px,1120px); }
  .news-page-hero { padding: 60px 0 52px; }
  .news-page-hero h1 { font-size: 43px; }
  .news-page-hero p { font-size: 15px; }
  .news-page-content { padding: 42px 0 70px; }
  .news-page-item { grid-template-columns: 86px minmax(0,1fr) 32px; gap: 14px; min-height: 110px; padding: 14px 0; }
  .news-page-item__visual { width: 86px; height: 82px; }
  .news-page-item h3 { overflow: hidden; margin-top: 6px; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
  .news-page-item p { display: none; }
  .news-page-item button { width: 32px; height: 32px; }
  .news-page-dialog__body { padding: 30px 22px 38px; }
}
