:root {
  --ink: #060708;
  --charcoal: #111419;
  --metal: #222832;
  --silver: #c7d0dc;
  --blue: #0057ff;
  --electric: #39b9ff;
  --gold: #c79b42;
  --red: #8f1018;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 8%, rgba(39, 92, 148, 0.2), transparent 28%),
    radial-gradient(circle at 10% 72%, rgba(118, 10, 18, 0.14), transparent 30%),
    linear-gradient(135deg, #030405 0%, #11151a 50%, #050607 100%);
  color: #f7f9fc;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.025) 49%, transparent 50%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.013) 0 1px, transparent 1px 7px);
  content: "";
  pointer-events: none;
}

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

main {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 18px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(176, 197, 222, 0.16);
  background: linear-gradient(180deg, rgba(4, 6, 9, 0.97), rgba(8, 10, 14, 0.78));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-style: italic;
  font-weight: 1000;
  letter-spacing: -0.09em;
  line-height: 1;
  filter: drop-shadow(0 0 14px rgba(25, 111, 255, 0.6));
  transform: skew(-6deg);
}

.brand-bola {
  color: #0050dc;
  -webkit-text-stroke: 1px #2d8cff;
  text-shadow: 0 2px 0 #00194a, 0 0 20px rgba(0, 92, 255, 0.78);
}

.brand-number {
  margin-left: 0.08em;
  color: #fff;
  -webkit-text-stroke: 1px #cfd7e5;
  text-shadow: 0 2px 0 #48515e, 0 0 14px rgba(255, 255, 255, 0.48);
}

.page-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(350px, 0.76fr);
  gap: clamp(22px, 3vw, 46px);
  width: min(1600px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 64px;
}

.main-panel,
.movie-panel {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(175, 194, 218, 0.22);
  background:
    linear-gradient(145deg, rgba(44, 51, 61, 0.65), rgba(5, 7, 10, 0.91) 42%),
    #0b0d11;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -25px 70px rgba(0, 0, 0, 0.34),
    0 26px 80px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(34, 123, 255, 0.08);
}

.main-panel {
  align-self: start;
  padding: clamp(14px, 2vw, 26px);
}

.movie-panel {
  padding: clamp(18px, 2vw, 27px);
}

.ornament {
  position: absolute;
  z-index: 4;
  width: 76px;
  height: 76px;
  border-color: rgba(211, 163, 67, 0.72);
  pointer-events: none;
}

.ornament::after {
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: rgba(155, 20, 27, 0.9);
  content: "";
}

.ornament-top {
  top: 7px;
  left: 7px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.ornament-top::after {
  top: 7px;
  left: 7px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.ornament-bottom {
  right: 7px;
  bottom: 7px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.ornament-bottom::after {
  right: 7px;
  bottom: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.cover-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(218, 227, 240, 0.34);
  background: #07090d;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5), 0 0 22px rgba(49, 146, 255, 0.16);
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-sheen,
.poster-glint {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.14) 44%, transparent 56%);
  transform: translateX(-130%);
  animation: sheen 6.5s ease-in-out infinite;
  pointer-events: none;
}

.promo-copy {
  max-width: 980px;
  margin: clamp(21px, 2.6vw, 33px) 0 0;
  color: #d9dee7;
  font-size: clamp(0.78rem, 1.15vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.7;
  text-shadow: 0 1px 12px #000;
}

.primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 590px;
  margin-top: 22px;
}

.action-button {
  position: relative;
  display: grid;
  min-height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(223, 232, 245, 0.38);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 12px 28px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.action-button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.22), transparent 70%);
  content: "";
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.action-button:hover::before {
  transform: translateX(120%);
}

.action-button:hover,
.action-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.16);
}

.action-button:focus-visible,
.contact-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.register-button {
  background: linear-gradient(135deg, #073b9b, #0063ff 55%, #083c9b);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), 0 0 26px rgba(0, 91, 255, 0.36);
}

.promo-button {
  background: linear-gradient(135deg, #670911, #d31c28 54%, #691016);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 26px rgba(210, 22, 36, 0.28);
}

.contact-area {
  margin-top: clamp(31px, 4vw, 48px);
  padding-top: 23px;
  border-top: 1px solid rgba(194, 207, 224, 0.16);
}

.contact-heading {
  margin: 0 0 19px;
  color: #f4f6fb;
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.095em;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e7ebf2;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  transition: color 180ms ease, transform 180ms ease;
}

.contact-link:hover {
  color: #fff;
  transform: translateY(-2px);
}

.electric-ring {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(65, 178, 255, 0.8), 0 0 28px rgba(0, 96, 255, 0.5);
  animation: electricPulse 1.25s ease-in-out infinite alternate;
}

.electric-ring::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent 0 18%, #fff 21%, #39b9ff 25%, transparent 29% 56%, #126eff 62%, #fff 66%, transparent 71%);
  content: "";
  animation: electricSpin 2.4s linear infinite;
}

.contact-icon-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #0e1117;
  border-radius: 50%;
  background: #0b0e13;
}

.contact-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-heading-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 1px 0 22px;
}

.movie-heading-row h1 {
  margin: 0;
  color: #f5f7fb;
  font-size: clamp(0.84rem, 1.15vw, 1.06rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  text-align: center;
  text-shadow: 0 0 18px rgba(102, 175, 255, 0.46);
}

.heading-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 208, 228, 0.75));
}

.heading-line:last-child {
  background: linear-gradient(90deg, rgba(193, 208, 228, 0.75), transparent);
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 23px) 15px;
}

.movie-card {
  min-width: 0;
}

.movie-card-last {
  grid-column: 1 / -1;
  width: calc(50% - 7.5px);
  justify-self: center;
}

.poster-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(195, 207, 223, 0.32);
  background: #080a0d;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55), 0 0 18px rgba(34, 123, 255, 0.09);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.poster-wrap::after {
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.58));
  content: "";
  pointer-events: none;
}

.movie-card:hover .poster-wrap {
  border-color: rgba(101, 177, 255, 0.82);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.58), 0 0 24px rgba(43, 143, 255, 0.28);
  transform: translateY(-4px);
}

.poster-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

.movie-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.movie-card h2 {
  margin: 10px 2px 0;
  color: #dce3ed;
  font-size: clamp(0.72rem, 0.9vw, 0.88rem);
  font-weight: 850;
  letter-spacing: 0.065em;
  line-height: 1.35;
  text-align: center;
}

.poster-glint {
  z-index: 2;
  animation-delay: 1.8s;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.42;
  filter: blur(62px);
  pointer-events: none;
  animation: smokeDrift 11s ease-in-out infinite alternate;
}

.ambient-one {
  top: 15%;
  left: -12%;
  width: 46vw;
  height: 27vw;
  background: rgba(123, 137, 153, 0.16);
}

.ambient-two {
  right: -18%;
  bottom: 2%;
  width: 50vw;
  height: 31vw;
  background: rgba(52, 85, 117, 0.19);
  animation-delay: -5s;
}

.light-streak {
  position: fixed;
  z-index: -1;
  width: 2px;
  height: 42vh;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9), #2694ff, transparent);
  opacity: 0.35;
  filter: drop-shadow(0 0 8px #1689ff);
  pointer-events: none;
  transform: rotate(34deg);
  animation: flash 5.8s steps(1, end) infinite;
}

.streak-one {
  top: 7%;
  right: 8%;
}

.streak-two {
  bottom: 0;
  left: 9%;
  height: 30vh;
  animation-delay: -3.2s;
  transform: rotate(-31deg);
}

@keyframes sheen {
  0%, 72% { transform: translateX(-130%); }
  88%, 100% { transform: translateX(130%); }
}

@keyframes electricSpin {
  to { transform: rotate(360deg); }
}

@keyframes electricPulse {
  from { filter: brightness(0.86); }
  to { filter: brightness(1.34); }
}

@keyframes smokeDrift {
  from { transform: translate3d(-3%, -2%, 0) scale(0.92); }
  to { transform: translate3d(8%, 6%, 0) scale(1.08); }
}

@keyframes flash {
  0%, 9%, 12%, 100% { opacity: 0.08; }
  10%, 11% { opacity: 0.78; }
}

@media (max-width: 1050px) {
  .page-shell {
    grid-template-columns: 1fr;
    width: min(920px, calc(100% - 32px));
  }

  .movie-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .movie-card-last {
    grid-column: auto;
    width: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 70px;
    padding: 16px 19px;
  }

  .page-shell {
    width: min(100% - 22px, 620px);
    padding: 20px 0 36px;
  }

  .main-panel,
  .movie-panel {
    padding: 12px;
  }

  .promo-copy {
    margin-top: 17px;
    font-size: 0.75rem;
    line-height: 1.65;
  }

  .primary-actions {
    gap: 10px;
    max-width: none;
  }

  .action-button {
    min-height: 50px;
    font-size: 0.79rem;
  }

  .contact-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-link {
    font-size: 0.74rem;
  }

  .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 12px;
  }

  .movie-card-last {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
