/*
Theme Name: Ghana-Israel Business Chamber
Theme URI: https://www.thegibc.org
Author: Ghana-Israel Business Chamber
Author URI: https://www.thegibc.org
Description: Official WordPress theme for the Ghana-Israel Business Chamber (GIBC). A bright, modern, tech-forward site celebrating innovation, hope, and the promise of Ghana-Israel trade and partnership. Hero image slider, Israel Export Institute-aligned target sectors, upcoming programs, an events gallery, and a members vault.
Version: 1.0.0
Requires at least: 5.5
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gibc
*/

/* ============================================
   GHANA-ISRAEL BUSINESS CHAMBER - WEBSITE
   Bright, Modern, Tech-Forward Theme
   ============================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap');

/* ---------- CSS Variables ---------- */
:root {

  /* --- Compatibility aliases (legacy variable names mapped to the bright palette) --- */
  --gold: #D4A843;
  --gold-light: #E0BE6A;
  --gold-dark: #B8912E;
  --dark-card: #FFFFFF;
  --dark-border: #E2E8F0;
  --dark-section: #F5F8FC;
  --blue-accent: #1B4B8A;
  --blue-light: #2563A8;
  --primary: #1B4B8A;
  --primary-light: #2563A8;
  --primary-dark: #143B6E;
  --secondary: #006B3F;
  --secondary-light: #00895A;
  --accent: #D4A843;
  --accent-light: #E0BE6A;
  --accent-dark: #B8912E;
  --white: #FFFFFF;
  --off-white: #F9FAFB;
  --light-bg: #F5F8FC;
  --light-bg-alt: #EDF2FA;
  --border-light: #E2E8F0;
  --border: #CBD5E1;
  --text-dark: #1a1a2e;
  --text-body: #4a5568;
  --text-muted: #718096;
  --text-light: #A0AEC0;
  --footer-bg: #1B2A4A;
  --footer-dark: #142038;
  --success: #059669;
  --error: #DC2626;
  --info: #2563EB;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --max-width: 1200px;
  --transition: all 0.3s ease;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow: 0 4px 6px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.03);
  --shadow-md: 0 10px 25px rgba(0,0,0,0.06), 0 4px 10px rgba(0,0,0,0.04);
  --shadow-lg: 0 20px 40px rgba(0,0,0,0.08), 0 8px 16px rgba(0,0,0,0.04);
  --radius: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:hover {
  color: var(--primary-light);
}

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

ul { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  color: var(--text-dark);
  line-height: 1.3;
}

h1 { font-size: 3rem; font-weight: 700; }
h2 { font-size: 2.2rem; font-weight: 600; }
h3 { font-size: 1.5rem; font-weight: 600; }
h4 { font-size: 1.2rem; font-weight: 500; }

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, rgba(27,75,138,0.08), rgba(0,107,63,0.06));
  padding: 0.35rem 1rem;
  border-radius: 20px;
}

.section-title {
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 650px;
  line-height: 1.8;
}

.section-subtitle.center {
  margin: 0 auto;
}

.gold-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-dark));
  margin: 1.25rem 0;
  border: none;
  border-radius: 2px;
}

.gold-line.center {
  margin: 1.25rem auto;
}

.text-center { text-align: center; }
.text-gold { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn-gold {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  box-shadow: 0 4px 15px rgba(27,75,138,0.25);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(27,75,138,0.35);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(27,75,138,0.25);
}

.btn-white {
  background: var(--white);
  color: var(--primary);
  box-shadow: var(--shadow);
}

.btn-white:hover {
  background: var(--light-bg);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-green {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
  color: var(--white);
  box-shadow: 0 4px 15px rgba(0,107,63,0.25);
}

.btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,107,63,0.35);
}

/* ---------- Navigation ---------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: var(--transition);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navbar.scrolled {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.6rem 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  height: 55px;
  transition: var(--transition);
}

.navbar.scrolled .nav-logo img {
  height: 45px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  color: var(--text-dark);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  padding: 0.25rem 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transition: var(--transition);
  border-radius: 2px;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-links a.active {
  color: var(--primary);
}

.nav-links .btn {
  padding: 0.55rem 1.5rem;
  font-size: 0.8rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.nav-toggle span {
  width: 25px;
  height: 2px;
  background: var(--text-dark);
  transition: var(--transition);
  border-radius: 2px;
}

/* ---------- Hero Section ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(27,75,138,0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,107,63,0.04) 0%, transparent 70%);
  border-radius: 50%;
}

/* Hero Slider */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27,75,138,0.7), rgba(0,107,63,0.5));
}

.hero-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.hero-dot.active {
  background: var(--white);
  transform: scale(1.2);
}

.hero-dot:hover {
  background: rgba(255,255,255,0.8);
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 750px;
}

.hero-content .section-label {
  font-size: 0.85rem;
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
  background: rgba(255,255,255,0.15);
  color: var(--white);
}

.hero-slider .hero-content .section-label {
  background: rgba(255,255,255,0.2);
  color: var(--white);
}

.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: var(--text-dark);
}

.hero-slider .hero-content h1 {
  color: var(--white);
}

.hero-content h1 span {
  color: var(--accent);
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-slider .hero-content h1 span {
  color: var(--accent-light);
  -webkit-text-fill-color: var(--accent-light);
}

.hero-content p {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 600px;
  line-height: 1.8;
}

.hero-slider .hero-content p {
  color: rgba(255,255,255,0.85);
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-decorative {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.03;
  font-size: 30rem;
  font-family: var(--font-heading);
  color: var(--primary);
  pointer-events: none;
  user-select: none;
}

/* Geometric accent lines */
.hero-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(27,75,138,0.06), transparent);
}

.hero-lines .line:nth-child(1) { left: 20%; }
.hero-lines .line:nth-child(2) { left: 40%; }
.hero-lines .line:nth-child(3) { left: 60%; }
.hero-lines .line:nth-child(4) { left: 80%; }

/* ---------- Section Spacing ---------- */
section {
  padding: 6rem 0;
}

.section-dark {
  background: var(--light-bg);
}

.section-darker {
  background: var(--white);
}

/* ---------- Stats Bar ---------- */
.stats-bar {
  background: linear-gradient(135deg, var(--light-bg), var(--light-bg-alt));
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 3rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-item h3 {
  font-size: 2.5rem;
  color: var(--primary);
  font-family: var(--font-heading);
}

.stat-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ---------- About Preview ---------- */
.about-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  transform: translate(15px, 15px);
  z-index: -1;
  opacity: 0.3;
}

.about-text .section-label {
  margin-bottom: 0.5rem;
}

.about-text h2 {
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.about-text p {
  margin-bottom: 1.5rem;
  color: var(--text-body);
  line-height: 1.8;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-feature .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(27,75,138,0.1), rgba(0,107,63,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.about-feature span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
}

/* ---------- Services Grid ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transform: scaleX(0);
  transition: var(--transition);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(27,75,138,0.15);
  box-shadow: var(--shadow-lg);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(27,75,138,0.1), rgba(0,107,63,0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}

.service-card p {
  color: var(--text-body);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ---------- Featured Program ---------- */
.featured-program {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-top: 3rem;
  box-shadow: var(--shadow-md);
}

.program-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 450px;
}

.program-visual {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.program-visual::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 60%);
}

.program-visual .cyber-icon {
  font-size: 5rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.program-visual h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  color: var(--white);
}

.program-visual .dates {
  color: var(--accent-light);
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}

.program-details {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}

.program-details .section-label {
  margin-bottom: 0.5rem;
}

.program-details h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.program-details p {
  color: var(--text-body);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.program-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.program-highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-body);
}

.program-highlights li::before {
  content: "\2726";
  color: var(--accent);
  font-size: 0.7rem;
}

/* ---------- Upcoming Programs Section ---------- */
.programs-section {
  padding: 6rem 0;
  background: var(--light-bg);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.program-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border-light);
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.program-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.program-card-body {
  padding: 1.5rem;
  position: relative;
}

.program-date-badge {
  position: absolute;
  top: -1.5rem;
  right: 1.5rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 4px 12px rgba(27,75,138,0.3);
}

.program-date-badge .month {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.program-date-badge .day {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.program-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.program-card p {
  color: var(--text-body);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.program-card .btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
}

/* ---------- Membership Preview ---------- */
.membership-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.tier-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
  box-shadow: var(--shadow-sm);
}

.tier-card.featured {
  border-color: var(--primary);
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}

.tier-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
}

.tier-card:hover {
  transform: translateY(-5px);
  border-color: rgba(27,75,138,0.25);
  box-shadow: var(--shadow-lg);
}

.tier-card.featured:hover {
  transform: scale(1.05) translateY(-5px);
}

.tier-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.tier-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.tier-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.tier-price small {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-muted);
}

.tier-card p.tier-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.tier-benefits {
  text-align: left;
  margin-bottom: 2rem;
}

.tier-benefits li {
  font-size: 0.85rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--text-body);
}

.tier-benefits li::before {
  content: "\2713";
  color: var(--secondary);
  font-weight: 700;
  flex-shrink: 0;
}

.tier-card .btn {
  width: 100%;
  padding: 0.7rem;
  font-size: 0.8rem;
}

/* ---------- Events Timeline ---------- */
.events-timeline {
  position: relative;
  max-width: 800px;
  margin: 3rem auto 0;
}

.events-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary), var(--border-light));
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  margin-bottom: 2rem;
  position: relative;
}

.timeline-item:nth-child(odd) {
  justify-content: flex-start;
  padding-right: calc(50% + 30px);
  text-align: right;
}

.timeline-item:nth-child(even) {
  justify-content: flex-end;
  padding-left: calc(50% + 30px);
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 1rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--white);
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 0 3px rgba(27,75,138,0.15);
}

.timeline-content {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.timeline-content:hover {
  border-color: rgba(27,75,138,0.2);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.timeline-content .date {
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.timeline-content h4 {
  margin: 0.5rem 0;
  color: var(--text-dark);
}

.timeline-content p {
  color: var(--text-body);
  font-size: 0.85rem;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark), var(--secondary));
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.cta-content p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--footer-bg);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand img {
  height: 60px;
  margin-bottom: 1rem;
}

.footer-brand p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
}

.footer-social a:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(212,168,67,0.1);
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.footer-col a {
  display: block;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  padding: 0.3rem 0;
  transition: var(--transition);
}

.footer-col a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
}

.footer-contact-item .icon {
  color: var(--accent);
  font-size: 1rem;
  margin-top: 0.15rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
}

.footer-bottom a {
  color: rgba(255,255,255,0.4);
}

.footer-bottom a:hover {
  color: var(--accent);
}

/* ---------- Page Headers ---------- */
.page-header {
  padding: 10rem 0 4rem;
  background: linear-gradient(135deg, var(--light-bg) 0%, var(--light-bg-alt) 50%, rgba(27,75,138,0.06) 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(ellipse at right, rgba(27,75,138,0.06) 0%, transparent 70%);
}

.page-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.page-header p {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.8;
}

.breadcrumb {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  color: var(--primary);
}

.breadcrumb a:hover {
  color: var(--primary-light);
}

.breadcrumb span {
  color: var(--text-muted);
}

/* ---------- Forms ---------- */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--light-bg);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27,75,138,0.1);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-light);
}

/* ---------- Login Page ---------- */
.login-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--light-bg), var(--light-bg-alt));
  padding: 2rem;
}

.login-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3rem;
  width: 100%;
  max-width: 450px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.login-card img {
  height: 70px;
  margin-bottom: 1.5rem;
}

.login-card h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.login-card .subtitle {
  color: var(--text-muted);
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.login-card .form-group {
  text-align: left;
}

.login-card .btn {
  width: 100%;
  margin-top: 0.5rem;
}

.login-links {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.login-links a {
  color: var(--primary);
  font-weight: 500;
}

.login-links a:hover {
  color: var(--primary-light);
}

.login-error {
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: var(--error);
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  display: none;
}

/* ---------- Dashboard ---------- */
.dashboard {
  padding-top: 5rem;
  min-height: 100vh;
  background: var(--light-bg);
}

.dash-header {
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  padding: 2rem 0;
  box-shadow: var(--shadow-sm);
}

.dash-welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-welcome h1 {
  font-size: 1.8rem;
  color: var(--text-dark);
}

.dash-welcome h1 span {
  color: var(--primary);
}

.dash-body {
  padding: 2rem 0 4rem;
}

.dash-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
}

.dash-sidebar {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 6rem;
  box-shadow: var(--shadow-sm);
}

.dash-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
  margin-bottom: 0.25rem;
}

.dash-nav a:hover,
.dash-nav a.active {
  background: linear-gradient(135deg, rgba(27,75,138,0.08), rgba(0,107,63,0.04));
  color: var(--primary);
}

.dash-nav a .icon {
  font-size: 1.1rem;
}

.dash-content {
  min-height: 500px;
}

.dash-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.dash-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-dark);
}

.member-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-body);
}

.badge-sterling {
  background: rgba(148,163,184,0.15);
  color: #64748B;
}

.badge-gold {
  background: rgba(212,168,67,0.15);
  color: var(--accent-dark);
}

.badge-platinum {
  background: rgba(100,116,139,0.15);
  color: #475569;
}

.badge-faith {
  background: rgba(37,99,235,0.1);
  color: var(--info);
}

.resource-list {
  display: grid;
  gap: 0.75rem;
}

.resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--light-bg);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  transition: var(--transition);
}

.resource-item:hover {
  border-color: rgba(27,75,138,0.2);
  box-shadow: var(--shadow);
}

.resource-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.resource-info .icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(27,75,138,0.1), rgba(27,75,138,0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.resource-info h4 {
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--text-dark);
}

.resource-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.resource-action .btn {
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
}

/* ---------- Event Cards ---------- */
.event-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.event-card:hover {
  transform: translateY(-5px);
  border-color: rgba(27,75,138,0.15);
  box-shadow: var(--shadow-lg);
}

.event-card-img {
  height: 200px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}

.event-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--accent);
  color: var(--white);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-card-body {
  padding: 1.5rem;
}

.event-card-body .date {
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.event-card-body h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}

.event-card-body p {
  color: var(--text-body);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.event-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.event-meta span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* ---------- Contact Section ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  margin-top: 3rem;
}

.contact-info-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.contact-info-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(27,75,138,0.15);
}

.contact-info-card .icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(27,75,138,0.1), rgba(0,107,63,0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-info-card h4 {
  font-family: var(--font-body);
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: var(--text-dark);
}

.contact-info-card p {
  color: var(--text-body);
  font-size: 0.9rem;
}

.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.contact-form-card h3 {
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

/* ---------- Gallery Grid ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(27,75,138,0.7));
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.gallery-item .overlay span {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
}

/* ---------- Program Hero (Cybersecurity / Program Pages) ---------- */
.program-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--light-bg) 0%, var(--light-bg-alt) 50%, rgba(27,75,138,0.08) 100%);
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  border-bottom: 1px solid var(--border-light);
}

.program-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at right, rgba(27,75,138,0.08) 0%, transparent 70%);
}

.program-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}

.program-hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.program-hero-content h1 span {
  color: var(--primary);
}

.program-hero-content p {
  color: var(--text-body);
  line-height: 1.8;
}

.program-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.meta-item {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow-sm);
}

.meta-item .label {
  font-size: 0.7rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.meta-item .value {
  color: var(--text-dark);
  font-weight: 500;
  margin-top: 0.25rem;
}

.curriculum-day {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 1rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.curriculum-day:hover {
  border-color: rgba(27,75,138,0.2);
  box-shadow: var(--shadow-md);
}

.curriculum-day .day-label {
  display: inline-block;
  background: linear-gradient(135deg, rgba(27,75,138,0.1), rgba(27,75,138,0.06));
  color: var(--primary);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.curriculum-day h3 { margin-bottom: 0.5rem; color: var(--text-dark); }
.curriculum-day p { color: var(--text-body); font-size: 0.9rem; line-height: 1.7; }

.facilitator-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.facilitator-card:hover { box-shadow: var(--shadow-md); }
.facilitator-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(27,75,138,0.12), rgba(0,107,63,0.08));
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; flex-shrink: 0;
}
.facilitator-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.facilitator-info h3 { font-size: 1.1rem; margin-bottom: 0.25rem; color: var(--text-dark); }
.facilitator-info .title { color: var(--primary); font-size: 0.85rem; font-weight: 500; margin-bottom: 0.75rem; }
.facilitator-info p { color: var(--text-body); font-size: 0.88rem; line-height: 1.7; }

/* ---------- Events Grid ---------- */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }

/* ---------- Year Filter ---------- */
.year-filter { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; justify-content: center; }
.year-filter button {
  padding: 0.5rem 1.25rem; background: var(--white); border: 1px solid var(--border-light);
  border-radius: 25px; color: var(--text-muted); font-family: var(--font-body);
  font-size: 0.85rem; cursor: pointer; transition: var(--transition); font-weight: 500;
}
.year-filter button:hover, .year-filter button.active {
  border-color: var(--primary); color: var(--primary); background: rgba(27,75,138,0.06);
}

/* ---------- Leadership Grid ---------- */
.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.leader-card {
  background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg);
  padding: 2rem; text-align: center; transition: var(--transition); box-shadow: var(--shadow-sm);
}
.leader-card:hover { transform: translateY(-5px); border-color: rgba(27,75,138,0.15); box-shadow: var(--shadow-lg); }
.leader-avatar {
  width: 90px; height: 90px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(27,75,138,0.12), rgba(0,107,63,0.08));
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; margin: 0 auto 1rem; overflow: hidden;
}
.leader-avatar img { width: 100%; height: 100%; object-fit: cover; }
.leader-card h4 { margin-bottom: 0.25rem; color: var(--text-dark); }
.leader-card .position { color: var(--primary); font-size: 0.85rem; font-weight: 500; }
.leader-card p { color: var(--text-body); font-size: 0.85rem; margin-top: 0.75rem; line-height: 1.6; }

/* ---------- Tabs ---------- */
.tab-nav { display: flex; gap: 0.5rem; margin-bottom: 2rem; border-bottom: 1px solid var(--border-light); padding-bottom: 0; }
.tab-nav button {
  padding: 1rem 1.5rem; background: none; border: none; border-bottom: 3px solid transparent;
  color: var(--text-muted); font-family: var(--font-body); font-size: 0.95rem; font-weight: 500;
  cursor: pointer; transition: var(--transition);
}
.tab-nav button:hover { color: var(--text-dark); }
.tab-nav button.active { color: var(--primary); border-bottom-color: var(--primary); }
.tab-content { display: none; }
.tab-content.active { display: block; }

/* ---------- Alert / Notice ---------- */
.alert { padding: 1rem 1.5rem; border-radius: var(--radius); font-size: 0.9rem; margin-bottom: 1.5rem; }
.alert-info { background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.15); color: var(--info); }
.alert-success { background: rgba(5,150,105,0.06); border: 1px solid rgba(5,150,105,0.15); color: var(--success); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .membership-tiers { grid-template-columns: repeat(2, 1fr); }
  .tier-card.featured { transform: scale(1); }
  .tier-card.featured:hover { transform: translateY(-5px); }
  .program-inner { grid-template-columns: 1fr; }
  .about-preview { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .leadership-grid { grid-template-columns: repeat(2, 1fr); }
  .program-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.8rem; }
  .nav-links {
    position: fixed; top: 0; right: -100%; width: 80%; max-width: 350px; height: 100vh;
    background: var(--white); flex-direction: column; padding: 5rem 2rem 2rem; gap: 1.5rem;
    transition: var(--transition); border-left: 1px solid var(--border-light); z-index: 999;
    box-shadow: -10px 0 30px rgba(0,0,0,0.1);
  }
  .nav-links.open { right: 0; }
  .nav-toggle { display: flex; z-index: 1001; }
  .hero-content h1 { font-size: 2.5rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .membership-tiers { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .leadership-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .program-meta-grid { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
  .events-timeline::before { left: 20px; }
  .timeline-item:nth-child(odd), .timeline-item:nth-child(even) {
    padding-left: 50px; padding-right: 0; text-align: left;
  }
  .timeline-dot { left: 20px; }
  .program-highlights { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { text-align: center; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .dash-sidebar { position: static; }
}
@media (max-width: 480px) {
  .container { padding: 0 1.25rem; }
  h1 { font-size: 1.8rem; }
  .hero { min-height: 90vh; }
  .hero-slider { height: 90vh; }
  .hero-content h1 { font-size: 2rem; }
  .stat-item h3 { font-size: 2rem; }
  section { padding: 4rem 0; }
  .page-header { padding: 8rem 0 3rem; }
  .facilitator-card { flex-direction: column; text-align: center; }
  .facilitator-avatar { margin: 0 auto; }
  .login-card { padding: 2rem 1.5rem; }
  .program-date-badge { right: 1rem; }
}

/* ---------- Animations ---------- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ---------- Utility Classes ---------- */
.bg-light { background: var(--light-bg); }
.bg-white { background: var(--white); }
.bg-alt { background: var(--light-bg-alt); }
::selection { background: rgba(27,75,138,0.15); color: var(--text-dark); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--light-bg); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-light); }
*:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.skip-link { position: absolute; top: -100%; left: 1rem; background: var(--primary); color: var(--white); padding: 0.5rem 1rem; border-radius: var(--radius); z-index: 9999; font-size: 0.9rem; }
.skip-link:focus { top: 1rem; }

/* ============================================
   GIBC THEME ADDITIONS (WordPress)
   ============================================ */
.nav-links { gap: 1.5rem; }
.hero-slide .container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; }
.gibc-notice {
  background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.2); color: var(--info);
  padding: 0.85rem 1rem; border-radius: var(--radius); font-size: 0.82rem; line-height: 1.5;
  margin: 1.25rem 0 0;
}
.gallery-placeholder {
  position: relative; border-radius: var(--radius); aspect-ratio: 4/3;
  border: 2px dashed var(--border); background: var(--light-bg-alt);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 1rem; color: var(--text-muted);
}
.gallery-placeholder .ph-icon { font-size: 2rem; margin-bottom: 0.5rem; opacity: 0.6; }
.gallery-placeholder span { font-size: 0.85rem; font-weight: 500; }
.gallery-section-label { margin-top: 3.5rem; }
.admin-bar .navbar { top: 32px; }
@media (max-width: 782px) { .admin-bar .navbar { top: 46px; } }
