

  .hero{padding:2px 0 10px}
.hero-wrap{
    position: relative;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    overflow: hidden;
    min-height: 460px;
        margin: -9px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
}
.hero-wrap img{
  width:100%;
  height:460px;
     object-fit: inherit;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.22));
}
.hero-content{
  position:absolute;
  left:34px;
  right:34px;
      bottom: 208px;
  max-width:650px;
  color:#fff;
}
.hero-title{
  margin:0 0 12px;
  font-size:48px;
  line-height:1.1;
  font-weight:800;
}
.hero-text{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
      margin-bottom: 13px;
}
.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  font-weight:700;
}
.hero-btn-primary{
  background:#fff;
  color:#111827;
}
.hero-btn-secondary{
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
  background:rgba(255,255,255,.08);
}

.search-card{
margin: -155px 20px 20px 20px;
    position: relative;
    z-index: 3;
    background: radial-gradient(800px 500px at 20% 0%, rgb(0 35 99 / 93%), transparent 60%), radial-gradient(700px 400px at 90% 10%, rgb(220 0 223), transparent 55%), linear-gradient(180deg, #000000, #000000);
    border-radius: 32px;
    padding: 2px 15px 12px 15px;
    box-shadow: rgb(0 0 0 / 72%) 0px 4px 7px !important;
    border: 1px solid #000000;
}
.search-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.form-control{
    width: 100%;
    height: 48px;
    border: 1px solid #d7dde6;
    border-radius: 12px;
    padding: 0 14px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 26%) 0px 4px 32px;
    font-size: 14px;
    color: #000000 !important;
}
.search-btn{
  width:100%;
  height:48px;
  border:none;
  border-radius:12px;
  background:#0f172a;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.schedule-scroll-box{
  height:348px;
  overflow-y:auto;
  padding-right:6px;
}
.schedule-scroll-box::-webkit-scrollbar{
  width:8px;
}
.schedule-scroll-box::-webkit-scrollbar-thumb{
  background:#cbd5e1;
  border-radius:999px;
}
.schedule-stack{
  display:grid;
  gap:16px;
}
.schedule-item{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  background:#fff;
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  border:1px solid #eef2f7;
  min-height:130px;
}
.schedule-title{
  margin:0 0 7px;
  font-size:18px;
  font-weight:800;
  color:#0f172a;
}
.schedule-meta{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.75;
}
.schedule-side{
  text-align:right;
  min-width:160px;
}
.seat-badge{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:#ecfeff;
  color:#155e75;
  font-size:12px;
  font-weight:800;
}
.schedule-price{
  margin-top:10px;
  font-size:20px;
  font-weight:800;
  color:#0f766e;
}

.carousel-shell{
  position:relative;
}
.carousel-viewport{
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    border-radius: 10px;
    padding: 3px 41px 17px 0px;
    -ms-overflow-style: none;
}
.carousel-viewport::-webkit-scrollbar{
  display:none;
}
.carousel-track{
  display:grid;
  grid-auto-flow:column;
  gap:18px;
}
.cards-carousel-3 .carousel-track{
  grid-auto-columns:calc((100% - 36px) / 3);
}

.card{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 10px rgb(0 0 0 / 56%);
    border: 1px solid #cfcfcf;
    min-width: 0;
        width: auto;
}
.card-media{
  position:relative;
}
.card-media img{
  width:100%;
  height:240px;
  clip-path: ellipse(120% 100% at 50% 0%);
  object-fit:cover;
}
.card-body{
  padding:16px;
}
.card-title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
  color:#0f172a;
}
.card-text{
  margin:0 0 12px;
  color:#64748b;
  line-height:1.7;
  font-size:14px;
}
.price{
  font-size:22px;
  font-weight:800;
  color:#0f766e;
}

.empty-note{
       background: #c5c5c557;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    padding: 22px;
    text-align: center;
    height: 200px;
    align-items: center;
    color: #64748b;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

/* CTA + BADGE */
.home-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  line-height:1;
}

.home-badge--schedule{
  background:#eff6ff;
  color:#1d4ed8;
  margin-bottom:10px;
}

/* badge card premium untuk promo / story / gallery */
.home-badge--card{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 6px 12px 4px;
    background: linear-gradient(45deg, #b452a3 2.28%, #7640a1 99.77%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 0 0 17px 0;
    box-shadow: 0 8px 18px rgba(118, 64, 161, .30);
}

.card-actions,
.schedule-actions{
  margin-top:14px;
}

.home-cta-btn{
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: none;
    border-radius: 24px;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    border: solid 2px blue;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease;
}

.home-cta-btn:hover{
  opacity:.92;
  transform:translateY(-1px);
}

/* NAV LEFT RIGHT */
.carousel-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgb(255 255 255 / 85%);
    color: #000000;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.carousel-nav.left{
  left:-12px;
}
.carousel-nav.right{
  right:-12px;
}
.carousel-nav:disabled{
  opacity:.4;
  cursor:not-allowed;
}

/* DOTS */
.carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:14px;
}
.carousel-dot{
  width:8px;
  height:8px;
  border:none;
  border-radius:50%;
  background:#cbd5e1;
  transition:all .25s ease;
  padding:0;
  cursor:pointer;
}
.carousel-dot.active{
  background:#0f172a;
  transform:scale(1.3);
}

@media (max-width: 992px){
  .hero-title{
    font-size:38px;
  }
  .cards-carousel-3 .carousel-track{
    grid-auto-columns:calc((100% - 18px) / 2);
  }
}

@media (max-width: 768px){
  .hero-wrap img{
          min-height: 465px;
  }
  .hero-wrap{
    min-height:390px;
  }
  .hero-title{
    font-size:34px;
  }
  .hero-content{
               bottom: 244px;
  }
  .search-card{
         margin: -219px 3px 0px 3px;
  }

  .schedule-scroll-box{
    height:446px;
  }
  .schedule-item{
    flex-direction:column;
    align-items:flex-start;
  }
  .schedule-side{
    text-align:left;
    min-width:0;
    width:100%;
  }
  .schedule-actions{
    width:100%;
  }
  .schedule-actions .home-cta-btn{
    width:100%;
  }
  .cards-carousel-3 .carousel-track{
        grid-auto-columns: 100%;
       
  
  }
  .carousel-nav.left{
    left:4px;
  }
  .carousel-nav.right{
    right:4px;
  }
}

@media (max-width: 640px){
  .hero-title{
    font-size:30px;
  }
  .card-media img{
        clip-path: ellipse(120% 100% at 50% 0%);
          height: 358px;
  }
}


  /* =========================
   HOW TO BOOK
   ========================= */

.booking-card .card-media img{
  height:170px;
}

.booking-card .card-title{
  font-size:14px;
}

/* wrapper */
.howto-shell,
.howto-static-shell,
.howto-carousel{
  position:relative;
}

/* static mode */
.howto-static{
  overflow:hidden;
}

.howto-static-track{
  display:grid;
  gap:18px;
  align-items:stretch;
  width:100%;
}

/* jika mode carousel > 4 */
.howto-carousel .carousel-track{
  grid-auto-columns:100%;
}

.howto-page{
  width:100%;
  gap:18px;
  align-items:stretch;
}

/* Desktop: selalu horizontal penuh sesuai jumlah item */
@media (min-width: 769px){
  .howto-static-shell.count-1 .howto-static-track{
    grid-template-columns:repeat(1,minmax(0,1fr));
  }
  .howto-static-shell.count-2 .howto-static-track{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .howto-static-shell.count-3 .howto-static-track{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .howto-static-shell.count-4 .howto-static-track{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  /* jika data > 4, desktop tetap 4 horizontal per page */
  .howto-page{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  /* desktop static <= 4 tidak perlu nav & dots */
  .howto-static-shell.count-1 .carousel-nav,
  .howto-static-shell.count-2 .carousel-nav,
  .howto-static-shell.count-3 .carousel-nav,
  .howto-static-shell.count-4 .carousel-nav,
  .howto-static-shell.count-1 .carousel-dots,
  .howto-static-shell.count-2 .carousel-dots,
  .howto-static-shell.count-3 .carousel-dots,
  .howto-static-shell.count-4 .carousel-dots{
    display:none;
  }
}

/* Mobile */
@media (max-width: 768px){
  .booking-card .card-media img{
    height:140px;
  }

  /* 1-3 item: horizontal scroll */
  .howto-static-shell.count-1 .howto-static-track,
  .howto-static-shell.count-2 .howto-static-track,
  .howto-static-shell.count-3 .howto-static-track{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:85%;
    overflow-x:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
    scroll-behavior:smooth;
    padding-bottom:4px;
  }

  .howto-static-shell.count-1 .howto-static-track::-webkit-scrollbar,
  .howto-static-shell.count-2 .howto-static-track::-webkit-scrollbar,
  .howto-static-shell.count-3 .howto-static-track::-webkit-scrollbar{
    display:none;
  }

  /* 4 item: grid 2x2 */
  .howto-static-shell.count-4 .howto-static-track{
          grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        border-radius: 10px;
  }

  /* >4 item: 4 per page grid 2x2 */
  .howto-page{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .howto-page > .card{
    min-width:0;
  }
}


/* =========================
   PROMO CARD BASE
   ========================= */
.promo-card{
position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #eef2f7;
    box-shadow: rgb(0 0 0 / 72%) 0px 4px 7px !important;
    background: #fff;
    isolation: isolate;
}

/* =========================
   BACKGROUND BLUR (KUNCI)
   ========================= */
.promo-card-bg{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(28px) brightness(3.55);
    transform: scale(1.2);
    z-index: 0;
}

/* overlay biar lebih gelap & premium */
.promo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(15,23,42,.35),
    rgba(15,23,42,.65)
  );
  z-index:1;
}

/* =========================
   MEDIA (gambar asli)
   ========================= */
.promo-card .card-media{
  position:relative;
  z-index:2;
}

.promo-card .card-media img{
  width:100%;
  height:240px;
  object-fit:cover;
}

/* =========================
   BODY PUTIH (FOCUS)
   ========================= */
.card-body-promo{
  position:relative;
  z-index:3;

  margin:-40px 14px 14px; /* overlap dikit ke image */
  background:#fff;

  border-radius:18px;
  padding:16px;

  box-shadow:
    0 12px 24px rgba(15,23,42,.12),
    0 2px 6px rgba(15,23,42,.08);
}

/* =========================
   TEXT
   ========================= */
.card-body-promo .card-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:6px;
}

.card-body-promo .card-text{
  font-size:14px;
  color:#64748b;
  margin-bottom:10px;
}

.card-body-promo .price{
  font-size:20px;
  font-weight:800;
  color:#0f766e;
}

/* =========================
   CTA
   ========================= */
.card-body-promo .home-cta-btn{
  margin-top:10px;
  width:100%;
}




/* =========================
   SCHEDULE CONTAINER
   ========================= */
.schedule-container{
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 22px;
    box-shadow: rgb(0 0 0 / 26%) 0px 4px 32px;
    overflow: hidden;
}

/* =========================
   SCHEDULE LIST
   ========================= */
.schedule-list{
    display:flex;
    flex-direction:column;
    gap:0;
    background:#cccccc00;
    border:solid 2px #9e9e9e30;
    max-height:403px;
    overflow-y:auto;
    overflow-x:hidden;
    border-radius:32px;
    scroll-behavior:smooth;
    margin:-6px;
    box-shadow:
      rgb(0 0 0 / 0%) 0 3px 8px,
      rgb(198 0 255 / 0%) 0 8px 18px,
      rgb(255 255 255) 0 -2px 5px 1px inset,
      rgb(9 9 9 / 0%) 0 -1px 1px 3px inset;
}

/* scrollbar */
.schedule-list::-webkit-scrollbar{
  width:8px;
}

.schedule-list::-webkit-scrollbar-track{
  background:transparent;
}

.schedule-list::-webkit-scrollbar-thumb{
  background:#d7dee7;
  border-radius:999px;
}

.schedule-list::-webkit-scrollbar-thumb:hover{
  background:#c2ccd8;
}

/* =========================
   SCHEDULE CARD
   ========================= */
.schedule-card{
  position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 18px;
    align-items: start;
    background: #fff;
    margin: 10px;
    border: 1px solid #eef2f7;
    border-radius: 22px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 72%) 0px 4px 7px !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    overflow: hidden;
    flex-shrink: 0;
}

.schedule-card:hover{
  box-shadow:0 18px 36px rgba(15,23,42,.08);
  border-color:#dbe5ef;
}

/* =========================
   NEW BADGE (KIRI ATAS)
   ========================= */
.schedule-badge-wrap{
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  pointer-events:none;
}

.schedule-badge-premium{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:6px 12px 4px;
    background:linear-gradient(45deg, #b452a3 2.28%, #7640a1 99.77%);
    color:#fff;
    font-size:11px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:.3px;
    text-transform:uppercase;
    white-space:nowrap;
    border-radius:0 0 17px 0;
    box-shadow:0 8px 18px rgba(118, 64, 161, .30);
}

/* =========================
   DATE RANGE (KANAN ATAS)
   ========================= */
.schedule-date-chip{
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px 4px;
    border-radius: 9px;
    background: #efefef;
    color: #333333;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 6px 16px rgba(37, 99, 235, .12);
    max-width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* =========================
   BODY
   ========================= */
.schedule-card__body{
  min-width:0;
  padding-top:40px;
  padding-right:4px;
  padding-bottom:0px; /* ruang untuk booking badge di bawah */
}

.schedule-card__title{
  margin:0 0 10px;
  padding-right:12px;
  font-size:22px;
  line-height:1.2;
  font-weight:800;
  color:#0f172a;
}

.schedule-card__meta{
  margin:0 0 10px;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

.schedule-card__desc{
  margin:0 0 14px;
  color:#64748b;
  font-size:14px;
  line-height:1.8;
  word-break:break-word;
}

/* =========================
   FOOTER
   ========================= */
.schedule-card__footer{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

/* kiri (seat + booking) */
.schedule-card__action{
  position:absolute;
  right:0px;
        bottom: 0px;
  z-index:3;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
}


/* kanan (price) */
.schedule-card__price-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
/* =========================
   IMAGE
   ========================= */
.schedule-card__media{
    width:110px;
    height:110px;
    border-radius:16px;
    margin-top:36px;
    overflow:hidden;
    background:#e2e8f0;
    box-shadow:0 8px 18px rgba(15, 23, 42, .06);
}

.schedule-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.schedule-card__empty{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px;
  color:#64748b;
  font-size:12px;
  line-height:1.4;
  background:linear-gradient(135deg,#eef2f7 0%,#e2e8f0 100%);
}

/* =========================
   SEAT / PRICE / BOOKING
   ========================= */
.seat-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:#fff7ed;
  color:#c2410c;
  border:1px solid #fed7aa;
  white-space:nowrap;
}

.schedule-price-premium{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #c6c6c6 0%, #7a736a 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .20);
    word-break: break-word;
}

.schedule-book-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 21px 0 15px 0;
    background: linear-gradient(135deg, #b94d00 0%, #b81414 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(15, 118, 110, .18);
    transition: transform .18s ease, box-shadow .18s ease;
}

.schedule-book-badge:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(15,118,110,.24);
}

/* =========================
   EMPTY NOTE
   ========================= */
.empty-note{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:20px;
  padding:22px;
  text-align:center;
  color:#64748b;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px){
  .schedule-container{
    width:min(100% - 20px, 1100px);
    padding:16px;
    border-radius:20px;
    margin-top:-23px;
  }

  .schedule-card{
           grid-template-columns: minmax(0, 1fr) 84px;
        gap: 14px;
        padding: 7px;
        border-radius: 18px;
  }

  .schedule-card__body{
    padding-top:38px;
  }

  .schedule-card__media{
    width:84px;
    height:84px;
    border-radius:14px;
    margin-top:30px;
  }

  .schedule-card__title{
          font-size: 12px;
    padding-right:0;
  }

  .schedule-card__meta,
  .schedule-card__desc{
    font-size:13px;
            white-space: nowrap;
        overflow: hidden;
        word-break: break-word;
  }

  .schedule-price-premium{
font-size: 18px;
        padding: 8px 12px;
        border-radius: 10px;
  }

  .schedule-book-badge{
        min-height: 44px;
        padding: 0 12px;
        font-size: 19px;
  }

  .schedule-badge-premium{
    font-size:11px;
    padding:6px 10px 4px;
    border-radius:0 0 17px 0;
  }

  .schedule-date-chip{
    top:12px;
    right:12px;
    font-size:11px;
    padding:5px 10px 4px;
    max-width:calc(100% - 110px);
  }
}

@media (max-width: 576px){
  .schedule-list{
    max-height:402px;
  }

  .schedule-card{
    grid-template-columns:1fr;
    gap:14px;
  }

  .schedule-card__media{
         position: absolute;
        top: 49px;
        right: 16px;
        width: 72px;
        height: 72px;
        z-index: 1;
        margin-top: 0;
  }

  .schedule-card__body{
    padding-right:88px;
    padding-top:44px;
  }

  .schedule-card__title{
    padding-right:0;
    margin:0 0 12px;
    text-align:left;
    display:block;
  }

.schedule-card__footer{
  flex-direction:row;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}

.schedule-card__action{
  right:0px;
        bottom: 0px;
  justify-content:flex-start;
}

  .schedule-card__price-wrap{
    align-items:flex-start;
  }

  .schedule-price-premium{
   font-size: 25px;
  }

  .schedule-date-chip{
    top:12px;
    right:12px;
    max-width:calc(100% - 110px);
  }
}
@media (max-width: 576px){
  .schedule-card__body{
    padding-right:88px;
    padding-top:44px;
    padding-bottom:0px;
  }

  .schedule-book-badge{
        min-height: 44px;
        padding: 0 12px;
        font-size: 19px;
  }
}
/* =========================
   SEARCH CARD ACTIONS
   ========================= */
.search-actions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: -9px;
    margin-bottom: 12px;
}

.search-pill{
    display: inline-flex;
    align-items: center;
    width: 46%;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .2px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

/* tombol 1 */
.search-pill-primary{
background: #a9a8a8a1;
    color: #000000;
    box-shadow: 0 10px 22px rgba(15, 118, 110, .18);
}

.search-pill-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(15,118,110,.24);
}

/* tombol 2 */
.search-pill-secondary{
    background: linear-gradient(135deg, #b94d00 0%, #b81414 100%);
    color: #ffffff;
    border: 1px solid #80000069;
    box-shadow: 0 10px 22px rgba(15, 118, 110, .18);
}


.search-clock-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.search-clock-box{
  pointer-events:none;
  cursor:default;
  user-select:none;
  text-align:center;
}

.search-clock-box span{
  display:block;
  width:100%;
  font-size:24px;
  line-height:1;
  font-weight:900;
  letter-spacing:0.5px;
  white-space:nowrap;
}
@media (max-width: 768px){
  .search-clock-box span{
    font-size:20px;
  }
}

@media (max-width: 768px){
  .search-clock-box span{
    font-size:24px;
  }
}

/* =========================
   SEARCH UPDATED
   ========================= */
.search-grid-updated{
  display:grid;
  grid-template-columns: 1fr auto;
  gap:12px;
  align-items:center;
  margin-bottom:18px;
}

.month-switcher{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:2px;
}

.month-nav-btn{
  width:42px;
  height:42px;
  border:none;
  border-radius:12px;
  background:#fff;
  color:#253050;
  font-size:24px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(15,23,42,.10);
  transition:transform .18s ease, box-shadow .18s ease;
}

.month-nav-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(15,23,42,.14);
}

.month-label{
  min-width:180px;
  text-align:center;
  font-size:18px;
  font-weight:800;
  color:#253050;
  padding:0 10px;
}

.date-display-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:56px;
  padding:0 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid #dbe3ec;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
  cursor:pointer;
  overflow:hidden;
}

.date-display-card__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.date-display-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:56px;
  padding:0 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid #dbe3ec;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
  cursor:pointer;
  overflow:hidden;
}

.date-display-card__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.date-display-card__content{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
}

.date-display-card__label{
  flex:0 0 auto;
  font-size:14px;
  font-weight:800;
  color:#253050;
  white-space:nowrap;
}

.date-display-card__value{
    min-width: 0;
    font-size: 12px;
    font-weight: 800;
    margin-left: 3px;
    color: #253050;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-native-input{
  position:absolute;
  inset:0;
  opacity:0.01; /* jangan 0 penuh */
  width:100%;
  height:100%;
  cursor:pointer;
}

.search-icon-btn{
  width:56px;
  height:56px;
  border:none;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #b94d00 0%, #b81414 100%);
  color:#fff;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(15,118,110,.20);
  transition:transform .18s ease, box-shadow .18s ease;
}

.search-icon-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(15,118,110,.26);
}

@media (max-width: 768px){
  .search-grid-updated{
    grid-template-columns:1fr auto;
  }

  .month-label{
    min-width:140px;
    font-size:16px;
  }

  .date-display-card{
    min-height:52px;
    border-radius:14px;
  }

  .search-icon-btn{
    width:52px;
    height:52px;
    border-radius:14px;
  }
}

@media (max-width: 576px){
  .search-grid-updated{
    grid-template-columns:1fr auto;
    gap:10px;
  }

  .month-switcher{
    gap:8px;
  }

  .month-nav-btn{
    width:38px;
    height:38px;
    font-size:22px;
  }

  .month-label{
    min-width:120px;
    font-size:15px;
  }

  .date-display-card__text{
    font-size:14px;
  }
}

.search-card{
  position:relative;
}

.search-loading{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(3px);
  z-index:20;
  border-radius:inherit;
}

.search-loading.is-active{
  display:flex;
}

.search-loading__box{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.10);
  border:1px solid #eef2f7;
}

.search-loading__spinner{
  width:34px;
  height:34px;
  border-radius:50%;
  border:3px solid #e5e7eb;
  border-top-color:#7640a1;
  animation:tripSpin .75s linear infinite;
}

.search-loading__text{
  font-size:14px;
  font-weight:700;
  color:#253050;
}

@keyframes tripSpin{
  to{ transform:rotate(360deg); }
}
/* =========================
   DESKTOP FIX LAYOUT
   ========================= */
@media (min-width: 769px){

  /* CLOCK KE KANAN */
  .search-actions{
    justify-content: flex-end;
  }

  .search-clock-row{
    justify-content: flex-end;
  }

  .search-pill{
    width: auto; /* jangan full */
    min-width: 140px;
  }

  /* GRID SEARCH */
  .search-grid-updated{
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 14px;
  }

  /* DATE DI KIRI */
  .date-display-card{
    grid-column: 1;
  }

  /* MONTH SWITCH DI KANAN */
  .month-switcher{
    grid-column: 2;
    justify-content: flex-end;
  }

  /* BUTTON SEARCH */
  .search-icon-btn{
    grid-column: 3;
  }

}
/* =========================
   DESKTOP FIX LAYOUT
   ========================= */
@media (min-width: 769px){

  .search-actions{
    justify-content: flex-end;
  }

  .search-clock-row{
          justify-content: flex-start;
  }

  .search-pill{
    width: auto;
    min-width: 140px;
  }

  /* FIX GRID */
  .search-grid-updated{
          display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
        gap: 14px;
        grid-auto-flow: column;
  }

  /* DATE (KIRI) */
  .date-display-card{
    grid-column: 1;
  }

  /* SEARCH BUTTON (TENGAH) */
  .search-icon-btn{
    grid-column: 2;
  }

  /* MONTH SWITCH (KANAN) */
  .month-switcher{
    grid-column: 3;
    justify-content: flex-end;
  }

}


.calendar-feature-section{
  padding: 8px 0 24px;
}

.calendar-feature-card{
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e6eef6;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.calendar-feature-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10);
  border-color: #d7e7f5;
}

.calendar-feature-card::after{
  content:"";
  position:absolute;
  right:-60px;
  bottom:-60px;
  width:180px;
  height:180px;
  border-radius:999px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.10), transparent 65%);
  pointer-events:none;
}

.calendar-feature-icon-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}

.calendar-feature-icon-box{
  width:72px;
  height:72px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, #ecfeff 0%, #dbeafe 100%);
  color:#0f766e;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 12px 24px rgba(14, 165, 233, .12);
  border:1px solid #c8eef9;
}

.calendar-feature-icon{
  width:34px;
  height:34px;
  display:block;
}

.calendar-feature-content{
  min-width:0;
}

.calendar-feature-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff7ed;
  color:#c2410c;
  border:1px solid #fdba74;
  font-size:12px;
  font-weight:800;
  margin-bottom:10px;
}

.calendar-feature-title{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.15;
  font-weight:800;
  color:#0f172a;
}

.calendar-feature-desc{
  margin:0;
  max-width:760px;
  color:#64748b;
  font-size:14px;
  line-height:1.8;
}

.calendar-feature-chips{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.calendar-feature-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#334155;
  font-size:12px;
  font-weight:700;
}

.calendar-feature-action{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.calendar-feature-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  background:#0f172a;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  box-shadow:0 12px 24px rgba(15, 23, 42, .14);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}

.calendar-feature-btn:hover{
  transform: translateY(-1px);
  box-shadow:0 16px 28px rgba(15, 23, 42, .18);
  background:#111c31;
}

@media (max-width: 992px){
  .calendar-feature-card{
    grid-template-columns: 76px 1fr;
    gap:18px;
  }

  .calendar-feature-action{
    grid-column: 1 / -1;
    justify-content:flex-start;
  }
}

@media (max-width: 768px){
  .calendar-feature-section{
    padding: 4px 0 20px;
  }

  .calendar-feature-card{
        grid-template-columns: 1fr;
        gap: 16px;
        display: flex;
        padding: 18px;
        border-radius: 22px;
    }
  }

  .calendar-feature-icon-wrap{
    justify-content:flex-start;
  }

  .calendar-feature-icon-box{
    width:64px;
    height:64px;
    border-radius:18px;
  }

  .calendar-feature-icon{
    width:30px;
    height:30px;
  }

  .calendar-feature-title{
    font-size:24px;
  }

  .calendar-feature-desc{
    font-size:13px;
    line-height:1.75;
  }

  .calendar-feature-action{
    justify-content:flex-start;
  }

  .calendar-feature-btn{
    width:100%;
  }
.calendar-feature-inline{
  margin-top:18px;
}

.calendar-feature-inline-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 6px 16px;
    border-radius: 17px;
    background: linear-gradient(135deg, #6d0000 0%, #330000 100%);
    border: 1px solid #6363633d;
}

.calendar-inline-left{
  display:flex;
  align-items:center;
  gap:12px;
}

.calendar-inline-icon{
    width: 42px;
    height: 42px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
    color: #000000;
}

.calendar-inline-icon svg{
  width:20px;
  height:20px;
}

.calendar-inline-title{
  font-size:14px;
  font-weight:800;
  color:#ffffff;
}

.calendar-inline-sub{
  font-size:12px;
  color:#292929;
}

.calendar-inline-btn{
display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 21px;
    background: white;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border: solid 2px #ffffff45;
}
.schedule-head-desktop{
  display:block;
}

.schedule-head-main{
  min-width:0;
}

.calendar-feature-desktop{
  display:none;
}

.calendar-feature-desktop-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:320px;
  max-width:360px;
  padding:14px 16px;
  border-radius:22px;
  background:linear-gradient(135deg, #b94d00 0%, #b81414 100%);
  border:1px solid #c7f9f1;
  box-shadow:0 12px 28px rgba(15,118,110,.16);
}

.calendar-feature-mobile{
  margin-top:18px;
}

@media (min-width: 769px){
  .schedule-head-desktop{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
  }

  .calendar-feature-desktop{
    display:block;
    flex:0 0 340px;
  }

  .calendar-feature-mobile{
    display:none;
  }
}

@media (max-width: 768px){
  .calendar-feature-desktop{
    display:none;
  }

  .calendar-feature-mobile{
    display:block;
  }
}
.section-head-schedule{
  text-align:center;
  margin-bottom:16px;
}

.section-title-schedule{
  margin:0 0 8px;
}

.section-desc-schedule{
  margin:0 auto;
  max-width:620px;
}

/* desktop row atas */
@media (min-width: 769px){
  .section-head-schedule{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }

  .search-actions{
    width:100%;
    justify-content:flex-start;
    margin-bottom:12px;
  }

  .search-clock-row{
    justify-content:flex-start;
  }
}

/* form layout */
.search-grid-updated{
  display:grid;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}

.calendar-feature-desktop-inline{
  display:none;
}

.calendar-feature-mobile{
  margin-top:18px;
}

/* desktop: date | search | calendar | month */
@media (min-width: 769px){
  .search-grid-updated{
    grid-template-columns: minmax(220px, 1fr) 56px minmax(240px, 320px) auto;
    gap:14px;
  }

  .date-display-card{
    grid-column:1;
  }

  .search-icon-btn{
    grid-column:2;
  }

  .calendar-feature-desktop-inline{
    grid-column:3;
    display:block;
  }

  .month-switcher{
    grid-column:4;
    justify-content:flex-end;
    margin-bottom:0;
  }

  .calendar-feature-mobile{
    display:none;
  }
}

/* mobile tetap lama */
@media (max-width: 768px){
  .search-grid-updated{
    grid-template-columns:1fr auto;
  }

  .month-switcher{
    grid-column:1 / -1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:2px;
  }

  .calendar-feature-desktop-inline{
    display:none;
  }

  .calendar-feature-mobile{
    display:block;
  }
}
