/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 18, 2025 */
@font-face {
  font-family: "bootzy_condensed_tmregular";
  src: url("../fonts/bootzy_condensed_tm-webfont.woff2") format("woff2"), url("../fonts/bootzy_condensed_tm-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bootzy_tmregular";
  src: url("../fonts/bootzy_tm-webfont.woff2") format("woff2"), url("../fonts/bootzy_tm-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jadeiterounded";
  src: url("../fonts/jadeite-rounded_3-webfont.woff2") format("woff2"), url("../fonts/jadeite-rounded_3-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Modern Responsive Typography with Clamp */
/* Base Text Elements */
p, li {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  font-weight: 400;
}

a {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 1.5;
  font-weight: 400;
}

/* Display Typography */
.jumbo-title {
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 1;
}

.xl-title {
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 1;
}

.large-title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
}

.medium-title {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
}

.small-title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3;
}

.xsmall-title {
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
}

/* Section Headers */
h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.3;
  font-weight: 400;
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.4;
  font-weight: 400;
}

h5 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.5;
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  font-weight: 400;
}

/* Button & Link Sizes */
.btn, button {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 1.4;
}

.btn-large {
  font-size: clamp(1.125rem, 3vw, 1.375rem);
  line-height: 1.3;
}

.btn-small {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5;
}

/* Utility Text Sizes */
.text-xs {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1.6;
}

.text-sm {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5;
}

.text-lg {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  line-height: 1.4;
}

.text-xl {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.3;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "bootzy_tmregular";
  background: #0a0a0a;
  color: #ffffff;
  overflow-x: hidden;
}

a:not(.navbar__link):not(.navbar__register):not(.footer__link):not(.navbar__logo) {
  color: #667eea;
  text-decoration: none;
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: inherit;
}
a:not(.navbar__link):not(.navbar__register):not(.footer__link):not(.navbar__logo)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left;
}
a:not(.navbar__link):not(.navbar__register):not(.footer__link):not(.navbar__logo):hover {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.9) 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateY(-1px);
}
a:not(.navbar__link):not(.navbar__register):not(.footer__link):not(.navbar__logo):hover::after {
  transform: scaleX(1);
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.9) 0%, #667eea 100%);
}
a:not(.navbar__link):not(.navbar__register):not(.footer__link):not(.navbar__logo):active {
  transform: translateY(0);
}

.immersive-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 100;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.navbar__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .navbar__nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.98);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .navbar__nav.active {
    transform: translateX(0);
  }
}
.navbar__logo {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}
.navbar__logo img {
  height: 50px;
  width: auto;
  animation: neon-flicker 8s ease-in-out infinite;
}
.navbar__logo:hover {
  color: #764ba2;
}
.navbar__menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .navbar__menu {
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
}
.navbar__item {
  margin: 0;
}
.navbar__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}
.navbar__link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.navbar__link.active {
  color: #764ba2;
  background: rgba(118, 75, 162, 0.2);
}
.navbar__register {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 50%, #764ba2 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.navbar__register::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  transition: left 0.6s ease;
}
.navbar__register:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.5);
  background: linear-gradient(135deg, #f39c12 0%, #e74c3c 50%, #764ba2 100%);
}
.navbar__register:hover::before {
  left: 0;
}
.navbar__register:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .navbar__register {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.navbar__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__hamburger {
  width: 24px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.navbar__hamburger::before, .navbar__hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.navbar__hamburger::before {
  top: -8px;
}
.navbar__hamburger::after {
  bottom: -8px;
}
.navbar__hamburger.active {
  background: transparent;
}
.navbar__hamburger.active::before {
  top: 0;
  transform: rotate(45deg);
}
.navbar__hamburger.active::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: visible;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #000 100%);
  z-index: 1;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero__background #liquidCanvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  padding-top: 6rem;
  opacity: 1;
  visibility: visible;
}
.hero__logo {
  max-width: 55vw;
  height: auto;
  margin-bottom: 1rem;
  filter: brightness(1.1) contrast(1.2);
  animation: neon-flicker 12s ease-in-out infinite;
}
.hero__icons {
  width: 30vw;
  height: auto;
  margin-bottom: 1.5rem;
  filter: brightness(1.1) contrast(1.1);
  animation: iconFloat 6s ease-in-out infinite;
}
.hero__date {
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  font-family: "jadeiterounded", sans-serif;
}
.hero__verse {
  text-transform: capitalize;
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-family: "Arial Narrow", Arial, sans-serif;
  filter: brightness(1.1) contrast(1.2);
  animation: neon-flicker 12s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes neon-flicker {
  0%, 15% {
    filter: brightness(1) contrast(1.1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 45px rgba(255, 255, 255, 0.4));
  }
  15.5% {
    filter: brightness(0.7) contrast(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 25px rgba(255, 255, 255, 0.2));
  }
  15.7% {
    filter: brightness(1.2) contrast(1.1) drop-shadow(0 0 20px rgb(255, 255, 255)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.5));
  }
  15.9% {
    filter: brightness(0.8) contrast(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.2));
  }
  16.1% {
    filter: brightness(1.15) contrast(1.1) drop-shadow(0 0 18px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 35px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 55px rgba(255, 255, 255, 0.45));
  }
  16.3% {
    filter: brightness(0.85) contrast(1) drop-shadow(0 0 11px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 33px rgba(255, 255, 255, 0.25));
  }
  16.5% {
    filter: brightness(1.1) contrast(1.1) drop-shadow(0 0 17px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 33px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.4));
  }
  17%, 50% {
    filter: brightness(1) contrast(1.1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 45px rgba(255, 255, 255, 0.4));
  }
  51% {
    filter: brightness(0.95) contrast(1.05) drop-shadow(0 0 14px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 28px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 42px rgba(255, 255, 255, 0.35));
  }
  51.2% {
    filter: brightness(1.05) contrast(1.1) drop-shadow(0 0 16px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 32px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 48px rgba(255, 255, 255, 0.4));
  }
  52%, 85% {
    filter: brightness(1) contrast(1.1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 45px rgba(255, 255, 255, 0.4));
  }
  85.5% {
    filter: brightness(0.7) contrast(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 25px rgba(255, 255, 255, 0.2));
  }
  85.7% {
    filter: brightness(1.15) contrast(1.1) drop-shadow(0 0 18px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 35px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 55px rgba(255, 255, 255, 0.45));
  }
  85.8% {
    filter: brightness(0.75) contrast(1) drop-shadow(0 0 9px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.35)) drop-shadow(0 0 27px rgba(255, 255, 255, 0.2));
  }
  86% {
    filter: brightness(1.2) contrast(1.1) drop-shadow(0 0 20px rgb(255, 255, 255)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.5));
  }
  86.1% {
    filter: brightness(0.8) contrast(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.2));
  }
  86.3% {
    filter: brightness(1.1) contrast(1.1) drop-shadow(0 0 17px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 33px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.4));
  }
  86.4% {
    filter: brightness(0.85) contrast(1) drop-shadow(0 0 11px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 33px rgba(255, 255, 255, 0.25));
  }
  86.6% {
    filter: brightness(1.15) contrast(1.1) drop-shadow(0 0 18px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 35px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 55px rgba(255, 255, 255, 0.45));
  }
  86.8% {
    filter: brightness(0.9) contrast(1) drop-shadow(0 0 12px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 25px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 35px rgba(255, 255, 255, 0.3));
  }
  87% {
    filter: brightness(1.05) contrast(1.1) drop-shadow(0 0 16px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 32px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 48px rgba(255, 255, 255, 0.4));
  }
  87.5%, 100% {
    filter: brightness(1) contrast(1.1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 45px rgba(255, 255, 255, 0.4));
  }
}
.section__title {
  font-size: 3rem;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
  transform: perspective(300px) rotateX(0deg);
  transition: transform 0.3s ease;
  transform-style: flat;
}
.section__title:hover {
  transform: perspective(300px) rotateX(10deg);
}

.about {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 70%, rgba(231, 76, 60, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.1) 0%, transparent 50%);
  z-index: 1;
}
.about__video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
.about__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.2) brightness(0.8) saturate(0.7) hue-rotate(15deg);
  animation: videoGlitch 8s ease-in-out infinite;
}
.about__main {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.about__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about__container {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 1.5rem;
  }
}
.about__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
@media (max-width: 768px) {
  .about__left {
    justify-content: center;
  }
}
.about__title-wrapper {
  overflow: visible;
  padding: 1rem 0;
}
.about__title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
}
.about__title-line {
  display: block;
  font-size: 8vw;
  position: relative;
  overflow: visible;
  transform: translateX(-200%) rotateY(-90deg) scale(0.3);
  opacity: 0;
  filter: blur(20px) saturate(0);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .about__title-line {
    font-size: 12vw;
  }
}
.about__title-line:nth-child(1) {
  transition-delay: 0.2s;
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(-200%) rotateX(45deg) skewX(-15deg) scale(0.2);
}
.about__title-line:nth-child(2) {
  transition-delay: 0.5s;
  color: rgba(231, 76, 60, 0.9);
  transform: translateX(-200%) rotateZ(15deg) scaleY(0.1) skewY(20deg);
}
.about__title-line:nth-child(3) {
  transition-delay: 0.8s;
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(-200%) rotateY(90deg) scaleX(0.1) translateZ(-100px);
}
.about__title-line::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 2px;
  color: rgba(231, 76, 60, 0.7);
  overflow: hidden;
  animation: textGlitch 0.3s ease-in-out;
  animation-delay: inherit;
  z-index: -1;
}
.about__title-line::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: -2px;
  color: rgba(102, 126, 234, 0.7);
  overflow: hidden;
  animation: textGlitch 0.3s ease-in-out reverse;
  animation-delay: inherit;
  z-index: -1;
}
.about__right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about__right {
    justify-content: center;
  }
}
.about__content {
  max-width: 500px;
}
.about__text {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  line-height: 1.7;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about__text:nth-child(1) {
  transition-delay: 0.7s;
}
.about__text:nth-child(2) {
  transition-delay: 0.9s;
}
.about__text:last-child {
  margin-bottom: 0;
}
.about.in-view .about__title-line {
  transform: translateX(0) rotateX(0) rotateY(0) rotateZ(0) skewX(0) skewY(0) scale(1) translateZ(0);
  opacity: 1;
  filter: blur(0) saturate(1);
}
.about.in-view .about__text {
  transform: translateY(0);
  opacity: 1;
}
.about.in-view .about__video-background {
  opacity: 0.6;
  transform: scale(1);
}

.holy-word {
  filter: brightness(1.1) contrast(1.2);
  animation: neon-flicker 12s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
  height: 2.5em;
  width: auto;
  margin: 0 0.2em;
  position: relative;
  z-index: 10;
}

.ticker-section {
  height: auto;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(45deg, #000 0%, #1a1a1a 50%, #000 100%);
  position: relative;
  padding: 2rem 0;
}
.ticker-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(231, 76, 60, 0.05) 0%, transparent 70%);
  z-index: 1;
}

.ticker-line {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  margin-top: -60px;
  padding: 0;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .ticker-line {
    margin-top: -30px;
  }
}
.ticker-line--right .ticker-content {
  animation: tickerRight 500s linear infinite;
  animation-delay: 0s;
}
.ticker-line--left .ticker-content {
  animation: tickerLeft 500s linear infinite;
  animation-delay: 0s;
}
.ticker-line:nth-child(1) {
  margin-top: 0px;
}
.ticker-line:nth-child(1) .ticker-content {
  animation-duration: 600s;
}
.ticker-line:nth-child(2) {
  margin-top: -80px;
}
.ticker-line:nth-child(2) .ticker-content {
  animation-duration: 450s;
}
@media (max-width: 768px) {
  .ticker-line:nth-child(2) {
    margin-top: -40px;
  }
}
.ticker-line:nth-child(3) {
  margin-top: -80px;
}
.ticker-line:nth-child(3) .ticker-content {
  animation-duration: 550s;
}
@media (max-width: 768px) {
  .ticker-line:nth-child(3) {
    margin-top: -40px;
  }
}
.ticker-line:nth-child(4) {
  margin-top: -80px;
}
.ticker-line:nth-child(4) .ticker-content {
  animation-duration: 400s;
}
@media (max-width: 768px) {
  .ticker-line:nth-child(4) {
    margin-top: -40px;
  }
}
.ticker-line:nth-child(5) {
  margin-top: -80px;
}
.ticker-line:nth-child(5) .ticker-content {
  animation-duration: 650s;
}
@media (max-width: 768px) {
  .ticker-line:nth-child(5) {
    margin-top: -40px;
  }
}

.ticker-content {
  display: inline-block;
  white-space: nowrap;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: running;
}

.ticker-text {
  font-size: clamp(6rem, 15vw, 15rem);
  font-weight: 100;
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 4rem;
  display: inline-block;
  font-style: normal;
}
.ticker-text--psalm {
  font-size: clamp(4rem, 12vw, 12rem);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
}
.ticker-text .word {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ticker-text .word:hover {
  color: rgba(231, 76, 60, 0.8);
}

@keyframes tickerRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes tickerLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes videoGlitch {
  0%, 90% {
    filter: contrast(1.2) brightness(0.8) saturate(0.7) hue-rotate(15deg);
    transform: translateX(0) scaleX(1);
  }
  91% {
    filter: contrast(2) brightness(0.5) saturate(2) hue-rotate(90deg);
    transform: translateX(-2px) scaleX(1.01);
  }
  92% {
    filter: contrast(0.8) brightness(1.2) saturate(0.3) hue-rotate(-30deg);
    transform: translateX(2px) scaleX(0.99);
  }
  93% {
    filter: contrast(1.8) brightness(0.6) saturate(1.5) hue-rotate(45deg);
    transform: translateX(-1px) scaleX(1.02);
  }
  94% {
    filter: contrast(1.2) brightness(0.8) saturate(0.7) hue-rotate(15deg);
    transform: translateX(1px) scaleX(0.98);
  }
  95%, 100% {
    filter: contrast(1.2) brightness(0.8) saturate(0.7) hue-rotate(15deg);
    transform: translateX(0) scaleX(1);
  }
}
@keyframes textGlitch {
  0%, 50% {
    transform: translateX(0);
    opacity: 0;
  }
  60% {
    transform: translateX(-2px);
    opacity: 0.8;
  }
  70% {
    transform: translateX(2px);
    opacity: 0.6;
  }
  80% {
    transform: translateX(-1px);
    opacity: 0.9;
  }
  90% {
    transform: translateX(1px);
    opacity: 0.4;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
.lineup {
  padding: 8rem 2rem;
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}
.lineup__video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
.lineup__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.2) brightness(0.7) saturate(0.8);
}
.lineup .container {
  position: relative;
  z-index: 2;
}
.lineup__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.speaker {
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.speaker__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  position: relative;
  overflow: hidden;
}
.speaker__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.speaker__image::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  transition: transform 0.6s;
}
.speaker:nth-child(1) .speaker__image {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}
.speaker:nth-child(1) .speaker__image img {
  object-position: center 20%;
}
.speaker:nth-child(2) .speaker__image {
  background: linear-gradient(135deg, #764ba2 0%, #5e3a7a 100%);
}
.speaker:nth-child(2) .speaker__image img {
  object-position: center 20%;
}
.speaker:nth-child(3) .speaker__image {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}
.speaker:hover .speaker__image::after {
  transform: rotate(45deg) translate(100%, 100%);
}

.lineup__announcement {
  text-align: center;
  margin-top: 4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.liquid-text {
  color: #a8b36b;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease;
}
.liquid-text::before {
  content: "with more to come!";
  position: absolute;
  top: 0;
  left: 2px;
  color: rgba(231, 76, 60, 0.6);
  animation: liquidGlitch 3s ease-in-out infinite;
  z-index: -1;
}
.liquid-text::after {
  content: "with more to come!";
  position: absolute;
  top: 0;
  left: -2px;
  color: rgba(168, 179, 107, 0.6);
  animation: liquidGlitch 3s ease-in-out infinite reverse;
  z-index: -1;
}
.liquid-text:hover {
  color: rgba(255, 255, 255, 0.9);
}
.liquid-text:hover::before {
  animation: liquidGlitchHover 0.1s linear infinite;
}
.liquid-text:hover::after {
  animation: liquidGlitchHover 0.1s linear infinite reverse;
}

.liquid-push {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease;
}
.liquid-push::before {
  content: "& more to come!";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(231, 76, 60, 0.6);
  animation: liquidGlitch 3s ease-in-out infinite;
  z-index: -1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
}
.liquid-push::after {
  content: "& more to come!";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(168, 179, 107, 0.6);
  animation: liquidGlitch 3s ease-in-out infinite reverse;
  z-index: -1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
}
.liquid-push:hover {
  color: #a8b36b;
  filter: blur(1px) contrast(1.2) brightness(1.1);
}
.liquid-push:hover::before {
  animation: liquidDistortionGlitch 0.1s linear infinite;
  filter: blur(1.5px) contrast(1.3) scaleX(1.02);
}
.liquid-push:hover::after {
  animation: liquidDistortionGlitch 0.1s linear infinite reverse;
  filter: blur(1.2px) contrast(1.1) scaleY(0.98);
}

@keyframes liquidDistortionGlitch {
  0% {
    transform: translateX(-5px) translateY(1px) scaleX(1.01) scaleY(0.99);
    filter: blur(2px) contrast(1.4) brightness(1.1);
  }
  7% {
    transform: translateX(0px) translateY(-4px) scaleX(0.99) scaleY(1.02);
    filter: blur(0.8px) contrast(1.2) brightness(1.05);
  }
  15% {
    transform: translateX(6px) translateY(2px) scaleX(1.03) scaleY(0.97);
    filter: blur(1.5px) contrast(1.5) brightness(1.08);
  }
  23% {
    transform: translateX(-1px) translateY(0px) scaleX(0.98) scaleY(1.01);
    filter: blur(0.5px) contrast(1.1) brightness(1.12);
  }
  34% {
    transform: translateX(-3px) translateY(-5px) scaleX(1.02) scaleY(0.96);
    filter: blur(2.2px) contrast(1.6) brightness(1.06);
  }
  41% {
    transform: translateX(2px) translateY(3px) scaleX(0.97) scaleY(1.04);
    filter: blur(1px) contrast(1.3) brightness(1.09);
  }
  56% {
    transform: translateX(4px) translateY(-1px) scaleX(1.01) scaleY(0.99);
    filter: blur(1.8px) contrast(1.4) brightness(1.07);
  }
  63% {
    transform: translateX(-2px) translateY(4px) scaleX(0.99) scaleY(1.03);
    filter: blur(0.3px) contrast(1.2) brightness(1.11);
  }
  78% {
    transform: translateX(0px) translateY(-2px) scaleX(1.02) scaleY(0.98);
    filter: blur(1.7px) contrast(1.5) brightness(1.04);
  }
  85% {
    transform: translateX(-4px) translateY(0px) scaleX(0.96) scaleY(1.02);
    filter: blur(1.1px) contrast(1.3) brightness(1.1);
  }
  92% {
    transform: translateX(3px) translateY(-3px) scaleX(1.04) scaleY(0.97);
    filter: blur(2px) contrast(1.6) brightness(1.08);
  }
  100% {
    transform: translateX(1px) translateY(2px) scaleX(0.99) scaleY(1.01);
    filter: blur(0.9px) contrast(1.2) brightness(1.06);
  }
}
@keyframes liquidGlitch {
  0%, 70% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
  75% {
    transform: translateX(-1px) translateY(1px);
    opacity: 0.4;
  }
  80% {
    transform: translateX(1px) translateY(-1px);
    opacity: 0.6;
  }
  85% {
    transform: translateX(-0.5px) translateY(0.5px);
    opacity: 0.3;
  }
  90%, 100% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
}
@keyframes liquidGlitchHover {
  0% {
    transform: translateX(-5px) translateY(1px);
    opacity: 0.8;
  }
  7% {
    transform: translateX(0px) translateY(-4px);
    opacity: 0.9;
  }
  15% {
    transform: translateX(6px) translateY(2px);
    opacity: 0.6;
  }
  23% {
    transform: translateX(-1px) translateY(0px);
    opacity: 0.7;
  }
  34% {
    transform: translateX(-3px) translateY(-5px);
    opacity: 0.9;
  }
  41% {
    transform: translateX(2px) translateY(3px);
    opacity: 0.5;
  }
  56% {
    transform: translateX(4px) translateY(-1px);
    opacity: 0.8;
  }
  63% {
    transform: translateX(-2px) translateY(4px);
    opacity: 0.6;
  }
  78% {
    transform: translateX(0px) translateY(-2px);
    opacity: 0.9;
  }
  85% {
    transform: translateX(-4px) translateY(0px);
    opacity: 0.7;
  }
  92% {
    transform: translateX(3px) translateY(-3px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(1px) translateY(2px);
    opacity: 0.6;
  }
}
.speaker__name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.speaker__role {
  opacity: 0.7;
  font-size: 1rem;
}

.schedule {
  padding: 8rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.schedule__day {
  margin-bottom: 3rem;
}
.schedule__date {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #667eea;
}
.schedule__item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
  transform: skew(0deg);
}
.schedule__item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: skew(-2deg);
}
.schedule__time {
  font-size: 1.25rem;
  margin-right: 2rem;
  min-width: 100px;
  color: #764ba2;
  font-weight: bold;
}
.schedule__event {
  flex: 1;
}

.faq {
  padding: 8rem 2rem;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  transform-style: flat !important;
  transform: none !important;
}
.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  transform-style: flat;
  transform: none;
}
@media (max-width: 768px) {
  .faq__container {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 800px;
  }
}
.faq__item {
  margin-bottom: 0.75rem;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transform-style: flat;
  transform: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.faq__item.active .faq__question::after {
  transform: rotate(45deg);
}
.faq__item.active .faq__answer {
  max-height: 300px;
  padding: 1.5rem;
  opacity: 1;
}
.faq__question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.faq__question:hover {
  background: rgba(255, 255, 255, 0.08);
}
.faq__question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 1.5rem;
  opacity: 0;
}
.faq__answer p {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
.faq__answer a {
  color: #667eea;
  text-decoration: none;
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq__answer a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left;
}
.faq__answer a:hover {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.9) 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateY(-1px);
}
.faq__answer a:hover::after {
  transform: scaleX(1);
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.9) 0%, #667eea 100%);
}
.faq__answer a:active {
  transform: translateY(0);
}

.footer {
  padding: 4rem 2rem;
  text-align: center;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__logo {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.footer__links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer__link:hover {
  opacity: 1;
}
.footer__copyright {
  opacity: 0.5;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: clamp(3rem, 10vw, 6rem);
  }
  .schedule__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule__time {
    margin-bottom: 0.5rem;
  }
}
