/* ==========================================================================
   ABASEEN NEWS HD - MASTER STYLESHEET WITH FULL RESTORED ARTICLE PAGE
   Design Palette: Crimson Red, Deep Slate Navy, Crisp Pure White, Rich Gold
   ========================================================================== */

:root {
  --primary-red: #c8102e;
  --primary-dark-red: #990011;
  --accent-gold: #d4af37;
  --navy-dark: #0b1325;
  --slate-dark: #1e293b;
  --slate-muted: #64748b;
  --bg-light: #f8fafc;
  --card-bg: #ffffff;
  --border-color: #e2e8f0;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.15);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Outfit', sans-serif;
  --font-urdu: 'Noto Nastaliq Urdu', serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-light);
  color: #1e293b;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* UTILITY CLASSES */
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 2.5rem; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-muted { color: var(--slate-muted); }
.text-danger { color: var(--primary-red); }
.text-gold { color: var(--accent-gold); }
.text-primary { color: #2563eb; }
.small-text { font-size: 0.85rem; }
.w-100 { width: 100%; }

/* BUTTONS */
.btn-primary {
  background: var(--primary-red);
  color: #fff;
  border: none;
  padding: 0.75rem 1.4rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.25);
}
.btn-primary:hover {
  background: var(--primary-dark-red);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(200, 16, 46, 0.35);
}

.btn-secondary {
  background: #e2e8f0;
  color: #334155;
  border: none;
  padding: 0.75rem 1.4rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: var(--transition);
}
.btn-secondary:hover {
  background: #cbd5e1;
  transform: translateY(-1px);
}

.btn-danger {
  background: #dc2626;
  color: #fff;
  border: none;
  padding: 0.65rem 1.25rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-danger:hover {
  background: #b91c1c;
}

.btn-dark {
  background: var(--navy-dark);
  color: #fff;
  border: none;
  padding: 0.65rem 1.25rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-dark:hover {
  background: #000;
}

/* ULTRA-PREMIUM INPUT TEXT BOXES & FORM CONTROLS */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}
.form-group label {
  font-weight: 700;
  font-size: 0.925rem;
  color: var(--navy-dark);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.form-control {
  width: 100%;
  padding: 0.85rem 1.15rem;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  font-family: var(--font-main);
  font-size: 0.95rem;
  color: #1e293b;
  background-color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control::placeholder {
  color: #94a3b8;
  font-size: 0.9rem;
}
.form-control:hover {
  border-color: #94a3b8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.form-control:focus {
  border-color: var(--primary-red);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.12), 0 2px 8px rgba(0,0,0,0.05);
  transform: translateY(-1px);
}
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
select.form-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1rem;
  padding-right: 2.5rem;
  appearance: none;
}

.badge {
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.badge-red { background: var(--primary-red); color: #fff; }
.badge-blue { background: #2563eb; color: #fff; }
.badge-green { background: #16a34a; color: #fff; }
.badge-gold { background: var(--accent-gold); color: #000; }
.badge-24h { background: #ef4444; color: #fff; animation: pulse 2s infinite; }

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.75; }
  100% { opacity: 1; }
}

/* TOP BAR */
.top-bar {
  background: var(--navy-dark);
  color: #94a3b8;
  font-size: 0.825rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.live-badge {
  color: #ef4444;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(239, 68, 68, 0.15);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}
.date-time-display {
  color: #cbd5e1;
  font-weight: 500;
}
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.top-page-buttons {
  display: flex;
  gap: 0.5rem;
}
.top-nav-btn {
  color: #cbd5e1;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: var(--transition);
}
.top-nav-btn:hover {
  background: var(--primary-red);
  color: #fff;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.social-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: var(--transition);
}
.social-icon:hover {
  background: var(--primary-red);
  transform: scale(1.1);
}
.top-actions {
  display: flex;
  gap: 0.5rem;
}
.btn-top-sub {
  background: var(--accent-gold);
  color: #000;
  border: none;
  font-size: 0.75rem;
  padding: 0.3rem 0.85rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
.btn-top-admin {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  font-size: 0.75rem;
  padding: 0.3rem 0.85rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.btn-top-admin:hover {
  background: var(--accent-gold);
  color: #000;
}

/* MAIN HEADER & BRAND LOGO */
.main-header {
  background: #ffffff;
  border-bottom: 2px solid #f1f5f9;
  padding: 1.5rem 0;
}
.main-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-container {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  cursor: pointer;
}
.brand-logo {
  height: 105px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
  transition: transform 0.3s ease;
}
.brand-container:hover .brand-logo {
  transform: scale(1.03);
}

.brand-titles .brand-name {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--navy-dark);
  line-height: 1.1;
}
.brand-tagline {
  font-family: var(--font-urdu);
  font-size: 1.15rem;
  color: var(--primary-red);
  font-weight: 700;
  margin-top: 0.25rem;
}
.live-tv-banner {
  background: linear-gradient(135deg, var(--navy-dark), var(--primary-dark-red));
  color: #fff;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  border-left: 5px solid var(--accent-gold);
  box-shadow: var(--shadow-md);
}
.live-tv-banner i {
  font-size: 2rem;
  color: var(--accent-gold);
}
.live-tv-banner strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.live-tv-banner small {
  color: #cbd5e1;
  font-size: 0.8rem;
}

/* BREAKING TICKER */
.breaking-ticker {
  background: #1e1e24;
  color: #fff;
  border-bottom: 1px solid #2d2d38;
  overflow: hidden;
  height: 42px;
  position: relative;
}
.ticker-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.ticker-label {
  background: var(--primary-red);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 4px 0 10px rgba(0,0,0,0.3);
}
.ticker-content {
  overflow: hidden;
  white-space: nowrap;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  color: #f1f5f9;
  z-index: 1;
  width: 100%;
}
.ticker-content span {
  display: inline-block;
  animation: marquee 25s linear infinite;
  font-weight: 500;
}
.ticker-content:hover span {
  animation-play-state: paused;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* STICKY NAV */
.sticky-nav {
  position: sticky;
  top: 0;
  background: var(--navy-dark);
  z-index: 100;
  box-shadow: var(--shadow-md);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.nav-menu::-webkit-scrollbar { display: none; }

.nav-item {
  color: #e2e8f0;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.nav-item:hover, .nav-item.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: var(--primary-red);
}
.nav-item a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.nav-search-box {
  position: relative;
  width: 220px;
}
.nav-search-box input {
  width: 100%;
  padding: 0.45rem 2rem 0.45rem 0.85rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.825rem;
  outline: none;
}
.nav-search-box input::placeholder { color: #94a3b8; }
.nav-search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 0.85rem;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.75rem 0;
  cursor: pointer;
}

/* MOBILE DRAWER */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: var(--navy-dark);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 1.5rem 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.mobile-drawer.open {
  transform: translateX(0) !important;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}
.drawer-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
}
.drawer-menu {
  margin-top: 1rem;
  flex-grow: 1;
  overflow-y: auto;
}
.drawer-menu li {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 600;
}
.drawer-menu li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #cbd5e1;
}
.drawer-menu li:hover a { color: var(--accent-gold); }
.drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.drawer-backdrop.open { display: block !important; }

/* PAGE HERO BANNER */
.page-hero-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--primary-dark-red) 100%);
  color: #ffffff;
  padding: 3rem 1.5rem;
  border-radius: var(--radius-lg);
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-md);
}
.page-hero-banner h1 {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.page-hero-banner p {
  color: #cbd5e1;
  font-size: 1.05rem;
  max-width: 750px;
  margin: 0 auto;
}

/* SECTION TITLES */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.section-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy-dark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 3px;
  background: var(--primary-red);
}

/* ARTICLE DETAIL PAGE STYLES */
.article-detail-container {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  max-width: 960px;
  margin: 1.5rem auto;
}
.article-header {
  margin-bottom: 2rem;
}
.article-headline {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--navy-dark);
  line-height: 1.3;
  margin: 0.85rem 0;
}
.article-sub-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--slate-muted);
}
.article-share-buttons {
  display: flex;
  gap: 0.5rem;
}
.btn-share {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: var(--transition);
}
.btn-share.wa { background: #25d366; }
.btn-share.fb { background: #1877f2; }
.btn-share:hover { transform: scale(1.1); }

.article-hero-image {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm);
}
.article-lead-summary {
  background: #f8fafc;
  border-left: 4px solid var(--primary-red);
  padding: 1.25rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.article-body {
  font-size: 1.075rem;
  line-height: 1.85;
  color: #1e293b;
}
.article-body p {
  margin-bottom: 1.5rem;
}
.recommended-section {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--border-color);
}
.recommended-section h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 1.5rem;
}

/* LATEST NEWS HERO CARDS */
.hero-news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.hero-main-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}
.hero-main-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-red);
}
.hero-main-img-wrapper {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.hero-main-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hero-main-card:hover img {
  transform: scale(1.04);
}
.hero-card-content {
  padding: 1.5rem;
}
.hero-card-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--navy-dark);
  line-height: 1.3;
  margin: 0.5rem 0;
}
.hero-card-desc {
  color: #475569;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--slate-muted);
  margin-top: 0.75rem;
}

.hero-side-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news-mini-card {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 0.85rem;
  display: flex;
  gap: 0.85rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: var(--transition);
}
.news-mini-card:hover {
  border-color: var(--primary-red);
  transform: translateX(3px);
  box-shadow: var(--shadow-md);
}
.news-mini-img {
  width: 90px;
  height: 75px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.news-mini-content h4 {
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--navy-dark);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* COMPACT LIVE SCREEN BELOW FOUNDERS */
.live-stream-section {
  margin: 3.5rem 0;
  background: linear-gradient(135deg, #0b1325 0%, #1e293b 100%);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.5rem;
  color: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(212, 175, 55, 0.25);
  position: relative;
  overflow: hidden;
}
.live-player-container-compact {
  max-width: 720px;
  margin: 0 auto;
}
.live-player-wrapper-compact {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid var(--accent-gold);
  background: #000;
}
.live-player-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* VERTICAL NEWS LIST */
.news-vertical-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.news-list-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  gap: 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: all 0.2s ease;
}
.news-list-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--primary-red);
  transform: translateY(-2px);
}
.news-list-img-wrapper {
  position: relative;
  width: 240px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.news-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.news-list-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 0.4rem;
  line-height: 1.35;
}
.news-list-snippet {
  color: var(--slate-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.news-list-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-color);
}
.btn-read-more {
  color: var(--primary-red);
  font-weight: 700;
  font-size: 0.85rem;
}

/* ULTRA-PREMIUM FACEBOOK DIGITAL NETWORKS SECTION */
.facebook-community-section {
  margin: 3.5rem 0;
  background: linear-gradient(135deg, #070d1e 0%, #0f172a 50%, #131c31 100%);
  padding: 3.5rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.facebook-community-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(24, 119, 242, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.facebook-community-section::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.facebook-community-section .section-title {
  color: #ffffff;
}
.facebook-community-section .section-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.facebook-pages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.facebook-page-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(16px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.facebook-page-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1877f2, #00d2ff);
}
.facebook-page-card.stream-card::before {
  background: linear-gradient(90deg, var(--accent-gold), #ef4444);
}
.facebook-page-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 119, 242, 0.6) !important;
  box-shadow: 0 20px 45px rgba(24, 119, 242, 0.25) !important;
}
.facebook-page-card.stream-card:hover {
  border-color: rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 20px 45px rgba(212, 175, 55, 0.25) !important;
}

.fb-card-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.fb-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2 0%, #0d6efd 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
  flex-shrink: 0;
}
.fb-card-icon.stream {
  background: linear-gradient(135deg, #0b1325 0%, #1e293b 100%);
  color: var(--accent-gold);
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.fb-card-titles h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 0.25rem;
}
.fb-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(24, 119, 242, 0.2);
  color: #60a5fa;
  padding: 0.25rem 0.7rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid rgba(96, 165, 250, 0.3);
}
.fb-card-badge.stream {
  background: rgba(212, 175, 55, 0.2);
  color: #fde047;
  border: 1px solid rgba(253, 224, 71, 0.3);
}
.fb-card-desc {
  color: #cbd5e1 !important;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

/* BUTTON ACTION BAR */
.fb-action-bar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.btn-fb-primary {
  width: 100%;
  background: linear-gradient(135deg, #1877f2 0%, #0b5ed7 100%);
  color: #ffffff !important;
  border: none;
  padding: 0.9rem 1.25rem;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(24, 119, 242, 0.4);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.btn-fb-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(24, 119, 242, 0.6);
  background: linear-gradient(135deg, #166fe5 0%, #0257d5 100%);
}

.btn-fb-primary.stream-btn {
  background: linear-gradient(135deg, var(--navy-dark) 0%, #1e293b 100%);
  color: var(--accent-gold) !important;
  border: 1px solid rgba(212, 175, 55, 0.5);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}
.btn-fb-primary.stream-btn:hover {
  background: #000;
  border-color: var(--accent-gold);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.35);
}

.fb-sub-buttons {
  display: flex;
  gap: 0.5rem;
}
.btn-fb-sub-action {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.2s ease;
}
.btn-fb-sub-action:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3);
}

/* EXECUTIVE LEADERSHIP SPOTLIGHT (CEO & DIRECTOR) */
.leadership-section {
  background: linear-gradient(135deg, #0b1325 0%, #1e293b 100%);
  color: #fff;
  padding: 3rem 0;
  margin: 3rem 0;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.leadership-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.leadership-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.leadership-header h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-gold);
}
.leadership-header p {
  color: #cbd5e1;
  font-size: 0.95rem;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.leader-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
.leader-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-gold);
}
.leader-img-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--accent-gold), var(--primary-red));
  margin-bottom: 1rem;
}
.leader-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.leader-name {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.leader-role {
  color: var(--accent-gold);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.leader-quote {
  font-style: italic;
  color: #e2e8f0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* PARTNER NETWORKS SECTION */
.partners-section {
  margin: 3rem 0;
  background: #fff;
  padding: 2.5rem 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.partner-card {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
}
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-red);
}
.partner-logo {
  height: 65px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.partner-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy-dark);
}
.partner-link-btn {
  font-size: 0.75rem;
  color: var(--primary-red);
  font-weight: 600;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* CONTACT PAGE LAYOUT GRID & BUREAUS */
.contact-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
}
.contact-card-box {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  flex-shrink: 0;
}
.contact-icon-badge.red { background: var(--primary-red); }
.contact-icon-badge.gold { background: var(--accent-gold); color: #000; }
.contact-icon-badge.green { background: #16a34a; }
.contact-icon-badge.blue { background: #2563eb; }

.bureaus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.25rem;
}
.bureau-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.25rem 1rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.bureau-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-red);
}

/* ABOUT PAGE STATS COUNTER */
.stats-counter-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.stat-box {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.75rem;
  text-align: center;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

/* FEEDBACK REVIEWS GRID */
.feedback-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.review-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}
.review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.review-author {
  font-weight: 700;
  color: var(--navy-dark);
  font-size: 1.05rem;
}
.review-body {
  font-style: italic;
  color: #475569;
  font-size: 0.925rem;
}

/* WRITERS & COLUMNISTS SECTION */
.writers-section {
  margin: 3rem 0;
}
.writers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
.writer-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition);
}
.writer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.writer-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 3px solid var(--primary-red);
}
.writer-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-dark);
}
.writer-title {
  color: var(--slate-muted);
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

/* ARTICLE / PAGE CARDS */
.page-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
}
.article-detail-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
}
.article-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy-dark);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.article-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
}

/* ADMIN PORTAL STYLES */
.admin-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 80vh;
  background: #f1f5f9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: var(--shadow-lg);
}

.admin-sidebar {
  background: var(--navy-dark);
  color: #fff;
  padding: 1.5rem 1rem;
}
.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.admin-brand img {
  height: 45px;
  width: auto;
  object-fit: contain;
}
.admin-menu {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.admin-menu-item {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  color: #cbd5e1;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: var(--transition);
  text-decoration: none;
}
.admin-menu-item:hover, .admin-menu-item.active {
  background: var(--primary-red);
  color: #fff;
}

.admin-content {
  padding: 2rem;
  overflow-y: auto;
}
.admin-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.stat-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.stat-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.stat-icon.red { background: var(--primary-red); }
.stat-icon.blue { background: #2563eb; }
.stat-icon.green { background: #16a34a; }
.stat-icon.gold { background: var(--accent-gold); color: #000; }

.table-custom {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table-custom th, .table-custom td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}
.table-custom th {
  background: #f8fafc;
  font-weight: 700;
  color: var(--navy-dark);
}

.login-page-container {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.login-box {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 440px;
  padding: 2.5rem 2rem;
  border-top: 5px solid var(--primary-red);
}
.login-box-header {
  text-align: center;
  margin-bottom: 2rem;
}
.login-box-logo {
  height: 85px;
  margin: 0 auto 1rem;
}
.login-box-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy-dark);
}

/* ULTRA-CLEAN PERFECT FOOTER */
.main-footer {
  background: var(--navy-dark);
  color: #94a3b8;
  padding-top: 3.5rem;
  border-top: 4px solid var(--primary-red);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.8fr;
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.footer-brand h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
}
.footer-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #cbd5e1;
}
.footer-socials {
  display: flex;
  gap: 0.6rem;
}
.footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: var(--transition);
}
.footer-socials a:hover {
  background: var(--primary-red);
  transform: translateY(-2px);
}

.footer-heading {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
}
.footer-heading::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: var(--primary-red);
  margin-top: 0.35rem;
}

.footer-links li {
  margin-bottom: 0.6rem;
  font-size: 0.875rem;
}
.footer-links a {
  color: #cbd5e1;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-links a:hover {
  color: var(--accent-gold);
  transform: translateX(3px);
}

.footer-contact-info {
  list-style: none;
}
.footer-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #cbd5e1;
}
.footer-contact-info i {
  color: var(--primary-red);
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.mini-network-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.mini-network-tags span {
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.input-group-custom {
  display: flex;
}
.footer-sub-input {
  flex-grow: 1;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  outline: none;
  font-size: 0.85rem;
}
.btn-sub-send {
  background: var(--primary-red);
  color: #fff;
  border: none;
  padding: 0 1rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  cursor: pointer;
}

.footer-bottom {
  background: #060a14;
  padding: 1.25rem 0;
  font-size: 0.825rem;
  text-align: center;
  color: #64748b;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 1024px) {
  .hero-news-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout-grid { grid-template-columns: 1fr; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
}

@media (max-width: 768px) {
  .brand-logo { height: 80px !important; }
  .top-bar-inner { justify-content: center; }
  .main-header-inner { flex-direction: column; text-align: center; gap: 1rem; }
  .header-banner { display: none; }
  .nav-menu { display: none; }
  .mobile-toggle { display: block; }
  .news-list-card { flex-direction: column; }
  .news-list-img-wrapper { width: 100%; height: 210px; }
  .footer-grid { grid-template-columns: 1fr; }
  .facebook-pages-grid { grid-template-columns: 1fr; }
}
