/* ============================================================
   KosKu — Deep Blue & White Theme
   Stack: Bootstrap 5.3.3 + Bootstrap Icons 1.11.3 + AOS 2.3.4
   ============================================================ */

/* 01. DESIGN TOKENS
   ============================================================ */
:root {
  --primary:       #1B4F9C;
  --primary-dark:  #0D3478;
  --primary-light: #EAF0FB;
  --accent:        #FF6B35;
  --accent-light:  #FFF4EE;
  --accent-dark:   #E05520;
  --green:         #16A34A;
  --green-light:   #DCFCE7;
  --text-dark:     #1E293B;
  --text-muted:    #64748B;
  --bg-body:       #F5F7FA;
  --bg-white:      #FFFFFF;
  --border:        #E2E8F0;
  --border-light:  #F1F5F9;
  --white:         #FFFFFF;
  --shadow-sm:     0 1px 4px rgba(0,0,0,.06);
  --shadow-md:     0 4px 18px rgba(0,0,0,.09);
  --shadow-lg:     0 8px 32px rgba(0,0,0,.13);
  --radius-sm:     6px;
  --radius-md:     10px;
  --radius-lg:     16px;
  --radius-xl:     24px;
  --radius-pill:   999px;
  --font-head:     'Plus Jakarta Sans', sans-serif;
  --font-body:     'Nunito', sans-serif;
  --transition:    .22s ease;

  /* Bootstrap overrides */
  --bs-primary:                  #1B4F9C;
  --bs-primary-rgb:              27,79,156;
  --bs-body-font-family:         var(--font-body);
  --bs-body-color:               var(--text-dark);
  --bs-body-bg:                  var(--bg-body);
  --bs-link-color:               var(--primary);
  --bs-link-hover-color:         var(--primary-dark);
  --bs-dropdown-link-active-bg:  var(--primary-light);
  --bs-dropdown-link-active-color: var(--primary);
}

/* 02. BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--bg-body);
  font-size: .95rem;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.3;
}

a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; }

/* 03. UTILITIES
   ============================================================ */
.text-primary   { color: var(--primary) !important; }
.text-accent    { color: var(--accent) !important; }
.text-muted-kos { color: var(--text-muted) !important; }

.bg-primary-light { background: var(--primary-light) !important; }
.bg-accent-light  { background: var(--accent-light) !important; }

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: .5rem 1.4rem;
  transition: background var(--transition), box-shadow var(--transition);
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(27,79,156,.35);
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: .5rem 1.4rem;
  transition: background var(--transition), box-shadow var(--transition);
}
.btn-accent:hover, .btn-accent:focus {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(255,107,53,.35);
}

.btn-wa {
  background: #25D366;
  border-color: #25D366;
  color: var(--white);
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: .5rem 1.4rem;
  transition: background var(--transition);
}
.btn-wa:hover { background: #1EBF5A; border-color: #1EBF5A; color: var(--white); }

.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: .5rem 1.4rem;
}
.btn-outline-primary:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.section-label {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: .35rem;
}

.section-title {
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: .5rem;
}
.section-title span { color: var(--primary); }

.section-sub {
  color: var(--text-muted);
  font-size: .92rem;
  max-width: 520px;
}

.divider-accent {
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: var(--radius-pill);
  margin: .6rem 0 1.25rem;
}

.img-cover { width: 100%; height: 100%; object-fit: cover; display: block; }

.badge-gender-pria   { background: var(--primary-light); color: var(--primary); font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: var(--radius-pill); }
.badge-gender-wanita { background: #FFF0F3; color: #C4366A; font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: var(--radius-pill); }
.badge-gender-campur { background: var(--accent-light); color: var(--accent-dark); font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: var(--radius-pill); }

.price-main { font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; color: var(--primary); }
.price-period { font-size: .75rem; color: var(--text-muted); font-weight: 600; }

/* 04. TOP BAR
   ============================================================ */
.top-bar {
  background: var(--primary-dark);
  color: rgba(255,255,255,.8);
  font-size: .76rem;
  font-weight: 600;
  height: 38px;
  overflow: hidden;
  position: relative;
  z-index: 1031;
}
.top-bar .container { height: 100%; }
.top-bar .d-flex { flex-wrap: nowrap; gap: .75rem; height: 100%; }
.top-bar a { color: rgba(255,255,255,.8); }
.top-bar a:hover { color: var(--accent); }
.top-bar .sep { width: 1px; height: 14px; background: rgba(255,255,255,.2); flex-shrink: 0; align-self: center; }
.top-bar .item { display: inline-flex; align-items: center; gap: .3rem; white-space: nowrap; }
.top-bar .item i { color: var(--accent); font-size: .82rem; }

/* 05. NAVBAR
   ============================================================ */
#mainNav {
  position: fixed;
  top: 38px;
  left: 0; right: 0;
  z-index: 1030;
  transition: top var(--transition), background var(--transition), box-shadow var(--transition), padding var(--transition);
  padding: .9rem 0;
  background: transparent;
}
#mainNav.scrolled {
  background: var(--white);
  box-shadow: 0 2px 16px rgba(27,79,156,.1);
  padding: .55rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-head);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.01em;
}
#mainNav.scrolled .navbar-brand { color: var(--primary); }

.brand-icon {
  width: 36px; height: 36px;
  background: var(--accent);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.nav-link {
  font-weight: 700;
  font-size: .88rem;
  color: rgba(255,255,255,.85) !important;
  padding: .4rem .65rem !important;
  border-radius: var(--radius-md);
  transition: color var(--transition), background var(--transition);
}
#mainNav.scrolled .nav-link { color: var(--text-dark) !important; }
.nav-link:hover, .nav-link.active { color: var(--white) !important; background: rgba(255,255,255,.15); }
#mainNav.scrolled .nav-link:hover, #mainNav.scrolled .nav-link.active { color: var(--primary) !important; background: var(--primary-light); }

.dropdown-menu {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: .5rem;
  min-width: 200px;
}
.dropdown-item {
  border-radius: var(--radius-md);
  font-size: .87rem;
  font-weight: 600;
  padding: .55rem .9rem;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.dropdown-item i { color: var(--primary); width: 16px; text-align: center; }
.dropdown-item:hover { background: var(--primary-light); color: var(--primary); }
.dropdown-item.active { background: var(--primary-light); color: var(--primary); }

.navbar-toggler-icon { font-size: 1.5rem; }
.navbar-toggler { color: var(--white) !important; }
#mainNav.scrolled .navbar-toggler { color: var(--primary) !important; }

/* 06. HERO
   ============================================================ */
.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 76px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(140deg, #0D2D6B 0%, #1B4F9C 55%, #2563EB 100%);
}
.hero-geo {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='1' y='1' width='58' height='58' rx='4' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3Cline x1='0' y1='30' x2='60' y2='30' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Cline x1='30' y1='0' x2='30' y2='60' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
.hero-fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 140px;
  background: linear-gradient(to top, var(--bg-body), transparent);
  z-index: 3;
}
.hero-content { position: relative; z-index: 4; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  font-size: .78rem;
  font-weight: 700;
  padding: .35rem .85rem;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(4px);
  margin-bottom: 1.1rem;
}
.hero-badge i { color: var(--accent); }

.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: .75rem;
}
.hero-title span { color: var(--accent); }

.hero-sub {
  color: rgba(255,255,255,.75);
  font-size: 1rem;
  margin-bottom: 1.75rem;
  max-width: 500px;
}

.hero-search-box {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: .85rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  max-width: 540px;
}
.hero-search-box input {
  border: none;
  outline: none;
  flex: 1;
  font-size: .92rem;
  font-family: var(--font-body);
  color: var(--text-dark);
  background: transparent;
}
.hero-search-box input::placeholder { color: var(--text-muted); }
.hero-search-icon { color: var(--text-muted); font-size: 1.05rem; flex-shrink: 0; }

.hero-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}
.hero-stat { color: rgba(255,255,255,.9); }
.hero-stat strong { display: block; font-family: var(--font-head); font-size: 1.35rem; font-weight: 800; color: var(--white); line-height: 1.1; }
.hero-stat span { font-size: .75rem; color: rgba(255,255,255,.6); }

.hero-img-wrap {
  position: relative;
  z-index: 4;
}
.hero-img-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  aspect-ratio: 4/3;
}
.hero-img-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero-floating-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: .75rem 1rem;
  box-shadow: var(--shadow-md);
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
}
.hero-floating-card.card-1 { bottom: -16px; left: -20px; }
.hero-floating-card.card-2 { top: -16px; right: -20px; }
.hero-floating-card i { font-size: 1.1rem; color: var(--accent); }

/* 07. FASILITAS STRIP
   ============================================================ */
.fasil-strip {
  background: var(--white);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.fasil-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  text-align: center;
  padding: .5rem .75rem;
}
.fasil-item i {
  font-size: 1.4rem;
  color: var(--primary);
}
.fasil-item span {
  font-size: .72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* 08. SECTION BASE
   ============================================================ */
.section { padding: 5rem 0; }
.section-sm { padding: 3.5rem 0; }
.section-alt { background: var(--white); }

/* 09. KAMAR CARD
   ============================================================ */
.kamar-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kamar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.kamar-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--primary-light);
}
.kamar-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.kamar-card:hover .kamar-img img { transform: scale(1.04); }

.kamar-badge {
  position: absolute;
  top: .75rem; left: .75rem;
  background: var(--primary);
  color: var(--white);
  font-size: .68rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.kamar-badge.deluxe { background: var(--accent); }
.kamar-badge.vip    { background: #7C3AED; }

.kamar-avail {
  position: absolute;
  top: .75rem; right: .75rem;
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}
.kamar-avail.tersedia { background: var(--green-light); color: var(--green); }
.kamar-avail.penuh    { background: #FEE2E2; color: #DC2626; }

.kamar-body { padding: 1.1rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.kamar-type { font-size: .72rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .2rem; }
.kamar-name { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: .5rem; }
.kamar-fasil {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: .85rem;
}
.fasil-chip {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-size: .68rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--bg-body);
  border: 1px solid var(--border);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}
.fasil-chip i { font-size: .65rem; color: var(--primary); }

.kamar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: .9rem;
  border-top: 1px solid var(--border-light);
}

/* 10. PAGE HEADER
   ============================================================ */
.page-header {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  padding: 5.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='1' y='1' width='58' height='58' rx='4' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
.page-header .container { position: relative; z-index: 1; }
.page-header h1 { color: var(--white); font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .35rem; }
.page-header .breadcrumb { margin: 0; }
.page-header .breadcrumb-item, .page-header .breadcrumb-item a { color: rgba(255,255,255,.65); font-size: .82rem; }
.page-header .breadcrumb-item.active { color: var(--accent); }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

/* 11. FILTER BAR
   ============================================================ */
.filter-bar {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.25rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  margin-bottom: 2rem;
}
.filter-label { font-size: .75rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .4rem; }
.filter-btn-group { display: flex; flex-wrap: wrap; gap: .35rem; }
.filter-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: .3rem .85rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border);
  background: var(--bg-body);
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
}
.filter-btn:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.filter-btn.active { border-color: var(--primary); color: var(--white); background: var(--primary); }
.filter-btn.active-accent { border-color: var(--accent); color: var(--white); background: var(--accent); }

/* 12. ABOUT / PROFIL SECTION
   ============================================================ */
.about-img-wrap {
  position: relative;
}
.about-img-main {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; }

.about-img-thumb {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 45%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 4px solid var(--white);
  box-shadow: var(--shadow-md);
}
.about-img-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.about-stat-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: 1.5rem;
}
.about-stat-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.about-stat-card strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
}
.about-stat-card span { font-size: .75rem; color: var(--text-muted); font-weight: 600; }

.keunggulan-item { display: flex; align-items: flex-start; gap: .85rem; padding: .85rem 0; border-bottom: 1px solid var(--border-light); }
.keunggulan-item:last-child { border-bottom: none; }
.keunggulan-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--primary-light);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1.15rem;
}
.keunggulan-icon.accent { background: var(--accent-light); color: var(--accent); }
.keunggulan-body h6 { font-weight: 700; margin-bottom: .15rem; font-size: .9rem; }
.keunggulan-body p { font-size: .82rem; color: var(--text-muted); margin: 0; line-height: 1.5; }

/* 13. TESTIMONI
   ============================================================ */
.testi-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  height: 100%;
}
.testi-stars { color: #F59E0B; font-size: .85rem; margin-bottom: .75rem; }
.testi-text { font-size: .88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.1rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: .65rem; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--primary-light);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-weight: 700; font-size: .88rem; }
.testi-campus { font-size: .75rem; color: var(--text-muted); }

/* 14. GALERI
   ============================================================ */
.galeri-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
  background: var(--primary-light);
}
.galeri-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.galeri-item:hover img { transform: scale(1.05); }
.galeri-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,52,120,.7) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: .85rem;
}
.galeri-item:hover .galeri-overlay { opacity: 1; }
.galeri-overlay span { color: var(--white); font-size: .8rem; font-weight: 700; }
.galeri-zoom {
  position: absolute;
  top: .75rem; right: .75rem;
  width: 32px; height: 32px;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: .85rem;
  opacity: 0;
  transition: opacity var(--transition);
}
.galeri-item:hover .galeri-zoom { opacity: 1; }

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#lightbox.active { display: flex; }
#lightboxImg { max-width: 90vw; max-height: 88vh; border-radius: var(--radius-lg); box-shadow: 0 0 60px rgba(0,0,0,.5); }
#lightboxClose {
  position: absolute;
  top: 1.25rem; right: 1.5rem;
  background: rgba(255,255,255,.12);
  border: none;
  color: var(--white);
  font-size: 1.4rem;
  width: 42px; height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
#lightboxClose:hover { background: rgba(255,255,255,.25); }

/* 15. KAMAR DETAIL
   ============================================================ */
.detail-gallery-main {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  position: relative;
}
.detail-gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }

.detail-gallery-thumbs { display: flex; gap: .5rem; margin-top: .5rem; }
.detail-gallery-thumb {
  flex: 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--transition);
}
.detail-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-gallery-thumb.active, .detail-gallery-thumb:hover { border-color: var(--primary); }

.detail-info-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.detail-price-box {
  background: var(--primary-light);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: baseline;
  gap: .4rem;
  flex-wrap: wrap;
}
.detail-price-box .price { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; color: var(--primary); }
.detail-price-box .period { font-size: .85rem; color: var(--text-muted); font-weight: 600; }
.detail-price-box .note { font-size: .78rem; color: var(--accent); font-weight: 700; margin-left: auto; }

.spec-row { display: flex; align-items: center; gap: .65rem; padding: .6rem 0; border-bottom: 1px solid var(--border-light); font-size: .87rem; }
.spec-row:last-child { border-bottom: none; }
.spec-row i { color: var(--primary); width: 18px; text-align: center; font-size: .95rem; flex-shrink: 0; }
.spec-row .spec-label { color: var(--text-muted); flex: 0 0 120px; font-weight: 600; }
.spec-row .spec-val { font-weight: 700; color: var(--text-dark); }

.fasil-check-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.fasil-check-list li { display: flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600; }
.fasil-check-list li i { color: var(--green); font-size: .8rem; flex-shrink: 0; }

.booking-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  position: sticky;
  top: 90px;
}
.booking-card h5 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 800; margin-bottom: 1.1rem; }
.booking-card .form-label { font-size: .82rem; font-weight: 700; color: var(--text-muted); }
.booking-card .form-control, .booking-card .form-select {
  border-color: var(--border);
  border-radius: var(--radius-md);
  font-size: .87rem;
  padding: .55rem .85rem;
}
.booking-card .form-control:focus, .booking-card .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27,79,156,.12);
}

/* 16. SIDEBAR
   ============================================================ */
.sidebar-widget {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  margin-bottom: 1.25rem;
}
.sidebar-title { font-family: var(--font-head); font-size: .92rem; font-weight: 800; color: var(--text-dark); margin-bottom: .85rem; display: flex; align-items: center; gap: .45rem; }
.sidebar-title i { color: var(--primary); }

/* 17. RULES & FAQ
   ============================================================ */
.rule-item { display: flex; align-items: flex-start; gap: .65rem; padding: .65rem 0; border-bottom: 1px solid var(--border-light); font-size: .87rem; }
.rule-item:last-child { border-bottom: none; }
.rule-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; margin-top: .1rem; }
.rule-icon.ok  { background: var(--green-light); color: var(--green); }
.rule-icon.no  { background: #FEE2E2; color: #DC2626; }
.rule-icon.neu { background: var(--accent-light); color: var(--accent-dark); }

.accordion-button { font-size: .9rem; font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--primary); background: var(--primary-light); }
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(27,79,156,.12); }
.accordion-body { font-size: .87rem; color: var(--text-muted); line-height: 1.7; }

/* 18. KONTAK
   ============================================================ */
.kontak-info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
}
.kontak-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1.2rem;
}
.kontak-icon.accent { background: var(--accent-light); color: var(--accent); }
.kontak-icon.green  { background: var(--green-light); color: var(--green); }
.kontak-info-body h6 { font-weight: 800; font-size: .9rem; margin-bottom: .2rem; }
.kontak-info-body p, .kontak-info-body a { font-size: .85rem; color: var(--text-muted); margin: 0; line-height: 1.5; }

.kontak-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.kontak-form-card .form-label { font-size: .82rem; font-weight: 700; color: var(--text-muted); }
.kontak-form-card .form-control, .kontak-form-card .form-select {
  border-color: var(--border);
  border-radius: var(--radius-md);
  font-size: .87rem;
}
.kontak-form-card .form-control:focus, .kontak-form-card .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27,79,156,.12);
}

.map-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.map-wrap iframe { display: block; width: 100%; height: 380px; border: none; }

/* 19. FOOTER
   ============================================================ */
.footer {
  background: var(--primary-dark);
  color: rgba(255,255,255,.75);
  padding: 3.5rem 0 1.5rem;
}
.footer-brand { display: flex; align-items: center; gap: .65rem; margin-bottom: .85rem; }
.footer-brand .brand-name { font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; color: var(--white); }
.footer-desc { font-size: .85rem; line-height: 1.7; color: rgba(255,255,255,.6); max-width: 280px; }
.footer h6 { font-weight: 800; font-size: .88rem; color: var(--white); margin-bottom: .85rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .4rem; }
.footer-links a { color: rgba(255,255,255,.6); font-size: .85rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--accent); }
.footer-contact-item { display: flex; align-items: flex-start; gap: .55rem; margin-bottom: .55rem; }
.footer-contact-item i { color: var(--accent); font-size: .85rem; margin-top: .2rem; flex-shrink: 0; }
.footer-contact-item span { font-size: .83rem; color: rgba(255,255,255,.65); line-height: 1.5; }
.footer-divider { border-color: rgba(255,255,255,.1); margin: 2rem 0 1.25rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.footer-bottom p { margin: 0; font-size: .78rem; color: rgba(255,255,255,.45); }
.footer-social { display: flex; gap: .5rem; }
.footer-social a {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: .85rem;
  transition: background var(--transition), color var(--transition);
}
.footer-social a:hover { background: var(--accent); color: var(--white); }

/* 20. BACK TO TOP
   ============================================================ */
#backToTop {
  position: fixed;
  bottom: 1.75rem; right: 1.75rem;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  border: none;
  font-size: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(27,79,156,.4);
  cursor: pointer;
  z-index: 999;
  transition: background var(--transition);
}
#backToTop.visible { display: flex; }
#backToTop:hover { background: var(--primary-dark); }

/* 21. CTA SECTION
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='1' y='1' width='58' height='58' rx='4' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/svg%3E");
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { color: var(--white); font-size: 1.75rem; }
.cta-section p { color: rgba(255,255,255,.75); }

/* 22. LOKASI SECTION
   ============================================================ */
.lokasi-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--primary-light);
  color: var(--primary);
  font-size: .78rem;
  font-weight: 700;
  padding: .3rem .9rem;
  border-radius: var(--radius-pill);
  margin: .2rem;
}
.lokasi-chip i { font-size: .8rem; }

/* 23. BLOG
   ============================================================ */
.blog-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.blog-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--primary-light);
  flex-shrink: 0;
}
.blog-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-img img { transform: scale(1.04); }

.blog-category {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  background: var(--primary-light);
  color: var(--primary);
}
.blog-category.tips    { background: var(--accent-light); color: var(--accent-dark); }
.blog-category.promo   { background: var(--green-light); color: var(--green); }
.blog-category.info    { background: #EDE9FE; color: #6D28D9; }
.blog-category.kamar   { background: var(--primary-light); color: var(--primary); }

.blog-body { padding: 1.1rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.blog-title {
  font-family: var(--font-head);
  font-size: .98rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.45;
  margin: .45rem 0 .6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-title a { color: inherit; }
.blog-title a:hover { color: var(--primary); }
.blog-excerpt {
  font-size: .83rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: .85rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  font-size: .75rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: auto;
  padding-top: .85rem;
  border-top: 1px solid var(--border-light);
}
.blog-meta i { color: var(--primary); }
.blog-meta .read-time { margin-left: auto; }

/* Blog detail */
.article-img-hero {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 16/7;
  position: relative;
  margin-bottom: 2rem;
}
.article-img-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.article-body {
  font-size: .96rem;
  line-height: 1.9;
  color: var(--text-dark);
}
.article-body p { margin-bottom: 1.25rem; }
.article-body h3 { font-family: var(--font-head); font-size: 1.25rem; color: var(--primary); margin: 2rem 0 .75rem; }
.article-body h4 { font-family: var(--font-head); font-size: 1.05rem; color: var(--primary); margin: 1.5rem 0 .6rem; }
.article-body ul, .article-body ol { padding-left: 1.4rem; margin-bottom: 1.25rem; }
.article-body li { margin-bottom: .4rem; }
.article-body strong { color: var(--text-dark); }

.article-blockquote {
  border-left: 4px solid var(--primary);
  background: var(--primary-light);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.1rem 1.4rem;
  margin: 1.75rem 0;
}
.article-blockquote p { margin: 0 0 .35rem; font-style: italic; font-size: .95rem; color: var(--text-dark); }
.article-blockquote cite { font-size: .8rem; color: var(--text-muted); font-weight: 700; font-style: normal; }

.blog-tag-wrap { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1.5rem 0; }
.blog-tag {
  display: inline-flex;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  padding: .25rem .8rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border);
  color: var(--text-muted);
  transition: all var(--transition);
}
.blog-tag:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: var(--radius-pill);
  border: none;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity var(--transition);
}
.share-btn:hover { opacity: .85; }
.share-btn.wa  { background: #25D366; color: #fff; }
.share-btn.fb  { background: #1877F2; color: #fff; }
.share-btn.tw  { background: #000; color: #fff; }
.share-btn.copy { background: var(--primary-light); color: var(--primary); }

.author-card {
  background: var(--primary-light);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 2rem 0;
}
.author-avatar {
  width: 60px; height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--white);
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-weight: 800; font-size: .95rem; margin-bottom: .15rem; }
.author-role { font-size: .78rem; color: var(--text-muted); margin-bottom: .35rem; }
.author-bio { font-size: .83rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.article-nav-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: .9rem 1.1rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  text-decoration: none;
}
.article-nav-item:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); }
.article-nav-dir { font-size: .7rem; font-weight: 800; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .3rem; display: flex; align-items: center; gap: .3rem; }
.article-nav-dir i { color: var(--primary); }
.article-nav-title { font-size: .88rem; font-weight: 700; color: var(--text-dark); line-height: 1.4; }

/* Blog sidebar */
.sidebar-recent-img {
  width: 60px;
  height: 55px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--primary-light);
}
.sidebar-recent-img img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-recent-item { display: flex; gap: .75rem; align-items: flex-start; padding: .6rem 0; border-bottom: 1px solid var(--border-light); }
.sidebar-recent-item:last-child { border-bottom: none; }
.sidebar-recent-title a { font-size: .83rem; font-weight: 700; color: var(--text-dark); line-height: 1.4; display: block; margin-bottom: .2rem; }
.sidebar-recent-title a:hover { color: var(--primary); }
.sidebar-recent-date { font-size: .72rem; color: var(--text-muted); }

.sidebar-cta-blog {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  color: var(--white);
  text-align: center;
}
.sidebar-cta-blog h6 { color: var(--white); font-weight: 800; margin-bottom: .5rem; }
.sidebar-cta-blog p { font-size: .83rem; color: rgba(255,255,255,.75); margin-bottom: 1rem; }

/* 24. RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .hero-img-wrap { display: none; }
  .hero-section { min-height: auto; padding: 5rem 0 4rem; }
}
@media (max-width: 767.98px) {
  .top-bar { display: none; }
  #mainNav { top: 0; }
  .section { padding: 3.5rem 0; }
  .hero-search-box { flex-direction: column; align-items: stretch; }
  .hero-search-box .btn { width: 100%; }
  .about-img-thumb { display: none; }
}
@media (max-width: 575.98px) {
  .section-title { font-size: 1.4rem; }
  .fasil-check-list { grid-template-columns: 1fr; }
  .about-stat-wrap { grid-template-columns: 1fr 1fr; }
}
