
.page-hero { padding: 5rem 0 3rem; background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%); }
.page-hero h1 { font-size: 2.2rem; font-weight: 800; color: #1a1a2e; }
.page-hero h2 { font-size: 1.15rem; color: #666; font-weight: 500; }
.page-hero p { color: #777; line-height: 1.7; max-width: 540px; }
.page-hero img { max-width: 280px; }

.section-header { text-align: center; margin-bottom: 2.5rem; }
.section-header h2 { font-size: 1.6rem; font-weight: 700; color: #1a1a2e; margin: 0; }

.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; padding: 1rem 0; }
.article-card-item { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.article-card-item:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.article-card-item .article-image-container { position: relative; overflow: hidden; height: 190px; }
.article-card-item .card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.article-card-item:hover .card-img { transform: scale(1.06); }
.article-card-item .card-tag { position: absolute; top: 12px; right: 12px; background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; padding: 0.25rem 0.8rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.article-card-item .card-body { padding: 1.2rem 1.4rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.article-card-item .card-title { font-size: 1.08rem; font-weight: 700; line-height: 1.4; margin-bottom: .5rem; }
.article-card-item .card-title a { color: #1a1a2e; text-decoration: none; transition: color .3s; }
.article-card-item .card-title a:hover { color: #667eea; }
.article-card-item .card-excerpt { font-size: .88rem; color: #888; line-height: 1.6; margin-bottom: .8rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-card-item .card-meta { font-size: .78rem; color: #bbb; padding-top: .6rem; border-top: 1px solid #f0f0f0; text-align: right; }

.pagination-nav { display: flex; justify-content: center; gap: .4rem; margin: 2.5rem 0 1rem; }
.pagination-nav ul { display: flex; gap: .4rem; list-style: none; padding: 0; margin: 0; }
.pagination-nav a, .pagination-nav span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 .5rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: .9rem; transition: all .25s; }
.pagination-nav a { background: #f2f2f2; color: #555; }
.pagination-nav a:hover { background: #667eea; color: #fff; }
.pagination-nav .active a, .pagination-nav .active span, .page-item.active a { background: #667eea; color: #fff; }
.pagination-nav .disabled a, .pagination-nav .disabled span { background: #f0f0f0; color: #ccc; cursor: not-allowed; }

.recommended-section { padding: 3rem 0; background: linear-gradient(135deg, #f8f9fc 0%, #edf0f5 100%); }
.recommended-item { display: flex; align-items: center; gap: 1rem; background: #fff; border-radius: 12px; padding: 1rem 1.3rem; margin-bottom: .8rem; box-shadow: 0 2px 8px rgba(0,0,0,0.04); border-left: 4px solid #e2e8f0; transition: all .3s; }
.recommended-item:hover { border-left-color: #667eea; box-shadow: 0 4px 16px rgba(0,0,0,0.08); transform: translateX(4px); }
.recommended-item .rec-num { font-size: 1.3rem; font-weight: 800; color: #667eea; min-width: 28px; text-align: center; flex-shrink: 0; }
.recommended-item .rec-info { flex: 1; min-width: 0; }
.recommended-item .rec-title { font-size: .95rem; font-weight: 600; margin-bottom: .2rem; }
.recommended-item .rec-title a { color: #333; text-decoration: none; transition: color .3s; }
.recommended-item .rec-title a:hover { color: #667eea; }
.recommended-item .rec-date { font-size: .75rem; color: #aaa; }

.btn-back { display: inline-flex; align-items: center; gap: .5rem; background: #667eea; color: #fff; padding: .6rem 1.5rem; border-radius: 30px; text-decoration: none; font-weight: 600; transition: transform .3s; margin-bottom: 2rem; }
.btn-back:hover { transform: scale(1.05); color: #fff; }

#block-v6-downloadall .links { margin-top: 1.5rem; }
#block-v6-downloadall .field__items { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
#block-v6-downloadall .field__item { display: inline-flex; }
#block-v6-downloadall .btn-lg { font-size: 1rem; padding: 0.75rem 1.5rem; white-space: nowrap; }
#block-v6-downloadall .lead h4 { font-size: 1.4rem; font-weight: 600; color: #333; }

@media (max-width: 768px) {
  #block-v6-downloadall .field__items { flex-direction: column; align-items: center; }
  #block-v6-downloadall .btn-lg { width: 100%; max-width: 320px; text-align: center; }
  #block-v6-downloadall .display-2 { font-size: 1.8rem; }
}

.svg-inline--fa { height: 24px; width: auto; }

