/*
Theme Name: UniqueInfo24
Theme URI: https://uniqueinfo24.com
Author: UniqueInfo24 Team
Author URI: https://uniqueinfo24.com
Description: Premium news magazine theme for UniqueInfo24. Features a modern, responsive design with breaking news ticker, hero sections, category pages, and a fully-featured sidebar. Built for news portals and online magazines.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uniqueinfo24
Tags: news, magazine, blog, two-columns, right-sidebar, custom-header, custom-menu, featured-images, post-thumbnails, full-width-template, sticky-post, threaded-comments, translation-ready
*/

/* ============================================
   UniqueInfo24 — WordPress Premium Theme
   ============================================ */

:root {
	--primary:      #0a1628;
	--accent:       #e8a020;
	--accent2:      #c0392b;
	--text:         #1a1a2e;
	--text-light:   #6c7a89;
	--bg:           #f8f9fc;
	--white:        #ffffff;
	--card-bg:      #ffffff;
	--border:       #e8ecf0;
	--shadow:       0 4px 24px rgba(10,22,40,.10);
	--shadow-hover: 0 12px 40px rgba(10,22,40,.18);
	--radius:       14px;
	--font-main:    'Inter', 'Segoe UI', Arial, sans-serif;
	--font-serif:   Georgia, 'Times New Roman', serif;
	--transition:   all 0.28s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-main); background: var(--bg); color: var(--text); line-height: 1.7; font-size: 16px; }
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── ACCESSIBILITY ── */
.screen-reader-text {
	clip: rect(1px,1px,1px,1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden;
}
.skip-link { position: absolute; top: -40px; left: 0; background: var(--accent); color: #fff; padding: 8px 16px; z-index: 9999; }
.skip-link:focus { top: 0; }

/* ── TOPBAR ── */
.topbar { background: var(--primary); color: #aab4c4; font-size: 12.5px; padding: 7px 0; border-bottom: 1px solid #1e3050; }
.topbar .inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a { color: #aab4c4; transition: var(--transition); }
.topbar a:hover { color: var(--accent); }
.tb-left, .tb-right { display: flex; gap: 18px; align-items: center; }

/* ── HEADER ── */
.site-header { background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,.07); position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-branding { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; color: var(--primary); letter-spacing: -0.5px; }
.logo-mark { width: 42px; height: 42px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 900; color: var(--accent); }
.site-title { color: var(--primary); font-weight: 800; }
.site-title span.accent { color: var(--accent); }
.site-description { display: none; }

/* ── NAVIGATION ── */
.main-navigation { display: flex; align-items: center; }
.main-navigation ul { display: flex; align-items: center; gap: 4px; }
.main-navigation ul ul { position: absolute; top: 110%; left: 0; min-width: 200px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-hover); border: 1px solid var(--border); opacity: 0; visibility: hidden; transform: translateY(8px); transition: var(--transition); z-index: 200; padding: 8px 0; }
.main-navigation ul li { position: relative; }
.main-navigation ul li a { padding: 10px 16px; border-radius: 8px; font-weight: 600; font-size: 14.5px; color: var(--text); transition: var(--transition); display: flex; align-items: center; gap: 6px; }
.main-navigation ul li:hover > a, .main-navigation ul .current-menu-item > a, .main-navigation ul .current_page_item > a { background: #f0f3f8; color: var(--primary); }
.main-navigation ul li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.main-navigation ul ul li a { padding: 10px 20px; font-size: 14px; border-radius: 0; }
.main-navigation ul ul li a:hover { background: #f0f3f8; padding-left: 26px; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.btn-search { background: none; border: none; cursor: pointer; width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 18px; transition: var(--transition); }
.btn-search:hover { background: #f0f3f8; color: var(--primary); }
.btn-subscribe { background: var(--accent); color: var(--white); padding: 10px 22px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: var(--transition); border: none; cursor: pointer; }
.btn-subscribe:hover { background: #d4900a; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }

/* ── BREAKING NEWS ── */
.breaking-bar { background: var(--accent2); color: #fff; padding: 9px 0; font-size: 13.5px; }
.breaking-bar .inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 14px; }
.breaking-label { background: rgba(0,0,0,.25); padding: 3px 12px; border-radius: 4px; font-weight: 700; white-space: nowrap; letter-spacing: .5px; font-size: 12px; }
.breaking-ticker { overflow: hidden; flex: 1; }
.ticker-wrap { display: flex; gap: 60px; animation: ticker 40s linear infinite; white-space: nowrap; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── HERO / FEATURED ── */
.hero-section { max-width: 1280px; margin: 32px auto 0; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.hero-main { position: relative; border-radius: 18px; overflow: hidden; }
.hero-main-img { width: 100%; height: 520px; object-fit: cover; transition: transform 0.6s ease; }
.hero-main:hover .hero-main-img { transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,15,30,.92) 40%, rgba(5,15,30,.1) 100%); }
.hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 36px 32px; }
.hero-tag { display: inline-block; background: var(--accent); color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.hero-title { font-size: 28px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 12px; font-family: var(--font-serif); }
.hero-title a { color: #fff; }
.hero-meta { color: rgba(255,255,255,.7); font-size: 13px; display: flex; gap: 16px; }
.hero-sidebar { display: flex; flex-direction: column; gap: 16px; }
.hero-side-card { border-radius: 14px; overflow: hidden; position: relative; flex: 1; min-height: 155px; background: #ddd; }
.hero-side-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-side-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,15,30,.88) 45%, transparent 100%); }
.hero-side-content { position: absolute; bottom: 0; padding: 18px; }
.hero-side-tag { display: inline-block; background: var(--accent2); color: #fff; padding: 3px 9px; border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 8px; }
.hero-side-title { font-size: 15px; font-weight: 700; color: #fff; line-height: 1.3; }
.hero-side-title a { color: #fff; }

/* ── SECTION ── */
.site-main { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section { margin: 48px 0; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 2px solid var(--border); }
.section-title { font-size: 22px; font-weight: 800; color: var(--primary); display: flex; align-items: center; gap: 10px; }
.section-title::before { content: ''; display: inline-block; width: 5px; height: 22px; background: var(--accent); border-radius: 3px; }
.view-all { font-size: 13.5px; font-weight: 600; color: var(--accent); display: flex; align-items: center; gap: 5px; transition: var(--transition); }
.view-all:hover { color: #c07800; }

/* ── CONTENT + SIDEBAR LAYOUT ── */
.content-area { display: grid; grid-template-columns: 1fr 340px; gap: 40px; margin: 40px 0; }
.content-area.full-width { grid-template-columns: 1fr; }

/* ── CARDS GRID ── */
.cards-grid { display: grid; gap: 24px; }
.cards-4 { grid-template-columns: repeat(4,1fr); }
.cards-3 { grid-template-columns: repeat(3,1fr); }
.cards-2 { grid-template-columns: repeat(2,1fr); }

/* ── ARTICLE CARD ── */
.article-card { background: var(--card-bg); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); cursor: pointer; display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.card-img-wrap { overflow: hidden; position: relative; }
.card-img-wrap img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.4s ease; }
.article-card:hover .card-img-wrap img { transform: scale(1.06); }
.card-img-wrap .card-category { position: absolute; top: 14px; left: 14px; background: var(--accent); color: #fff; padding: 3px 10px; border-radius: 4px; font-size: 10.5px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.card-title { font-size: 16.5px; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: 10px; flex: 1; font-family: var(--font-serif); }
.card-title a { color: var(--text); transition: var(--transition); }
.card-title a:hover { color: var(--accent); }
.card-excerpt { font-size: 13.5px; color: var(--text-light); margin-bottom: 16px; line-height: 1.6; }
.card-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--text-light); margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border); }
.card-author { display: flex; align-items: center; gap: 7px; }
.card-author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }

/* ── HORIZONTAL CARD ── */
.h-card { display: flex; gap: 20px; background: var(--card-bg); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); cursor: pointer; }
.h-card:hover { transform: translateX(4px); box-shadow: var(--shadow-hover); }
.h-card .h-img { width: 130px; min-width: 130px; height: 110px; object-fit: cover; border-radius: 10px; margin: 14px 0 14px 14px; }
.h-card .h-body { padding: 16px 16px 16px 0; flex: 1; }
.h-card .h-tag { font-size: 10.5px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 6px; }
.h-card .h-title { font-size: 15px; font-weight: 700; line-height: 1.4; color: var(--text); }
.h-card .h-title a { color: var(--text); }
.h-card .h-title a:hover { color: var(--accent); }
.h-card .h-meta { font-size: 12px; color: var(--text-light); margin-top: 8px; }

/* ── SIDEBAR ── */
.sidebar { display: flex; flex-direction: column; gap: 28px; }
.sidebar-widget { background: var(--card-bg); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.widget-title, .sidebar-widget .widget-title { font-size: 16px; font-weight: 800; color: var(--primary); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 8px; }

/* widget recent posts */
.widget_recent_entries ul li { padding: 12px 0; border-bottom: 1px solid var(--border); }
.widget_recent_entries ul li:last-child { border-bottom: none; }
.widget_recent_entries ul li a { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.4; transition: var(--transition); }
.widget_recent_entries ul li a:hover { color: var(--accent); }
.post-date { font-size: 12px; color: var(--text-light); display: block; margin-top: 4px; }

/* widget categories */
.widget_categories ul li, .widget_archive ul li { padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.widget_categories ul li a, .widget_archive ul li a { font-size: 14px; color: var(--text); transition: var(--transition); font-weight: 500; }
.widget_categories ul li a:hover, .widget_archive ul li a:hover { color: var(--accent); }
.widget_categories ul li .count { background: var(--bg); padding: 2px 8px; border-radius: 10px; font-size: 12px; color: var(--text-light); font-weight: 600; }

/* widget search */
.widget_search form { display: flex; gap: 8px; }
.widget_search input[type="search"] { flex: 1; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; outline: none; transition: var(--transition); }
.widget_search input[type="search"]:focus { border-color: var(--accent); }
.widget_search input[type="submit"] { background: var(--primary); color: #fff; border: none; padding: 10px 16px; border-radius: 8px; cursor: pointer; transition: var(--transition); font-size: 13px; font-weight: 600; }
.widget_search input[type="submit"]:hover { background: var(--accent); }

/* widget tag cloud */
.widget_tag_cloud .tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }
.widget_tag_cloud .tagcloud a { padding: 5px 12px; border-radius: 20px; background: #f0f3f8; color: var(--text-light); font-size: 13px !important; font-weight: 600; transition: var(--transition); }
.widget_tag_cloud .tagcloud a:hover { background: var(--accent); color: #fff; }

/* newsletter widget */
.newsletter-widget { text-align: center; }
.newsletter-widget .nw-icon { font-size: 40px; margin-bottom: 12px; }
.newsletter-widget h3 { font-size: 18px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.newsletter-widget p { font-size: 13.5px; color: var(--text-light); margin-bottom: 18px; }
.nw-form { display: flex; flex-direction: column; gap: 10px; }
.nw-form input { padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; width: 100%; transition: var(--transition); outline: none; }
.nw-form input:focus { border-color: var(--accent); }
.nw-form button { background: var(--primary); color: #fff; padding: 12px; border-radius: 8px; border: none; font-weight: 700; font-size: 14px; cursor: pointer; transition: var(--transition); }
.nw-form button:hover { background: var(--accent); }

/* social follow */
.social-follow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-btn { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 10px; font-size: 13px; font-weight: 700; color: #fff; transition: var(--transition); cursor: pointer; }
.social-btn:hover { transform: translateY(-2px); opacity: .92; }
.social-btn.facebook { background: #1877f2; }
.social-btn.twitter { background: #1da1f2; }
.social-btn.instagram { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-btn.youtube { background: #ff0000; }
.social-count { font-size: 16px; font-weight: 900; }
.social-label { font-size: 10px; font-weight: 600; opacity: .85; }

/* ── SINGLE POST ── */
.single-post-header { margin-bottom: 32px; }
.post-categories { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.post-category-tag { background: var(--accent); color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.post-category-tag a { color: #fff; }
.single-post-title { font-size: 36px; font-weight: 900; color: var(--primary); line-height: 1.2; margin-bottom: 20px; font-family: var(--font-serif); }
.post-meta-bar { display: flex; align-items: center; gap: 20px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 28px; flex-wrap: wrap; }
.post-author-info { display: flex; align-items: center; gap: 10px; }
.post-author-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent); }
.post-author-name { font-weight: 700; font-size: 15px; color: var(--primary); }
.post-author-role { font-size: 12px; color: var(--text-light); }
.post-meta-item { font-size: 13px; color: var(--text-light); display: flex; align-items: center; gap: 6px; }
.featured-image-wrap { margin-bottom: 32px; border-radius: var(--radius); overflow: hidden; }
.featured-image-wrap img { width: 100%; max-height: 520px; object-fit: cover; }
.featured-image-caption { font-size: 13px; color: var(--text-light); padding: 10px 14px; background: #f8f9fc; font-style: italic; }

/* post content */
.entry-content { font-size: 17px; line-height: 1.8; color: var(--text); }
.entry-content p { margin-bottom: 24px; }
.entry-content h2 { font-size: 26px; font-weight: 800; color: var(--primary); margin: 36px 0 18px; }
.entry-content h3 { font-size: 21px; font-weight: 700; color: var(--primary); margin: 28px 0 14px; }
.entry-content h4 { font-size: 18px; font-weight: 700; color: var(--primary); margin: 24px 0 12px; }
.entry-content ul, .entry-content ol { margin: 0 0 24px 24px; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: 8px; line-height: 1.7; }
.entry-content blockquote { border-left: 4px solid var(--accent); padding: 18px 24px; background: #fff8f0; border-radius: 0 10px 10px 0; margin: 28px 0; font-size: 18px; font-style: italic; color: var(--text); line-height: 1.6; }
.entry-content blockquote p { margin: 0; }
.entry-content img { border-radius: 10px; margin: 12px 0; }
.entry-content a { color: var(--accent); text-decoration: underline; }
.entry-content a:hover { color: #c07800; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.entry-content table th { background: var(--primary); color: #fff; padding: 12px 16px; text-align: left; font-size: 14px; }
.entry-content table td { padding: 11px 16px; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.entry-content table tr:nth-child(even) td { background: #f8f9fc; }
.entry-content pre { background: #1a1a2e; color: #e8e8e8; padding: 24px; border-radius: 10px; overflow-x: auto; font-size: 14px; margin: 24px 0; }
.entry-content code { background: #f0f3f8; padding: 2px 6px; border-radius: 4px; font-size: 14px; color: var(--accent2); }
.entry-content pre code { background: none; color: inherit; padding: 0; }
.entry-content .wp-caption { max-width: 100%; }
.entry-content .wp-caption-text { font-size: 13px; color: var(--text-light); text-align: center; margin-top: 8px; font-style: italic; }
.entry-content .aligncenter { display: block; margin: 16px auto; }
.entry-content .alignleft { float: left; margin: 8px 24px 8px 0; }
.entry-content .alignright { float: right; margin: 8px 0 8px 24px; }
.clearfix::after { content: ''; display: block; clear: both; }

/* post tags & share */
.post-footer { margin-top: 40px; padding-top: 28px; border-top: 2px solid var(--border); }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; align-items: center; }
.post-tags span { font-weight: 700; font-size: 13px; color: var(--text-light); }
.post-tag { padding: 5px 14px; border-radius: 20px; background: #f0f3f8; color: var(--text-light); font-size: 13px; font-weight: 600; transition: var(--transition); }
.post-tag:hover { background: var(--accent); color: #fff; }
.share-bar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.share-bar span { font-weight: 700; font-size: 13px; color: var(--text-light); }
.share-btn { display: flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; color: #fff; cursor: pointer; transition: var(--transition); border: none; }
.share-btn:hover { transform: translateY(-2px); }
.share-btn.fb { background: #1877f2; }
.share-btn.tw { background: #1da1f2; }
.share-btn.wa { background: #25d366; }
.share-btn.li { background: #0077b5; }
.share-btn.cp { background: var(--text-light); }

/* author bio */
.author-bio { background: var(--card-bg); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); margin: 40px 0; display: flex; gap: 24px; align-items: flex-start; }
.author-bio-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); min-width: 90px; }
.author-bio-name { font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.author-bio-role { font-size: 13px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }
.author-bio-desc { font-size: 14.5px; color: var(--text-light); line-height: 1.7; }

/* related posts */
.related-posts { margin: 40px 0; }
.related-posts h3 { font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid var(--border); }

/* ── COMMENTS ── */
.comments-area { margin: 40px 0; }
.comments-title, .comment-reply-title { font-size: 22px; font-weight: 800; color: var(--primary); margin-bottom: 28px; }
.comment-list { padding: 0; }
.comment { padding: 24px 0; border-bottom: 1px solid var(--border); }
.comment-author img { width: 48px; height: 48px; border-radius: 50%; float: left; margin-right: 16px; }
.comment-author b { font-weight: 700; font-size: 15px; color: var(--primary); }
.comment-meta { font-size: 12px; color: var(--text-light); margin-bottom: 10px; }
.comment-content p { font-size: 15px; color: var(--text); line-height: 1.7; }
.comment-reply-link { font-size: 13px; font-weight: 600; color: var(--accent); margin-top: 8px; display: inline-block; }
.children { padding-left: 48px; }
.comment-form p { margin-bottom: 16px; }
.comment-form label { display: block; font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: var(--font-main); outline: none; transition: var(--transition);
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--accent); }
.comment-form textarea { min-height: 140px; resize: vertical; }
.comment-form .form-submit { margin-top: 8px; }
.comment-form #submit { background: var(--primary); color: #fff; padding: 12px 32px; border-radius: 8px; border: none; font-weight: 700; font-size: 15px; cursor: pointer; transition: var(--transition); }
.comment-form #submit:hover { background: var(--accent); }

/* ── PAGE HEADER ── */
.page-header { background: linear-gradient(135deg, var(--primary) 0%, #1a3050 100%); padding: 64px 24px; color: #fff; margin-bottom: 0; }
.page-header .inner { max-width: 1280px; margin: 0 auto; }
.page-header-title { font-size: 38px; font-weight: 900; margin-bottom: 10px; }
.page-header-desc { font-size: 16px; color: rgba(255,255,255,.7); }

/* ── BREADCRUMB ── */
.breadcrumb-wrap { background: var(--white); padding: 12px 24px; border-bottom: 1px solid var(--border); }
.breadcrumb-wrap .inner { max-width: 1280px; margin: 0 auto; font-size: 13px; color: var(--text-light); }
.breadcrumb-wrap a { color: var(--accent); }
.breadcrumb-wrap span { margin: 0 6px; }

/* ── PAGINATION ── */
.pagination, .nav-links { display: flex; gap: 8px; justify-content: center; margin: 40px 0; flex-wrap: wrap; }
.page-numbers, .nav-links a, .nav-links span { min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; cursor: pointer; transition: var(--transition); border: 1.5px solid var(--border); background: var(--white); color: var(--text); }
.page-numbers:hover, .nav-links a:hover, .page-numbers.current, .nav-links span.current { background: var(--accent); border-color: var(--accent); color: #fff; }
.page-numbers.dots { border: none; background: none; cursor: default; }
.post-navigation { display: flex; justify-content: space-between; gap: 20px; margin: 40px 0; }
.nav-previous, .nav-next { flex: 1; }
.nav-next { text-align: right; }
.nav-previous a, .nav-next a { font-size: 14px; font-weight: 600; color: var(--accent); }
.nav-previous a:hover, .nav-next a:hover { color: #c07800; }

/* ── ARCHIVE / SEARCH ── */
.archive-header, .search-header { margin-bottom: 32px; padding-bottom: 20px; border-bottom: 2px solid var(--border); }
.archive-title, .search-title { font-size: 28px; font-weight: 800; color: var(--primary); }
.archive-desc, .search-results-count { font-size: 15px; color: var(--text-light); margin-top: 8px; }
.no-results { text-align: center; padding: 80px 24px; }
.no-results h2 { font-size: 28px; font-weight: 800; color: var(--primary); margin-bottom: 12px; }
.no-results p { color: var(--text-light); margin-bottom: 28px; }

/* ── CATEGORIES ── */
.categories-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.cat-card { background: var(--card-bg); border-radius: var(--radius); padding: 28px 16px; text-align: center; box-shadow: var(--shadow); transition: var(--transition); cursor: pointer; border: 2px solid transparent; }
.cat-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.cat-icon { font-size: 36px; margin-bottom: 10px; }
.cat-name { font-weight: 700; font-size: 14px; color: var(--text); }
.cat-count { font-size: 12px; color: var(--text-light); margin-top: 4px; }

/* ── VIDEO CARD ── */
.video-card { background: var(--card-bg); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.video-thumb { position: relative; overflow: hidden; }
.video-thumb img { width: 100%; height: 195px; object-fit: cover; }
.play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; background: rgba(255,255,255,.92); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--accent2); transition: var(--transition); }
.video-card:hover .play-btn { background: var(--accent); color: #fff; transform: translate(-50%,-50%) scale(1.1); }
.video-duration { position: absolute; bottom: 10px; right: 12px; background: rgba(0,0,0,.7); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; }
.video-body { padding: 18px; }
.video-title { font-size: 15.5px; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: 8px; }
.video-title a { color: var(--text); }
.video-meta { font-size: 12px; color: var(--text-light); }

/* ── COLUMNIST CARD ── */
.columnist-card { background: var(--card-bg); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); transition: var(--transition); display: flex; flex-direction: column; align-items: center; text-align: center; }
.columnist-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.columnist-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); margin-bottom: 14px; }
.columnist-name { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.columnist-role { font-size: 12px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.columnist-quote { font-size: 13.5px; color: var(--text-light); margin-top: 12px; font-style: italic; line-height: 1.6; }

/* ── REGIONS ── */
.regions-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.region-card { border-radius: var(--radius); overflow: hidden; position: relative; height: 200px; cursor: pointer; }
.region-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.region-card:hover img { transform: scale(1.07); }
.region-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(5,15,30,.85) 40%,transparent 100%); }
.region-content { position: absolute; bottom: 0; padding: 20px; }
.region-name { font-size: 17px; font-weight: 800; color: #fff; }
.region-count { font-size: 12px; color: rgba(255,255,255,.7); }

/* ── GALLERY ── */
.gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 200px 200px; gap: 12px; border-radius: var(--radius); overflow: hidden; }
.gallery-item { overflow: hidden; position: relative; cursor: pointer; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(5,15,30,.4); opacity: 0; transition: var(--transition); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ── STATS BANNER ── */
.stats-banner { background: var(--primary); padding: 48px 24px; margin: 48px 0 0; }
.stats-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.stat-item { text-align: center; }
.stat-num { font-size: 42px; font-weight: 900; color: var(--accent); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: rgba(255,255,255,.7); font-weight: 500; }

/* ── AD PLACEHOLDER ── */
.ad-banner { background: linear-gradient(135deg,#f0f3f8,#e8ecf4); border-radius: var(--radius); border: 1.5px dashed var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; min-height: 90px; }

/* ── FOOTER ── */
.site-footer { background: var(--primary); color: rgba(255,255,255,.8); }
.footer-top { padding: 56px 0 32px; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .site-branding { margin-bottom: 16px; color: #fff; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.6); margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 15px; transition: var(--transition); color: #fff; }
.footer-social a:hover { background: var(--accent); }
.footer-col h4 { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid rgba(255,255,255,.1); }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 14px; color: rgba(255,255,255,.6); transition: var(--transition); display: flex; align-items: center; gap: 6px; }
.footer-col ul a::before { content: '›'; color: var(--accent); font-size: 16px; }
.footer-col ul a:hover { color: #fff; padding-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; }
.footer-bottom .inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.5); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.5); transition: var(--transition); }
.footer-links a:hover { color: var(--accent); }

/* ── WP BLOCK EDITOR ALIGNMENTS ── */
.alignwide { margin-left: -60px; margin-right: -60px; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }

/* ── 404 ── */
.error-404 { text-align: center; padding: 80px 24px; }
.error-404 .error-code { font-size: 120px; font-weight: 900; color: var(--accent); line-height: 1; }
.error-404 h1 { font-size: 32px; font-weight: 800; color: var(--primary); margin: 16px 0 12px; }
.error-404 p { font-size: 16px; color: var(--text-light); margin-bottom: 32px; }

/* ── SEARCH OVERLAY ── */
.search-overlay { position: fixed; inset: 0; background: rgba(5,15,30,.96); z-index: 2000; display: flex; align-items: flex-start; justify-content: center; padding-top: 100px; opacity: 0; visibility: hidden; transition: var(--transition); }
.search-overlay.active { opacity: 1; visibility: visible; }
.search-box { width: 100%; max-width: 700px; padding: 0 24px; }
.search-box input { width: 100%; padding: 20px 24px; font-size: 24px; border: none; border-bottom: 2px solid var(--accent); background: transparent; color: #fff; outline: none; font-family: var(--font-main); }
.search-box input::placeholder { color: rgba(255,255,255,.4); }
.search-close { position: absolute; top: 28px; right: 28px; font-size: 32px; color: rgba(255,255,255,.6); cursor: pointer; transition: var(--transition); background: none; border: none; }
.search-close:hover { color: #fff; }

/* ── BACK TO TOP ── */
.back-top { position: fixed; bottom: 28px; right: 28px; width: 46px; height: 46px; border-radius: 12px; background: var(--accent); color: #fff; border: none; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(232,160,32,.4); opacity: 0; visibility: hidden; transition: var(--transition); z-index: 999; }
.back-top.visible { opacity: 1; visibility: visible; }
.back-top:hover { background: var(--primary); transform: translateY(-3px); }

/* ── COOKIE BANNER ── */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--primary); color: #fff; padding: 18px 28px; z-index: 3000; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; transform: translateY(100%); transition: transform 0.4s; }
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { font-size: 14px; color: rgba(255,255,255,.8); }
.cookie-banner .cookie-actions { display: flex; gap: 12px; }
.btn-accept { background: var(--accent); color: #fff; border: none; padding: 10px 22px; border-radius: 8px; font-weight: 700; cursor: pointer; transition: var(--transition); font-size: 14px; }
.btn-decline { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.3); padding: 10px 22px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: var(--transition); font-size: 14px; }

/* ── MOBILE NAV ── */
.mobile-nav { position: fixed; top: 0; right: -320px; bottom: 0; width: 300px; background: var(--white); z-index: 2001; padding: 80px 24px 24px; box-shadow: -4px 0 30px rgba(0,0,0,.15); transition: right 0.3s ease; overflow-y: auto; }
.mobile-nav.open { right: 0; }
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav ul a { display: block; padding: 12px 16px; border-radius: 8px; font-weight: 600; font-size: 15px; color: var(--text); transition: var(--transition); }
.mobile-nav ul a:hover { background: #f0f3f8; color: var(--primary); }
.mobile-nav-close { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--text-light); }
.nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 2000; display: none; }
.nav-overlay.show { display: block; }

/* ── SCROLL ANIMATIONS ── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
	.hero-section { grid-template-columns: 1fr; }
	.hero-sidebar { flex-direction: row; }
	.hero-side-card { min-height: 200px; }
	.cards-4 { grid-template-columns: repeat(2,1fr); }
	.categories-grid { grid-template-columns: repeat(3,1fr); }
	.regions-grid { grid-template-columns: repeat(2,1fr); }
	.footer-inner { grid-template-columns: 1fr 1fr; }
	.content-area { grid-template-columns: 1fr; }
	.alignwide { margin-left: 0; margin-right: 0; }
}
@media (max-width: 768px) {
	.topbar { display: none; }
	.main-navigation { display: none; }
	.hamburger { display: flex; }
	.hero-main-img { height: 340px; }
	.hero-title { font-size: 22px; }
	.hero-sidebar { flex-direction: column; }
	.cards-4, .cards-3, .cards-2 { grid-template-columns: 1fr; }
	.categories-grid { grid-template-columns: repeat(2,1fr); }
	.regions-grid { grid-template-columns: 1fr; }
	.gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
	.gallery-item:first-child { grid-row: auto; }
	.stats-inner { grid-template-columns: repeat(2,1fr); }
	.footer-inner { grid-template-columns: 1fr; }
	.social-follow { grid-template-columns: 1fr 1fr; }
	.single-post-title { font-size: 26px; }
	.post-meta-bar { gap: 12px; }
	.author-bio { flex-direction: column; align-items: center; text-align: center; }
}
@media (max-width: 480px) {
	.categories-grid { grid-template-columns: repeat(2,1fr); }
	.stats-inner { grid-template-columns: 1fr 1fr; }
	.hero-content { padding: 22px; }
	.hero-title { font-size: 18px; }
	.stat-num { font-size: 32px; }
}
