/*
Theme Name: JobKhata
Theme URI: https://jobkhata.com
Author: JobKhata Team
Author URI: https://jobkhata.com
Description: India's Trusted Sarkari Job Portal Theme — Govt Jobs, Results, Admit Card, Latest Updates. Mobile-friendly, AdSense-ready, SEO-optimized WordPress theme.
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: jobkhata
Tags: news, blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ── CSS VARIABLES ── */
:root {
  --o1: #FF5722;
  --o2: #FF7043;
  --o3: #FFCCBC;
  --o4: #FBE9E7;
  --dark: #0F1923;
  --dark2: #1A2634;
  --dark3: #243447;
  --white: #FFFFFF;
  --gray: #F8F9FA;
  --border: #E8ECF0;
  --text: #1A2634;
  --text2: #4A5568;
  --text3: #8B9BB4;
  --green: #00B894;
  --blue: #0984E3;
  --red: #E53935;
  --yellow: #F9A825;
  --font: 'Sora', 'Noto Sans Devanagari', sans-serif;
  --max-width: 1200px;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: #F0F4F8;
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button, input, textarea, select { font-family: var(--font); }

/* ── CONTAINER ── */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.page-wrap { max-width: var(--max-width); margin: 24px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 290px; gap: 22px; }

/* ── HEADER ── */
#site-header { background: var(--dark); position: sticky; top: 0; z-index: 200; }
.header-top { background: var(--o1); padding: 5px 0; overflow: hidden; }
.ticker-wrap { display: flex; align-items: center; gap: 12px; }
.ticker-pill { background: rgba(0,0,0,0.25); color: white; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 20px; letter-spacing: 1.5px; text-transform: uppercase; flex-shrink: 0; }
.ticker-scroll { overflow: hidden; flex: 1; }
.ticker-text { white-space: nowrap; color: rgba(255,255,255,0.95); font-size: 12px; font-weight: 500; animation: tick 35s linear infinite; display: inline-block; }
@keyframes tick { from { transform: translateX(60vw); } to { transform: translateX(-100%); } }
.header-main { display: flex; align-items: center; gap: 16px; padding: 12px 20px; }
.logo-wrap { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-mark { width: 42px; height: 42px; background: linear-gradient(135deg, var(--o1), var(--o2)); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; color: white; box-shadow: 0 4px 14px rgba(255,87,34,0.4); flex-shrink: 0; }
.logo-info .site-title { font-size: 20px; font-weight: 800; color: white; letter-spacing: -0.5px; line-height: 1.1; }
.logo-info .site-title span { color: var(--o2); }
.logo-info .site-desc { font-size: 9.5px; color: rgba(255,255,255,0.4); letter-spacing: 0.8px; }
.header-search { flex: 1; max-width: 460px; background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.12); border-radius: 50px; display: flex; align-items: center; padding: 0 6px 0 16px; transition: all .25s; }
.header-search:focus-within { border-color: var(--o2); box-shadow: 0 0 0 3px rgba(255,87,34,0.2); }
.header-search input { flex: 1; background: transparent; border: none; outline: none; color: white; font-size: 13px; padding: 9px 0; }
.header-search input::placeholder { color: rgba(255,255,255,0.3); }
.header-search button { background: var(--o1); color: white; border: none; border-radius: 40px; padding: 6px 16px; font-size: 12px; font-weight: 600; cursor: pointer; flex-shrink: 0; transition: background .2s; }
.header-search button:hover { background: var(--o2); }
.header-btns { display: flex; gap: 8px; flex-shrink: 0; }
.hbtn { border: none; border-radius: 8px; padding: 8px 14px; font-size: 12px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 5px; transition: all .2s; }
.hbtn.wa { background: #25D366; color: white; }
.hbtn.wa:hover { background: #1ebe57; }
.hbtn.tg { background: #2CA5E0; color: white; }
.hbtn.tg:hover { background: #229ED9; }

/* ── NAV ── */
#site-nav { background: var(--dark2); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-inner { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
#primary-menu { display: flex; gap: 0; }
#primary-menu li { list-style: none; }
#primary-menu li a { color: rgba(255,255,255,0.55); padding: 13px 16px; font-size: 13px; font-weight: 500; cursor: pointer; white-space: nowrap; display: flex; align-items: center; gap: 7px; position: relative; transition: color .2s; }
#primary-menu li a::after { content: ''; position: absolute; bottom: 0; left: 16px; right: 16px; height: 2.5px; background: var(--o1); border-radius: 2px; transform: scaleX(0); transition: transform .25s; }
#primary-menu li a:hover, #primary-menu li.current-menu-item a { color: white; }
#primary-menu li a:hover::after, #primary-menu li.current-menu-item a::after { transform: scaleX(1); }
.menu-count { background: var(--o1); color: white; font-size: 9px; font-weight: 700; padding: 1px 5px; border-radius: 3px; letter-spacing: 0.5px; }

/* ── BREADCRUMB ── */
.breadcrumb-wrap { background: white; border-bottom: 1px solid var(--border); }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text3); flex-wrap: wrap; padding: 10px 0; }
.breadcrumb a { color: var(--o1); font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: var(--border); }

/* ── HERO BANNER ── */
.home-hero { background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 60%, #1e3a5f 100%); border-radius: 16px; padding: 28px 30px; margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; overflow: hidden; box-shadow: 0 8px 32px rgba(15,25,35,0.2); }
.home-hero::before { content: ''; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,87,34,0.12), transparent 70%); pointer-events: none; }
.hero-left { position: relative; z-index: 1; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,87,34,0.15); border: 1px solid rgba(255,87,34,0.3); color: var(--o2); font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
.hero-title { font-size: 26px; font-weight: 800; color: white; line-height: 1.25; margin-bottom: 8px; }
.hero-title span { color: var(--o2); }
.hero-sub { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.hero-stats { display: flex; gap: 20px; }
.hstat .n { font-size: 20px; font-weight: 800; color: white; }
.hstat .l { font-size: 11px; color: rgba(255,255,255,0.4); }
.hero-right { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.hero-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 10px 16px; display: flex; align-items: center; gap: 10px; cursor: pointer; transition: all .2s; min-width: 200px; }
.hero-card:hover { background: rgba(255,255,255,0.1); transform: translateX(4px); }
.hc-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.hc-icon.o { background: rgba(255,87,34,0.2); }
.hc-icon.g { background: rgba(0,184,148,0.2); }
.hc-icon.b { background: rgba(9,132,227,0.2); }
.hc-icon.y { background: rgba(249,168,37,0.2); }
.hc-name { font-size: 13px; font-weight: 600; color: white; }
.hc-count { font-size: 11px; color: rgba(255,255,255,0.4); }

/* ── MINI STATS ── */
.mini-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.mstat { background: white; border-radius: 12px; padding: 14px; text-align: center; box-shadow: 0 2px 10px rgba(15,25,35,0.06); border-top: 3px solid transparent; }
.mstat.o { border-top-color: var(--o1); }
.mstat.g { border-top-color: var(--green); }
.mstat.b { border-top-color: var(--blue); }
.mstat.r { border-top-color: var(--red); }
.mstat .mn { font-size: 20px; font-weight: 800; color: var(--text); }
.mstat .ml { font-size: 10.5px; color: var(--text3); font-weight: 500; margin-top: 2px; }

/* ── CARD ── */
.card { background: white; border-radius: 14px; box-shadow: 0 2px 16px rgba(15,25,35,0.06); margin-bottom: 20px; overflow: hidden; animation: up .4s ease both; }
@keyframes up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.card-head { padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1.5px solid var(--border); }
.card-title { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; color: var(--text); }
.ct-dot { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.ct-dot.o { background: var(--o4); }
.ct-dot.g { background: #E8FAF5; }
.ct-dot.b { background: #EBF5FB; }
.ct-dot.r { background: #FDEDEC; }
.ct-dot.y { background: #FFF8E1; }
.view-all { font-size: 12px; font-weight: 600; color: var(--o1); border: 1.5px solid var(--o3); border-radius: 20px; padding: 5px 14px; cursor: pointer; transition: all .2s; display: flex; align-items: center; gap: 4px; }
.view-all:hover { background: var(--o1); color: white; border-color: var(--o1); }
.card-body { padding: 20px; }

/* ── JOB ROWS ── */
.job-row { padding: 13px 18px; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; transition: background .15s; cursor: pointer; }
.job-row:last-child { border-bottom: none; }
.job-row:hover { background: var(--o4); }
.jr-title { font-size: 13.5px; font-weight: 600; color: var(--text); line-height: 1.4; margin-bottom: 5px; }
.jr-title:hover { color: var(--o1); }
.jr-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.jm-pill { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.jm-pill.posts { background: #E8FAF5; color: var(--green); }
.jm-pill.date { background: #FDEDEC; color: var(--red); }
.jm-pill.soon { background: #FFF8E1; color: var(--yellow); }
.jm-pill.new-badge { background: var(--o4); color: var(--o1); }
.tag-hot { display: inline-block; background: linear-gradient(135deg, #FF5722, #FF8F00); color: white; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 3px; letter-spacing: 0.8px; vertical-align: middle; margin-left: 4px; }
.tag-new { display: inline-block; background: var(--red); color: white; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 3px; letter-spacing: 0.8px; vertical-align: middle; margin-left: 4px; animation: blink 1.2s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* ── BUTTONS ── */
.btn-v { background: var(--o1); color: white; border: none; border-radius: 8px; padding: 7px 18px; font-size: 12px; font-weight: 700; cursor: pointer; transition: all .2s; white-space: nowrap; }
.btn-v:hover { background: var(--dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255,87,34,0.3); }
.btn-c { background: transparent; color: var(--o1); border: 1.5px solid var(--o3); border-radius: 8px; padding: 6px 16px; font-size: 12px; font-weight: 700; cursor: pointer; transition: all .2s; white-space: nowrap; }
.btn-c:hover { background: var(--o1); color: white; border-color: var(--o1); }

/* ── FILTER BAR ── */
.filter-bar { display: flex; gap: 6px; flex-wrap: wrap; padding: 12px 18px; border-bottom: 1px solid var(--border); background: var(--gray); }
.ftag { background: white; border: 1.5px solid var(--border); color: var(--text2); font-size: 11.5px; font-weight: 600; padding: 4px 12px; border-radius: 20px; cursor: pointer; transition: all .2s; }
.ftag:hover, .ftag.fa { background: var(--o1); color: white; border-color: var(--o1); }

/* ── TABLE ── */
.tbl { width: 100%; border-collapse: collapse; }
.tbl thead tr { background: var(--gray); border-bottom: 1.5px solid var(--border); }
.tbl thead th { padding: 10px 18px; font-size: 11px; font-weight: 700; color: var(--text3); text-align: left; letter-spacing: 0.8px; text-transform: uppercase; }
.tbl tbody tr { border-bottom: 1px solid var(--border); transition: background .15s; cursor: pointer; }
.tbl tbody tr:last-child { border-bottom: none; }
.tbl tbody tr:hover { background: var(--o4); }
.tbl td { padding: 11px 18px; font-size: 13px; vertical-align: middle; }
.date-lbl { font-size: 11px; color: var(--text3); font-weight: 600; line-height: 1.4; text-align: center; }
.result-name { font-weight: 600; color: var(--text); line-height: 1.4; }

/* ── SINGLE POST ── */
.post-hero { background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 60%, #1e3a5f 100%); border-radius: 16px; padding: 28px 30px; margin-bottom: 20px; position: relative; overflow: hidden; box-shadow: 0 8px 32px rgba(15,25,35,0.2); }
.post-hero::before { content: ''; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,87,34,0.12), transparent 70%); pointer-events: none; }
.ph-top { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.ph-cat { background: rgba(255,87,34,0.2); border: 1px solid rgba(255,87,34,0.35); color: var(--o2); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.ph-badge { font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.ph-badge.hot { background: rgba(255,143,0,0.2); border: 1px solid rgba(255,143,0,0.3); color: #FFB300; }
.ph-badge.new { background: rgba(229,57,53,0.2); border: 1px solid rgba(229,57,53,0.3); color: #EF5350; animation: blink 1.3s infinite; }
.ph-title { font-size: 22px; font-weight: 800; color: white; line-height: 1.3; margin-bottom: 14px; position: relative; z-index: 1; }
.ph-meta { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }
.pm { display: flex; align-items: center; gap: 5px; font-size: 12px; color: rgba(255,255,255,0.55); }
.pm .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.quick-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.qs-card { background: white; border-radius: 12px; padding: 14px 16px; box-shadow: 0 2px 12px rgba(15,25,35,0.06); border-left: 3px solid var(--o1); display: flex; flex-direction: column; gap: 4px; transition: transform .2s, box-shadow .2s; }
.qs-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(15,25,35,0.1); }
.qs-card.g { border-left-color: var(--green); }
.qs-card.b { border-left-color: var(--blue); }
.qs-card.r { border-left-color: var(--red); }
.qs-icon { font-size: 18px; margin-bottom: 4px; }
.qs-val { font-size: 16px; font-weight: 800; color: var(--text); }
.qs-lbl { font-size: 11px; color: var(--text3); font-weight: 500; }

/* ── INFO TABLE ── */
.info-tbl { width: 100%; border-collapse: collapse; }
.info-tbl tr { border-bottom: 1px solid var(--border); }
.info-tbl tr:last-child { border-bottom: none; }
.info-tbl tr:hover { background: var(--o4); }
.info-tbl td { padding: 11px 14px; font-size: 13px; vertical-align: top; }
.info-tbl td:first-child { font-weight: 700; color: var(--text2); background: var(--gray); width: 38%; font-size: 12.5px; }
.tag-imp { display: inline-block; background: var(--o4); color: var(--o1); font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-left: 6px; }

/* ── VAC TABLE ── */
.vac-tbl { width: 100%; border-collapse: collapse; }
.vac-tbl thead tr { background: linear-gradient(135deg, var(--dark), var(--dark2)); }
.vac-tbl thead th { padding: 11px 14px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.8); text-align: left; }
.vac-tbl tbody tr { border-bottom: 1px solid var(--border); transition: background .15s; }
.vac-tbl tbody tr:hover { background: var(--o4); }
.vac-tbl td { padding: 10px 14px; font-size: 13px; }
.vac-tbl tfoot tr { background: var(--o4); border-top: 2px solid var(--o3); }
.vac-tbl tfoot td { padding: 11px 14px; font-size: 13px; font-weight: 800; color: var(--o1); }
.posts-num { font-weight: 800; color: var(--green); font-size: 14px; }

/* ── ELIGIBILITY ── */
.elig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.elig-box { background: var(--gray); border-radius: 10px; padding: 14px 16px; border: 1px solid var(--border); }
.elig-box h4 { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.elig-box ul li { font-size: 12.5px; color: var(--text2); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 7px; line-height: 1.4; }
.elig-box ul li:last-child { border-bottom: none; }
.elig-box ul li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ── STEPS ── */
.step { display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--border); }
.step:last-child { border-bottom: none; }
.step-num { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--o1), var(--o2)); color: white; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 3px 10px rgba(255,87,34,0.3); }
.step-info h4 { font-size: 13.5px; font-weight: 700; margin-bottom: 4px; }
.step-info p { font-size: 12.5px; color: var(--text2); line-height: 1.5; }

/* ── DATES GRID ── */
.dates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.date-box { background: var(--gray); border-radius: 10px; padding: 13px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--border); transition: all .2s; }
.date-box:hover { border-color: var(--o3); background: var(--o4); }
.date-icon { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.date-icon.o { background: var(--o4); }
.date-icon.g { background: #E8FAF5; }
.date-icon.r { background: #FDEDEC; }
.date-icon.b { background: #EBF5FB; }
.d-label { font-size: 11px; color: var(--text3); font-weight: 600; margin-bottom: 3px; }
.d-val { font-size: 13.5px; font-weight: 700; }
.d-val.red { color: var(--red); }
.d-val.green { color: var(--green); }
.d-val.orange { color: var(--o1); }

/* ── APPLY SECTION ── */
.apply-section { background: linear-gradient(135deg, var(--dark), var(--dark2)); border-radius: 14px; padding: 24px; text-align: center; margin-bottom: 18px; position: relative; overflow: hidden; }
.apply-section::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(255,87,34,0.15), transparent 70%); pointer-events: none; }
.apply-section h3 { font-size: 17px; font-weight: 800; color: white; margin-bottom: 6px; position: relative; z-index: 1; }
.apply-section p { font-size: 12.5px; color: rgba(255,255,255,0.5); margin-bottom: 18px; position: relative; z-index: 1; }
.apply-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.abtn { border: none; border-radius: 10px; padding: 12px 28px; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s; display: flex; align-items: center; gap: 7px; }
.abtn.primary { background: var(--o1); color: white; box-shadow: 0 4px 16px rgba(255,87,34,0.4); }
.abtn.primary:hover { background: var(--o2); transform: translateY(-2px); }
.abtn.secondary { background: rgba(255,255,255,0.08); color: white; border: 1.5px solid rgba(255,255,255,0.15); }
.abtn.secondary:hover { background: rgba(255,255,255,0.14); }

/* ── NOTICE ── */
.notice { background: #FFF8E1; border: 1.5px solid #FFE082; border-radius: 10px; padding: 14px 16px; display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; }
.notice p { font-size: 12.5px; color: #5D4037; line-height: 1.6; }
.notice strong { color: #E65100; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { padding: 14px 20px; font-size: 13.5px; font-weight: 600; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .15s; gap: 10px; }
.faq-q:hover { background: var(--o4); }
.faq-q .ficon { color: var(--o1); font-size: 18px; flex-shrink: 0; }
.faq-a { padding: 0 20px 14px; font-size: 13px; color: var(--text2); line-height: 1.7; display: flex; align-items: flex-start; gap: 8px; }
.faq-a::before { content: '✅'; flex-shrink: 0; margin-top: 1px; }

/* ── SIDEBAR ── */
.sidebar { display: flex; flex-direction: column; gap: 16px; }
.s-card { background: white; border-radius: 14px; box-shadow: 0 2px 16px rgba(15,25,35,0.06); overflow: hidden; }
.s-head { padding: 13px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1.5px solid var(--border); }
.s-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.s-icon.o { background: var(--o4); }
.s-icon.g { background: #E8FAF5; }
.s-icon.b { background: #EBF5FB; }
.s-head h4 { font-size: 14px; font-weight: 700; color: var(--text); }
.ritem { padding: 10px 14px; border-bottom: 1px solid var(--border); display: flex; gap: 10px; cursor: pointer; transition: background .15s; align-items: flex-start; }
.ritem:last-child { border-bottom: none; }
.ritem:hover { background: var(--o4); }
.ri-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--gray); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.ri-title { font-size: 12.5px; font-weight: 600; color: var(--text); line-height: 1.4; margin-bottom: 3px; }
.ri-title:hover { color: var(--o1); }
.ri-meta { font-size: 11px; color: var(--text3); }
.update-list {}
.uitem { padding: 11px 16px; border-bottom: 1px solid var(--border); display: flex; gap: 10px; align-items: flex-start; cursor: pointer; transition: background .15s; }
.uitem:last-child { border-bottom: none; }
.uitem:hover { background: var(--o4); }
.u-num { width: 22px; height: 22px; border-radius: 6px; background: var(--o4); color: var(--o1); font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.u-text { font-size: 12.5px; color: var(--text); line-height: 1.45; font-weight: 500; }
.u-time { font-size: 10.5px; color: var(--text3); margin-top: 3px; }

/* ── ALERT BOX ── */
.alert-box { background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%); border-radius: 14px; padding: 22px; text-align: center; position: relative; overflow: hidden; }
.alert-box::before { content: ''; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(255,87,34,0.2), transparent 70%); pointer-events: none; }
.alert-box .ab-icon { font-size: 36px; margin-bottom: 10px; }
.alert-box h3 { font-size: 16px; font-weight: 800; color: white; margin-bottom: 6px; }
.alert-box p { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 16px; line-height: 1.6; }
.ab-btn { width: 100%; padding: 11px; border: none; border-radius: 9px; font-size: 13px; font-weight: 700; cursor: pointer; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 6px; transition: opacity .2s; }
.ab-btn:last-child { margin-bottom: 0; }
.ab-btn:hover { opacity: 0.88; }
.ab-btn.wa { background: #25D366; color: white; }
.ab-btn.tg { background: #2CA5E0; color: white; }

/* ── TAGS ── */
.tags-wrap { padding: 14px 16px; display: flex; flex-wrap: wrap; gap: 7px; }
.tag { background: var(--gray); border: 1.5px solid var(--border); color: var(--text2); font-size: 11.5px; font-weight: 500; padding: 4px 12px; border-radius: 20px; cursor: pointer; transition: all .2s; }
.tag:hover { background: var(--o1); color: white; border-color: var(--o1); }

/* ── COMMENTS ── */
.comments-area { background: white; border-radius: 14px; padding: 24px; box-shadow: 0 2px 16px rgba(15,25,35,0.06); margin-bottom: 20px; }
.comments-title { font-size: 18px; font-weight: 800; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.comment { padding: 16px 0; border-bottom: 1px solid var(--border); display: flex; gap: 14px; }
.comment:last-child { border-bottom: none; }
.comment-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--o4); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.comment-author { font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.comment-date { font-size: 11px; color: var(--text3); margin-bottom: 6px; }
.comment-text { font-size: 13px; color: var(--text2); line-height: 1.6; }
.comment-form { margin-top: 24px; padding-top: 24px; border-top: 1.5px solid var(--border); }
.comment-form h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.form-group label { font-size: 12px; font-weight: 600; color: var(--text2); }
.form-group input, .form-group textarea { background: var(--gray); border: 1.5px solid var(--border); border-radius: 8px; padding: 10px 14px; font-size: 13px; color: var(--text); outline: none; transition: border .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--o1); box-shadow: 0 0 0 3px rgba(255,87,34,0.1); }
.form-group textarea { min-height: 100px; resize: vertical; }
.submit-btn { background: var(--o1); color: white; border: none; border-radius: 9px; padding: 11px 28px; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s; }
.submit-btn:hover { background: var(--dark); }

/* ── PAGINATION ── */
.pagination { display: flex; justify-content: center; gap: 8px; padding: 20px 0; flex-wrap: wrap; }
.page-numbers { background: white; color: var(--text); border: 1.5px solid var(--border); border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .2s; }
.page-numbers:hover, .page-numbers.current { background: var(--o1); color: white; border-color: var(--o1); }

/* ── FOOTER ── */
#site-footer { background: var(--dark); color: rgba(255,255,255,0.6); margin-top: 10px; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; padding: 32px 0; }
.ft-brand .fn { font-size: 22px; font-weight: 800; color: white; margin-bottom: 10px; }
.ft-brand .fn span { color: var(--o2); }
.ft-brand p { font-size: 12.5px; line-height: 1.7; color: rgba(255,255,255,0.4); }
.ft-social { display: flex; gap: 8px; margin-top: 14px; }
.fsoc { width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; transition: all .2s; }
.fsoc:hover { background: var(--o1); border-color: var(--o1); }
.ft-col h4 { font-size: 12px; font-weight: 700; color: white; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid rgba(255,87,34,0.3); }
.ft-col ul li { padding: 5px 0; font-size: 12.5px; color: rgba(255,255,255,0.4); cursor: pointer; transition: color .2s; display: flex; align-items: center; gap: 6px; }
.ft-col ul li::before { content: '›'; color: var(--o1); }
.ft-col ul li:hover { color: var(--o2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 14px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-bottom span { color: var(--o2); }
.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 11.5px; color: rgba(255,255,255,0.3); transition: color .2s; }
.footer-links a:hover { color: var(--o2); }

/* ── MOBILE MENU ── */
.mobile-menu-toggle { display: none; background: transparent; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.mobile-menu-toggle span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: all .3s; }
.mobile-menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── 404 PAGE ── */
.error-page { text-align: center; padding: 80px 20px; }
.error-page h1 { font-size: 80px; font-weight: 800; color: var(--o1); line-height: 1; }
.error-page h2 { font-size: 24px; font-weight: 700; margin: 16px 0 8px; }
.error-page p { color: var(--text2); margin-bottom: 24px; }
.error-page a { background: var(--o1); color: white; padding: 12px 28px; border-radius: 10px; font-weight: 700; display: inline-block; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .page-wrap { grid-template-columns: 1fr 260px; gap: 16px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .page-wrap { grid-template-columns: 1fr; }
  .home-hero { flex-direction: column; text-align: center; }
  .hero-right { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .hero-card { min-width: 140px; }
  .hero-stats { justify-content: center; }
  .mini-stats { grid-template-columns: 1fr 1fr; }
  .quick-strip { grid-template-columns: 1fr 1fr; }
  .elig-grid { grid-template-columns: 1fr; }
  .dates-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .header-main { flex-wrap: wrap; padding: 10px 16px; }
  .header-search { order: 3; width: 100%; max-width: 100%; }
  .hbtn.tg { display: none; }
  .mobile-menu-toggle { display: flex; }
  #primary-menu { display: none; flex-direction: column; }
  #primary-menu.open { display: flex; }
  #primary-menu li a { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); }
  #primary-menu li a::after { display: none; }
  .ph-title { font-size: 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .mini-stats { grid-template-columns: 1fr 1fr; }
  .quick-strip { grid-template-columns: 1fr 1fr; }
  .apply-btns { flex-direction: column; }
  .abtn { justify-content: center; }
  .hero-right { display: none; }
  .page-wrap { padding: 0 12px; margin: 16px auto; }
  .container { padding: 0 12px; }
}
