/* =========================================================
   INDIBEMS HERO CTA — TELKOMSEL REFERENCE MATCH
   HERO BODY ONLY. HEADER IS LOCKED.
   ========================================================= */

/* Primary CTA: match the reference's pill, scale and typography. */
.indibems-campaign-hero .campaign-primary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:190px !important;
  min-width:190px !important;
  max-width:190px !important;
  height:52px !important;
  min-height:52px !important;
  padding:0 20px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:26px !important;
  background:#ff123b !important;
  color:#fff !important;
  box-sizing:border-box !important;
  gap:13px !important;
  font-family:"Poppins",sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:-.15px !important;
  text-decoration:none !important;
  box-shadow:none !important;
  transition:transform .18s ease, filter .18s ease !important;
}

.indibems-campaign-hero .campaign-primary:hover{
  transform:translateY(-1px) !important;
  filter:brightness(1.04) !important;
}

.indibems-campaign-hero .campaign-primary .campaign-arrow{
  display:inline-block !important;
  font-size:20px !important;
  font-weight:500 !important;
  line-height:1 !important;
  transform:translateY(-.5px) !important;
}

/* Floating "Jelajahi lebih lanjut": reference-like glass pill. */
.indibems-campaign-hero .campaign-scroll-cue{
  position:absolute !important;
  left:50% !important;
  bottom:12px !important;
  width:205px !important;
  min-width:205px !important;
  max-width:205px !important;
  height:40px !important;
  min-height:40px !important;
  padding:0 16px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  border:0 !important;
  border-radius:21px !important;
  background:rgba(92,94,99,.82) !important;
  color:#fff !important;
  font-family:"Poppins",sans-serif !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:-.1px !important;
  text-decoration:none !important;
  backdrop-filter:blur(8px) !important;
  -webkit-backdrop-filter:blur(8px) !important;
  transform:translateX(-50%) !important;
  will-change:bottom !important;
  animation:indibemsTelkomselCueFloat 1.8s ease-in-out infinite !important;
  z-index:8 !important;
}

.indibems-campaign-hero .campaign-scroll-arrow{
  display:inline-block !important;
  font-size:20px !important;
  font-weight:500 !important;
  line-height:1 !important;
  transform:translateY(-1px) !important;
}

/* Animate the whole pill vertically. The X-centering is repeated in
   every keyframe so no transform-position conflict can cancel motion. */
@keyframes indibemsTelkomselCueFloat{
  0%,100%{
    bottom:12px;
    transform:translateX(-50%) translateY(0);
  }
  50%{
    bottom:20px;
    transform:translateX(-50%) translateY(0);
  }
}

/* Compact desktop: keep the same proportions, slightly smaller CTA. */
@media (min-width:1171px) and (max-width:1350px){
  .indibems-campaign-hero .campaign-primary{
    width:184px !important;
    min-width:184px !important;
    max-width:184px !important;
    height:50px !important;
    min-height:50px !important;
    border-radius:25px !important;
    font-size:13px !important;
  }

  .indibems-campaign-hero .campaign-scroll-cue{
    width:195px !important;
    min-width:195px !important;
    max-width:195px !important;
    height:38px !important;
    min-height:38px !important;
    border-radius:20px !important;
    font-size:13px !important;
    animation-name:indibemsTelkomselCueFloatCompact !important;
  }

  @keyframes indibemsTelkomselCueFloatCompact{
    0%,100%{
      bottom:10px;
      transform:translateX(-50%) translateY(0);
    }
    50%{
      bottom:18px;
      transform:translateX(-50%) translateY(0);
    }
  }
}

/* Do not show the cue on tablet/mobile, matching the existing responsive
   behavior of this project. */
@media (max-width:1170px){
  .indibems-campaign-hero .campaign-scroll-cue{
    animation:none !important;
  }
}
