/*
Theme Name: Jesus Christ The Light of The World
Theme URI: https://www.jesuschrist.pk
Author: Rev. Dr. Naeem Nasir
Author URI: https://www.jesuschrist.pk
Description: A complete Urdu Christian website theme dedicated to خُداوند یسوع مسیح (Lord Jesus Christ). Features RTL Urdu layout with Noto Nastaliq Urdu font, dark green and gold color scheme, topic cards, Q&A accordion sections, verse of the day announcement bar, and full responsive design. Uses only biblical Urdu terminology.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jc-light
Tags: rtl, right-to-left, urdu, christian, church, religion, custom-menu, custom-logo, featured-images, translation-ready
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* ===== CSS VARIABLES ===== */
:root {
  --green-900: #064e3b;
  --green-800: #065f46;
  --green-700: #047857;
  --green-600: #059669;
  --green-500: #10b981;
  --gold-700: #d97706;
  --gold-500: #f59e0b;
  --gold-400: #fbbf24;
  --gold-300: #fcd34d;
  --gold-200: #fde68a;
  --ivory: #fffff0;
  --ivory-dark: #fefce8;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-light: #f0fdf4;
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
/* ===== CSS-DRAWN CROSSES (replaces emoji) ===== */
.divider-cross, .footer-cross, .hero-cross, .brand-cross, .error-cross, .cross-icon,
.css-cross-large, .css-cross-card {
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.divider-cross::before, .divider-cross::after,
.footer-cross::before, .footer-cross::after,
.hero-cross::before, .hero-cross::after,
.brand-cross::before, .brand-cross::after,
.error-cross::before, .error-cross::after,
.cross-icon::before, .cross-icon::after,
.css-cross-large::before, .css-cross-large::after,
.css-cross-card::before, .css-cross-card::after {
  content: '';
  position: absolute;
  border-radius: 2px;
}
/* Vertical bar */
.divider-cross::before, .footer-cross::before, .hero-cross::before,
.brand-cross::before, .error-cross::before, .cross-icon::before,
.css-cross-large::before, .css-cross-card::before {
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* Horizontal bar — proper Latin cross: crossbar at 28% from top, bottom arm is longer */
.divider-cross::after, .footer-cross::after, .hero-cross::after,
.brand-cross::after, .error-cross::after, .cross-icon::after,
.css-cross-large::after, .css-cross-card::after {
  height: 3px;
  width: 60%;
  top: 28%;
  left: 20%;
}
/* Divider cross */
.divider-cross {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: middle;
}
.divider-cross::before, .divider-cross::after { background: var(--gold-500); }
/* Brand cross (removed — text-only logo) */
/* Footer cross */
.footer-cross {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem auto;
}
.footer-cross::before { width: 4px; }
.footer-cross::after { height: 4px; }
.footer-cross::before, .footer-cross::after { background: var(--gold-400); }
/* Error 404 cross */
.error-cross {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2rem auto;
}
.error-cross::before { width: 6px; }
.error-cross::after { height: 6px; }
.error-cross::before, .error-cross::after { background: var(--gold-400); }
/* Large cross in featured verse section */
.css-cross-large {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem auto;
}
.css-cross-large::before { width: 5px; }
.css-cross-large::after { height: 5px; }
.css-cross-large::before, .css-cross-large::after { background: var(--gold-400); }
/* Cross in card icon */
.css-cross-card {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}
.css-cross-card::before { width: 3px; }
.css-cross-card::after { height: 3px; }
.css-cross-card::before, .css-cross-card::after { background: var(--gold-500); }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', serif;
  background: var(--ivory);
  color: var(--text-dark);
  line-height: 2;
  overflow-x: hidden;
  direction: rtl;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--green-900); }
::-webkit-scrollbar-thumb { background: var(--gold-500); border-radius: 5px; }

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
  background: linear-gradient(135deg, #78350f, #92400e, #b45309, #d97706);
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 1001;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-bottom: 2px solid #92400e;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.announcement-bar::before,
.announcement-bar::after {
  content: '✦';
  color: #fef3c7;
  font-size: 0.7rem;
}
.announcement-bar .verse-label {
  background: rgba(0,0,0,0.25);
  color: #fef3c7;
  padding: 0.3rem 0.9rem;
  border-radius: 15px;
  font-size: 0.85rem;
  white-space: nowrap;
  font-weight: 700;
}
.announcement-bar .verse-text {
  flex: 1;
  max-width: 800px;
}
.announcement-bar cite {
  font-style: normal;
  font-weight: 700;
  color: #fef3c7;
  margin-right: 0.5rem;
  background: rgba(0,0,0,0.2);
  padding: 0.2rem 0.7rem;
  border-radius: 10px;
}

/* ===== NAVIGATION ===== */
.site-nav {
  background: linear-gradient(135deg, #022c22, #064e3b, #065f46);
  position: sticky;
  top: 36px;
  z-index: 1000;
  border-bottom: 3px solid #f59e0b;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  padding: 0.6rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.6rem 0;
}
.nav-brand .brand-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-400);
}
.nav-brand .brand-separator {
  color: var(--gold-200);
  opacity: 0.5;
  font-size: 1.4rem;
  margin: 0 4px;
}
.nav-brand .brand-subtitle {
  font-size: 1rem;
  color: var(--gold-400);
  font-weight: 600;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.nav-link {
  display: inline-block;
  padding: 1rem 1.3rem;
  color: var(--gold-200);
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
  position: relative;
}
.nav-link:hover,
.nav-link.active,
.nav-link.current-menu-item a,
.current-menu-item > a {
  color: var(--gold-400);
  background: rgba(251,191,36,0.08);
  border-bottom-color: var(--gold-500);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--gold-400);
  transition: width 0.3s;
}
.nav-link:hover::after { width: 100%; }

/* WordPress Menu Integration */
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li a {
  display: inline-block;
  padding: 1rem 1.3rem;
  color: var(--gold-200);
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
  position: relative;
  text-decoration: none;
}
.nav-menu li a:hover,
.nav-menu li.current-menu-item a,
.nav-menu li.current_page_item a {
  color: var(--gold-400);
  background: rgba(251,191,36,0.08);
  border-bottom-color: var(--gold-500);
}
.nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--gold-400);
  transition: width 0.3s;
}
.nav-menu li a:hover::after { width: 100%; }

/* Highlighted Nav Button (Q&A) */
.nav-link.nav-btn-highlight,
.nav-menu li.nav-btn-highlight > a {
  background: var(--gold-500);
  color: var(--green-900);
  font-weight: 700;
  border-radius: 8px;
  padding: 0.6rem 1.4rem;
  margin: 0.3rem 0.5rem;
  border-bottom: none;
  transition: all 0.3s;
}
.nav-link.nav-btn-highlight:hover,
.nav-menu li.nav-btn-highlight > a:hover {
  background: var(--gold-400);
  color: var(--green-900);
  border-bottom-color: transparent;
  transform: scale(1.05);
}
.nav-link.nav-btn-highlight::after,
.nav-menu li.nav-btn-highlight > a::after {
  display: none;
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--gold-500);
  color: var(--gold-400);
  font-size: 1.5rem;
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  border-radius: 5px;
}

/* ===== HERO ===== */
.hero {
  background: url('assets/images/hero-bg.jpg') center center / cover no-repeat;
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
  border-top: 2px solid rgba(16,185,129,0.3);
  box-shadow: inset 0 2px 15px rgba(0,0,0,0.2);
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, var(--ivory), transparent);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.hero-cross {
  font-size: 5rem;
  color: var(--gold-400);
  margin-bottom: 1rem;
  text-shadow: 0 0 40px rgba(251,191,36,0.5);
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
.hero h2 {
  font-size: 3rem;
  color: var(--gold-400);
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-verse {
  background: rgba(251,191,36,0.1);
  border: 2px solid var(--gold-500);
  border-radius: 15px;
  padding: 2rem;
  margin: 1.5rem 0;
  backdrop-filter: blur(5px);
}
.hero-verse p {
  font-size: 1.4rem;
  color: var(--ivory);
  line-height: 2.2;
}
.hero-verse cite {
  display: block;
  margin-top: 0.8rem;
  font-size: 1rem;
  color: var(--gold-400);
  font-style: normal;
}
.hero-subtitle {
  color: var(--gold-200);
  font-size: 1.1rem;
  margin-top: 1.5rem;
  opacity: 0.9;
}
.hero-btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 2.5rem;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--white);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(217,119,6,0.4);
}
.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(217,119,6,0.5);
}

/* ===== SECTIONS ===== */
.section { padding: 4rem 2rem; }
.section-green { background: linear-gradient(135deg, #064e3b, #065f46, #047857); }
.section-ivory { background: linear-gradient(135deg, #fffff0, #fefce8, #fff, #fffff0); }
.section-ivory-alt { background: linear-gradient(135deg, #fefce8, #fffff0, #fefce8); }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-500);
  margin-bottom: 0.5rem;
}
.section-green .section-title h2 { color: var(--gold-400); }
.section-title .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.section-title .divider span { height: 2px; width: 60px; background: var(--gold-500); }
.section-green .section-title p { color: var(--gold-200); }
.section-ivory .section-title p,
.section-ivory-alt .section-title p { color: var(--green-700); }
.section-subtitle { font-size: 1rem; margin-top: 0.5rem; }

/* ===== CARDS GRID ===== */
.cards-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.topic-card {
  background: var(--white);
  border: 1px solid rgba(6,78,59,0.1);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  cursor: default;
  text-align: center;
}
.topic-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 4px; height: 100%;
  background: linear-gradient(to bottom, var(--gold-500), var(--green-700));
  border-radius: 0 12px 12px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.topic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(6,78,59,0.15);
  border-color: var(--gold-500);
}
.topic-card:hover::before { opacity: 1; }
.topic-card .card-icon { font-size: 2rem; margin-bottom: 0.5rem; text-align: center; }
.topic-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--green-900); margin-bottom: 0.5rem; text-align: center; }
.topic-card .cat-label { text-align: center; }
.topic-card p { font-size: 0.9rem; color: #444; line-height: 1.9; }

/* Green cards variant */
.section-green .topic-card { background: rgba(255,255,255,0.05); border-color: rgba(251,191,36,0.2); }
.section-green .topic-card h3 { color: var(--gold-400); }
.section-green .topic-card p { color: var(--gold-200); }
.section-green .topic-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-400);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Category Label */
.cat-label {
  display: inline-block;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: var(--gold-400);
  font-size: 0.75rem;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  margin-bottom: 0.8rem;
  border: 1px solid var(--gold-500);
}
.section-green .cat-label {
  background: linear-gradient(135deg, rgba(251,191,36,0.2), rgba(251,191,36,0.1));
  border-color: var(--gold-500);
}

/* ===== Q&A ACCORDION ===== */
.qa-container { max-width: 1300px; margin: 0 auto; }
@media (min-width: 900px) {
  .qa-container { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
.qa-item {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(6,78,59,0.08);
  transition: all 0.3s;
}
.qa-item:hover { border-color: var(--gold-500); box-shadow: 0 5px 20px rgba(6,78,59,0.1); }
.qa-question {
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(6,78,59,0.03), rgba(6,78,59,0.01));
  border-bottom: 1px solid rgba(6,78,59,0.05);
  transition: background 0.3s;
}
.qa-question:hover { background: linear-gradient(135deg, rgba(6,78,59,0.06), rgba(6,78,59,0.03)); }
.qa-num {
  min-width: 35px; height: 35px;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: var(--gold-400);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700;
  flex-shrink: 0; margin-top: 0.3rem;
}
.qa-question h3 { font-size: 1.05rem; font-weight: 700; color: var(--green-900); flex: 1; }
.qa-toggle { color: var(--gold-500); font-size: 1.3rem; transition: transform 0.3s; flex-shrink: 0; margin-top: 0.3rem; }
.qa-item.open .qa-toggle { transform: rotate(45deg); }
.qa-answer { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: all 0.4s ease; }
.qa-item.open .qa-answer { max-height: 500px; padding: 1rem 1.5rem 1.5rem; }
.qa-answer p { font-size: 0.95rem; color: #333; line-height: 2.1; padding-right: 3rem; }
.qa-answer cite { display: block; margin-top: 0.5rem; font-size: 0.85rem; color: var(--green-700); font-style: normal; }

/* Section green Q&A */
.section-green .qa-item { background: rgba(255,255,255,0.05); border-color: rgba(251,191,36,0.15); }
.section-green .qa-item:hover { border-color: var(--gold-500); }
.section-green .qa-question { background: rgba(251,191,36,0.05); }
.section-green .qa-question h3 { color: var(--gold-400); }
.section-green .qa-num { background: linear-gradient(135deg, var(--gold-500), var(--gold-700)); }
.section-green .qa-answer p { color: var(--gold-200); }
.section-green .qa-answer cite { color: var(--gold-400); }

/* ===== FOOTER ===== */
.site-footer {
  background: linear-gradient(135deg, var(--green-900), #03301e);
  padding: 3rem 2rem;
  text-align: center;
  border-top: 3px solid var(--gold-500);
}
.footer-cross { color: var(--gold-400); }
.footer-title { color: var(--gold-400); font-size: 1.5rem; margin-bottom: 0.5rem; }
.footer-verse {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  padding: 1.5rem;
  background: rgba(251,191,36,0.05);
  border: 1px solid rgba(251,191,36,0.2);
  border-radius: 10px;
}
.footer-verse p { color: var(--gold-200); font-size: 1rem; }
.footer-verse cite { color: var(--gold-400); font-size: 0.85rem; display: block; margin-top: 0.5rem; }
.footer-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin: 1.5rem 0; }
.footer-links a { color: var(--gold-400); font-size: 0.9rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-300); }
.footer-url { color: var(--gold-200); font-size: 0.9rem; margin-top: 1rem; }
.footer-copy { color: var(--gold-200); opacity: 0.6; font-size: 0.8rem; margin-top: 1rem; }

/* Footer Widget Area */
.footer-widgets {
  max-width: 1200px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: right;
}
.footer-widgets .widget { color: var(--gold-200); }
.footer-widgets .widget-title { color: var(--gold-400); font-size: 1.1rem; margin-bottom: 1rem; border-bottom: 1px solid rgba(251,191,36,0.2); padding-bottom: 0.5rem; }
.footer-widgets .widget a { color: var(--gold-300); transition: color 0.3s; }
.footer-widgets .widget a:hover { color: var(--gold-400); }
.footer-widgets .widget ul { list-style: none; padding: 0; }
.footer-widgets .widget ul li { padding: 0.3rem 0; border-bottom: 1px solid rgba(251,191,36,0.05); }

/* ===== BACK TO TOP ===== */
.back-top {
  position: fixed;
  bottom: 2rem; left: 2rem;
  width: 50px; height: 50px;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: var(--gold-400);
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0; visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.back-top.show { opacity: 1; visibility: visible; }
.back-top:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.4); }

/* ===== WORDPRESS CONTENT STYLES ===== */
.entry-content { max-width: 900px; margin: 0 auto; padding: 2rem; }
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
  color: var(--green-900);
  margin: 1.5rem 0 1rem;
}
.entry-content p { margin-bottom: 1rem; line-height: 2.2; }
.entry-content a { color: var(--green-700); border-bottom: 1px solid var(--gold-500); }
.entry-content a:hover { color: var(--gold-700); }
.entry-content blockquote {
  background: rgba(251,191,36,0.08);
  border-right: 4px solid var(--gold-500);
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  border-radius: 8px;
  font-style: italic;
}
.entry-content ul, .entry-content ol { padding-right: 2rem; margin-bottom: 1rem; }
.entry-content img { border-radius: 12px; margin: 1rem 0; }

/* Page Header */
.page-header {
  background: linear-gradient(135deg, #021a13, #064e3b, #065f46);
  padding: 4rem 2rem;
  text-align: center;
}
.page-header h1 {
  font-size: 2.5rem;
  color: var(--gold-400);
  margin-bottom: 0.5rem;
}
.page-header .divider { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 0.5rem; }
.page-header .divider span { height: 2px; width: 60px; background: var(--gold-500); }

/* ===== PAGINATION ===== */
.pagination {
  text-align: center;
  padding: 2rem;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
  background: var(--white);
  border: 1px solid var(--green-700);
  border-radius: 8px;
  color: var(--green-700);
  transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: var(--green-700);
  color: var(--gold-400);
}

/* ===== SEARCH ===== */
.search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 500px;
  margin: 0 auto;
}
.search-form .search-field {
  flex: 1;
  padding: 0.8rem 1.2rem;
  border: 2px solid var(--green-700);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  direction: rtl;
}
.search-form .search-submit {
  padding: 0.8rem 1.5rem;
  background: var(--green-700);
  color: var(--gold-400);
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.search-form .search-submit:hover { background: var(--green-900); }

/* ===== COMMENTS ===== */
.comments-area { max-width: 900px; margin: 0 auto; padding: 2rem; }
.comment-list { list-style: none; padding: 0; }
.comment-body {
  background: var(--white);
  border: 1px solid rgba(6,78,59,0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.comment-author { font-weight: 700; color: var(--green-900); }
.comment-content { margin-top: 0.5rem; }
.comment-respond { margin-top: 2rem; }
.comment-form textarea, .comment-form input[type="text"],
.comment-form input[type="email"], .comment-form input[type="url"] {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(6,78,59,0.15);
  border-radius: 8px;
  font-family: inherit;
  margin-bottom: 1rem;
  direction: rtl;
}
.comment-form .submit {
  padding: 0.8rem 2rem;
  background: var(--green-700);
  color: var(--gold-400);
  border: none;
  border-radius: 8px;
  font-family: inherit;
  cursor: pointer;
}

/* ===== SIDEBAR / WIDGETS ===== */
.sidebar {
  padding: 2rem;
}
.sidebar .widget {
  background: var(--white);
  border: 1px solid rgba(6,78,59,0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.sidebar .widget-title {
  font-size: 1.2rem;
  color: var(--green-900);
  border-bottom: 2px solid var(--gold-500);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* ===== 404 PAGE ===== */
.error-404 {
  text-align: center;
  padding: 6rem 2rem;
}
.error-404 .error-cross { color: var(--gold-400); }
.error-404 h1 { font-size: 3rem; color: var(--green-900); margin-bottom: 1rem; }
.error-404 p { font-size: 1.2rem; color: var(--green-700); margin-bottom: 2rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .cards-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .footer-widgets { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero h2 { font-size: 2rem; }
  .hero-verse p { font-size: 1.1rem; }
  .section { padding: 3rem 1.5rem; }
}
@media (max-width: 700px) {
  .announcement-bar { display: none; }
  .site-nav { top: 0; padding: 0.4rem 0; }
  .nav-container { flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0.3rem 1rem; gap: 0; }
  .nav-brand { justify-content: center; flex-wrap: nowrap; gap: 6px; }
  .nav-brand .brand-name { font-size: 1.2rem; }
  .nav-brand .brand-separator { font-size: 1rem; margin: 0 2px; }
  .nav-brand .brand-subtitle { font-size: 0.8rem; }
  .nav-toggle { display: block; flex-shrink: 0; margin-top: 0.3rem; }
  .nav-inner { flex-direction: column; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; width: 100%; }
  .nav-inner.open { max-height: 600px; }
  .nav-menu { flex-direction: column; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; width: 100%; }
  .nav-menu.open { max-height: 600px; }
  .nav-link,
  .nav-menu li a { width: 100%; text-align: center; border-bottom: 1px solid rgba(251,191,36,0.1); padding: 0.8rem 1rem; }
  .nav-link.nav-btn-highlight,
  .nav-menu li.nav-btn-highlight > a { width: auto; margin: 0.5rem auto; border-bottom: none; border-radius: 8px; }
  .hero { min-height: 50vh; padding: 3rem 1rem; }
  .hero h2 { font-size: 1.6rem; line-height: 1.8; }
  .hero-verse { padding: 1.2rem; margin: 1rem 0; }
  .hero-verse p { font-size: 1rem; line-height: 2; }
  .hero-subtitle { font-size: 0.95rem; }
  .hero-btn { padding: 0.7rem 1.8rem; font-size: 0.95rem; }
  .section { padding: 2rem 1rem; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .topic-card { padding: 1rem; }
  .topic-card h3 { font-size: 1rem; }
  .topic-card p { font-size: 0.85rem; line-height: 1.8; }
  .section-title h2 { font-size: 1.7rem; }
  .section-subtitle { font-size: 0.9rem; }
  .qa-container { grid-template-columns: 1fr !important; }
  .qa-question { padding: 1rem; }
  .qa-question h3 { font-size: 0.95rem; }
  .qa-answer p { padding-right: 0; font-size: 0.9rem; }
  .site-footer { padding: 2rem 1rem; }
  .footer-links { gap: 1rem; }
  .footer-verse { padding: 1rem; }
  .footer-widgets { grid-template-columns: 1fr; }
  .content-area { flex-direction: column !important; }
  .sidebar { width: 100% !important; }
}
@media (max-width: 480px) {
  .cards-grid { grid-template-columns: 1fr; }
  .hero h2 { font-size: 1.3rem; }
  .nav-brand .brand-name { font-size: 1rem; }
  .nav-brand .brand-separator { font-size: 0.9rem; margin: 0 2px; }
  .nav-brand .brand-subtitle { font-size: 0.7rem; }
}
