:root {
  --gold: #d19a22;
  --gold-light: #eec15c;
  --gold-dark: #bd8b1f;
  --dark: #0f172a;
  --dark-light: #1e293b;
  --gray: #64748b;
  --bg: #f8fafc;
  --white: #ffffff;
  --radius: 20px;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --border: rgba(226, 232, 240, 0.8);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAVBAR */
.navbar {
  position: fixed;
  width: 100%; top: 0; left: 0;
  padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-text { font-size: 22px; font-weight: 900; letter-spacing: -0.5px; }
.brand-text .otg { color: white; }
.brand-text .church { color: var(--gold); }
.brand-icon { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); padding: 8px 12px; border-radius: 12px; font-size: 18px; }

.nav-links { display: flex; gap: 24px; }
.nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 600; font-size: 14px;
  transition: all 0.2s ease;
}
.nav-links a:hover { color: var(--gold) !important; }

.nav-right { display: flex; align-items: center; gap: 12px; }
.menu-btn { display: none; font-size: 24px; border: none; background: transparent; cursor: pointer; color: white; }
.donate-btn {
  text-decoration: none;
  background: var(--gold); color: white !important;
  padding: 10px 18px; border-radius: 12px;
  font-weight: 700; font-size: 13px;
  transition: all 0.3s ease;
}

/* HERO */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  position: relative; display: flex; align-items: center; justify-content: center;
  padding: 120px 24px 60px; text-align: center; color: white;
}
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 800px; }

.pill {
  display: inline-block;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white; margin-bottom: 20px;
  font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
}
.gold-pill { background: rgba(209, 154, 34, 0.1); border-color: rgba(209, 154, 34, 0.3); color: var(--gold); }
.pill.interactive { cursor: pointer; transition: all 0.3s ease; border: 1px solid var(--gold); }
.pill.interactive:hover { background: var(--gold); color: white; transform: translateY(-2px); }

.hero-title.one-liner { display: flex; justify-content: center; align-items: baseline; gap: 15px; flex-wrap: wrap; margin-bottom: 20px; }
.title-word { position: relative; color: white; transition: all 0.3s ease; padding: 5px; cursor: pointer; font-weight: 800; font-size: 0.8em; opacity: 0.8; }
.title-word:hover { opacity: 1; color: var(--gold); }

.hero-desc { font-size: clamp(16px, 1.8vw, 18px); color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto 32px; }
.hero-times { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
.hero-time-pill {
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px; border-radius: 999px; color: white; font-weight: 600; font-size: 13px;
  cursor: pointer; transition: all 0.3s ease;
}
.hero-time-pill:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-2px); }

.hero-buttons { margin-top: 60px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 5; }

/* BUTTONS */
.btn {
  padding: 14px 32px; border-radius: 14px; font-weight: 800;
  text-decoration: none; font-size: 15px; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex; align-items: center; justify-content: center; border: none;
}
.gold-btn { background: var(--gold); color: white !important; box-shadow: 0 4px 12px rgba(209, 154, 34, 0.2); }
.gold-btn:hover { background: var(--gold-dark); transform: translateY(-2px); }
.outline-btn { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); color: white !important; }

/* SCROLL INDICATOR */
.scroll-indicator {
  margin-top: 60px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  cursor: pointer; transition: all 0.3s ease; opacity: 0.7;
}
.scroll-indicator:hover { opacity: 1; transform: translateY(5px); }
.scroll-indicator span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: white; }
.arrow-down { font-size: 24px; color: var(--gold); animation: bounce 2s infinite; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }

/* REUSABLE LIST SYSTEM */
.list-container { display: flex; flex-direction: column; gap: 10px; max-width: 800px; margin: 0 auto; }
.list-item {
  background: white; border-radius: 18px; padding: 22px 32px;
  display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 24px;
  border: 1px solid var(--border); transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); text-align: left;
}
.list-item:hover { border-color: var(--gold); transform: translateX(4px); box-shadow: var(--shadow); }
.list-item.highlight { border-left: 8px solid var(--gold); background: #fffdfa; transform: scale(1.01); box-shadow: 0 10px 30px rgba(209, 154, 34, 0.1); }
.list-item.highlight .item-time { color: var(--gold); font-weight: 900; }
.list-item.active { border-left: 5px solid #dc3545; background: #fffafa; }

.item-time { font-weight: 800; color: var(--gold); font-size: 14px; border-right: 1px solid #f1f5f9; padding-right: 15px; text-transform: uppercase; letter-spacing: 1px; }
.item-content h3 { font-size: 18px; font-weight: 800; margin-bottom: 2px; color: var(--dark); letter-spacing: -0.3px; }
.item-content p { color: var(--gray); font-size: 13px; font-weight: 500; }

/* HOVER CARDS */
.hover-card-trigger { position: relative; display: block; transition: all 0.4s ease; }
.hover-card {
  position: absolute; top: 50%; left: -5px; right: -5px;
  transform: translateY(-50%) scale(0.95);
  background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
  border-radius: 18px; padding: 24px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1000; text-align: left; border: 1px solid var(--gold-light);
  display: flex; flex-direction: column; pointer-events: none;
}
.hover-card-trigger:hover .hover-card { opacity: 1; visibility: visible; transform: translateY(-50%) scale(1); }
.hover-card .card-title, .hover-card .card-desc, .hover-card .card-meta, .hover-card .card-action, .hover-card .card-header-row { pointer-events: auto; }

.list-container:hover .hover-card-trigger:not(:hover) { opacity: 0.4 !important; filter: blur(1px); }

.hover-card.centered {
  top: 50% !important; left: 50% !important; right: auto !important; width: 320px !important;
  max-width: calc(100vw - 40px) !important; transform: translate(-50%, -50%) scale(0.9);
  border-radius: 24px; justify-content: center;
}
.hover-card-trigger:hover .hover-card.centered { transform: translate(-50%, -50%) scale(1); }
.hover-card-trigger:hover > *:not(.hover-card) { opacity: 0 !important; }

.card-header-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 10px; }
.hover-card .card-title { color: var(--gold); font-weight: 900; font-size: 20px; line-height: 1.2; text-transform: uppercase; }
.hover-card .card-meta { font-size: 12px; font-weight: 700; color: var(--gray); text-transform: uppercase; margin-bottom: 4px; }
.hover-card .card-desc { color: var(--dark); font-size: 14px; line-height: 1.5; margin-bottom: 15px; }

.card-action {
  display: inline-flex; align-items: center; justify-content: center; background: var(--gold); color: white !important;
  font-weight: 800; font-size: 13px; text-decoration: none; padding: 10px 20px; border-radius: 10px; transition: all 0.3s ease;
  width: fit-content;
}
.card-action:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* TIGHTENED SECTIONS */
.section { padding: 60px 24px; max-width: 1200px; margin: auto; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -1.5px; }
.underline { width: 80px; height: 6px; margin: 18px auto 0; border-radius: 10px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }

/* TODAY'S WORD - COMPREHENSIVE STYLING */
.verse-card {
  background: white; border-radius: 32px; padding: 60px 40px; position: relative; overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-lg); text-align: center;
}
.verse-card::before {
  content: "“"; position: absolute; top: -20px; left: 40px; font-size: 180px; color: var(--gold); opacity: 0.1; font-family: serif;
}
.verse-card h2 { font-size: 32px; font-weight: 900; color: var(--dark); margin-bottom: 32px; letter-spacing: -1.5px; }
.verse-content {
  background: #fffdf5; border-radius: 24px; padding: 48px; margin: 0 auto 32px; max-width: 700px;
  border-left: 8px solid var(--gold); box-shadow: inset 0 2px 10px rgba(0,0,0,0.02); position: relative;
}
.verse-content p { font-size: 22px; line-height: 1.6; color: var(--dark); font-weight: 600; font-style: italic; }
.verse-placeholder { color: var(--gray); font-size: 18px !important; }
.card-icon { font-size: 48px; margin-bottom: 20px; display: inline-block; }

/* FORM */
.form { max-width: 650px; margin: auto; display: flex; flex-direction: column; gap: 16px; }
.form input, .form textarea { padding: 16px 20px; border-radius: 16px; border: 2px solid #e2e8f0; font-size: 16px; transition: all 0.3s ease; }
.form textarea { min-height: 160px; }
.success { background: #f0fdf4; color: #166534; padding: 16px; border-radius: 14px; font-weight: 700; margin-top: 16px; text-align: center; border: 1px solid #bbf7d0; }

/* FOOTER */
.footer { padding: 80px 24px; background: white; border-top: 1px solid var(--border); text-align: center; }
.copyright { margin-top: 32px; font-size: 14px; opacity: 0.6; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; flex-direction: column; background: rgba(15, 23, 42, 0.98); position: absolute; right: 16px; top: 65px; padding: 20px; border-radius: 16px; width: 200px; border: 1px solid rgba(255,255,255,0.1); }
  .nav-links.active { display: flex; }
  .menu-btn { display: block; order: 2; }
  .list-item { grid-template-columns: 1fr; gap: 10px; }
  .item-time { border-right: none; border-bottom: 1px solid #f1f5f9; padding-bottom: 5px; }
}
