@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;600;700&display=swap');

@font-face {
  font-family: 'Cholla';
  src: url('cholla.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Epilogue', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #111;
  line-height: 1.6;
  position: relative;
  min-height: 100vh;
}

/* particles.js container */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}

a {
    text-decoration: none;
    color: blue;
}

a:visited {
  color: blue;
}

/* Container for consistent width */
.container {
  max-width: 800px;
  margin: 0 auto;
}

.wordmark-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.bilya-logo {
  height: 9rem;
  width: auto;
  margin-right: 0;
  margin-bottom: -4rem;
  display: block;
}

.wordmark {
  font-family: 'Cholla', serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0;
}

main {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}

main .container {
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 1rem;
}

section {
  margin-bottom: 4rem;
}

section:last-child {
  margin-bottom: 0;
}

#description {
  font-size: 1.5rem;
  line-height: 1.7;
}

.highlight, .green {
  color: #59e700;
  font-weight: 600;
}

.cta-btn,
.cta-btn:link,
.cta-btn:visited,
.cta-btn:active,
.cta-btn:hover,
.cta-btn:focus {
  color: #000 !important;
  text-decoration: none;
}

.cta-btn {
  background: #7FFF00;
  border: none;
  border-radius: 8px;
  padding: 1.2em 2.5em;
  font-size: 1.3rem;
  font-weight: 800;
  cursor: pointer;
  margin-top: 2rem;
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
  display: inline-block;
  box-shadow: 0 4px 24px 0 rgba(127, 255, 0, 0.18), 0 1.5px 6px 0 rgba(0,0,0,0.08);
  text-shadow: 0 1px 8px rgba(255,255,255,0.12);
}
.cta-btn:hover, .cta-btn:focus {
  background: #9fff50;
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 8px 32px 0 rgba(127, 255, 0, 0.28), 0 2px 8px 0 rgba(0,0,0,0.12);
}

footer#supporters {
  padding: 4rem 0;
  background: rgba(247, 247, 247, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.supporter-text {
  text-align: center;
  font-size: 0.8rem;
  color: #444;
  margin: 0 0 3rem 0;
  line-height: 1.6;
}

.logos {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.supporter-logo {
  width: 200px;
  height: 120px;
  object-fit: contain;
  border-radius: 6px;
}

/* Modal styles */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal {
  background: #fff;
  border-radius: 10px;
  max-width: 95vw;
  width: 820px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  text-align: left;
}
.modal h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.modal p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#proceed-btn {
  background: #7FFF00;
  color: #111;
  border: none;
  border-radius: 4px;
  padding: 0.7em 1.5em;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
#proceed-btn:hover, #proceed-btn:focus {
  background: #5fd700;
}

/* Audio Player Styles */
#audio-player {
  margin-bottom: 3rem;
}

#audio-player h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #111;
}

.audio-container {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.audio-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.control-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #111;
}

.control-btn:hover, .control-btn:focus {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
  outline: none;
}

.control-btn svg {
  width: 20px;
  height: 20px;
}

#play-pause {
  background: #59e700;
  border-color: #59e700;
  color: #111;
}

#play-pause:hover, #play-pause:focus {
  background: #7FFF00;
  border-color: #7FFF00;
}

.progress-container {
  flex: 1;
  min-width: 200px;
}

.waveform-progress {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 60px;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}

.waveform-bar {
  flex: 1;
  background: #999;
  border-radius: 2px;
  min-height: 8px;
  max-height: 40px;
  transition: all 0.3s ease;
  position: relative;
}

.waveform-bar.active {
  background: #59e700;
  box-shadow: 0 0 8px rgba(89, 231, 0, 0.4);
}

.waveform-bar.completed {
  background: rgba(89, 231, 0, 0.6);
}

.progress-slider {
  width: 100%;
  height: 4px;
  background: #999;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.progress-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #59e700;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.progress-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #59e700;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.volume-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 120px;
}

.volume-slider {
  width: 80px;
  height: 4px;
  background: #999;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.time-display {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #666;
  font-family: monospace;
}

/* Responsive adjustments for audio player */
@media (max-width: 600px) {
  .audio-controls {
    gap: 0.5rem;
  }
  
  .control-btn {
    width: 40px;
    height: 40px;
  }
  
  .control-btn svg {
    width: 16px;
    height: 16px;
  }
  
  .waveform-progress {
    height: 40px;
  }
  
  .waveform-bar {
    min-height: 6px;
    max-height: 30px;
  }
  
  .volume-container {
    min-width: 100px;
  }
  
  .volume-slider {
    width: 60px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 1.5rem;
  }
  
  .bilya-logo {
    height: 4rem;
    margin-bottom: 0.1rem;
  }
  .wordmark {
    font-size: 2rem;
  }
  .wordmark-container {
    margin-bottom: 1.5rem;
  }
  
  main {
    padding: 2rem 0;
  }
  
  section {
    margin-bottom: 2.5rem;
  }
  
  .modal {
    width: 95vw;
    padding: 1.5rem;
  }
  
  .supporter-logo {
    width: 180px;
    height: 90px;
  }
  
  .logos {
    gap: 2rem;
  }
}

#event {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  margin: 0 auto;
  max-width: 500px;
}

#event h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

#event p {
  margin-bottom: 1.5rem;
  text-align: left;
}

.event-details {
  max-width: 340px;
  margin: 0 auto 1.5rem auto;
  text-align: left;
}

.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.07), 0 1.5px 6px 0 rgba(0,0,0,0.06);
  padding: 2.5rem 2rem;
  margin: 0 auto 2.5rem auto;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 600px) {
  .card {
    padding: 1.2rem 0.7rem;
    max-width: 100%;
  }
  #audio-player .card {
    display: none;
  }
}

.contact-card {
  background: #f8fff4;
  border: 1.5px solid #59e700;
  box-shadow: 0 2px 12px 0 rgba(89,231,0,0.07);
  margin-top: 2rem;
}

.contact-card h2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-card p {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

.contact-email {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}

.contact-email a {
  color: #59e700;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
  transition: color 0.2s;
}

.contact-email a:hover, .contact-email a:focus {
  color: #111;
}

.footnote {
  font-size: 0.92em;
  color: #666;
  margin-top: 0.5em;
  margin-bottom: 0;
  line-height: 1.5;
}

sup {
  font-size: 0.7em;
  color: #888;
  top: -0.5em;
  position: relative;
}

.footnote sup {
  font-size: 0.7em;
  top: -0.5em;
  position: relative;
  color: inherit;
}

.explore-mobile {
  display: none;
}

@media (max-width: 600px) {
  .explore-desktop {
    display: none !important;
  }
  .explore-mobile {
    display: block !important;
  }
}

.mobile-note {
  display: inline-block;
  background: #f8fff4;
  border: 1.5px solid #59e700;
  border-radius: 10px;
  padding: 1.1em 1.5em;
  color: #222;
  font-size: 1.08rem;
  font-weight: 500;
  margin: 0 auto;
  max-width: 90vw;
  box-shadow: 0 2px 12px 0 rgba(89,231,0,0.07);
}

.section-divider {
  border: none;
  border-top: 2.5px solid #e0e0e0;
  margin: 4.5rem 0 3.5rem 0;
  width: 100%;
  background: none;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
  display: block;
} 