/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/.pnpm/next@14.2.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/home.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.home_hero__z_jpu {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('/posters/cover.png') center/cover no-repeat;
  background-color: var(--navy);
  overflow: hidden;
}

.home_overlay__NxEke {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 33, 56, 0.5) 0%,
    rgba(15, 33, 56, 0.3) 40%,
    rgba(15, 33, 56, 0.7) 100%
  );
  z-index: 1;
}

.home_content__7Xh1r {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home_title__jKRy7 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--snow);
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.home_subtitle__7Y8Sg {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--ochre);
  margin: 0 0 1.5rem 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.home_countdown__lDURE {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--snow);
  background: rgba(42, 95, 143, 0.6);
  backdrop-filter: blur(8px);
  padding: 0.6rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(201, 169, 97, 0.3);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.home_nav__hlS8v {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.75rem;
  padding: 1.5rem 1rem 2.5rem;
  width: 100%;
  justify-content: center;
}

.home_navBtn__fi7Kr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 6rem;
  height: 5rem;
  background: rgba(15, 33, 56, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 169, 97, 0.3);
  border-radius: 1rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.home_navBtn__fi7Kr:active {
  transform: scale(0.95);
  background: rgba(42, 95, 143, 0.8);
}

.home_navIcon__eXTdJ {
  font-size: 1.6rem;
}

.home_navLabel__5i1vC {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  color: var(--snow);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

