.page-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    padding: 80px 0 60px;
}
.container-custom { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hero-wrapper { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
.badge-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.12); padding: 6px 14px; border-radius: 50px; font-size: 14px; margin-bottom: 16px; }
.hero-text h1 { font-size: 2.5rem; font-weight: 700; margin: 0 0 14px; line-height: 1.2; }
.hero-text p { font-size: 1.05rem; color: #c0c0d0; margin: 0 0 28px; line-height: 1.7; }
.hero-stats { display: flex; gap: 28px; }
.hero-stat { text-align: center; }
.hero-stat .num { font-size: 2rem; font-weight: 800; color: #2575fc; }
.hero-stat .label { font-size: 0.9rem; color: #a0a0b0; margin-top: 4px; }
.hero-visual { display: flex; justify-content: center; }
.visual-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 32px 28px; text-align: center; min-width: 240px; }
.visual-icon { font-size: 3.5rem; margin-bottom: 12px; }
.visual-title { font-size: 1.15rem; font-weight: 600; margin-bottom: 4px; }
.visual-sub { font-size: 0.95rem; color: #b0b0c0; }

.content-section { padding: 60px 0; background: #f7f9fc; }
.content-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.section-header h2 { font-size: 1.45rem; font-weight: 700; margin: 0; color: #1a1a2e; }
.result-info { color: #707080; font-size: 0.95rem; }

.article-grid { display: grid; gap: 24px; }
.article-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,0.1); }
.card-img-wrap { display: block; position: relative; height: 220px; overflow: hidden; background: #eef1f5; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.article-card:hover .card-img-wrap img { transform: scale(1.05); }
.card-img-wrap .placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #c0c4d0; }
.card-cat-tag { position: absolute; top: 14px; left: 14px; background: #2575fc; color: #fff; padding: 6px 14px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; }
.card-body { padding: 22px 24px 24px; }
.card-body h3 { margin: 0 0 12px; font-size: 1.15rem; font-weight: 600; line-height: 1.4; }
.card-body h3 a { color: #1a1a2e; text-decoration: none; }
.card-body h3 a:hover { color: #2575fc; }
.card-body .excerpt { color: #606070; margin: 0 0 18px; font-size: 0.95rem; line-height: 1.6; }
.card-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid #eee; }
.card-meta .date { color: #808090; font-size: 0.9rem; }
.read-more { color: #2575fc; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.read-more:hover { text-decoration: underline; }

.sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-widget { background: #fff; border-radius: 16px; padding: 22px 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.widget-title { font-size: 1rem; font-weight: 700; margin: 0 0 16px; color: #1a1a2e; }
.widget-categories { list-style: none; margin: 0; padding: 0; }
.widget-categories li { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; }
.widget-categories li:last-child { border-bottom: none; }
.widget-categories a { color: #303040; text-decoration: none; font-weight: 500; }
.widget-categories a:hover { color: #2575fc; }
.widget-categories .count { background: #eef1f5; color: #606070; padding: 3px 10px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; }

.widget-posts { list-style: none; margin: 0; padding: 0; }
.widget-posts li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eee; }
.widget-posts li:last-child { border-bottom: none; }
.wp-thumb { width: 44px; height: 44px; background: #eef1f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.wp-info { flex: 1; min-width: 0; }
.wp-info a { display: block; color: #303040; text-decoration: none; font-weight: 500; font-size: 0.92rem; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wp-info a:hover { color: #2575fc; }
.wp-info .wp-date { display: block; color: #9090a0; font-size: 0.82rem; margin-top: 4px; }

.widget-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.widget-tags a { display: inline-block; padding: 6px 14px; background: #eef1f5; color: #505060; border-radius: 50px; text-decoration: none; font-size: 0.88rem; transition: all 0.2s ease; }
.widget-tags a:hover { background: #2575fc; color: #fff; }

.pagination-wrap { margin-top: 40px; display: flex; justify-content: center; }
.pages { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; }
.pages li a, .pages li span { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: #fff; color: #404050; text-decoration: none; font-weight: 600; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.pages li a:hover { background: #2575fc; color: #fff; }
.pages li.active span { background: #2575fc; color: #fff; }
.pages li.disabled span { background: #eee; color: #bbb; cursor: not-allowed; }

.empty-state { text-align: center; padding: 60px 20px; background: #fff; border-radius: 16px; }
.empty-icon { font-size: 4rem; margin-bottom: 16px; }
.empty-state p { color: #707080; font-size: 1.05rem; margin: 0; }

@media (max-width: 992px) {
    .hero-wrapper { grid-template-columns: 1fr; }
    .content-layout { grid-template-columns: 1fr; }
    .sidebar { order: -1; }
}
@media (max-width: 600px) {
    .page-hero { padding: 56px 0 40px; }
    .hero-text h1 { font-size: 1.8rem; }
    .hero-stats { gap: 16px; }
    .card-img-wrap { height: 180px; }
}
