/*
Theme Name: TVApp Guide
Theme URI: https://thetv-app.io
Author: TVApp Guide
Author URI: https://thetv-app.io
Description: A clean, fast, SEO-friendly theme for TheTVApp.io. Simple GeneratePress-style layout with full-width homepage support. Works with Yoast SEO Free.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
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: tvapp-guide
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, featured-images, full-width-template
*/

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #2d2d2d;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #1a56db;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 1.5em;
}

/* ============================================
   LAYOUT WRAPPER
   ============================================ */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex: 1;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 64px;
  gap: 24px;
}

/* Logo */
.site-branding {
  flex-shrink: 0;
}

.site-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1;
}

.site-title a {
  color: #111;
  text-decoration: none;
}

.site-title a span {
  color: #1a56db;
}

.site-description {
  display: none;
}

/* Navigation */
.main-navigation {
  margin-left: auto;
}

.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
  align-items: center;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  padding: 7px 14px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}

.main-navigation a:hover {
  background: #f3f4f6;
  color: #111;
}

.main-navigation .menu-cta a {
  background: #1a56db;
  color: #fff;
  font-weight: 600;
}

.main-navigation .menu-cta a:hover {
  background: #1648c2;
  color: #fff;
}

/* Dropdown */
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 180px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 6px;
  flex-direction: column;
  gap: 2px;
  z-index: 100;
}

.main-navigation ul li:hover > ul {
  display: flex;
}

.main-navigation ul ul a {
  font-size: 0.875rem;
  padding: 8px 12px;
  border-radius: 5px;
  white-space: nowrap;
}

/* Mobile toggle */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
  margin-left: auto;
  font-size: 1.2rem;
  color: #374151;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  }

  .main-navigation.toggled {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 4px;
  }

  .main-navigation ul ul {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 12px;
    display: flex;
  }
}

/* ============================================
   HERO SECTION (Homepage)
   ============================================ */
.hero-section {
  background: #1a56db;
  padding: 72px 24px 80px;
  color: #fff;
  text-align: center;
}

.hero-inner {
  max-width: 780px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: rgba(255,255,255,0.92);
}

.live-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  animation: livepulse 2s infinite;
}

@keyframes livepulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero-section h1 {
  font-size: clamp(1.9rem, 4.5vw, 2.9rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  color: #fff;
}

.hero-section h1 span {
  color: #93c5fd;
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  max-width: 540px;
  margin: 0 auto 34px;
  line-height: 1.65;
}

.hero-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-hero-white {
  background: #fff;
  color: #1a56db;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 26px;
  border-radius: 7px;
  display: inline-block;
  transition: background 0.15s, transform 0.1s;
  text-decoration: none;
}

.btn-hero-white:hover {
  background: #eff6ff;
  text-decoration: none;
  transform: translateY(-1px);
  color: #1a56db;
}

.btn-hero-ghost {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 11px 24px;
  border-radius: 7px;
  border: 1.5px solid rgba(255,255,255,0.45);
  display: inline-block;
  transition: border-color 0.15s, background 0.15s;
  text-decoration: none;
}

.btn-hero-ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  text-decoration: none;
  color: #fff;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 34px;
  flex-wrap: wrap;
}

.hero-stat {
  text-align: center;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.hero-stat:last-child {
  border-right: none;
}

.stat-number {
  display: block;
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.stat-label {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.6);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
}

/* Trust Bar */
.trust-bar {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding: 11px 24px;
}

.trust-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 500;
}

.trust-inner span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.trust-check {
  color: #16a34a;
  font-weight: 700;
}

/* ============================================
   HOME SECTIONS
   ============================================ */
.home-section {
  padding: 68px 24px;
}

.home-section.bg-gray {
  background: #f8fafc;
}

.home-section.bg-white {
  background: #fff;
}

.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1a56db;
  margin-bottom: 9px;
}

.section-heading {
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.section-subtext {
  font-size: 0.97rem;
  color: #6b7280;
  line-height: 1.65;
  max-width: 540px;
}

.section-header {
  margin-bottom: 42px;
}

.section-header.centered {
  text-align: center;
}

.section-header.centered .section-subtext {
  margin: 0 auto;
}

/* Feature Cards */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 18px;
}

.feat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.feat-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 18px rgba(26,86,219,0.06);
}

.feat-icon {
  width: 42px;
  height: 42px;
  background: #eff6ff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  font-size: 1.2rem;
}

.feat-card h3 {
  font-size: 0.97rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.feat-card p {
  font-size: 0.855rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Sports Layout */
.sports-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.sport-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.sport-tag {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 7px;
  padding: 7px 13px;
  font-size: 0.855rem;
  font-weight: 500;
  color: #1e40af;
}

.tips-box {
  background: #f0f9ff;
  border: 1.5px solid #bae6fd;
  border-radius: 12px;
  padding: 24px;
}

.tips-box h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0369a1;
  margin-bottom: 12px;
}

.tips-box ul {
  list-style: none;
  padding: 0;
}

.tips-box li {
  font-size: 0.855rem;
  color: #0c4a6e;
  padding: 5px 0;
  border-bottom: 1px solid #e0f2fe;
  display: flex;
  gap: 8px;
}

.tips-box li:last-child {
  border-bottom: none;
}

.tips-box li::before {
  content: '✓';
  color: #0284c7;
  font-weight: 700;
  flex-shrink: 0;
}

.warn-note {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 9px;
  padding: 16px 18px;
  margin-top: 14px;
  font-size: 0.855rem;
  color: #9a3412;
  line-height: 1.6;
}

/* Steps */
.steps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 8px;
  position: relative;
}

.steps-row::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}

.step-item {
  text-align: center;
  padding: 20px 12px;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 48px;
  height: 48px;
  background: #1a56db;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  border: 4px solid #fff;
  outline: 2px solid #1a56db;
}

.step-item h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.step-item p {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}

/* Comparison Table */
.table-wrap {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
  margin-top: 8px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.compare-table thead th {
  background: #f1f5f9;
  padding: 11px 16px;
  text-align: left;
  font-weight: 600;
  color: #374151;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e5e7eb;
}

.compare-table tbody td {
  padding: 11px 16px;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
  vertical-align: middle;
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table tbody tr:hover td {
  background: #f8fafc;
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
}

.badge-green { background: #dcfce7; color: #15803d; }
.badge-amber { background: #fef9c3; color: #a16207; }
.badge-red   { background: #fee2e2; color: #b91c1c; }

/* Devices */
.dev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 13px;
}

.dev-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  padding: 18px 12px;
  text-align: center;
  transition: border-color 0.15s;
}

.dev-card:hover {
  border-color: #93c5fd;
}

.dev-icon {
  font-size: 1.9rem;
  display: block;
  margin-bottom: 9px;
}

.dev-card span {
  font-size: 0.81rem;
  font-weight: 500;
  color: #374151;
}

.info-note {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 9px;
  padding: 18px 22px;
  margin-top: 24px;
  font-size: 0.88rem;
  color: #1e40af;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.65;
}

/* Pros Cons */
.proscons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pros-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 20px;
}

.cons-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  padding: 20px;
}

.pros-box h4 {
  color: #15803d;
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.cons-box h4 {
  color: #b91c1c;
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.pros-box ul, .cons-box ul {
  list-style: none;
  padding: 0;
}

.pros-box li, .cons-box li {
  font-size: 0.875rem;
  padding: 4px 0 4px 20px;
  position: relative;
  color: #333;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pros-box li:last-child, .cons-box li:last-child {
  border-bottom: none;
}

.pros-box li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}

.cons-box li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

/* Recent Posts / Guides Grid */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 22px;
}

.post-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.15s;
  display: flex;
  flex-direction: column;
}

.post-card:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.post-thumb-wrap {
  height: 148px;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  overflow: hidden;
}

.post-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-body {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-card-cat {
  font-size: 0.7rem;
  font-weight: 700;
  color: #1a56db;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 7px;
}

.post-card h3 {
  font-size: 0.97rem;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  margin-bottom: 7px;
}

.post-card h3 a {
  color: #111;
  text-decoration: none;
}

.post-card h3 a:hover {
  color: #1a56db;
}

.post-card p {
  font-size: 0.845rem;
  color: #6b7280;
  line-height: 1.55;
  margin-bottom: 14px;
  flex: 1;
}

.post-card-link {
  font-size: 0.83rem;
  font-weight: 600;
  color: #1a56db;
}

/* FAQ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-row {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111;
  user-select: none;
  gap: 14px;
}

.faq-icon {
  width: 26px;
  height: 26px;
  background: #eff6ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1a56db;
  font-size: 1.1rem;
  transition: background 0.15s, color 0.15s;
}

.faq-row.open .faq-icon {
  background: #1a56db;
  color: #fff;
}

.faq-answer {
  display: none;
  padding-bottom: 17px;
  font-size: 0.915rem;
  color: #6b7280;
  line-height: 1.7;
}

.faq-row.open .faq-answer {
  display: block;
}

/* CTA Band */
.cta-band {
  background: #1a56db;
  padding: 64px 24px;
  text-align: center;
}

.cta-band h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.cta-band p {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  margin-bottom: 30px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   SIDEBAR + CONTENT LAYOUT (Single Posts)
   ============================================ */
.content-area-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 44px;
  align-items: start;
}

.content-area-wrap.no-sidebar {
  grid-template-columns: 1fr;
  max-width: 800px;
}

/* Post Content */
.entry-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 2px solid #f0f0f0;
}

.entry-category {
  display: inline-block;
  background: #1a56db;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 14px;
}

.entry-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.entry-meta {
  font-size: 0.83rem;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.entry-meta a {
  color: #1a56db;
}

/* Post body typography */
.entry-content {
  font-size: 1rem;
  line-height: 1.78;
  color: #2d2d2d;
}

.entry-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
  letter-spacing: -0.3px;
}

.entry-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  margin: 26px 0 10px;
}

.entry-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin: 20px 0 8px;
}

.entry-content p {
  margin-bottom: 18px;
}

.entry-content ul, .entry-content ol {
  margin-bottom: 18px;
  padding-left: 1.5em;
}

.entry-content li {
  margin-bottom: 6px;
}

.entry-content blockquote {
  border-left: 4px solid #1a56db;
  padding: 14px 20px;
  background: #f0f4ff;
  border-radius: 0 6px 6px 0;
  margin: 22px 0;
  font-style: italic;
  color: #374151;
}

.entry-content a {
  color: #1a56db;
  text-decoration: underline;
}

.entry-content img {
  border-radius: 8px;
  margin: 20px 0;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.92rem;
}

.entry-content table th {
  background: #f1f5f9;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #e5e7eb;
}

.entry-content table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
}

.entry-content table tr:hover td {
  background: #f8fafc;
}

/* Sidebar */
.widget-area {
  position: sticky;
  top: 80px;
}

.widget {
  background: #f8f9ff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 22px;
}

.widget-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #888;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
}

.widget ul {
  list-style: none;
  padding: 0;
}

.widget ul li {
  font-size: 0.875rem;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li a {
  color: #1a56db;
  font-size: 0.875rem;
}

/* ============================================
   BLOG / ARCHIVE PAGE
   ============================================ */
.blog-loop {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 44px;
  align-items: start;
}

.loop-post {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: box-shadow 0.2s;
}

.loop-post:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

.loop-post-thumb {
  height: 200px;
  overflow: hidden;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loop-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loop-post-body {
  padding: 22px 24px;
}

.loop-post-cat {
  font-size: 0.7rem;
  font-weight: 700;
  color: #1a56db;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.loop-post-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  margin-bottom: 10px;
}

.loop-post-title a {
  color: #111;
  text-decoration: none;
}

.loop-post-title a:hover {
  color: #1a56db;
}

.loop-post-excerpt {
  font-size: 0.92rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 16px;
}

.loop-post-meta {
  font-size: 0.8rem;
  color: #9ca3af;
  display: flex;
  gap: 14px;
}

.read-more-btn {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a56db;
}

/* Pagination */
.pagination {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #374151;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #1a56db;
  border-color: #1a56db;
  color: #fff;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #111827;
  color: #9ca3af;
  padding: 52px 24px 28px;
}

.footer-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 44px;
}

.footer-brand {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}

.footer-brand em {
  color: #60a5fa;
  font-style: normal;
}

.footer-desc {
  font-size: 0.83rem;
  line-height: 1.65;
  color: #6b7280;
  max-width: 220px;
}

.footer-col h4 {
  font-size: 0.77rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
  margin-bottom: 13px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  font-size: 0.84rem;
  color: #6b7280;
  transition: color 0.15s;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #1f2937;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.79rem;
  color: #4b5563;
}

.footer-bottom a {
  color: #6b7280;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-disclaimer {
  font-size: 0.74rem;
  color: #374151;
  max-width: 680px;
  margin: 14px auto 0;
  line-height: 1.6;
  text-align: center;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .content-area-wrap {
    grid-template-columns: 1fr;
  }

  .blog-loop {
    grid-template-columns: 1fr;
  }

  .widget-area {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sports-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .steps-row {
    grid-template-columns: 1fr 1fr;
  }

  .steps-row::before {
    display: none;
  }

  .proscons-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hero-stats {
    gap: 16px 0;
  }

  .hero-stat {
    padding: 0 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .steps-row {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding: 48px 20px;
  }

  .hero-section {
    padding: 48px 20px 56px;
  }
}
