/* Home Landing Style - radius 7px */
:root{
  --r: 7px;
}

.hero-slider .carousel-item img{
  height: 520px;
  object-fit: cover;
}

.hero-slider .carousel-caption{
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  text-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.hero-slider .carousel-caption::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.20), rgba(0,0,0,0));
}

.hero-slider .carousel-caption .container{
  position: relative;
  padding-bottom: 46px;
  padding-top: 300px;
}

.hero-slider .carousel-indicators [data-bs-target]{
  width: 26px;
  height: 4px;
  border-radius: 999px;
  opacity: .35;
}
.hero-slider .carousel-indicators .active{ opacity: 1; }

.section-pad{
  padding: 64px 0;
}

.trust-pill{
  background: #f8f9fa;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--r);
  padding: 10px 12px;
  font-weight: 600;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.feature-card{
  background:#fff;
  border-radius: var(--r);
  border: 1px solid rgba(0,0,0,.06);
  padding: 16px;
  display:flex;
  gap:12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.feature-card .icon{
  width: 44px; height:44px;
  border-radius: 12px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, #dc3545, #ffc107);
  color:#fff;
  flex: 0 0 auto;
}

.price-card{
  background:#fff;
  border-radius: var(--r);
  border: 1px solid rgba(0,0,0,.06);
  padding: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.price-card.highlight{
  border: 2px solid rgba(25,135,84,.35);
}
.price-card .price{
  font-size: 34px;
  font-weight: 800;
}
.price-card .rp{
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
  color:#6c757d;
}

.demo-card, .quote-card, .form-card{
  background:#fff;
  border-radius: var(--r);
  border: 1px solid rgba(0,0,0,.06);
  padding: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.quote-card .stars i{ color: #ffc107; }

.contact-pill{
  background:#fff;
  border-radius: var(--r);
  border: 1px solid rgba(0,0,0,.06);
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.contact-icon{
  width:44px;height:44px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:#eaf7ee;color:#198754;
  font-size: 22px;
}

.popup-img{
  max-height: 520px;
  object-fit: cover;
}

.wa-float{
  position: fixed;
  right: 16px;
  bottom: 96px; /* biar aman dari bottom nav mobile */
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 26px;
  text-decoration:none;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  z-index: 1040;
}

@media (max-width: 768px){
  .hero-slider .carousel-item img{ height: 420px; }
  .hero-slider .carousel-caption .container{ padding-top: 86px; }
}
/* ===== FOOTER FULL WIDE GRADIENT BLACK ===== */
.footer-wide{
  width: 100%;
  background: linear-gradient(135deg, #0b0f14, #000000);
  position: relative;
  overflow: hidden;
}

/* efek glow tipis biar premium */
.footer-wide::before{
  content:"";
  position:absolute;
  inset:-120px;
  background: radial-gradient(circle at 20% 20%, rgba(255,193,7,.16), transparent 45%),
              radial-gradient(circle at 80% 0%, rgba(220,53,69,.12), transparent 40%);
  pointer-events:none;
}

.footer-dot{
  width:10px;height:10px;border-radius:99px;
  background: linear-gradient(135deg, #dc3545, #ffc107);
  box-shadow: 0 0 18px rgba(255,193,7,.35);
}

.footer-title{
  color:#fff;
  font-weight:700;
  margin-bottom: 12px;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li{ margin-bottom: 10px; }
.footer-links a{
  color: rgba(255,255,255,.72);
  text-decoration:none;
}
.footer-links a:hover{
  color:#fff;
}

.footer-social{
  width:42px;height:42px;border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  text-decoration:none;
}
.footer-social:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

.footer-contact{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 12px 12px;
  border-radius: 7px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color:#fff;
}
.footer-contact i{
  font-size: 22px;
  color:#ffc107;
}

.footer-hr{
  border-color: rgba(255,255,255,.12);
}

/* mobile spacing */
@media (max-width: 768px){
  .footer-wide .container{ padding-bottom: 110px; } /* aman dari bottom nav mobile */
}
/* ===== PAGE LOADER ===== */
#pageLoader{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-box{
  text-align: center;
  color: #fff;
}

.spinner{
  width: 52px;
  height: 52px;
  border: 5px solid rgba(255,255,255,.25);
  border-top: 5px solid #ffc107;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 12px;
}

.loader-text{
  font-size: 14px;
  letter-spacing: .5px;
  opacity: .85;
}

@keyframes spin{
  to { transform: rotate(360deg); }
}
/* PRODUCT IMAGE BOX */
.product-image-box{
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  background: #fff;
}

.product-img{
  height: 500px;
  object-fit: cover;
}
/* ===== STICKY FOOTER (FULL KE BAWAH) ===== */
html, body { height: 100%; }

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #f6f7fb; /* atau sesuai warna page */
}

.footer-wide-mt5{
  margin-top: auto !important;
  width: 100%;
}


/* hilangkan ruang putih bawaan (kalau ada) */
body > .container:last-child { margin-bottom: 0 !important; }

/* kalau ada bottom nav mobile yang bikin padding bawah, footer tetap bisa full */
@media (max-width:768px){
  body{ padding-bottom: 0 !important; }
}
.demo-video-wrap{
  background: #000;
}
.demo-video{
  object-fit: cover;
}
