/* Home page styles: index2.php */
.countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  text-align: center;
  font-size: 0.825em;
}
.yes-techno {
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
  padding: 0 0 15px 0;
}
.yt-hero {
  text-align: center;
}
.yt-kicker {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(68, 214, 44, 0.35);
  border-radius: 30px;
  color: #44d62c;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(68, 214, 44, 0.06);
  box-shadow: 0 0 15px rgba(68, 214, 44, 0.08);
  margin-bottom: 15px;
}
.yt-info-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.yt-info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 20px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(68, 214, 44, 0.88);
  background: rgba(68, 214, 44, 0.16);
  color: #85ff72;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.15px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 8px rgba(133, 255, 114, 0.88);
  box-shadow: 0 0 12px rgba(68, 214, 44, 0.45), inset 0 0 8px rgba(68, 214, 44, 0.25);
  animation: ytHintPulse 2.2s ease-in-out infinite;
}
.yt-info-trigger:hover,
.yt-info-trigger:focus-visible {
  border-color: rgba(68, 214, 44, 0.7);
  box-shadow: 0 0 18px rgba(68, 214, 44, 0.24);
  transform: translateY(-1px);
}
.yt-info-trigger:hover .yt-info-badge,
.yt-info-trigger:focus-visible .yt-info-badge {
  animation-play-state: paused;
}
@keyframes ytHintPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(68, 214, 44, 0.35);
    opacity: 0.8;
  }
  50% {
    box-shadow: 0 0 0 6px rgba(68, 214, 44, 0);
    opacity: 1;
  }
}
.neon-title {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.neon-title .accent {
  color: #44d62c;
  text-shadow: 0 0 8px rgba(68, 214, 44, 0.45);
}
.subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  font-size: 15px;
}
.yt-section {
  margin-bottom: 30px;
}
.yt-stations {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
}
.yt-station-trigger {
  flex: 0 1 145px;
  min-width: 96px;
  border: 1px solid rgba(68, 214, 44, 0.38);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(34, 90, 31, 0.38), rgba(17, 45, 16, 0.58));
  color: #c9ffc0;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 11px;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(68, 214, 44, 0.22), inset 0 0 10px rgba(68, 214, 44, 0.14);
  animation: ytStationPulse 2.6s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.yt-station-trigger:hover,
.yt-station-trigger:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(133, 255, 114, 0.72);
  box-shadow: 0 0 13px rgba(68, 214, 44, 0.36), inset 0 0 12px rgba(68, 214, 44, 0.2);
}
@keyframes ytStationPulse {
  0%,
  100% {
    box-shadow: 0 0 6px rgba(68, 214, 44, 0.16), inset 0 0 7px rgba(68, 214, 44, 0.14);
  }
  50% {
    box-shadow: 0 0 12px rgba(68, 214, 44, 0.32), inset 0 0 12px rgba(133, 255, 114, 0.21);
  }
}
.yt-booking-image {
  height: 100%;
  min-height: 320px;
  border: none;
  border-radius: 14px;
  background-color: rgba(0,0,0,0.35);
  background-image: url("../img/bg-img/flyer.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.yt-booking-box {
  display: grid;
  grid-template-columns: minmax(260px, 37%) 1fr;
  gap: 22px;
  align-items: stretch;
}
.yt-booking-content {
  text-align: left;
}
.yt-booking-image-trigger {
  width: 100%;
  padding: 0;
  cursor: zoom-in;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.yt-booking-image-trigger:hover,
.yt-booking-image-trigger:focus-visible {
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
  transform: translateY(-1px);
}
.yt-box {
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border: 1px solid rgba(68, 214, 44, 0.12);
  border-radius: 14px;
  padding: 25px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  transition: 0.25s ease;
}
.yt-box:hover {
  border-color: rgba(68, 214, 44, 0.28);
  box-shadow: 0 14px 36px rgba(0,0,0,0.28), 0 0 18px rgba(68, 214, 44, 0.08);
  transform: translateY(-2px);
}
.section-title {
  font-size: 1.05rem;
  color: #44d62c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}
.yt-box p {
  color: rgba(255,255,255,0.86);
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 14px;
}
.big {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.highlight {
  color: #44d62c !important;
  font-weight: 700;
}
.cta {
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
}
.yes-techno ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yes-techno ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  font-size: 14px;
}
.yes-techno ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #44d62c;
  box-shadow: 0 0 10px rgba(68, 214, 44, 0.6);
}
.yt-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(68, 214, 44, 0.45), transparent);
  margin: 18px 0 22px 0;
}
.yt-final {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid rgba(68, 214, 44, 0.16);
  border-radius: 16px;
  background: radial-gradient(circle at top center, rgba(68, 214, 44, 0.10), rgba(255,255,255,0.02) 45%, rgba(255,255,255,0.01) 100%);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  margin-top: 10px;
}
.final-line {
  margin: 0 0 10px 0;
  font-size: 1.9rem;
  color: #fff;
}
.final-line .accent {
  color: #44d62c;
  text-shadow: 0 0 10px rgba(68, 214, 44, 0.45);
}
@media (max-width: 767px) {
  .neon-title {
    font-size: 1.7rem;
  }
  .final-line {
    font-size: 1.45rem;
  }
  .yt-box {
    padding: 20px 18px;
  }
  .yt-booking-image {
    min-height: 240px;
    background-position: center center;
  }
  .yt-booking-box {
    grid-template-columns: 1fr;
  }
}
.yt-hero-card {
  position: relative;
  padding: 38px 28px;
  border: 1px solid rgba(68, 214, 44, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at top center, rgba(68, 214, 44, 0.12), rgba(255,255,255,0.02) 38%, rgba(255,255,255,0.01) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
  overflow: hidden;
}
.yt-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(68,214,44,0.06), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(68,214,44,0.08), transparent 20%);
  pointer-events: none;
}
.yt-hero-card > * {
  position: relative;
  z-index: 1;
}
.yt-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0 25px 0;
  text-align: left;
}
.yt-mini-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(68, 214, 44, 0.12);
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  transition: 0.25s ease;
}
.yt-mini-box:hover {
  transform: translateY(-2px);
  border-color: rgba(68, 214, 44, 0.24);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22), 0 0 18px rgba(68,214,44,0.08);
}
.yt-mini-box p {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.86);
  line-height: 1.75;
  font-size: 14px;
}
.yt-event-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0 18px 0;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(68, 214, 44, 0.18);
  background: rgba(68, 214, 44, 0.07);
  color: #fff;
  font-size: 15px;
}
.yt-date-label {
  color: #44d62c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}
.countdown-container {
  margin-top: 10px;
}
.countdown span {
  min-width: 69px;
  padding: 11px 9px;
  margin: 0;
  background: linear-gradient(180deg, rgba(68,214,44,0.95), rgba(68,214,44,0.72));
  color: #fff;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,0.14);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 25px rgba(68,214,44,0.18);
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .yt-intro-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .yt-hero-card {
    padding: 28px 18px;
  }
  .yt-stations {
    gap: 8px;
  }
  .yt-station-trigger {
    flex: 1 1 0;
    font-size: 0.76rem;
    padding: 12px 8px;
    letter-spacing: 0.4px;
  }
  .countdown span {
    min-width: 59px;
    padding: 9px 8px;
    font-size: 11px;
  }
}
  .yt-intro-block {
  margin-bottom: 25px;
}
.yt-hero {
  margin-bottom: 15px;
}
.yt-modal-open {
  overflow: hidden;
}
.yt-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.yt-modal.is-open {
  display: flex;
}
.yt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 16, 0.78);
  backdrop-filter: blur(4px);
}
.yt-modal__dialog {
  position: relative;
  width: min(760px, calc(100% - 30px));
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  border-radius: 16px;
  border: 1px solid rgba(68, 214, 44, 0.22);
  background:
    radial-gradient(circle at top right, rgba(68, 214, 44, 0.14), rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.02) 100%),
    #0f1419;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.55);
  color: #fff;
}
.yt-modal__dialog--info {
  border: 1px solid rgba(68, 214, 44, 0.2);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02)),
    linear-gradient(135deg, rgba(68,214,44,0.07), rgba(68,214,44,0.02) 45%, rgba(255,255,255,0.015) 100%),
    #0d1216;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255,255,255,0.05);
}
.yt-modal__dialog--info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68,214,44,0), rgba(68,214,44,0.55), rgba(68,214,44,0));
  opacity: 0.9;
  pointer-events: none;
}
.yt-modal__dialog--info::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(68,214,44,0.11) 0%, rgba(68,214,44,0.05) 35%, rgba(68,214,44,0) 72%);
  pointer-events: none;
}
.yt-modal__dialog--image {
  width: min(481px, calc(100% - 30px));
  padding: 20px;
}
.yt-modal__dialog--station {
  width: min(562px, calc(100% - 30px));
  padding: 20px;
}
.yt-modal__image-title {
  margin: 0 0 12px;
  color: #44d62c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
}
.yt-modal__image {
  display: block;
  width: min(100%, 481px);
  height: auto;
  max-height: 601px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
  background: #0b0f12;
}
.yt-modal__image--station {
  width: min(100%, 512px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.yt-modal__station-media {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.yt-modal__station-description {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: block;
  z-index: 1;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(68, 214, 44, 0.42);
  background: linear-gradient(180deg, rgba(5, 8, 10, 0.35) 0%, rgba(5, 8, 10, 0.8) 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  color: #f0fff1;
  font-size: clamp(0.82rem, 1.65vw, 0.94rem);
  line-height: 1.35;
  letter-spacing: 0.015em;
  white-space: pre-line;
  text-align: left;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  max-height: 42%;
  overflow: auto;
}
@media (max-width: 575px) {
  .yt-modal__dialog--station {
    padding: 12px;
  }
  .yt-modal__station-media {
    width: 100%;
  }
  .yt-modal__image--station {
    width: 100%;
    max-height: min(56vh, 420px);
  }
  .yt-modal__station-description {
    position: static;
    margin-top: 10px;
    padding: 10px 12px;
    max-height: none;
    overflow: visible;
    font-size: 0.82rem;
    line-height: 1.4;
  }
}
.yt-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(68, 214, 44, 0.3);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.yt-modal__close:hover {
  border-color: rgba(68, 214, 44, 0.6);
  color: #44d62c;
  background: rgba(68, 214, 44, 0.08);
}
.yt-modal__header {
  padding: 28px 28px 10px;
  border-bottom: 1px solid rgba(68, 214, 44, 0.16);
}
.yt-modal__kicker {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #44d62c;
  margin-bottom: 8px;
}
.yt-modal__header h2 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #f5f7ff;
  text-shadow: 0 0 14px rgba(68, 214, 44, 0.25);
}
.yt-modal__location,
.yt-modal__time {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}
.yt-modal__time {
  margin-top: 3px;
}
.yt-modal__content {
  padding: 22px 28px 28px;
}
.yt-modal__section {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 18px 14px;
  border-radius: 14px;
  border: 1px solid rgba(68, 214, 44, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02)),
    linear-gradient(135deg, rgba(68,214,44,0.045), rgba(68,214,44,0.015) 45%, rgba(255,255,255,0.015) 100%);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: hidden;
}
.yt-modal__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68,214,44,0), rgba(68,214,44,0.45), rgba(68,214,44,0));
  opacity: 0.9;
}
.yt-modal__section::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(68,214,44,0.1) 0%, rgba(68,214,44,0.03) 45%, rgba(68,214,44,0) 72%);
  pointer-events: none;
}
.yt-modal__section h3,
.yt-modal__mindset h3 {
  margin: 0 0 10px;
  color: #44d62c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
}
.yt-modal__section ul {
  margin: 0;
}
.yt-modal__mindset {
  margin-top: 8px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(68, 214, 44, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02)),
    linear-gradient(135deg, rgba(68,214,44,0.05), rgba(68,214,44,0.02) 50%, rgba(255,255,255,0.015) 100%);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.05);
}
.yt-modal__mindset p {
  margin: 0 0 8px;
}
.yt-modal__mindset p:last-child {
  margin-bottom: 0;
}
.yt-modal__final {
  margin: 20px 0 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #44d62c;
  text-align: center;
}
@media (max-width: 767px) {
  .yt-modal__dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 24px);
  }
  #ytInfoModal {
    align-items: flex-start;
    overflow-y: auto;
    padding: 10px 0;
  }
  #ytInfoModal .yt-modal__dialog--info {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    margin: 0 auto;
  }
  @supports (height: 100dvh) {
    #ytInfoModal .yt-modal__dialog--info {
      max-height: calc(100dvh - 20px);
    }
  }
  .yt-modal__header {
    padding: 22px 16px 10px;
  }
  #ytInfoModal .yt-modal__header {
    padding: 18px 14px 8px;
  }
  .yt-modal__header h2 {
    font-size: 1.3rem;
  }
  #ytInfoModal .yt-modal__header h2 {
    font-size: 1.15rem;
  }
  .yt-modal__content {
    padding: 18px 16px 20px;
  }
  #ytInfoModal .yt-modal__content {
    padding: 14px 14px 16px;
  }
  #ytInfoModal .yt-modal__section,
  #ytInfoModal .yt-modal__mindset {
    margin-bottom: 12px;
    padding: 12px 14px;
  }
  #ytInfoModal .yt-modal__final {
    margin-top: 14px;
    font-size: 0.95rem;
  }
  .yt-modal__dialog--image {
    padding: 14px;
  }
}
