.content-page { color: var(--ink); background: #f5f6f3; }
.content-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); color: var(--white); background: var(--ink); }
.content-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.content-header .brand img { width: 190px; padding: 5px 7px; background: var(--white); }
.content-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.content-header nav a { position: relative; color: rgba(255,255,255,.74); }
.content-header nav a.active,.content-header nav a:hover { color: var(--white); }
.content-header nav a.active::after { position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; background: var(--yellow); content: ""; }
.content-contact { display: inline-flex; align-items: center; color: var(--yellow); gap: 7px; font-size: 12px; font-weight: 800; }
.content-contact svg { width: 16px; }
.content-hero { position: relative; height: min(390px, 48vw); min-height: 300px; overflow: hidden; color: var(--white); }
.content-hero > img,.content-hero-overlay { position: absolute; width: 100%; height: 100%; inset: 0; }
.content-hero > img { object-fit: cover; }
.content-hero-overlay { background: linear-gradient(90deg,rgba(17,27,26,.92),rgba(17,27,26,.44) 64%,rgba(17,27,26,.12)); }
.content-hero .container { position: relative; display: flex; height: 100%; flex-direction: column; justify-content: center; }
.content-hero h1 { max-width: 780px; margin: 12px 0 14px; font-size: clamp(38px,5vw,66px); letter-spacing: 0; line-height: 1.12; }
.content-hero .container > p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.9; }
.news-index-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 20px; }
.news-tabs { display: flex; max-width: 100%; overflow-x: auto; gap: 4px; }
.news-tabs button { border: 0; padding: 10px 18px; color: var(--muted); background: transparent; }
.news-tabs button.active { color: var(--white); background: var(--ink); }
.news-index-toolbar > span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.news-index-list { border-top: 2px solid var(--ink); }
.news-index-item { display: grid; grid-template-columns: 150px minmax(0,1fr) auto; align-items: start; border-bottom: 1px solid #d9ddda; padding: 30px 0; gap: 34px; }
.news-index-meta span,.news-index-meta time { display: block; }
.news-index-meta span { color: var(--teal); font-size: 11px; font-weight: 800; }
.news-index-meta time { margin-top: 8px; color: var(--muted); font-size: 11px; }
.news-index-copy h2 { margin: 0; font-size: 23px; line-height: 1.45; }
.news-index-copy p { max-width: 850px; margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.news-index-link { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #cfd5d1; color: var(--teal); background: var(--white); }
.news-index-link svg { width: 17px; }
.content-loading { padding: 56px 0; color: var(--muted); text-align: center; }
.content-footer { color: rgba(255,255,255,.7); background: #101817; }
.content-footer .container { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.article-main { padding: 48px 0 80px; background: var(--white); }
.article-main > .container { max-width: 1000px; }
.article-back { display: inline-flex; align-items: center; margin-bottom: 42px; color: var(--teal); gap: 8px; font-size: 12px; font-weight: 800; }
.article-back svg { width: 16px; }
.article-header { border-bottom: 1px solid #dfe3e0; padding-bottom: 30px; }
.article-header > p { display: flex; align-items: center; margin: 0 0 14px; color: var(--muted); gap: 16px; font-size: 11px; }
.article-header > p span { color: var(--teal); font-weight: 800; }
.article-header h1 { margin: 0; font-size: clamp(32px,5vw,52px); letter-spacing: 0; line-height: 1.28; }
.article-header > div { max-width: 800px; margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.article-cover { width: 100%; max-height: 520px; margin: 34px 0; object-fit: cover; }
.article-body { max-width: 800px; margin: 36px auto 0; }
.article-body p { margin: 0 0 22px; color: #34403e; font-size: 16px; line-height: 2; }
.article-disclaimer { max-width: 800px; border-left: 3px solid var(--yellow); margin: 38px auto 0; padding: 13px 17px; color: var(--muted); background: #f5f6f3; font-size: 11px; line-height: 1.7; }
.article-cta { display: flex; align-items: center; justify-content: space-between; margin-top: 68px; padding: 34px 38px; color: var(--white); background: var(--ink); gap: 32px; }
.article-cta h2 { margin: 7px 0; font-size: 25px; }
.article-cta p { max-width: 640px; margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.7; }
.article-cta > a { display: inline-flex; min-height: 46px; align-items: center; padding: 10px 17px; color: var(--ink); background: var(--yellow); gap: 8px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.article-cta > a svg { width: 17px; }
@media (max-width:900px) { .content-header nav { display:none; } .news-index-item { grid-template-columns:110px minmax(0,1fr) auto; gap:20px; } }
@media (max-width:620px) { .content-header-inner { min-height:70px; } .content-header .brand img { width:155px; } .content-header .brand-site-name,.content-contact { display:none; } .content-hero { height:330px; } .news-index-toolbar { align-items:flex-start; flex-direction:column; } .news-index-item { grid-template-columns:1fr auto; padding:24px 0; } .news-index-meta { grid-column:1 / -1; } .news-index-meta span,.news-index-meta time { display:inline; margin:0 12px 0 0; } .news-index-copy h2 { font-size:19px; } .article-main { padding-top:30px; } .article-back { margin-bottom:28px; } .article-body p { font-size:15px; } .article-cta { align-items:flex-start; flex-direction:column; padding:28px 24px; } }
