
:root{ --blue-1:#0d6efd; --blue-2:#0b5ed7; --soft:#f5f9ff; }
body{ background:#ffffff; }
.logo-glow{ width:10px;height:10px;border-radius:50%;box-shadow:0 0 40px 10px rgba(13,110,253,.6);display:inline-block }
.bg-gradient-blue{ background: linear-gradient(135deg,#0d6efd,#2ea7ff); }
.bg-cover{ background-size:cover; background-position:center; }
.line-2{ display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden; }
.hero-section{ background: radial-gradient(1200px 300px at 80% 0%, #b3ddff33, transparent 60%), radial-gradient(800px 260px at 10% 0%, #cbe6ff44, transparent 60%); }

/* 3D Coverflow Slider */
.coverflow-slider{ padding: 20px 0 60px; }
.slide-card{ position:relative; height: 380px; border-radius: 24px; overflow:hidden; background-size:cover; background-position:center; box-shadow:0 10px 30px rgba(0,0,0,.15); }
.slide-card::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,.0) 60%); }
.slide-overlay{ position:absolute; left:0; right:0; bottom:0; padding:20px; color:#fff; z-index:2; }

/* Cards hover */
.card-hover{ transition: transform .25s ease, box-shadow .25s ease; }
.card-hover:hover{ transform: translateY(-6px); box-shadow:0 14px 40px rgba(13,110,253,.15); }

/* Modal carousel image rounded */
.carousel-item img{ object-fit:cover; height:100%; }

/* Buttons */
.btn-primary{ --bs-btn-bg:var(--blue-1); --bs-btn-border-color:var(--blue-1); --bs-btn-hover-bg:var(--blue-2); --bs-btn-hover-border-color:var(--blue-2); }

/* Utilities */
.ratio-4x3{ --bs-aspect-ratio: calc(3/4 * 100%); }


/* === Gambar tidak terpotong pada thumbnail (letterbox) === */
.bg-contain{ background-size: contain; background-position: center; background-repeat: no-repeat; background-color: #eef5ff; }

/* === Slider Modern (adaptasi dari konsep) === */
.gp-slider-container{ position:relative; width:100%; max-width:1400px; margin:0 auto; height:600px; overflow:hidden; border-radius:20px; box-shadow:0 25px 50px rgba(0,0,0,.15); perspective:1200px; }
@media (max-width:992px){ .gp-slider-container{ height:500px; } }
@media (max-width:768px){ .gp-slider-container{ height:450px; } }
@media (max-width:576px){ .gp-slider-container{ height:400px; } }

.gp-slider{ display:flex; height:100%; transition: transform 1s cubic-bezier(0.68,-0.55,0.27,1.55); }
.gp-slide{ position:relative; flex:0 0 auto; height:100%; padding:50px; background-size: contain; background-position:center; background-repeat:no-repeat; background-color:#0f0c29; transform-style: preserve-3d; }
.gp-slide::before{ content:""; position:absolute; inset:0; background:linear-gradient(45deg, rgba(15,12,41,.70) 0%, rgba(48,43,99,.55) 50%, rgba(36,36,62,.45) 100%); z-index:1; }
.gp-slide-content{ position:relative; z-index:2; max-width:650px; opacity:0; transform: translateY(80px) translateZ(50px); transition: all 1s cubic-bezier(0.18,1.25,0.4,1); color:#fff; }
.gp-slide.active .gp-slide-content{ opacity:1; transform: translateY(0) translateZ(0); }
.gp-slide h2{ font-weight:800; font-size:3rem; margin-bottom:10px; text-shadow:0 5px 15px rgba(0,0,0,.3); }
.gp-slide p{ opacity:.9; }

.gp-slide-number{ position:absolute; top:18px; right:18px; z-index:3; background:rgba(0,0,0,.35); color:#fff; padding:6px 14px; border-radius:20px; font-weight:600; }

.gp-floating-elements{ position:absolute; inset:0; z-index:2; pointer-events:none; }
.gp-floating{ position:absolute; border-radius:50%; opacity:.5; animation: gp-float 15s infinite linear; }
.gp-floating:nth-child(1){ width:100px;height:100px; top:20%; left:10%; background: linear-gradient(45deg,#ff6b6b,#ff8e53); }
.gp-floating:nth-child(2){ width:150px;height:150px; bottom:20%; right:10%; background: linear-gradient(45deg,#4ecdc4,#556270); animation-delay:-5s; }
.gp-floating:nth-child(3){ width:80px;height:80px; top:40%; right:20%; background: linear-gradient(45deg,#c2e59c,#64b3f4); animation-delay:-10s; }
@keyframes gp-float{ 0%{ transform:translateY(0) rotate(0) scale(1); opacity:.5; } 50%{ transform:translateY(-20px) rotate(180deg) scale(1.1); opacity:.7; } 100%{ transform:translateY(0) rotate(360deg) scale(1); opacity:.5; } }

.gp-particles{ position:absolute; inset:0; z-index:2; pointer-events:none; }
.gp-particles .particle{ position:absolute; background:rgba(255,255,255,.5); border-radius:50%; animation: gp-particle 10s infinite linear; }
@keyframes gp-particle{ 0%{ transform:translateY(100%) rotate(0); opacity:0 } 10%{ opacity:1 } 90%{ opacity:1 } 100%{ transform:translateY(-100%) rotate(360deg); opacity:0 } }

.gp-slider-nav{ position:absolute; inset:0; display:flex; align-items:center; justify-content:space-between; padding:0 22px; z-index:5; }
.gp-nav-btn{ width:60px; height:60px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25); color:#fff; font-size:1.4rem; cursor:pointer; transition:.3s; backdrop-filter: blur(6px); }
.gp-nav-btn:hover{ transform:scale(1.08); background:rgba(255,255,255,.2); }

.gp-progress-bar{ position:absolute; left:0; right:0; bottom:0; height:5px; background:rgba(255,255,255,.15); z-index:6; }
.gp-progress{ height:100%; width:0%; background: linear-gradient(90deg,#ff6b6b,#ff8e53); transition: width .35s ease; }

.gp-controls{ display:flex; justify-content:center; margin-top:18px; }
.gp-dots{ display:flex; gap:14px; }
.gp-dot{ width:16px; height:16px; border-radius:50%; background:rgba(0,0,0,.15); position:relative; cursor:pointer; overflow:hidden; }
.gp-dot::before{ content:""; position:absolute; inset:0; left:-100%; background: linear-gradient(45deg,#ff6b6b,#ff8e53); transition:left .35s; }
.gp-dot.active{ box-shadow:0 0 14px rgba(255,107,107,.5); transform: scale(1.1); }
.gp-dot.active::before{ left:0; }

/* hero background lembut tetap putih-biru */
.hero-section{ background: radial-gradient(1200px 300px at 80% 0%, #b3ddff33, transparent 60%), radial-gradient(800px 260px at 10% 0%, #cbe6ff44, transparent 60%); }


.gp-body{
  background:#ffffff;
  color:#1f3b2f;
}

/* =========================
   GURILAPSS • FOOTER (Hijau Lumut)
========================= */
:root{
  --lumut-900:#0b1f16;
  --lumut-800:#0f2c1f;
  --lumut-700:#163b2a;
  --lumut-600:#1f4f37;
  --lumut-500:#2b5b3c;
  --lumut-200:#cfe9d6;
}

.gp-footer{
  position:relative;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(43,91,60,.55), transparent 60%),
    radial-gradient(900px 520px at 95% 10%, rgba(102,187,106,.22), transparent 55%),
    linear-gradient(180deg, var(--lumut-900) 0%, var(--lumut-800) 45%, #08150f 100%);
  border-top: 1px solid rgba(207,233,214,.12);
  overflow:hidden;
}

.gp-footer::before{
  content:"";
  position:absolute; inset:-2px;
  background-image:
    radial-gradient(rgba(207,233,214,.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity:.35;
  pointer-events:none;
  transform: translateY(-10px);
}

.gp-footer .gp-footer-inner{
  position:relative;
  z-index:1;
}

.gp-footer a{
  color: rgba(255,255,255,.78);
  text-decoration:none;
}
.gp-footer a:hover{
  color: #fff;
}

.gp-footer .gp-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.45rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(207,233,214,.18);
  background: rgba(15,44,31,.55);
  color: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
}

.gp-footer .gp-cta-card{
  border-radius: 22px;
  border: 1px solid rgba(207,233,214,.16);
  background: rgba(15,44,31,.55);
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
  padding: 22px;
}

.gp-footer .gp-input{
  border-radius: 14px;
  border: 1px solid rgba(207,233,214,.22);
  background: rgba(8,21,15,.55);
  color: #fff;
}
.gp-footer .gp-input::placeholder{ color: rgba(255,255,255,.55); }
.gp-footer .gp-input:focus{
  box-shadow: 0 0 0 .2rem rgba(43,91,60,.35);
  border-color: rgba(102,187,106,.55);
}

.gp-footer .gp-btn{
  border-radius: 14px;
  font-weight: 700;
  background: var(--lumut-500);
  border-color: var(--lumut-500);
  box-shadow: 0 10px 22px rgba(43,91,60,.28);
}
.gp-footer .gp-btn:hover{
  background: #1e452c;
  border-color: #1e452c;
  transform: translateY(-1px);
}

.gp-footer .gp-footer-logo{
  height: 40px;
  width:auto;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

.gp-footer .gp-title{
  font-weight: 800;
  letter-spacing: .2px;
}

.gp-footer .gp-muted{
  color: rgba(255,255,255,.62) !important;
}

.gp-footer .gp-links li{ margin-bottom: .55rem; }
.gp-footer .gp-links a{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.15rem 0;
  border-bottom: 1px dashed transparent;
}
.gp-footer .gp-links a:hover{
  border-bottom-color: rgba(207,233,214,.38);
}

.gp-footer .gp-social{
  width: 40px; height: 40px;
  display:inline-flex;
  align-items:center; justify-content:center;
  border-radius: 12px;
  border: 1px solid rgba(207,233,214,.18);
  background: rgba(8,21,15,.45);
}
.gp-footer .gp-social:hover{
  background: rgba(43,91,60,.55);
  border-color: rgba(207,233,214,.30);
}

.gp-footer .gp-mini-map{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(207,233,214,.16);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  height: 170px;
}

.gp-footer .gp-divider{
  border-top: 1px solid rgba(207,233,214,.14);
}

.gp-footer .gp-bottom{
  display:flex;
  flex-wrap:wrap;
  gap: 10px 18px;
  justify-content: space-between;
  align-items: center;
}

.gp-footer .gp-bottom a{
  color: rgba(255,255,255,.62);
}
.gp-footer .gp-bottom a:hover{
  color:#fff;
}

@media (max-width: 991.98px){
  .gp-footer .gp-mini-map{ height: 150px; }
}

/* =========================
   GURILAPSS NAVBAR (Hijau Lumut)
========================= */
:root{
  --gp-lumut:#2b5b3c;
  --gp-lumut-2:#1e452c;
  --gp-lumut-soft:#eaf6ef;
  --gp-text:#183428;
}

.gp-nav{
  background: rgba(255,255,255,.92) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(43,91,60,.12);
}

.gp-nav .navbar-brand{
  color: var(--gp-text);
  letter-spacing: .3px;
}

.gp-brand-title{
  font-weight: 800;
  color: var(--gp-lumut);
  line-height: 1.05;
}

.gp-brand-sub{
  font-size: .78rem;
  color: rgba(24,52,40,.62);
  line-height: 1.1;
  margin-top: 2px;
}

.gp-nav .navbar-nav .nav-link{
  color: rgba(24,52,40,.78);
  font-weight: 600;
  padding: .55rem .9rem;
  border-radius: 999px;
  transition: .18s ease;
}

.gp-nav .navbar-nav .nav-link:hover{
  color: var(--gp-text);
  background: var(--gp-lumut-soft);
}

.gp-nav .navbar-nav .nav-link.active{
  color: #fff !important;
  background: var(--gp-lumut);
  box-shadow: 0 10px 18px -12px rgba(43,91,60,.65);
}

.gp-nav .dropdown-menu{
  border: 1px solid rgba(43,91,60,.12);
  box-shadow: 0 18px 40px -24px rgba(0,0,0,.25);
  border-radius: 14px;
  padding: .5rem;
}

.gp-nav .dropdown-item{
  border-radius: 10px;
  padding: .55rem .75rem;
  font-weight: 600;
}

.gp-nav .dropdown-item:hover{
  background: var(--gp-lumut-soft);
}

.gp-btn-admin{
  background: var(--gp-lumut) !important;
  border-color: var(--gp-lumut) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: .62rem 1.05rem !important;
  box-shadow: 0 14px 26px -18px rgba(43,91,60,.85);
  transition: .18s ease;
}

.gp-btn-admin:hover{
  background: var(--gp-lumut-2) !important;
  border-color: var(--gp-lumut-2) !important;
  transform: translateY(-1px);
}

/* Offcanvas mobile */
.gp-offcanvas .offcanvas-header{
  border-bottom: 1px solid rgba(43,91,60,.12);
}
.gp-offcanvas .list-group-item{
  border: 0;
  border-radius: 12px;
  margin-bottom: 6px;
  font-weight: 650;
  padding: .7rem .9rem;
}
.gp-offcanvas .list-group-item:hover{
  background: var(--gp-lumut-soft);
}
.gp-offcanvas .list-group-item.active{
  background: var(--gp-lumut);
  color: #fff;
}

/* =======================
   GURILAPSS Footer (Lumut)
   ======================= */
:root{
  --gp-lumut:#2b5b3c;
  --gp-lumut-2:#1e452c;
  --gp-ink:#0f1f18;
  --gp-muted: rgba(255,255,255,.72);
  --gp-muted2: rgba(255,255,255,.55);
  --gp-border: rgba(255,255,255,.14);
}

.gp-footer{
  position:relative;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(102,187,106,.18), transparent 55%),
              radial-gradient(900px 520px at 100% 0%, rgba(43,91,60,.28), transparent 55%),
              linear-gradient(180deg, #153626 0%, #0f261b 100%);
  overflow:hidden;
}

.gp-footer::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.06) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 15%, rgba(255,255,255,.05) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,.04) 0 2px, transparent 3px);
  opacity:.55;
  pointer-events:none;
}

.gp-footer-inner{ position:relative; z-index:1; }

.gp-cta-card{
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  padding: 18px 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.gp-badge{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.45rem .85rem;
  border-radius: 999px;
  background: rgba(234,246,239,.12);
  border:1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
  font-weight:700;
  letter-spacing:.2px;
  font-size:.9rem;
}
.gp-badge i{ color: rgba(102,187,106,.95); }

.gp-title{
  font-weight:900;
  letter-spacing:.2px;
  margin:0;
}
.gp-muted{ color: var(--gp-muted); }
.gp-muted2{ color: var(--gp-muted2); }

.gp-input{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color:#fff !important;
  border-radius: 14px !important;
}
.gp-input::placeholder{ color: rgba(255,255,255,.72); }
.gp-input:focus{
  box-shadow: 0 0 0 .25rem rgba(102,187,106,.18) !important;
  border-color: rgba(102,187,106,.55) !important;
}

.gp-btn{
  border-radius: 14px !important;
  font-weight:800;
  background: var(--gp-lumut) !important;
  border-color: var(--gp-lumut) !important;
}
.gp-btn:hover{
  background: var(--gp-lumut-2) !important;
  border-color: var(--gp-lumut-2) !important;
}

.gp-footer-logo{
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  padding: 6px;
}

.gp-social{
  width:40px;
  height:40px;
  border-radius: 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
  text-decoration:none;
  transition: .18s ease;
}
.gp-social:hover{
  transform: translateY(-2px);
  background: rgba(102,187,106,.16);
  border-color: rgba(102,187,106,.35);
  color:#fff;
}

.gp-links li{ margin: .55rem 0; }
.gp-links a{
  display:flex;
  align-items:center;
  gap:.55rem;
  text-decoration:none;
  color: rgba(255,255,255,.78);
  transition: .18s ease;
}
.gp-links a i{ opacity:.9; }
.gp-links a:hover{ color:#fff; transform: translateX(2px); }

.gp-mini-map{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  min-height: 140px;
}
@media (max-width: 767.98px){
  .gp-mini-map{ min-height: 180px; }
}

.gp-divider{
  border-color: rgba(255,255,255,.16) !important;
  opacity: 1 !important;
}

.gp-bottom{
  display:flex;
  gap: 12px;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.gp-bottom a{
  color: rgba(255,255,255,.72);
  text-decoration:none;
}
.gp-bottom a:hover{ color:#fff; text-decoration: underline; }

.gp-kpi{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 10px;
}
.gp-kpi .kpi{
  padding: .55rem .75rem;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.86);
  font-size:.9rem;
}
.gp-kpi .kpi b{ color:#fff; }

.gp-backtop{
  position:absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color:#fff;
  text-decoration:none;
  transition:.18s ease;
}
.gp-backtop:hover{
  transform: translateY(-2px);
  background: rgba(102,187,106,.18);
  border-color: rgba(102,187,106,.35);
}

/* spacing */
.gp-footer h6{ letter-spacing:.12em; font-weight:900; }