.hero {
  position: relative;
  min-height: 100vh;
  width: 100vw;   /* important */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.65)
  );
  z-index: -1;
}
.hero-content {
  position: relative;
  z-index: 3;
  color: white;
}


html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: white;
  background-color: #000;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.top-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  letter-spacing: 6px;
  color: #c1121f;   /* poster red */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.top-title .mini{
  font-size: 25px;
  letter-spacing: 4px;
  display: block;
  margin-bottom: -20px;
}

.release-date {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 600;   /* was 500 */
  letter-spacing: 4px;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0,0,0,0.7);
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}

.time-box {
  background: rgba(0,0,0,0.55);
  padding: 20px;
  width: 100px;
  border-radius: 8px;
border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
}

.time-box span {
  font-size: 36px;
  color: gold;
}

.time-box p {
  font-size: 13px;
  letter-spacing: 2px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 12px 30px;
  border: 1px solid white;
  background: transparent;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.btn.gold {
  border-color: gold;
  color: gold;
}
#countdown {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 40px 0;
  width: 100%;
}
/* ===== CAST & CREW ===== */

.cast-section {
  background: #000;
  padding: 70px 0 80px;
  text-align: center;
}
.section-title {
  font-size: 48px;
  letter-spacing: 6px;
  margin-bottom: 30px;
  color: #d4af37;
}

.role {
  text-align: left;
  max-width: 1100px;
  margin: 40px auto 20px;
  letter-spacing: 3px;
  color: #888;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  max-width: 1100px;            /* container width */
  margin: 0 auto 30px;          /* centers the whole row */
}

.cast-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 35px 45px;
  width: 320px;          /* fixed card width */
  border-radius: 10px;
  text-align: left;
  backdrop-filter: blur(6px);
}

.cast-card:hover {
  border-color: #d4af37;
  transform: translateY(-5px);
}

.cast-card small {
  display: block;
  color: #888;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.cast-card strong {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.role-title {
  max-width: 1100px;
  margin: 0 auto 25px;
  text-align: left;
  letter-spacing: 4px;
  color: #aaa;
}
.content-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.card-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.cast-card{
  background: linear-gradient(145deg,#0b0b0b,#111);
  border: 1px solid #1c1c1c;
  border-radius: 12px;
  padding: 25px;
  transition: 0.3s;
}

.cast-card:hover{
  border-color: gold;
  transform: translateY(-4px);
}

.role-title{
  margin: 40px 0 20px;
  letter-spacing: 4px;
  color: #aaa;
}
/* =====  Style Footer ===== */

.site-footer {
  margin-top: 140px;
  padding: 60px 90px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  background: #000;
  position: relative;
}

.footer-left {
  max-width: 480px;
}

.footer-logo {
  font-size: 32px;
  letter-spacing: 6px;
  color: gold;
  margin-bottom: 18px;
}

.footer-copy {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-links {
  color: #888;
  font-size: 14px;
}

.footer-links a {
  color: #888;
  text-decoration: none;
  margin: 0 6px;
}

.footer-right {
  display: flex;
  gap: 90px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-head {
  letter-spacing: 3px;
  color: #aaa;
  margin-bottom: 10px;
}

.footer-col a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

.footer-col a:hover {
  color: gold;
}

.scroll-top {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid gold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gold;
  cursor: pointer;
}
/* ===== ABOUT MOVIE SECTION ===== */

.about-movie{
  padding: 70px 20px 40px;
  background: #000;
  text-align: center;
}

.about-wrap{
   max-width: 1200px;
  margin: 0 auto;
}

.about-title{
  font-size: 38px;
  letter-spacing: 6px;
  color: gold;
  margin-bottom: 35px;
}

.about-desc{
  font-size: 22px;
  line-height: 1.7;
  color: #ddd;
  margin-bottom: 40px;
}

.about-lang-title{
  font-size: 18px;
  letter-spacing: 4px;
  color: #aaa;
  margin-bottom: 15px;
}

.about-langs{
  font-size: 20px;
  color: white;
  letter-spacing: 3px;
  white-space: nowrap;
}
/* ===== BUTTON HOVER GLOW ===== */
.btn.gold {
  transition: all 0.3s ease;
}

.btn.gold:hover {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 25px #d4af37;
}

/* ===== CAST CARD PREMIUM HOVER ===== */
.cast-card {
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.cast-card::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: rotate(25deg);
  transition: all 0.6s ease;
}

.cast-card:hover::after {
  top: 100%;
  left: 100%;
}

.cast-card:hover {
  border-color: #d4af37;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}
.hidden {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ========= CLEAN MOBILE RESPONSIVE ========= */
@media (max-width: 768px) {

  /* HERO */
  .top-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 38px;
    letter-spacing: 3px;
  }

  .top-title .mini {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .release-date {
    font-size: 26px;
  }

  /* COUNTDOWN */
  #countdown {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .time-box {
    width: 42%;
    padding: 14px;
  }

  .time-box span {
    font-size: 24px;
  }

  /* ABOUT */
  .about-desc {
    font-size: 16px;
    padding: 0 15px;
  }

  .about-langs {
    white-space: normal;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 12px;
  }

  /* CAST & CREW — THE REAL FIX */
  .card-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
  }

  .cast-card {
    width: 92% !important;
    max-width: 340px;
    text-align: center;
  }

  /* FOOTER */
  .site-footer {
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
    text-align: center;
  }

}


/* ===== MOBILE FINAL OVERRIDE FIX ===== */
@media (max-width: 768px) {

  /* FIX THE PARADISE TITLE */
  .top-title{
    display:block !important;
    text-align:center;
    line-height:1.1;
  }
  .top-title .mini{
    display:block !important;
    margin-bottom:6px;
  }

  /* FIX COUNTDOWN INTO 2x2 GRID */
  #countdown{
    display:grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
  }
  .time-box{
    width:100% !important;
  }

  /* PREVENT TITLES BREAKING INTO 2 LINES */
  .about-title,
  .section-title{
    white-space:nowrap;
    font-size:26px;
  }

  /* FIX CAST CARD BIG RECTANGLES */
  .card-row{
    display:block !important;
    padding:0 14px;
  }
  .cast-card{
    width:100% !important;
    padding:22px 18px !important;
    margin-bottom:18px;
    text-align:center;
  }

}

.hero-content {
  animation: heroFade 1.8s ease forwards;
  opacity: 0;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== CAST IMAGE STYLE ===== */

.cast-img {
  width: 85%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 18px;
}

.cast-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.cast-card:hover .cast-img img {
  filter: grayscale(0%);
  transform: scale(1.08);
}

/* ===== CREW CIRCLE STYLE ===== */

.crew-row {
  margin-top: 40px;
}

.crew-card {
  text-align: center;
  padding: 30px 20px;
}

.crew-card img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  transition: 0.4s ease;
  filter: grayscale(100%);
}

/* Hover effect */
.crew-card:hover img {
  transform: scale(1.08);
  filter: grayscale(0%);
}


/* ===== CLEAN CREW STYLE (NO SQUARE CARD) ===== */

.crew-card {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}

.crew-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  transition: 0.4s ease;
  filter: grayscale(100%);
}

/* Hover effect */
.crew-card:hover img {
  transform: scale(1.08);
  filter: grayscale(0%);
}

/* Remove square hover glow */
.crew-card::after {
  display: none !important;
}

/* ===== CREW CIRCLE FIX ===== */

.crew-card {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}

.crew-img {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.crew-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.crew-img img:hover {
  transform: scale(1.08);
}

/* ===== RED PREMIUM BUTTON ===== */

.btn.red {
  border: 1px solid #c1121f;
  color: #c1121f;
  transition: all 0.3s ease;
}

.btn.red:hover {
  background: #c1121f;
  color: #fff;
  box-shadow: 0 0 25px rgba(193,18,31,0.7);
}

/* SEO hidden text */
.seo-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
