/* ==========================================================================
   THE POUR 2026 | DALLAS, TEXAS — Antigravity UX/UI Polish & Precision
   Adhering to high-contrast typography, strict alignment & sacred luxury styling
   ========================================================================== */

:root {
  /* Surface hierarchy */
  --bg-deep: #08060c;
  --bg-surface: #100d18;
  --bg-surface-elevated: #181424;
  --bg-card: rgba(22, 18, 32, 0.85);
  
  /* Borders */
  --border-subtle: rgba(255, 235, 200, 0.12);
  --border-gold: rgba(230, 180, 50, 0.4);
  --border-gold-bright: rgba(255, 215, 90, 0.75);

  /* Typography Colors */
  --text-primary: #ffffff;
  --text-secondary: #dcd8e4;
  --text-muted: #9c96aa;

  /* Radiant Gold System */
  --gold-50: #fffdf5;
  --gold-100: #fff9e6;
  --gold-200: #ffecb3;
  --gold-300: #ffd778;
  --gold-400: #f5ba38;
  --gold-500: #df9e19;
  --gold-600: #b57a07;

  /* Typography Stack */
  --font-serif: 'Cinzel', 'Cormorant Garamond', 'Times New Roman', serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background-color: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at 50% -5%, #241606 0%, #0d0a14 45%, #050408 100%);
}

/* Ambient Outpouring Glows */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
}

.glow-1 {
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(245, 186, 56, 0.2) 0%, rgba(212, 160, 40, 0.05) 50%, transparent 75%);
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
}

.glow-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 140, 30, 0.12) 0%, transparent 70%);
  top: 35%;
  right: -120px;
}

.glow-3 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(130, 70, 190, 0.14) 0%, transparent 70%);
  bottom: 8%;
  left: -120px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.75rem;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   ANNOUNCEMENT BAR
   ========================================================================== */
.announcement-bar {
  background: linear-gradient(90deg, #180f03 0%, #301d05 50%, #180f03 100%);
  border-bottom: 1px solid rgba(245, 186, 56, 0.35);
  padding: 0.65rem 0;
  font-size: 0.88rem;
  position: relative;
  z-index: 100;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}

.announcement-bar .badge {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: #120a00;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(245, 186, 56, 0.4);
}

.announcement-text {
  color: #fff9e6;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.announcement-link {
  color: var(--gold-300);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.announcement-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ==========================================================================
   NAVIGATION BAR — Clean Grid Alignment & Visual Balance
   ========================================================================== */
.navbar {
  position: sticky;
  top: 0;
  background: rgba(10, 8, 14, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  padding: 1rem 0;
  z-index: 90;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.logo-mark {
  font-size: 1.85rem;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(245, 186, 56, 0.6));
}

.logo-text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  line-height: 1.15;
  text-shadow: 0 0 15px rgba(245, 186, 56, 0.3);
}

.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--gold-400);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
}

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

.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: var(--transition-smooth);
  position: relative;
  padding: 0.25rem 0;
}

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

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--gold-400);
  transition: var(--transition-smooth);
}

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

.nav-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* ==========================================================================
   PREMIUM BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 9999px;
  font-family: var(--font-sans);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition-smooth);
  text-align: center;
  line-height: 1;
}

.btn-sm {
  padding: 0.6rem 1.3rem;
  font-size: 0.85rem;
}

.btn-md {
  padding: 0.85rem 1.8rem;
  font-size: 0.95rem;
}

.btn-lg {
  padding: 1.05rem 2.4rem;
  font-size: 1.05rem;
}

.btn-xl {
  padding: 1.25rem 2.8rem;
  font-size: 1.15rem;
}

.btn-gold {
  background: linear-gradient(135deg, #ffe599 0%, #f5ba38 45%, #cf8d12 100%);
  color: #120a00;
  box-shadow: 0 4px 25px rgba(245, 186, 56, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.btn-gold:hover {
  background: linear-gradient(135deg, #ffffff 0%, #ffe082 50%, #f5ba38 100%);
  box-shadow: 0 6px 35px rgba(245, 186, 56, 0.7), inset 0 1px 2px rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  color: #0b0700;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 230, 180, 0.25);
  backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--gold-400);
  color: var(--gold-200);
  transform: translateY(-2px);
}

.btn-primary {
  background: rgba(245, 186, 56, 0.12);
  color: var(--gold-200);
  border-color: var(--border-gold);
}

.btn-primary:hover {
  background: var(--gold-400);
  color: #120a00;
  border-color: var(--gold-400);
}

.btn-outline {
  background: transparent;
  color: var(--gold-300);
  border-color: var(--gold-500);
}

.btn-outline:hover {
  background: var(--gold-500);
  color: #120a00;
}

/* ==========================================================================
   HERO SECTION — Typography Polish & Harmonious Alignment
   ========================================================================== */
.hero {
  padding: 4.5rem 0 3.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(245, 186, 56, 0.08);
  border: 1px solid var(--border-gold);
  padding: 0.45rem 1.4rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: var(--gold-300);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  box-shadow: 0 0 25px rgba(245, 186, 56, 0.15);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 12px var(--gold-300);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-title {
  margin-bottom: 1.5rem;
  width: 100%;
}

.title-sub {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  letter-spacing: 0.28em;
  font-weight: 700;
  color: var(--gold-300);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.title-main {
  display: block;
  font-family: var(--font-serif);
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.05;
}

/* Metallic Text with Fallback */
.metallic-gold-text {
  background: linear-gradient(180deg, #ffffff 0%, #fff2c4 25%, #f5ba38 60%, #b87a05 85%, #694402 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-300); /* Fallback */
  filter: drop-shadow(0 4px 30px rgba(245, 186, 56, 0.45));
}

/* Sub-Pillar Ribbon directly from Flyer */
.flyer-pillars-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0.5rem 0 2rem;
  flex-wrap: wrap;
}

.pillar-word {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff9e6;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(245, 186, 56, 0.4);
}

.pillar-divider {
  color: var(--gold-500);
  font-size: 0.9rem;
  opacity: 0.7;
}

.hero-desc {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 760px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

/* Official Event Flyer Showcase */
.flyer-showcase-container {
  width: 100%;
  margin-bottom: 3.5rem;
}

.flyer-card-gold {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  background: linear-gradient(135deg, rgba(245, 186, 56, 0.12) 0%, rgba(20, 15, 30, 0.85) 100%);
  border: 1.5px solid var(--border-gold-bright);
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.9), 0 0 45px rgba(245, 186, 56, 0.25);
  overflow: hidden;
  transition: transform 0.15s ease-out, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.flyer-card-gold:hover {
  border-color: #ffd700;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.95), 0 0 60px rgba(245, 186, 56, 0.4);
}

.flyer-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  transition: transform 0.5s ease;
}

.flyer-card-gold:hover .flyer-image {
  transform: scale(1.015);
}

.flyer-gold-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1rem 0.5rem;
  color: var(--gold-200);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Event Quick Meta Ribbon */
.event-meta-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 18, 32, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  padding: 1.4rem 2.4rem;
  margin-bottom: 2.5rem;
  gap: 2.5rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
}

.meta-icon {
  font-size: 1.8rem;
}

.meta-item strong {
  display: block;
  font-size: 1.05rem;
  color: #ffffff;
}

.meta-item span {
  display: block;
  font-size: 0.85rem;
  color: var(--gold-300);
}

.meta-divider {
  width: 1px;
  height: 45px;
  background: var(--border-gold);
  opacity: 0.5;
}

/* Countdown Component */
.countdown-wrapper {
  margin-bottom: 2.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-label {
  font-size: 0.82rem;
  letter-spacing: 0.25em;
  color: var(--gold-300);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.1rem;
  text-shadow: 0 0 15px rgba(245, 186, 56, 0.4);
}

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

.countdown-card {
  background: linear-gradient(180deg, #20192e 0%, #110d1c 100%);
  border: 1px solid var(--border-gold);
  border-radius: 14px;
  padding: 1rem 1.4rem;
  min-width: 90px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6), inset 0 1px 1px rgba(255, 230, 180, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff9e6;
  line-height: 1;
  text-shadow: 0 0 15px rgba(245, 186, 56, 0.5);
}

.countdown-sub {
  font-size: 0.74rem;
  text-transform: uppercase;
  color: var(--gold-400);
  letter-spacing: 0.1em;
  margin-top: 0.35rem;
  font-weight: 700;
}

.countdown-colon {
  font-size: 2rem;
  color: var(--gold-400);
  font-family: var(--font-display);
  animation: pulse 1.5s infinite;
}

.hero-actions {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero-reassurance {
  font-size: 0.88rem;
  color: var(--gold-200);
  opacity: 0.85;
}

/* ==========================================================================
   SECTIONS SHARED STYLING
   ========================================================================== */
.section {
  padding: 6rem 0;
  position: relative;
  z-index: 10;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  color: var(--gold-400);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.1rem;
}

.section-sub {
  color: var(--text-secondary);
  font-size: 1.1rem;
}

/* Scripture Anchor */
.scripture-section {
  padding: 3.5rem 0;
}

.scripture-card {
  background: linear-gradient(180deg, rgba(30, 22, 42, 0.8) 0%, rgba(14, 10, 22, 0.95) 100%);
  border: 1px solid var(--border-gold-bright);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7), 0 0 35px rgba(245, 186, 56, 0.15);
}

.quote-mark {
  font-family: var(--font-display);
  font-size: 4.5rem;
  color: var(--gold-400);
  opacity: 0.5;
  line-height: 0.5;
  margin-bottom: 0.75rem;
}

.scripture-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff9e6;
  margin-bottom: 1.25rem;
}

.scripture-ref {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  color: var(--gold-300);
  text-transform: uppercase;
  font-weight: 700;
}

/* About / Mandate */
.grid-2-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

.paragraph-lead {
  font-size: 1.25rem;
  color: var(--gold-200);
  margin-bottom: 1.35rem;
  line-height: 1.65;
}

.paragraph {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  line-height: 1.75;
}

.feature-bullets {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.bullet-item {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}

.bullet-icon {
  color: var(--gold-400);
  font-size: 1.3rem;
  line-height: 1.3;
}

.bullet-item strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.bullet-item p {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Visual Card */
.visual-card {
  background: linear-gradient(145deg, #201732, #0e0a19);
  border: 1px solid var(--border-gold);
  border-radius: 24px;
  padding: 2.75rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(245, 186, 56, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.visual-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500), #ff9900, var(--gold-300));
}

.visual-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.visual-badge {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--gold-300);
  font-weight: 800;
}

.visual-year {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 600;
}

.card-hr {
  border: none;
  border-top: 1px solid var(--border-subtle);
  margin: 1.5rem 0;
}

.visual-stat .stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff9e6;
  line-height: 1;
  text-shadow: 0 0 20px rgba(245, 186, 56, 0.4);
}

.visual-stat .stat-label {
  display: block;
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin-top: 0.4rem;
}

.visual-footer {
  margin-top: 2rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-200);
  font-size: 1.2rem;
}

/* ==========================================================================
   PILLARS OF THE POUR
   ========================================================================== */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1.5rem;
}

.pillar-card {
  background: rgba(22, 17, 33, 0.85);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  padding: 2.2rem 1.6rem;
  position: relative;
  transition: var(--transition-smooth);
  backdrop-filter: blur(14px);
}

.pillar-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold-bright);
  box-shadow: 0 16px 40px rgba(245, 186, 56, 0.25);
  background: rgba(30, 23, 45, 0.95);
}

.pillar-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
}

.pillar-num {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--gold-400);
  font-weight: 700;
}

.pillar-scripture-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold-300);
  background: rgba(245, 186, 56, 0.1);
  border: 1px solid rgba(245, 186, 56, 0.3);
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.pillar-icon {
  font-size: 2.4rem;
  margin-bottom: 1.1rem;
  filter: drop-shadow(0 0 10px rgba(245, 186, 56, 0.3));
}

.pillar-title {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.85rem;
}

.pillar-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Registration Bridge Card */
.registration-bridge-card {
  margin-top: 3.5rem;
  background: linear-gradient(135deg, rgba(38, 26, 12, 0.9) 0%, rgba(18, 14, 26, 0.98) 100%);
  border: 1.5px solid var(--border-gold-bright);
  border-radius: 22px;
  padding: 2.75rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(245, 186, 56, 0.2);
  position: relative;
  overflow: hidden;
}

.registration-bridge-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold-300), var(--gold-600));
}

.reg-bridge-content {
  flex: 1;
}

.reg-badge-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.reg-pulse-pill {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ffb703;
  background: rgba(255, 183, 3, 0.15);
  border: 1px solid rgba(255, 183, 3, 0.4);
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.reg-free-pill {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #2ed573;
  background: rgba(46, 213, 115, 0.15);
  border: 1px solid rgba(46, 213, 115, 0.4);
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.reg-bridge-title {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  color: #fff9e6;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.reg-bridge-desc {
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 620px;
}

.reg-bridge-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.reg-note {
  font-size: 0.76rem;
  color: var(--text-muted);
  text-align: center;
}

/* FAQ RSVP Banner */
.faq-rsvp-banner {
  margin-top: 3.5rem;
  background: linear-gradient(135deg, rgba(32, 23, 44, 0.9) 0%, rgba(14, 10, 20, 0.98) 100%);
  border: 1.5px solid var(--border-gold-bright);
  border-radius: 20px;
  padding: 2.25rem 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.75), 0 0 30px rgba(245, 186, 56, 0.15);
}

.faq-rsvp-text {
  flex: 1;
}

.faq-rsvp-text h4 {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  color: #fff9e6;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.faq-rsvp-text p {
  color: var(--text-secondary);
  font-size: 0.96rem;
  margin: 0;
  line-height: 1.5;
}

.faq-rsvp-action {
  flex-shrink: 0;
}

.faq-rsvp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

/* ==========================================================================
   EVENT LOGISTICS & DETAILS
   ========================================================================== */
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

.detail-card {
  background: linear-gradient(180deg, #181326 0%, #0f0b1a 100%);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  padding: 2.2rem;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.detail-icon {
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
}

.detail-card h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.detail-card strong {
  display: block;
  font-size: 1.08rem;
  color: var(--gold-300);
  margin-bottom: 0.4rem;
}

.detail-sub {
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin-top: 0.3rem;
  line-height: 1.55;
}

.cta-spacing {
  margin-top: 3.5rem;
}

/* Schedule Timeline Component */
.schedule-container {
  margin-top: 5rem;
  background: rgba(18, 14, 26, 0.7);
  border: 1px solid var(--border-gold);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  backdrop-filter: blur(10px);
}

.schedule-header {
  margin-bottom: 3rem;
}

.schedule-mini-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--gold-400);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.schedule-title {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.schedule-sub {
  color: var(--text-secondary);
  font-size: 1rem;
}

.timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 148px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-400), rgba(245, 186, 56, 0.1));
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
}

.timeline-time {
  width: 130px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold-300);
  text-align: right;
  padding-top: 2px;
  line-height: 1.3;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #181326;
  border: 2.5px solid var(--gold-400);
  margin-top: 5px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(245, 186, 56, 0.5);
  flex-shrink: 0;
}

.timeline-dot.active {
  background: var(--gold-400);
  box-shadow: 0 0 15px rgba(245, 186, 56, 0.8);
}

.timeline-content {
  background: rgba(25, 19, 36, 0.7);
  border: 1px solid rgba(245, 186, 56, 0.15);
  border-radius: 14px;
  padding: 1.25rem 1.6rem;
  flex: 1;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  border-color: var(--border-gold);
  background: rgba(30, 23, 44, 0.9);
  transform: translateX(4px);
}

.timeline-content h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0.35rem;
}

.timeline-content p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
}

/* Travel Guide Card */
.travel-guide-card {
  margin-top: 3.5rem;
  background: linear-gradient(135deg, rgba(28, 20, 42, 0.9) 0%, rgba(16, 12, 24, 0.95) 100%);
  border: 1.5px solid var(--border-gold);
  border-radius: 20px;
  padding: 2.5rem 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.travel-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold-300);
  margin-bottom: 0.4rem;
}

.travel-header h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.travel-header p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

.travel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.travel-item {
  background: rgba(10, 7, 15, 0.6);
  border: 1px solid rgba(245, 186, 56, 0.15);
  border-radius: 14px;
  padding: 1.35rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.travel-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.travel-info strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.travel-info span {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.45;
  display: block;
}

/* ==========================================================================
   HOST & MINISTER PROFILE
   ========================================================================== */
.host-card {
  background: linear-gradient(135deg, rgba(32, 23, 48, 0.85) 0%, rgba(16, 12, 24, 0.95) 100%);
  border: 1px solid var(--border-gold-bright);
  border-radius: 28px;
  padding: 4rem;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.8), 0 0 40px rgba(245, 186, 56, 0.15);
}

.host-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.host-avatar-frame {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, var(--gold-300), #ff9900, var(--gold-500));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7), 0 0 35px rgba(245, 186, 56, 0.45);
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.host-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: transform 0.4s ease;
}

.host-avatar-frame:hover .host-photo {
  transform: scale(1.05);
}

.host-badge {
  background: rgba(245, 186, 56, 0.15);
  border: 1px solid var(--border-gold);
  color: var(--gold-200);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  padding: 0.4rem 1.2rem;
  border-radius: 9999px;
  text-transform: uppercase;
  font-weight: 700;
}

.host-name {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}

.host-role {
  font-size: 1.15rem;
  color: var(--gold-300);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.host-motto {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-100);
  opacity: 0.85;
  margin-bottom: 1.6rem;
}

.host-links {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.2rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   ABOUT EOCGM & ANTONIO WALTON SECTION
   ========================================================================== */
.ministry-section {
  padding: 6.5rem 0;
  position: relative;
  z-index: 10;
}

.legacy-banner {
  background: radial-gradient(circle at center, #2e1d0c 0%, #150f22 100%);
  border: 1px solid var(--border-gold-bright);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  margin-bottom: 3.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 186, 56, 0.15);
}

.legacy-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: #120a00;
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  padding: 0.35rem 1.1rem;
  border-radius: 9999px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.legacy-title {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff9e6;
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.legacy-desc {
  font-size: 1.08rem;
  color: var(--text-secondary);
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.75;
}

.ministry-leader-card {
  background: linear-gradient(135deg, rgba(28, 20, 42, 0.9) 0%, rgba(14, 10, 22, 0.98) 100%);
  border: 1px solid var(--border-gold-bright);
  border-radius: 28px;
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 3.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(245, 186, 56, 0.15);
}

.leader-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.leader-avatar-frame {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, #ff9900, var(--gold-400), #cf8d12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(245, 186, 56, 0.4);
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.leader-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 50%;
  display: block;
  transition: transform 0.4s ease;
}

.leader-avatar-frame:hover .leader-photo {
  transform: scale(1.03);
}

.leader-actions {
  margin-top: 1.75rem;
}

/* Ministry Stats Grid */
.ministry-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.min-stat-card {
  background: rgba(20, 16, 30, 0.85);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  padding: 2rem 1.6rem;
  text-align: center;
  transition: var(--transition-smooth);
}

.min-stat-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold-bright);
  box-shadow: 0 12px 35px rgba(245, 186, 56, 0.2);
}

.min-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--gold-300);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.min-stat-title {
  display: block;
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.min-stat-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}



/* Ministry Gallery */
.ministry-gallery-container {
  background: rgba(14, 11, 22, 0.7);
  border: 1px solid var(--border-gold);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gallery-header h4 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff9e6;
}

.gallery-header span {
  font-size: 0.85rem;
  color: var(--gold-400);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.ministry-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 240px;
  border: 1px solid rgba(255, 230, 180, 0.15);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 8, 16, 0.9) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  color: #fff9e6;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

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

/* Skool Community Section */
.community-banner-wrapper {
  margin-top: 3.5rem;
}

.community-card {
  background: linear-gradient(135deg, rgba(32, 22, 54, 0.95) 0%, rgba(14, 10, 22, 0.98) 100%);
  border: 1.5px solid var(--border-gold-bright);
  border-radius: 24px;
  padding: 3.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.85), 0 0 45px rgba(245, 186, 56, 0.18);
  position: relative;
  overflow: hidden;
}

.community-grid-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3.5rem;
  align-items: center;
}

.community-visual-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.community-logo-frame {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500), #ff9900);
  box-shadow: 0 10px 30px rgba(245, 186, 56, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.community-banner-preview {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
  width: 100%;
  aspect-ratio: 16/9;
}

.community-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.community-banner-preview:hover .community-banner-img {
  transform: scale(1.05);
}

.community-banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 8, 16, 0.95) 100%);
  padding: 0.85rem 1rem 0.6rem;
  color: var(--gold-200);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.community-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(245, 186, 56, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.community-badge-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.community-pill {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold-300);
  background: rgba(245, 186, 56, 0.12);
  border: 1px solid rgba(245, 186, 56, 0.35);
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.community-free-pill {
  font-size: 0.72rem;
  font-weight: 800;
  color: #2ed573;
  background: rgba(46, 213, 115, 0.12);
  border: 1px solid rgba(46, 213, 115, 0.4);
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.community-title {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.community-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 820px;
  margin-bottom: 2rem;
}

.community-perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.community-perk-item {
  background: rgba(10, 7, 16, 0.65);
  border: 1px solid rgba(245, 186, 56, 0.15);
  border-radius: 14px;
  padding: 1.1rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff9e6;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.community-perk-item:hover {
  border-color: var(--border-gold);
  background: rgba(20, 15, 30, 0.9);
  transform: translateY(-2px);
}

.perk-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.community-action-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.community-subtext {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: italic;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-accordion {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.faq-item {
  background: linear-gradient(180deg, #181326 0%, #110d1c 100%);
  border: 1px solid var(--border-gold);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item.active {
  border-color: var(--border-gold-bright);
  box-shadow: 0 8px 30px rgba(245, 186, 56, 0.15);
}

.faq-trigger {
  width: 100%;
  padding: 1.4rem 2rem;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.faq-icon {
  font-size: 1.6rem;
  color: var(--gold-400);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-content p {
  padding: 0 2rem 1.6rem;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
}

/* ==========================================================================
   CALL TO ACTION BANNER
   ========================================================================== */
.cta-banner {
  padding: 7rem 0;
}

.cta-box {
  background: radial-gradient(circle at center, #352110 0%, #171124 60%, #0a0812 100%);
  border: 2px solid var(--border-gold-bright);
  border-radius: 32px;
  padding: 5rem 2.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9), 0 0 60px rgba(245, 186, 56, 0.25);
  max-width: 950px;
  margin: 0 auto;
}

.cta-title {
  font-family: var(--font-serif);
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff9e6;
  margin: 1.25rem 0;
  line-height: 1.18;
}

.cta-lead {
  font-size: 1.22rem;
  color: var(--text-secondary);
  max-width: 660px;
  margin: 0 auto 2.75rem;
  line-height: 1.7;
}

.cta-button-group {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   GIVING & SOW A SEED SECTION
   ========================================================================== */
.giving-section {
  padding: 6rem 0;
  position: relative;
  z-index: 10;
}

.giving-card-wrapper {
  background: linear-gradient(135deg, rgba(35, 23, 10, 0.9) 0%, rgba(18, 14, 26, 0.98) 100%);
  border: 1.5px solid var(--border-gold-bright);
  border-radius: 28px;
  padding: 3.5rem 3rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.85), 0 0 50px rgba(245, 186, 56, 0.2);
}

.giving-optional-badge {
  display: inline-block;
  background: rgba(245, 186, 56, 0.15);
  border: 1px solid var(--border-gold);
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.4rem 1.25rem;
  border-radius: 9999px;
  text-transform: uppercase;
  margin: 0.5rem 0 1.5rem;
}

.giving-ways-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.giving-cashapp-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: linear-gradient(135deg, rgba(0, 214, 79, 0.08) 0%, rgba(20, 16, 28, 0.9) 100%);
  border: 1.5px solid rgba(0, 214, 79, 0.35);
  border-radius: 16px;
  padding: 1rem 1.4rem;
  transition: all 0.3s ease;
}

.giving-cashapp-card:hover {
  border-color: #00D64F;
  box-shadow: 0 0 25px rgba(0, 214, 79, 0.25);
  transform: translateY(-2px);
}

.cashapp-icon-badge {
  background: #00D64F;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 214, 79, 0.4);
}

.cashapp-details {
  flex: 1;
}

.cashapp-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a0aec0;
  margin-bottom: 2px;
}

.cashapp-cashtag {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
}

.cashapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 214, 79, 0.18);
  border: 1px solid #00D64F;
  color: #00ff66;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cashapp-btn:hover {
  background: #00D64F;
  color: #000;
  box-shadow: 0 0 20px rgba(0, 214, 79, 0.5);
}

.scripture-mini-quote {
  background: rgba(10, 8, 14, 0.6);
  border-left: 3px solid var(--gold-400);
  padding: 1.25rem 1.5rem;
  border-radius: 0 12px 12px 0;
  margin: 1.75rem 0 2rem;
}

.scripture-mini-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: #fff9e6;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.scripture-mini-quote span {
  font-size: 0.85rem;
  color: var(--gold-400);
  font-weight: 700;
}

.giving-qr-col {
  display: flex;
  justify-content: center;
  width: 100%;
}

.giving-dual-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.qr-gold-frame {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500), #ff9900);
  padding: 6px;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(245, 186, 56, 0.3);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.qr-cashapp-frame {
  background: linear-gradient(135deg, #00D64F, #00b341, #057a2e);
  padding: 6px;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 214, 79, 0.25);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.qr-inner-card {
  background: #120e1c;
  border-radius: 16px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.qr-badge {
  display: inline-block;
  background: rgba(245, 186, 56, 0.12);
  color: var(--gold-300);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border: 1px solid var(--border-gold);
}

.qr-badge-cashapp {
  background: rgba(0, 214, 79, 0.15);
  color: #00ff66;
  border-color: rgba(0, 214, 79, 0.4);
}

.qr-badge-paypal {
  background: rgba(0, 156, 222, 0.15);
  color: #38bdf8;
  border-color: rgba(0, 156, 222, 0.4);
}

.qr-img-wrapper {
  background: #fff9e6;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-image {
  width: 155px;
  height: 155px;
  display: block;
}

.qr-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.qr-instruction {
  font-size: 0.82rem;
  color: #cbd5e1;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.qr-sub {
  font-size: 0.74rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.qr-direct-btn {
  margin-top: auto;
  width: 100%;
  font-size: 0.85rem;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.qr-direct-btn-paypal {
  background: linear-gradient(135deg, #0070ba, #003087);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.qr-direct-btn-paypal:hover {
  background: linear-gradient(135deg, #0086e0, #0045c4);
  box-shadow: 0 0 20px rgba(0, 112, 186, 0.5);
  transform: translateY(-2px);
}

.qr-direct-btn-cashapp {
  background: #00D64F;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.qr-direct-btn-cashapp:hover {
  background: #00ff66;
  box-shadow: 0 0 20px rgba(0, 214, 79, 0.6);
  transform: translateY(-2px);
}

.qr-501c3-tag {
  display: inline-block;
  background: rgba(245, 186, 56, 0.12);
  border: 1px solid rgba(245, 186, 56, 0.35);
  color: var(--gold-300);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.nonprofit-501c3-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(46, 213, 115, 0.12);
  border: 1px solid rgba(46, 213, 115, 0.4);
  color: #2ed573;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.9rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.giving-tax-notice {
  font-size: 0.8rem;
  color: #a0aec0;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.75rem 1rem;
  border-radius: 12px;
  margin-top: 0.5rem;
}

/* ==========================================================================
   CONTACT FORM SECTION
   ========================================================================== */
.contact-section {
  padding: 6.5rem 0;
  position: relative;
  z-index: 10;
}

.contact-card {
  background: linear-gradient(135deg, rgba(24, 19, 36, 0.92) 0%, rgba(13, 10, 20, 0.98) 100%);
  border: 1px solid var(--border-gold);
  border-radius: 28px;
  padding: 3.5rem;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold-200);
  letter-spacing: 0.02em;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: rgba(10, 8, 16, 0.8);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 0.95rem 1.25rem;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.98rem;
  transition: var(--transition-smooth);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--gold-400);
  background: rgba(18, 14, 28, 0.95);
  box-shadow: 0 0 15px rgba(245, 186, 56, 0.25);
}

.form-select {
  cursor: pointer;
}

.form-select option {
  background: #161224;
  color: #fff;
}

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

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.form-note {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.form-alert {
  padding: 1.1rem 1.5rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1rem;
}

.success-alert {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #86efac;
}

.error-alert {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background: #040306;
  border-top: 1px solid var(--border-gold);
  padding: 5rem 0 2.5rem;
  position: relative;
  z-index: 10;
}

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

.footer-tagline {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-top: 1.1rem;
  line-height: 1.65;
}

.footer-col h4 {
  font-size: 0.98rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-col a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.94rem;
  transition: var(--transition-smooth);
}

.footer-col a:hover {
  color: var(--gold-300);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 230, 180, 0.1);
  padding-top: 2rem;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-event-date {
  color: var(--gold-300);
  font-weight: 600;
}

/* Mobile Sticky Bar */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 14, 26, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-gold);
  padding: 0.85rem 1.4rem;
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.sticky-info {
  display: flex;
  flex-direction: column;
}

.sticky-info strong {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #fff;
}

.sticky-info span {
  font-size: 0.78rem;
  color: var(--gold-300);
  font-weight: 600;
}

/* Calendar Modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  background: #181326;
  border: 1px solid var(--border-gold-bright);
  border-radius: 22px;
  width: 100%;
  max-width: 500px;
  padding: 2.2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 35px rgba(245, 186, 56, 0.2);
  z-index: 10;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.35rem;
}

.modal-header h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: #fff9e6;
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--text-secondary);
  cursor: pointer;
}

.modal-close:hover {
  color: #fff;
}

.modal-body p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  margin-bottom: 1.6rem;
}

.calendar-options {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.cal-option {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-gold);
  border-radius: 14px;
  padding: 1.1rem 1.35rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.cal-option:hover {
  border-color: var(--gold-300);
  background: #251d38;
  color: var(--gold-200);
  transform: translateY(-2px);
}

.cal-icon {
  font-size: 1.5rem;
}

/* Animations */
.animate-fade-in { animation: fadeIn 0.8s ease forwards; }
.animate-fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }
.delay-5 { animation-delay: 0.75s; }

@keyframes fadeIn { to { opacity: 1; } }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

/* Responsive adjustments */
@media (max-width: 992px) {
  .title-main { font-size: 4rem; }
  .grid-2-col { grid-template-columns: 1fr; gap: 3rem; }
  .host-card { grid-template-columns: 1fr; padding: 3rem; text-align: center; }
  .host-links { justify-content: center; }
  .ministry-leader-card { grid-template-columns: 1fr; padding: 3rem; text-align: center; }
  .leader-actions { display: flex; justify-content: center; }
  .giving-card-wrapper { grid-template-columns: 1fr; padding: 3rem; text-align: center; gap: 3rem; }
  .scripture-mini-quote { text-align: left; }
  .footer-container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .title-main { font-size: 3rem; }
  .pillar-word { font-size: 0.95rem; letter-spacing: 0.15em; }
  .flyer-pillars-bar { gap: 0.8rem; }
  .event-meta-ribbon { flex-direction: column; align-items: flex-start; gap: 1.25rem; padding: 1.25rem; }
  .meta-divider { display: none; }
  .countdown { gap: 0.4rem; }
  .countdown-card { min-width: 68px; padding: 0.7rem 0.8rem; }
  .countdown-num { font-size: 1.7rem; }
  .countdown-colon { font-size: 1.5rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .ministry-gallery-grid { grid-template-columns: 1fr; }
  .giving-card-wrapper { padding: 2rem 1.5rem; }
  .giving-dual-qr-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .timeline-wrapper::before { left: 16px; }
  .timeline-item { flex-direction: column; gap: 0.5rem; padding-left: 2.2rem; }
  .timeline-dot { position: absolute; left: 10px; top: 0; }
  .timeline-time { text-align: left; width: auto; font-size: 0.9rem; }
  .registration-bridge-card { flex-direction: column; text-align: center; padding: 2.2rem 1.5rem; gap: 1.75rem; }
  .reg-badge-row { justify-content: center; }
  .faq-rsvp-banner { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
  .faq-rsvp-banner .btn { width: 100%; }
  .form-row-2 { grid-template-columns: 1fr; }
  .contact-card { padding: 2.2rem 1.5rem; }
  .community-grid-layout { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .community-badge-row { justify-content: center; }
  .community-action-row { justify-content: center; }
  .community-card { padding: 2.2rem 1.5rem; }
  .mobile-sticky-bar { display: flex; }
  .footer-container { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
