
:root{
 --purple:#5b2d8b;
 --purple-dark:#2e143f;
 --gold:#d4af37;
 --glass:rgba(255,255,255,0.15);
}

*{box-sizing:border-box}

h1,h2,h3,h4,h5,h6{font-family:'Cinzel', serif;font-weight:600;letter-spacing:1px}

body{
 margin:0;
 font-family:'Crimson Text', serif;
 background:linear-gradient(135deg,#1a0f29,#3c1b5e,#5b2d8b);
 color:white;
}

.header{
 position:fixed;top:0;left:0;right:0;
 display:flex;align-items:center;justify-content:space-between;
 background:rgba(30,15,50,0.9);
 padding:10px 15px;
 z-index:1000;
 backdrop-filter:blur(8px);
 border-bottom:2px solid transparent;
 border-image:linear-gradient(90deg, var(--gold), rgba(212,175,55,0.3), var(--gold)) 1;
}

.header-spacer{height:84px}

.hamburger{font-size:28px;cursor:pointer;margin-left:20px;border:2px solid white;padding:8px 12px;border-radius:6px;transition:0.3s}

.hamburger:hover,.hamburger:active{color:var(--gold);background:rgba(211,211,211,0.2);border-color:var(--gold);box-shadow:0 0 15px rgba(212,175,55,0.5)}

@keyframes gentlePulse {
  0%, 100% {
    transform: translateY(-2px) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.05);
  }
}

.donate-btn{background:var(--gold);color:var(--purple-dark);padding:10px 20px;border-radius:6px;font-weight:700;text-decoration:none;margin-left:20px;transition:0.3s;font-size:0.95em}
.donate-btn:hover{background:rgba(212,175,55,0.9);box-shadow:0 0 20px rgba(212,175,55,0.6);animation: gentlePulse 1.5s ease-in-out infinite;}

.social{display:flex;align-items:center;gap:12px;margin-left:auto;margin-right:20px}
.social a{display:flex;align-items:center;transition:0.3s}
.social img{height:40px;width:40px;transition:0.3s;border-radius:50%}
.social a:hover img{transform:scale(1.1);filter:brightness(1.3) sepia(1) hue-rotate(10deg) saturate(6);box-shadow:0 0 15px rgba(212,175,55,0.7)}

.brand{display:flex;align-items:center;gap:10px;flex-direction:column}
.brand img{height:56px}
.brand-top{display:flex;align-items:center;gap:10px}
.brand-name{font-weight:700;font-size:1.3em}
.brand-subtitle{font-size:0.85em;color:var(--gold);display:none}

@media(min-width:768px){
 .brand{flex-direction:row}
 .brand-subtitle{display:block}
}

.nav{
 position:fixed;top:64px;right:-260px;
 width:260px;height:100%;
 background:rgba(20,10,30,0.95);
 padding:20px;
 transition: right 0.4s ease-out, opacity 0.3s ease-out;
 opacity:0;
 visibility:hidden;
 z-index:999;
}

.nav a{
 display:block;
 color:white;
 text-decoration:none;
 margin-bottom:15px;
 font-weight:600;
 transition:0.3s;
}

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

.nav.show{
 right:0;
 opacity:1;
 visibility:visible;
}

.hero{
 min-height:100vh;
 display:flex;
 justify-content:center;
 align-items:stretch;
 gap:60px;
 padding:80px 20px 20px;
 background-image:url('../img/people_praising_god.webp');
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat;
 flex-wrap:wrap;
}

.hero-seal{width:300px;display:block;margin:0 auto 20px}

.hero-card{text-align:center;max-width:500px;flex:1 1 400px;display:flex;flex-direction:column;justify-content:center;min-height:550px}
.hero-video{max-width:500px;display:flex;align-items:center;justify-content:center}
.hero-video video{width:100%;height:550px;border-radius:12px;object-fit:contain}

.section{
 padding:80px 20px;
}

.section>*{
 max-width:1200px;
 margin:auto;
}

.section:nth-child(even){
 background:rgba(211,211,211,0.1);
}

#vision{
 background-image:url('../img/stained-glass.webp');
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat;
 position:relative;
}

#vision::before{
 content:'';
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background:rgba(0,0,0,0.6);
 z-index:0;
}

#vision .card{
 position:relative;
 z-index:1;
}

#vision h3{
 color:var(--gold);
 text-align:center;
}

.grid{
 display:grid;
 grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
 gap:25px;
 align-items:stretch;
}

#services.grid{
 align-items:stretch;
}

#services.grid .card{
 display:flex;
 flex-direction:column;
 height:100%;
}

#services{
 background:rgba(30,15,50,0.9);
}

.glass{
 background:var(--glass);
 border-radius:16px;
 padding:30px;
 backdrop-filter:blur(12px);
 border:1px solid rgba(255,255,255,0.2);
 box-shadow:0 0 20px rgba(212,175,55,0.8), 0 8px 32px rgba(0,0,0,0.4);
 overflow:visible;
}

.card h2{
 color:var(--gold);
 margin-top:0;
 text-align:center;
}

#faith .glass.card{
 background-image: url('../img/Lion_cross_back.webp');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 position: relative;
 overflow: hidden;
 min-height: 500px;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 text-align: center;
 border: 2px solid white;
}

#faith .glass.card::before{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: var(--glass);
 backdrop-filter: blur(8px);
 z-index: 0;
}

#faith .glass.card h2,
#faith .glass.card p{
 position: relative;
 z-index: 1;
}

#services article article{
 border-bottom:2px solid var(--gold);
 padding-bottom:20px;
 margin-bottom:20px;
}

#services article article:last-child{
 border-bottom:none;
 margin-bottom:0;
}

#services a{
 color:var(--gold);
 word-break:break-all;
}

#services a:hover,#services a:visited,#services a:active{
 color:var(--gold);
}

iframe{
 width:100%;
 height:340px;
 border-radius:12px;
 border:none;
}

#contact iframe{
 height:450px;
 min-height:450px;
}

#contact article{
 overflow:visible;
 height:auto;
}

form input, form textarea{
 width:100%;
 padding:12px;
 margin-bottom:12px;
 border:none;
 border-radius:8px;
}

form button{
 background:var(--gold);
 color:black;
 border:none;
 padding:12px 20px;
 border-radius:8px;
 font-weight:bold;
 cursor:pointer;
}

.bibleref{display:block;text-align:center;font-style:italic;margin-top:5px}

blockquote{max-width:480px;margin-left:auto;margin-right:auto}

footer{
 text-align:center;
 padding:40px 10px;
 background:rgba(0,0,0,0.6);
}

footer img{width:70px;margin-bottom:10px}

.footer-social{display:flex;justify-content:center;align-items:center;margin:20px auto 0;gap:12px}
.footer-social a{display:flex;align-items:center;transition:0.3s}
.footer-social img{height:40px;width:40px;transition:0.3s;border-radius:50%}
.footer-social a:hover img{transform:scale(1.1);filter:brightness(1.3) sepia(1) hue-rotate(10deg) saturate(6);box-shadow:0 0 15px rgba(212,175,55,0.7)}

.plan-visit-social{display:flex;justify-content:center;align-items:center;margin:20px auto 0;gap:15px}

.follow-us-social{display:flex;justify-content:center;align-items:center;margin:20px auto 0;gap:15px}

.plan-visit-content{display:flex;gap:30px;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}
.plan-visit-text{flex:1;min-width:250px;text-align:left}
.plan-visit-map{flex:1;min-width:300px;max-width:500px}
.plan-visit-map iframe{height:100px!important;}
.plan-visit-article h2{text-align:center!important}
.plan-visit-img{max-width:100%;height:auto;border-radius:8px;margin-top:15px;object-fit:cover;max-height:150px}

/* Mobile Responsive Styles */
@media(max-width:768px){
 .header{padding:8px 10px;flex-wrap:wrap}
 
 .brand img{height:40px}
 .brand-name{font-size:0.9em}
 .brand-top{gap:8px}
 
 .social{gap:8px;margin-right:10px}
 .social img{height:28px;width:28px}
 
 .donate-btn{padding:8px 12px;font-size:0.85em;margin-left:10px}
 
 .hamburger{font-size:24px;padding:6px 10px;margin-left:10px}
 
 .header-spacer{height:60px}
 
 .hero{gap:20px;padding:60px 15px 20px;min-height:auto}
 .hero-card{max-width:100%;flex:1 1 100%;min-height:auto}
 .hero-seal{width:200px}
 .hero-video video{height:auto;max-height:400px}
 
 h1{font-size:1.75em}
 h2{font-size:1.5em}
 h3{font-size:1.25em}
 
 .section{padding:40px 15px}
 
 .grid{grid-template-columns:1fr;gap:20px}
 
 .glass{padding:20px}
 
 iframe{height:250px}
 
 blockquote{max-width:100%;padding:0 10px}
 
 .nav{width:220px;right:-220px;top:60px}
}

@media(max-width:480px){
 .brand-name{font-size:0.8em}
 .brand img{height:35px}
 
 .header .social{display:none}
 
 .donate-btn{font-size:0.75em;padding:6px 10px}
 
 .hero-seal{width:150px}
 
 h1{font-size:1.5em}
 h2{font-size:1.3em}
 
 .section{padding:30px 10px}
 
 form input, form textarea{font-size:14px}
}

.footer-cta {
  background: linear-gradient(135deg, #4b2d7f, #2c1b4f);
  text-align: center;
  padding: 3rem 1.5rem;
  color: #fff;
}

.footer-cta-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.75rem;
  background: #d4af37;
  color: #1a1a1a;
  border-radius: 30px;
  font-weight: 600;
}

.footer {
  background: #0f0f1a;
  color: #ddd;
  padding: 4rem 2rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.footer-col h4 {
  margin-bottom: 1rem;
  color: #d4af37;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
}

.footer-scripture {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
  font-style: italic;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-scripture p {
  transition: opacity 0.5s ease-in-out;
}

.footer-scripture p.fade-in {
  opacity: 1;
}

.footer-scripture p.fade-out {
  opacity: 0;
}

.footer-scripture span {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
}

.section-scripture {
  background: rgba(0,0,0,0.3);
  padding: 2rem 1.5rem;
  text-align: center;
  font-style: italic;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid rgba(212,175,55,0.3);
  border-bottom: 2px solid rgba(212,175,55,0.3);
}

.scripture-rotator {
  transition: opacity 0.5s ease-in-out;
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto;
}

.scripture-rotator.fade-in {
  opacity: 1;
}

.scripture-rotator.fade-out {
  opacity: 0;
}

.scripture-rotator span {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  color: var(--gold);
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 2rem;
}

.footer-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  flex: 1;
}

.footer-brand-left,
.footer-brand-right {
  flex: 0 0 auto;
  max-width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom a {
  color: var(--gold);
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:visited,
.footer-bottom a:focus {
  color: var(--gold);
}

/* ============================================
   DONATION PAGE STYLES
   ============================================ */

/* Donate Hero */
.donate-hero {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px 40px;
  background-image: url('../img/people_praising_god.webp');
  background-size: cover;
  background-position: center;
}

.donate-hero-content {
  text-align: center;
  max-width: 700px;
  padding: 60px 40px;
}

.donate-hero-seal {
  width: 300px;
  display: block;
  margin: 0 auto 20px;
}

.donate-hero h1 {
  font-size: 3em;
  margin-bottom: 15px;
  color: var(--gold);
}

.donate-subtitle {
  font-size: 1.3em;
  font-style: italic;
}

/* ===========================
   Pastor Hero Section
   =========================== */
.pastor-hero {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px 40px;
  background-image: url('../img/people_praising_god.webp');
  background-size: cover;
  background-position: center;
}

.pastor-hero-content {
  text-align: center;
  max-width: 700px;
  padding: 60px 40px;
}

.pastor-hero-seal {
  width: 300px;
  display: block;
  margin: 0 auto 20px;
}

.pastor-hero h1 {
  font-size: 3em;
  margin-bottom: 15px;
  color: var(--gold);
}

.pastor-subtitle {
  font-size: 1.3em;
  font-style: italic;
}

/* ===========================
   Pastor Featured Section
   =========================== */
.pastor-featured-section {
  max-width: 1200px;
  margin: 0 auto;
}

.pastor-featured-card {
  position: relative;
}

.pastor-video-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.pastor-video-wrapper iframe {
  border-radius: 8px;
}

.pastor-featured-info {
  padding: 20px 0;
}

.pastor-featured-info h3 {
  color: var(--gold);
  margin-bottom: 10px;
}

.pastor-meta {
  color: rgba(255,255,255,0.7);
  margin-bottom: 15px;
  font-size: 0.95em;
}

.pastor-scripture-refs {
  background: rgba(212,175,55,0.1);
  padding: 10px 15px;
  border-radius: 6px;
  margin: 15px 0;
  color: var(--gold);
  font-style: italic;
}

#featured-pastor-title {
  color: var(--gold);
  margin-bottom: 10px;
}

.donate-scripture {
  background: linear-gradient(135deg, rgba(91,45,139,0.9), rgba(46,20,63,0.9));
}

.donate-main {
  max-width: 1200px;
  margin: 0 auto;
}

/* Trust Signals */
.trust-signals {
  background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.05));
  border: 2px solid var(--gold);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin: 30px 0;
}

.trust-item {
  text-align: center;
}

.trust-icon {
  font-size: 3em;
  margin-bottom: 10px;
}

.trust-item h4 {
  color: var(--gold);
  margin-bottom: 10px;
}

.trust-note {
  margin-top: 30px;
  padding: 20px;
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
  border-left: 4px solid var(--gold);
  font-size: 0.95em;
  line-height: 1.6;
}

/* Purpose Selection */
.purpose-intro {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
  font-style: italic;
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.purpose-card {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.purpose-card:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(212,175,55,0.3);
}

.purpose-card.active {
  background: rgba(212,175,55,0.2);
  border-color: var(--gold);
  border-width: 3px;
  box-shadow: 0 0 30px rgba(212,175,55,0.4);
}

.purpose-icon {
  font-size: 3em;
  margin-bottom: 15px;
}

.purpose-card h3 {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 1.3em;
}

.purpose-card p {
  font-size: 0.95em;
  line-height: 1.6;
}

/* Payment Methods */
.payment-intro {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
  font-style: italic;
}

.payment-options {
  display: grid;
  gap: 30px;
}

.payment-option {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
}

.payment-option:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(212,175,55,0.5);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.payment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-logo-container {
  flex: 1;
}

.payment-logo-text {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Cinzel', serif;
}

.payment-badge {
  background: rgba(255,255,255,0.2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 600;
  color: white;
}

.payment-badge.recommended {
  background: var(--gold);
  color: var(--purple-dark);
}

.payment-desc {
  margin-bottom: 25px;
  font-size: 1.05em;
  line-height: 1.6;
}

.payment-button-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payment-btn {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-family: 'Cinzel', serif;
}

.paypal-btn {
  background: #0070ba;
  color: white;
}

.paypal-btn:hover {
  background: #005a96;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,112,186,0.4);
}

.givelify-btn {
  background: #00a651;
  color: white;
}

.givelify-btn:hover {
  background: #008941;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,166,81,0.4);
}

.cashapp-btn {
  background: #00d632;
  color: white;
}

.cashapp-btn:hover {
  background: #00b028;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,214,50,0.4);
}

.payment-info-box {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.info-label {
  font-weight: 600;
  color: var(--gold);
}

.info-value {
  font-size: 1.2em;
  font-weight: 700;
  font-family: 'Courier New', monospace;
  flex: 1;
  text-align: center;
}

.copy-btn {
  background: var(--gold);
  color: var(--purple-dark);
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.copy-btn:hover {
  background: rgba(212,175,55,0.9);
  transform: scale(1.05);
}

.payment-note {
  font-size: 0.9em;
  font-style: italic;
  color: rgba(255,255,255,0.8);
  margin: 0;
  text-align: center;
}

/* Additional Giving Options */
.additional-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 25px;
}

.additional-option {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 25px;
}

.additional-option h4 {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 1.2em;
}

.additional-option p {
  line-height: 1.7;
}

.additional-option a {
  color: var(--gold);
  text-decoration: underline;
}

/* Biblical Giving Section */
.biblical-giving {
  background: linear-gradient(135deg, rgba(91,45,139,0.3), rgba(46,20,63,0.3));
  border: 2px solid rgba(212,175,55,0.3);
}

.scripture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.scripture-box {
  background: rgba(0,0,0,0.3);
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid var(--gold);
  font-style: italic;
}

.scripture-box p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.scripture-box cite {
  display: block;
  text-align: right;
  color: var(--gold);
  font-weight: 600;
  font-style: normal;
}

.giving-message {
  margin-top: 30px;
  padding: 25px;
  background: rgba(212,175,55,0.1);
  border-radius: 8px;
  font-size: 1.05em;
  line-height: 1.8;
  text-align: center;
}

/* Nav Donate Link */
.nav-donate-link {
  color: var(--gold) !important;
  font-weight: 700;
  border: 2px solid var(--gold);
  padding: 8px 16px !important;
  border-radius: 6px;
  margin-top: 10px;
}

.nav-donate-link:hover {
  background: var(--gold);
  color: var(--purple-dark) !important;
}

/* Responsive Design */
@media(max-width: 768px) {
  .donate-hero h1 {
    font-size: 2em;
  }
  
  .donate-subtitle {
    font-size: 1.1em;
  }
  
  .donate-hero-content {
    padding: 40px 25px;
  }
  
  .pastor-hero h1 {
    font-size: 2em;
  }
  
  .pastor-subtitle {
    font-size: 1.1em;
  }
  
  .pastor-hero-content {
    padding: 40px 25px;
  }
  
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .purpose-grid {
    grid-template-columns: 1fr;
  }
  
  .payment-option {
    padding: 20px;
  }
  
  .payment-logo-text {
    font-size: 1.5em;
  }
  
  .payment-btn {
    padding: 15px 30px;
    font-size: 1em;
  }
  
  .scripture-grid {
    grid-template-columns: 1fr;
  }
}

/* === PURE CSS MULTI-DIRECTION SLIDER === */

.gallery-subtitle {
  text-align: center;
}

#gallery input {
  display: none;
}

.slider-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
}

.slides {
  width: 1000%;
  height: 420px;
  display: flex;
  transition: transform 0.9s cubic-bezier(.77,0,.18,1);
}

.slide {
  width: 10%;
  flex-shrink: 0;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(0,0,0,0.3);
  transition: transform 1s ease;
}

.slide img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* Horizontal movement */
#slide1:checked ~ .slider-wrapper .slides {
  transform: translateX(0%);
}
#slide2:checked ~ .slider-wrapper .slides {
  transform: translateX(-10%);
}
#slide3:checked ~ .slider-wrapper .slides {
  transform: translateX(-20%);
}
#slide4:checked ~ .slider-wrapper .slides {
  transform: translateX(-30%);
}
#slide5:checked ~ .slider-wrapper .slides {
  transform: translateX(-40%);
}
#slide6:checked ~ .slider-wrapper .slides {
  transform: translateX(-50%);
}
#slide7:checked ~ .slider-wrapper .slides {
  transform: translateX(-60%);
}
#slide8:checked ~ .slider-wrapper .slides {
  transform: translateX(-70%);
}
#slide9:checked ~ .slider-wrapper .slides {
  transform: translateX(-80%);
}
#slide10:checked ~ .slider-wrapper .slides {
  transform: translateX(-90%);
}

/* Navigation dots */
.gallery-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 14px;
}

.gallery-nav label {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(212,175,55,0.4);
  border: 2px solid #d4af37;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-nav label:hover {
  background: #d4af37;
}

/* Active indicator */
#slide1:checked ~ .gallery-nav label:nth-child(1),
#slide2:checked ~ .gallery-nav label:nth-child(2),
#slide3:checked ~ .gallery-nav label:nth-child(3),
#slide4:checked ~ .gallery-nav label:nth-child(4),
#slide5:checked ~ .gallery-nav label:nth-child(5),
#slide6:checked ~ .gallery-nav label:nth-child(6),
#slide7:checked ~ .gallery-nav label:nth-child(7),
#slide8:checked ~ .gallery-nav label:nth-child(8),
#slide9:checked ~ .gallery-nav label:nth-child(9),
#slide10:checked ~ .gallery-nav label:nth-child(10) {
  background: #5b2d8b;
  border-color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .slides {
    height: 260px;
  }
}

/* ===========================
   Scroll Reveal Animations
   =========================== */

/* Keyframe animations */
@keyframes floatSeal {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes fadeScaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero seal float animation */
.hero-seal,
.donate-hero-seal,
.pastor-hero-seal {
  animation: floatSeal 6s ease-in-out infinite;
}

/* Hero headline animations */
.hero h1,
.hero-card h1,
.donate-hero h1,
.pastor-hero h1 {
  animation: fadeScaleIn 1s ease-out;
}

/* Hero subtitle/tagline delayed fade */
.hero p,
.hero-card p,
.donate-subtitle,
.pastor-subtitle {
  animation: fadeInUp 1s ease-out 0.3s backwards;
}

/* Hidden state before animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Visible state after scroll trigger */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Delay variations for staggered effects */
.reveal.delay-1 {
  transition-delay: 0.1s;
}

.reveal.delay-2 {
  transition-delay: 0.2s;
}

.reveal.delay-3 {
  transition-delay: 0.3s;
}

/* Specific animations for different elements */
.glass.card.reveal {
  transform: translateY(40px) scale(0.95);
}

.glass.card.reveal.active {
  transform: translateY(0) scale(1);
}

h2.reveal, h3.reveal {
  transform: translateX(-30px);
}

h2.reveal.active, h3.reveal.active {
  transform: translateX(0);
}

.section-scripture.reveal {
  transform: scale(0.9);
  opacity: 0;
}

.section-scripture.reveal.active {
  transform: scale(1);
  opacity: 1;
}

/* ===========================
   Live Indicator Pulse Animation
   =========================== */

@keyframes pulse {
  0%, 100% { 
    opacity: 1; 
  }
  50% { 
    opacity: 0.4; 
  }
}

.live-dot {
  animation: pulse 1.5s infinite;
}

/* ===========================
   Card Hover Elevation
   =========================== */

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Specific card types */
.faith-card,
.purpose-card,
.service-card,
.trust-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faith-card:hover,
.purpose-card:hover,
.service-card:hover,
.trust-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* ===========================
   Page Transition Fade
   =========================== */

@keyframes pageFade {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1; 
  }
}

body {
  animation: pageFade 0.6s ease-in;
}

