:root {
  --bg-color: #09090b;
  --bg-secondary: #121217;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --accent-color: #f59e0b; /* Amber */
  --accent-hover: #d97706;
  --accent-blue: #3b82f6; /* Blue */
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition: all 0.3s ease;
}

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

html { overflow-x: hidden; }
body { font-family: var(--font-body); color: var(--text-primary); background-color: var(--bg-color); line-height: 1.6; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* Utilities */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.text-center { text-align: center; }
.mb-sm { margin-bottom: 0.5rem; }
.mb-md { margin-bottom: 1.5rem; }
.mb-lg { margin-bottom: 3rem; }
.mt-lg { margin-top: 3rem; }
.mt-huge { margin-top: 5rem; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.align-center-v { display: flex; flex-direction: column; justify-content: center; height: 100%; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.5rem; border-radius: 8px; font-weight: 500; font-family: var(--font-heading);
  cursor: pointer; transition: var(--transition); border: none;
}
.btn-primary { background: var(--accent-color); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2); }
.btn-secondary { background: rgba(255, 255, 255, 0.1); color: var(--text-primary); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }
.btn-large { padding: 1rem 2rem; font-size: 1.1rem; }

/* Gradients */
.gradient-text {
  background: linear-gradient(135deg, var(--accent-color), #fcd34d);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.accent { color: var(--accent-color); }
.accent-text { color: var(--accent-blue); }

/* Typography */
.hero-lead { font-size: 1.5rem; color: var(--text-secondary); max-width: 600px; margin: 0.5rem auto 2.5rem; font-weight: 300; }
.text-light { color: var(--text-secondary); }

/* Glassmorphism */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: 16px; padding: 2rem;
  transition: var(--transition);
}
.glass-card:hover { transform: translateY(-5px); border-color: rgba(255, 255, 255, 0.15); box-shadow: 0 15px 30px rgba(0,0,0,0.4); }

/* Navigation */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 1.5rem 0; transition: var(--transition);
}
.navbar.scrolled { padding: 1rem 0; background: rgba(9, 9, 11, 0.85); backdrop-filter: blur(16px); border-bottom: 1px solid var(--glass-border); }
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; font-size: 1.5rem; font-family: var(--font-heading); font-weight: 800; letter-spacing: -0.5px; }
.logo span { color: var(--accent-color); padding-left: 5px; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { font-size: 0.95rem; font-weight: 500; color: var(--text-primary); opacity: 0.8; transition: var(--transition); }
.nav-links a:hover { opacity: 1; color: var(--accent-color); }
.menu-btn { display: none; font-size: 1.5rem; cursor: pointer; }

/* Hero Section */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding-top: 80px; }
.hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7) contrast(1.1); animation: subtleZoom 20s infinite alternate; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(9,9,11,0.5) 0%, rgba(9,9,11,1) 100%); }
.hero-content { position: relative; z-index: 10; padding-bottom: 4rem; max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; }

.badge {
  display: inline-block; padding: 0.4rem 1rem; border-radius: 50px;
  background: rgba(245, 158, 11, 0.1); border: 1px solid rgba(245, 158, 11, 0.2);
  color: var(--accent-color); font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.5rem;
}

.hero h1 { font-size: clamp(3.5rem, 8vw, 6rem); letter-spacing: -2px; margin-bottom: 0.5rem; line-height: 1; }

.countdown-wrapper { display: flex; gap: 1.5rem; margin: 2rem 0; align-items: center; justify-content: center; }
.countdown-item { display: flex; flex-direction: column; align-items: center; min-width: 60px; }
.countdown-item span { font-size: 2.5rem; font-family: var(--font-heading); font-weight: 700; line-height: 1; }
.countdown-item label { font-size: 0.8rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; margin-top: 5px; }
.countdown-separator { font-size: 2rem; font-weight: 700; color: var(--accent-color); padding-bottom: 15px; }
.hero-actions { display: flex; gap: 1rem; margin-top: 1rem; justify-content: center; }

/* Sections Common */
.section { padding: 6rem 0; position: relative; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 1rem; letter-spacing: -1px; }
.section-title p { color: var(--text-secondary); max-width: 600px; margin: 0 auto; font-size: 1.1rem; }
.dark-alt-bg { background-color: var(--bg-secondary); }

/* Video Showcase Section */
.video-showcase {
  padding: 0;
  background: var(--bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--glass-border);
  background: #000;
}

#animation-canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.video-controls {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.video-player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  z-index: 5;
  cursor: pointer;
}

.video-player-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-icon {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* Glow Effects */
.bg-glow { position: absolute; width: 400px; height: 400px; filter: blur(100px); border-radius: 50%; opacity: 0.15; z-index: -1; pointer-events: none; }
.bg-glow-left { background: var(--accent-blue); top: 10%; left: -100px; }
.bg-glow-right { background: var(--accent-color); top: 30%; right: -100px; }

/* --- NEW SECTIONS --- */

/* Social Proof Bar */
.social-proof-bar {
  background: var(--bg-secondary); border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border);
  padding: 3rem 0; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem;
}
.stat-item { text-align: center; }
.stat-number { font-size: 3rem; font-family: var(--font-heading); font-weight: 700; color: var(--accent-color); line-height: 1; }
.stat-label { font-size: 0.9rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.5rem; }

/* Details Strip */
.details-strip {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 4rem; padding: 1.5rem 3rem; 
  background: rgba(18, 18, 23, 0.7); border-radius: 100px; margin-top: 1rem; 
  position: relative; z-index: 20; backdrop-filter: blur(10px); border: 1px solid var(--glass-border);
}
.detail-item { display: flex; align-items: center; gap: 1rem; }
.detail-icon { font-size: 2rem; color: var(--accent-blue); }
.detail-text { text-align: left; }
.detail-text h4 { font-size: 1.1rem; margin-bottom: 0.2rem; }
.detail-text p { font-size: 0.9rem; color: var(--text-secondary); }

/* Theme Hook */
.theme-hook { text-align: center; max-width: 800px; margin: 0 auto; position: relative; z-index: 2; padding: 2rem 0; }
.scripture-anchor { font-family: var(--font-heading); color: var(--accent-color); margin-bottom: 2rem; }
.theme-desc { font-size: 1.3rem; line-height: 1.8; color: var(--text-primary); font-weight: 300; }

/* Speakers Grid */
.speakers-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 4rem; }
.speaker-card { text-align: center; padding: 1.5rem; display: flex; flex-direction: column; align-items: center; background: rgba(255,255,255,0.02); flex: 0 1 300px; max-width: 350px; }
.speaker-card:hover { background: rgba(255,255,255,0.04); }
.speaker-avatar { 
    width: 120px; height: 120px; border-radius: 50%; 
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-color)); 
    margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; 
    font-size: 3.5rem; color: white; border: 4px solid #1a1a24; box-shadow: 0 10px 20px rgba(0,0,0,0.3); 
}
.speaker-img {
    width: 100%; height: 380px; border-radius: 12px; object-fit: cover; object-position: top center;
    margin-bottom: 1.5rem; border: 2px solid rgba(255,255,255,0.05); box-shadow: 0 15px 30px rgba(0,0,0,0.4);
    background: var(--bg-secondary);
}
.speaker-name { font-size: 1.3rem; margin-bottom: 0.3rem; }
.speaker-title { font-size: 0.9rem; color: var(--accent-color); font-weight: 600; letter-spacing: 1px; }

/* Symposium Profile Card Layout */
.symposium-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 4rem; margin-top: 3rem; }
.profile-card-wrapper { position: relative; display: flex; align-items: center; width: 100%; max-width: 550px; margin: 0 auto; border-radius: 1.5rem; transition: transform 0.3s ease; }
.profile-card-wrapper:hover { transform: translateY(-5px); }
.profile-avatar { width: 55%; padding-bottom: 60%; border-radius: 1.2rem; overflow: hidden; background: var(--bg-secondary); flex-shrink: 0; position: relative; z-index: 1; margin-right: -15%; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.profile-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-content { background: #15151e; border-radius: 1rem; padding: 1.5rem 1.2rem 1.5rem 2rem; z-index: 2; flex: 1; box-shadow: 0 15px 35px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.05); }
.profile-name { font-size: 1.15rem; font-family: var(--font-heading); font-weight: 700; color: white; margin-bottom: 0.2rem; }
.profile-title { font-size: 0.75rem; color: var(--text-secondary); margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
.profile-desc { font-size: 0.95rem; font-weight: 600; color: var(--accent-color); line-height: 1.4; }

/* Schedule Component */
.schedule-container { max-width: 900px; margin: 4rem auto 0; }
.schedule-tabs { display: flex; overflow-x: auto; gap: 0.5rem; margin-bottom: 2.5rem; padding-bottom: 1rem; scrollbar-width: none; }
.schedule-tabs::-webkit-scrollbar { display: none; }
.schedule-tab { 
    padding: 1rem 1.5rem; background: var(--glass-bg); border: 1px solid var(--glass-border); 
    border-radius: 8px; cursor: pointer; white-space: nowrap; transition: var(--transition); 
    font-family: var(--font-heading); font-weight: 600; color: var(--text-secondary);
}
.schedule-tab.active, .schedule-tab:hover { background: var(--accent-color); color: white; border-color: var(--accent-color); }
.schedule-content { display: none; border-left: 2px solid rgba(255,255,255,0.1); padding-left: 2rem; margin-left: 1rem; animation: fadeIn 0.4s ease; }
.schedule-content.active { display: block; }
.schedule-item { position: relative; margin-bottom: 2.5rem; }
.schedule-item::before { content: ''; position: absolute; left: -2.35rem; top: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--bg-color); border: 3px solid var(--accent-blue); }
.schedule-time { font-size: 0.85rem; color: var(--accent-color); font-weight: 600; margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 1px; }
.schedule-title { font-size: 1.3rem; margin-bottom: 0.5rem; }
.schedule-desc { font-size: 1rem; color: var(--text-secondary); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.gallery-item { border-radius: 12px; overflow: hidden; height: 250px; position: relative; background: var(--bg-secondary); border: 1px solid var(--glass-border); display: flex; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.6); z-index: 2; pointer-events: none; transition: var(--transition); }
.gallery-item:hover::after { background: rgba(0,0,0,0.8); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; opacity: 1; position: absolute; inset: 0; z-index: 1; }
.gallery-item:hover img { transform: scale(1.08); filter: brightness(0.5); }
.gallery-caption { position: relative; z-index: 3; color: white; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; pointer-events: none; text-shadow: 0 4px 10px rgba(0,0,0,0.6); }

/* Registration Card */
.ticket-wrapper { display: flex; justify-content: center; margin-top: 3rem; }
.ticket-card { max-width: 500px; width: 100%; position: relative; overflow: hidden; padding: 3rem; text-align: center; border-top: 4px solid var(--accent-color); }
.ticket-price { font-size: 4rem; font-family: var(--font-heading); font-weight: 800; color: white; line-height: 1; margin: 1rem 0 0.5rem; }
.ticket-includes { margin: 2.5rem auto; display: flex; flex-direction: column; gap: 1rem; width: fit-content; text-align: left; }
.ticket-includes li { display: flex; align-items: center; gap: 1rem; font-size: 1rem; color: var(--text-primary); }
.ticket-includes li i { color: var(--accent-color); font-size: 1.3rem; }

/* FAQ Accordion */
.faq-list { max-width: 800px; margin: 3rem auto 0; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border); border-radius: 8px; overflow: hidden; transition: var(--transition); }
.faq-item:hover { border-color: rgba(255,255,255,0.1); }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 0.6rem 1.5rem; color: var(--text-primary); font-size: 1.05rem; font-family: var(--font-heading); font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: all 0.4s ease; opacity: 0; }
.faq-answer p { margin-bottom: 0.6rem; color: var(--text-secondary); font-size: 0.95rem; }
.faq-item.active .faq-answer { padding-bottom: 0.6rem; max-height: 300px; opacity: 1; }
.faq-icon { font-size: 1.5rem; transition: transform 0.3s ease; color: var(--accent-color); }
.faq-item.active .faq-icon { transform: rotate(45deg); color: white; }

/* Footer */
.footer { border-top: 1px solid var(--glass-border); padding: 4rem 0 2rem; background: #050505; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3rem; margin-bottom: 3rem; }
.footer-brand h2 { font-size: 2rem; letter-spacing: -1px; margin-bottom: 1rem; }
.footer-brand span { color: var(--accent-color); }
.footer-brand p { color: var(--text-secondary); font-size: 0.95rem; }
.footer-outcomes h3 { margin-bottom: 1.5rem; font-size: 1.3rem; }
.outcome-list { display: flex; flex-direction: column; gap: 1rem; }
.outcome-list li { color: var(--text-secondary); font-size: 0.95rem; position: relative; padding-left: 1.5rem; }
.outcome-list li::before { content: '→'; position: absolute; left: 0; color: var(--accent-color); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; color: var(--text-secondary); font-size: 0.9rem; }
.socials { display: flex; gap: 1rem; }
.socials a { font-size: 1.2rem; transition: var(--transition); background: rgba(255,255,255,0.05); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.socials a:hover { color: white; background: var(--accent-color); }

/* Animations */
@keyframes subtleZoom { from { transform: scale(1); } to { transform: scale(1.05); } }
.fade-in { animation: fadeIn 1s ease forwards; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Responsive */
@media (max-width: 1024px) {
  .hero h1 { font-size: 4rem; }
  .section { padding: 5rem 0; }
  .details-strip { gap: 2rem; padding: 1.5rem; border-radius: 20px; flex-direction: column; align-items: center; text-align: center; }
  .detail-text { text-align: center; }
  .footer-grid { gap: 2rem; }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 3rem; }
  .hero-lead { font-size: 1.2rem; }
  .section { padding: 4rem 0; }
  .section-title h2 { font-size: 2.2rem; }
  
  /* Mobile Nav */
  .nav-links { 
    position: absolute; top: 100%; left: 0; width: 100%; background: rgba(9, 9, 11, 0.95);
    flex-direction: column; padding: 2rem 0; gap: 1.5rem; border-bottom: 1px solid var(--glass-border);
    backdrop-filter: blur(16px); text-align: center; display: none; 
  }
  .nav-links.active { display: flex; }
  .menu-btn { display: block; }
  .navbar { padding: 1rem 0; }
  .navbar .btn { display: none; } /* Push hamburger flush by hiding the top button on mobile */

  /* Symposium Mobile Adjustments */
  .symposium-grid { grid-template-columns: 1fr; gap: 4rem; margin-top: 2rem; }
  .profile-card-wrapper { flex-direction: column; text-align: center; }
  .profile-avatar { width: 100%; padding-bottom: 110%; margin-right: 0; margin-bottom: -20%; box-shadow: 0 10px 20px rgba(0,0,0,0.4); }
  .profile-content { width: 85%; margin: 0 auto; border-radius: 1rem; padding: 2.5rem 1rem 1.2rem; text-align: center; display: flex; flex-direction: column; align-items: center; }

  /* Counters & Timers */
  .countdown-wrapper { justify-content: center; flex-wrap: wrap; gap: 0.8rem; }
  .countdown-item span { font-size: 2rem; }
  .countdown-separator { font-size: 1.5rem; padding-bottom: 10px; }
  .social-proof-bar { flex-direction: column; gap: 2.5rem; padding: 2.5rem 0; }
  .stat-number { font-size: 2.5rem; }

  /* Content */
  .theme-desc { font-size: 1.15rem; }
  .scripture-anchor h3 { font-size: 1.4rem; }
  .scripture-anchor i { right: 0; top: -10px; opacity: 0.1; left: 0; font-size: 4rem; }
  
  /* Speakers */
  .speakers-grid { gap: 1.5rem; margin-top: 3rem; }
  .speaker-card { flex: 1 1 100%; max-width: 100%; padding: 1.5rem; }

  /* Tickets */
  .ticket-card { padding: 2rem 1.5rem; }
  .ticket-price { font-size: 3rem; }
  .ticket-includes { margin: 1.5rem 0; width: 100%; align-items: flex-start; }

  /* Footer */
  .footer-grid { text-align: center; justify-content: center; }
  .footer-brand, .footer-outcomes, .footer-contact { display: flex; flex-direction: column; align-items: center; }
  .outcome-list { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; justify-content: center; align-items: center; }
  .socials { display: flex; justify-content: center; width: 100%; }
  .footer-province img { height: 50px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2.5rem; }
  .badge { font-size: 0.75rem; padding: 0.3rem 0.8rem; }

  /* Buttons expand */
  .hero-actions { flex-direction: column; width: 100%; gap: 1rem; }
  .hero-actions .btn { width: 100%; justify-content: center; margin: 0; }

  /* Countdown shrink */
  .countdown-wrapper { justify-content: space-around; width: 100%; gap: 0; }
  .countdown-separator { display: none; }
  .schedule-tab { padding: 0.8rem 1rem; font-size: 0.9rem; }

  /* Video */
  .video-showcase { padding: 2rem 1rem; min-height: auto; }
  .video-container { border-radius: 12px; aspect-ratio: 16 / 9; }
  .play-icon { font-size: 3rem; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .video-showcase { padding: 3rem 1.5rem; }
  .video-container { border-radius: 16px; }
}
