@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800;900&display=swap");

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Prompt",sans-serif;
  color:#fff;
  background:#030303;
}
img{max-width:100%;display:block}
button,input,select,textarea{font-family:inherit}

/* HEADER */
.topbar{
  width:100%;
  padding:16px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#050505;
  border-bottom:1px solid rgba(255,255,255,.08);
  position:sticky;
  top:0;
  z-index:20;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;
  font-weight:900;
  background:#e31822;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 0 24px rgba(255,0,40,.32);
}
.topbar h1{margin:0;font-size:20px;letter-spacing:2px;line-height:1}
.topbar p{margin:6px 0 0;font-size:11px;letter-spacing:3px;color:rgba(255,255,255,.72)}
.admin-link{
  color:#ff3048;text-decoration:none;
  border:1px solid rgba(255,48,72,.55);
  border-radius:12px;padding:10px 14px;
  font-weight:800;background:transparent;
}

/* MAIN */
main{width:100%;padding-bottom:70px}

/* HERO */
.hero-new,.hero{
  padding:34px 6% 30px;
  text-align:center;
  background:
    radial-gradient(circle at 82% 28%,rgba(255,0,45,.26),transparent 34%),
    linear-gradient(135deg,#050505 0%,#090909 58%,#120004 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hero-copy,.hero-left{width:100%;max-width:760px;margin:0 auto}
.premium-tag,.tag{
  color:#ff2535;
  font-size:13px;
  letter-spacing:5px;
  font-weight:900;
  margin:0 0 16px;
}
.hero-copy h2,.hero h2{
  margin:0 auto 16px;
  font-size:clamp(34px,5vw,72px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-1.5px;
  max-width:720px;
  text-shadow:0 4px 18px rgba(0,0,0,.5);
}
.hero-copy h2 span{color:#ff2535}
.hero-desc,.hero p{
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.65;
  margin:0 auto;
  max-width:520px;
}
.features{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:22px auto;
}
.features span{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,48,72,.55);
  background:rgba(0,0,0,.35);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.device-box{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:20px auto 0;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(12px);
  max-width:520px;
  text-align:left;
}
.device-box div{
  padding:0 12px;
  border-right:1px solid rgba(255,255,255,.14);
  font-size:12px;
  color:rgba(255,255,255,.72);
}
.device-box div:first-child{padding-left:0}
.device-box div:last-child{border-right:0}
.device-box b{color:#fff;font-size:18px}
.cta-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  max-width:520px;
  margin:16px auto 0;
}
.book-cta,.line-cta{
  width:100%;min-width:0;margin:0;
  text-align:center;
  padding:16px 14px;
  border-radius:15px;
  text-decoration:none;
  color:#fff;
  font-size:16px;
  font-weight:900;
}
.book-cta{
  background:linear-gradient(135deg,#00e85a,#00b843);
  box-shadow:0 12px 26px rgba(0,232,90,.2);
}
.line-cta{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.18);
}

/* REMOVE OLD PHONE / SIDE MOCKUP */
.phone-right,.phone-right img,.phone-right::before,
.hero-phone,.hero-phone img,.hero-phone::before,.booking-side{
  display:none!important;
}

/* EVENT SECTION */
.movie-section{
  padding:28px 6% 34px;
  background:#030303;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.section-title{
  margin:0;
  font-size:clamp(26px,3vw,42px);
  font-weight:900;
  line-height:1.1;
}
.section-note{
  margin:0 0 5px;
  color:rgba(255,255,255,.68);
  font-size:14px;
}
.loading{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.hidden{display:none!important}

.movie-grid,#eventList{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
}
.event-card,#eventList .event-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:hidden;
  border-radius:20px;
  background:#080808;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 55px rgba(0,0,0,.34);
  display:flex!important;
  flex-direction:column!important;
}
.event-card img,#eventList .event-card img{
  width:100%!important;
  aspect-ratio:3/4.15!important;
  height:auto!important;
  object-fit:cover!important;
  border-radius:20px 20px 0 0;
}
.event-body,#eventList .event-body{padding:14px}
.event-body h3,#eventList .event-body h3{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.3;
  word-break:break-word;
}
.event-body p,#eventList .event-body p{
  margin:3px 0;
  color:rgba(255,255,255,.68);
  font-size:12px;
}
.book-btn,#eventList .book-btn{
  margin-top:auto;
  width:100%!important;
  border:0;
  border-radius:12px;
  padding:12px;
  color:white;
  cursor:pointer;
  font-weight:900;
  background:linear-gradient(135deg,#ff2535,#b00012);
}

/* INFO SECTION */
.info-section{
  padding:32px 6% 50px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  background:#030303;
  max-width:1280px;
  margin:0 auto;
}
.info-card{
  border-radius:24px;
  padding:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.info-card h2{
  margin:0 0 18px;
  font-size:26px;
  line-height:1.2;
  font-weight:900;
}
.info-card ul{margin:0;padding:0;list-style:none}
.info-card li{
  position:relative;
  padding-left:24px;
  margin-bottom:13px;
  font-size:15px;
  line-height:1.55;
  color:rgba(255,255,255,.85);
}
.info-card li::before{
  content:"✓";
  position:absolute;
  left:0;top:0;
  color:#ff3048;
  font-weight:900;
}
.info-card p{
  color:rgba(255,255,255,.82);
  line-height:1.7;
  margin:0;
}
.info-card a{
  display:block;
  width:100%;
  text-align:center;
  margin-top:24px;
  padding:16px;
  border-radius:16px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  background:linear-gradient(135deg,#06c755,#00a943);
  box-shadow:0 12px 28px rgba(6,199,85,.25);
}

/* MODAL */
.modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(14px);
  display:grid;
  place-items:center;
  padding:20px;
  z-index:30;
}
.modal-card{
  width:min(1040px,95vw);
  max-height:92vh;
  overflow:auto;
  border-radius:30px;
  background:#141014;
  border:1px solid rgba(255,255,255,.16);
  position:relative;
}
.close-btn{
  position:absolute;
  right:18px;
  top:16px;
  z-index:4;
  width:42px;height:42px;
  border:0;
  border-radius:999px;
  color:white;
  background:rgba(255,255,255,.13);
  font-size:28px;
  cursor:pointer;
}
.booking-movie-layout{
  display:grid;
  grid-template-columns:320px 1fr;
}
.booking-poster{padding:24px;background:rgba(255,255,255,.04)}
.booking-poster img{
  width:100%;
  border-radius:20px;
  aspect-ratio:3/4.2;
  object-fit:cover;
}
.booking-content{padding:34px}
.booking-content h2{
  margin:0 50px 18px 0;
  font-size:34px;
  line-height:1.15;
}
.showtime-box{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  margin:18px 0 22px;
}
.showtime-box div{
  padding:12px;
  border-radius:15px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}
.showtime-box span{display:block;color:#ff3048;font-size:12px}
.showtime-box strong{display:block;font-size:13px}
form{display:grid;gap:10px}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
label{color:#ff3048;font-size:13px}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:13px 14px;
  outline:none;
  color:white;
  background:rgba(255,255,255,.08);
  font-size:16px;
}
select option{color:#111}
textarea{min-height:82px;resize:vertical}
.ticket-summary{
  margin:10px 0;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px dashed rgba(255,255,255,.22);
}
.ticket-summary span{color:rgba(255,255,255,.7)}
.ticket-summary strong{display:block;font-size:32px}
.submit-btn{
  width:100%;
  border:0;
  border-radius:16px;
  padding:15px;
  color:white;
  cursor:pointer;
  font-weight:900;
  background:linear-gradient(135deg,#ff2535,#b00012);
}
.toast{
  position:fixed;
  left:50%;
  top:24px;
  transform:translateX(-50%);
  padding:14px 20px;
  border-radius:999px;
  background:rgba(0,0,0,.82);
  border:1px solid rgba(255,255,255,.15);
  z-index:99;
}

/* TABLET */
@media screen and (max-width:1100px){
  .movie-grid,#eventList{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* MOBILE UNIVERSAL */
@media screen and (max-width:900px){
  .topbar{padding:14px 16px}
  .brand-logo{width:42px;height:42px;font-size:14px}
  .topbar h1{font-size:18px}
  .topbar p{font-size:9px}
  .admin-link{display:none}

  .hero-new,.hero{
    padding:30px 20px 24px;
    text-align:center;
  }
  .hero-copy,.hero-left{max-width:100%;margin:0 auto}
  .premium-tag,.tag{
    font-size:11px;
    letter-spacing:4px;
    margin-bottom:14px;
  }
  .hero-copy h2,.hero h2{
    font-size:34px;
    line-height:1.12;
    letter-spacing:-1px;
    margin:0 auto 18px;
    max-width:360px;
  }
  .hero-desc,.hero p{
    font-size:15px;
    line-height:1.65;
    max-width:330px;
  }
  .features{
    justify-content:center;
    gap:10px;
    margin:22px auto 0;
  }
  .features span{
    font-size:13px;
    padding:10px 14px;
  }
  .device-box{
    grid-template-columns:repeat(3,1fr);
    padding:13px;
    margin-top:22px;
  }
  .device-box div{
    padding:0 7px;
    font-size:10px;
  }
  .device-box b{font-size:13px}
  .cta-row{
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:14px;
  }
  .book-cta,.line-cta{
    font-size:14px;
    padding:14px 8px;
  }

  .movie-section{padding:22px 14px 32px}
  .section-head{
    margin-bottom:15px;
    gap:8px;
  }
  .section-title{font-size:24px}
  .section-note{
    font-size:11px;
    white-space:nowrap;
  }

  .movie-grid,#eventList{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    width:100%!important;
  }
  .event-card,#eventList .event-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    border-radius:18px!important;
  }
  .event-card img,#eventList .event-card img{
    width:100%!important;
    aspect-ratio:3/4.2!important;
    height:auto!important;
    object-fit:cover!important;
    border-radius:18px 18px 0 0!important;
  }
  .event-body,#eventList .event-body{padding:10px!important}
  .event-body h3,#eventList .event-body h3{
    font-size:12px!important;
    line-height:1.25!important;
    min-height:31px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .event-body p,#eventList .event-body p{font-size:10px!important}
  .book-btn,#eventList .book-btn{
    width:100%!important;
    font-size:11px!important;
    padding:9px!important;
    border-radius:10px!important;
  }

  .info-section{
    grid-template-columns:1fr;
    padding:24px 16px 40px;
  }
  .info-card{
    min-height:auto;
    padding:20px;
  }
  .info-card h2{font-size:22px}
  .info-card li,.info-card p{font-size:14px}

  .modal{
    padding:0;
    align-items:end;
  }
  .modal-card{
    width:100%;
    max-height:94vh;
    border-radius:26px 26px 0 0;
  }
  .booking-movie-layout{grid-template-columns:1fr}
  .booking-poster{display:none}
  .booking-content{padding:24px 16px}
  .booking-content h2{
    font-size:28px;
    margin-right:42px;
  }
  .form-row,.showtime-box{grid-template-columns:1fr}
}

/* SMALL MOBILE */
@media screen and (max-width:380px){
  .topbar h1{font-size:16px}
  .hero-copy h2,.hero h2{font-size:30px}
  .features span{font-size:11px;padding:8px 10px}
  .device-box{padding:11px}
  .book-cta,.line-cta{font-size:13px}
  .movie-grid,#eventList{gap:10px!important}
}
.admin-link {
  display: none !important;
}