:root {
  font-size: 16px;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #ffffff;
}

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

body {
  min-height: 100vh;
  background: linear-gradient(120deg, #051942 0%, #0a1c59 50%, #0d1a3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 2vw, 3rem);
}

.hero {
  width: min(100%, 960px);
  display: flex;
  justify-content: center;
}

.hero__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.hero__title {
  font-size: clamp(2.7rem, 6.5vw, 4.8rem);
  letter-spacing: 0.08em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 14px 22px rgba(0, 0, 0, 0.4);
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: min(100%, 460px);
}

.stats > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 1rem 1.8rem;
  border-radius: 999px;
  font-weight: 500;
  text-transform: none;
  box-shadow: 0 20px 32px rgba(6, 20, 52, 0.55);
}

.stats__people {
  background: linear-gradient(135deg, #0a3f91, #1d66d5);
  border: 1px solid rgba(134, 175, 255, 0.6);
  color: #ffffff;
}

.stats__people strong {
  font-weight: 700;
}

.stats__timer {
  background: linear-gradient(135deg, #ff2e2e, #cb0609);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-weight: 600;
  position: relative;
}

.icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.icon::after {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon--people::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.icon--alert::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 15 15'/%3E%3Cline x1='9.5' y1='3' x2='14.5' y2='3'/%3E%3C/svg%3E");
}

.ticket-image {
  width: min(100%, 440px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

.ticket-image img {
  display: block;
  width: 100%;
  height: auto;
}

.social-proof {
  width: 100%;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem);
  background: rgba(8, 19, 50, 0.55);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 45px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 2vw, 2rem);
}

.social-proof__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
}

.social-proof__scroll {
  width: 38px;
  height: 62px;
  border: 2px solid currentColor;
  border-radius: 22px;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
}

.social-proof__scroll::after {
  content: "";
  width: 6px;
  height: 12px;
  border-radius: 3px;
  background: currentColor;
  animation: scroll 2.2s ease-in-out infinite;
}

.social-proof__arrow {
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.social-proof h2 {
  font-size: clamp(1.4rem, 4vw, 1.95rem);
  font-weight: 700;
  color: #ffffff;
}

.carousel {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.carousel__viewport {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 15, 42, 0.6);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.35);
}

.carousel__track {
  list-style: none;
  display: flex;
  transition: transform 0.4s ease;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
}

.carousel__slide {
  flex: 0 0 calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  display: flex;
}

.carousel__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.carousel__control {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: radial-gradient(circle, #1a59f1, #1239a0);
  box-shadow: 0 10px 22px rgba(18, 61, 171, 0.45);
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.carousel__control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.carousel__control--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.carousel__control:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.carousel__control:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(18, 61, 171, 0.5);
  filter: brightness(1.05);
}

.carousel__control:active {
  transform: translateY(1px);
}

.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 4.6rem;
  background: linear-gradient(180deg, #0bee21 0%, #0daf1d 50%, #0bee21 100%);
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 45px rgba(5, 24, 12, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 12px 18px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 26px 50px rgba(5, 24, 12, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  filter: brightness(1.02);
}

.cta:active {
  transform: translateY(1px);
  box-shadow:
    0 16px 28px rgba(5, 24, 12, 0.4),
    inset 0 2px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
  .stats {
    flex-direction: column;
    width: min(100%, 460px);
  }

  .stats > div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    padding: 1.5rem;
  }

  .cta {
    width: 100%;
  }

  .carousel {
    grid-template-columns: 1fr;
  }

  .carousel__control {
    order: -1;
    justify-self: center;
  }

  .carousel__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    transform: translateY(18px);
  }
}

