/*
Theme Name: Warung Properti
Author: Tom
Author URI: https://creatif.biz.id
Description: Tema WordPress custom untuk Warung Properti — listing properti, jasa konstruksi, renovasi, dan investasi. Self-contained, tanpa ketergantungan plugin pihak ketiga untuk fitur intinya. Dibangun di atas CPT Property, 3 custom taxonomy, dan sistem field builder mandiri.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: warung-properti
*/

/* =========================================================
   1. RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #222;
  background: #f0f4f8;
  width: 100%;
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================================
   2. NAVBAR
   ========================================================= */
.navbar {
  background: #fff;
  border-bottom: 1.5px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.navbar .container {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 24px;
}
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
}
.nav-logo .l1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: #1a3a5c; letter-spacing: -0.5px; }
.nav-logo .dot { font-size: 22px; color: #f5a623; font-weight: 900; line-height: 1; margin: 0 1px; }
.nav-logo .l2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: #f5a623; letter-spacing: -0.5px; }

/* Container */
.nav-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* UL utama */
.nav-menu .menu {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

/* LI utama */
.nav-menu .menu > li {
    position: relative;
    list-style: none;
}

/* Link utama */
.nav-menu .menu > li > a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    padding: 7px 13px;
    border-radius: 6px;
    text-decoration: none;
    transition: all .15s;
    white-space: nowrap;
}

/* Hover */
.nav-menu .menu > li > a:hover {
    background: #edf2f8;
    color: #1a3a5c;
}

/* Active */
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-menu-parent > a {
    color: #1a3a5c;
    font-weight: 700;
    background: #edf2f8;
}

/* SUBMENU */
.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    display: none;
    z-index: 999;
}

/* tampil saat hover */
.nav-menu li:hover > .sub-menu {
    display: block;
}

/* item submenu */
.nav-menu .sub-menu li {
    list-style: none;
}

/* link submenu */
.nav-menu .sub-menu a {
    display: block;
    padding: 8px 12px;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
}

.nav-menu .sub-menu a:hover {
    background: #edf2f8;
    color: #1a3a5c;
}


.btn-konsul {
  background: #1a3a5c;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  transition: background 0.15s, transform 0.1s;
}
.btn-konsul:hover { background: #0f2a4a; transform: translateY(-1px); }
.btn-konsul svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* =========================================================
   3. HERO SLIDER (beranda)
   ========================================================= */
.hero-slider {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.slide.active { opacity: 1; }
.slide-1 { background: linear-gradient(135deg, #0f2040 0%, #1a3a5c 50%, #1e4470 100%); }
.slide-2 { background: linear-gradient(135deg, #0d1f3c 0%, #162e52 50%, #1a3a5c 100%); }
.slide-3 { background: linear-gradient(135deg, #102544 0%, #18365c 50%, #1f4575 100%); }
.slide-bg-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%);
}
.slide-inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; gap: 40px;
}
.slide-content { max-width: 520px; }
.slide-tag {
  display: inline-block; background: rgba(245,166,35,0.15); color: #f5a623;
  font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px;
  margin-bottom: 18px; border: 1px solid rgba(245,166,35,0.3);
}
.slide-content h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 36px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 16px; }
.slide-content h2 span { color: #f5a623; }
.slide-content p { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 26px; }
.slide-cta {
  background: #f5a623; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 700; padding: 13px 26px; border-radius: 8px; border: none;
  cursor: pointer; display: inline-flex; align-items: center; gap: 9px; transition: background 0.15s, transform 0.1s;
}
.slide-cta:hover { background: #d4890f; transform: translateY(-1px); }
.slide-cta svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.slide-visual { flex-shrink: 0; opacity: 0.9; }
.slide-visual svg { width: 260px; height: 260px; stroke: rgba(255,255,255,0.85); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5;
  transition: background 0.15s;
}
.slider-arrow:hover { background: rgba(255,255,255,0.22); }
.arr-left { left: 24px; }
.arr-right { right: 24px; }
.slider-arrow svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.slider-controls {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 5;
}
.slider-dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35);
  border: none; cursor: pointer; transition: all 0.2s; padding: 0;
}
.slider-dot.active { width: 24px; border-radius: 4px; background: #f5a623; }

/* =========================================================
   4. SECTION GENERIC
   ========================================================= */
.sec { padding: 48px 0; }
.sec-gray { background: #f0f3f7; }
.sec-white { background: #fff; }
.sec-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; flex-wrap: wrap; gap: 12px; }
.sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: #1a1a1a; }
.sec-title span { color: #1a3a5c; }
.see-all {
  font-size: 13px; font-weight: 600; color: #1a3a5c; display: flex; align-items: center; gap: 5px;
  cursor: pointer; transition: gap 0.15s;
}
.see-all:hover { gap: 9px; }
.see-all svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }




/* ===== KATEGORI PROPERTI ===== */

.section-kategori {
  background: #fff;
  border-bottom: 1px solid #eee;
 
}
.kat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.kat-title { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.kat-see-all {
  font-size: 12px;
  color: #1a3a5c;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3px;
}
.kat-see-all svg { width: 13px; height: 13px; stroke: #1a3a5c; fill: none; stroke-width: 2.2; }
.kat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}
.kat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 8px;
  border-radius: 10px;
  border: 1.5px solid #e8e8e8;
  cursor: pointer;
  background: #fafafa;
  transition: all 0.18s;
}
.kat-box:hover { border-color: #1a3a5c; background: #edf2f8; }
.kat-box.active { border-color: #1a3a5c; background: #eaf0f8; }
.kat-icon {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: #eaf0f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}
.kat-box.active .kat-icon, .kat-box:hover .kat-icon { background: #1a3a5c; }
.kat-icon svg {
  width: 22px; height: 22px;
  stroke: #1a3a5c;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.18s;
}
.kat-box.active .kat-icon svg, .kat-box:hover .kat-icon svg { stroke: #fff; }
.kat-label { font-size: 13px; color: #444; text-align: center; font-weight: 500; }
.kat-box.active .kat-label { color: #1a3a5c; font-weight: 700; }






/* ===== MENU LAYANAN ===== */
.layanan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lcard {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  padding: 32px 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lcard:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.lcard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.lc-green::before { background: #1a3a5c; }
.lc-amber::before { background: #f5a623; }
.lc-navy::before { background: #2e5a8e; }
.lcard-icon {
  width: 72px; height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.lci-green { background: #eaf0f8; }
.lci-amber { background: #fef7ea; }
.lci-navy { background: #e8eef7; }
.lcard-icon svg {
  width: 34px; height: 34px;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-green { stroke: #1a3a5c; }
.svg-amber { stroke: #c8841a; }
.svg-navy { stroke: #2e5a8e; }
.lcard-name { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.lcard-desc { font-size: 13px; color: #666; line-height: 1.65; margin-bottom: 16px; flex: 1; }
.lcard-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 18px; justify-content: center; }
.ltag {
  font-size: 10px; font-weight: 600;
  padding: 3px 9px; border-radius: 20px;
}



.lcard-link {
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; gap: 5px;
  cursor: pointer; transition: gap 0.15s;
  margin-top: auto;stroke: #111;
}
.lcard-link:hover { gap: 8px; }
.lcard-link svg { width: 14px; height: 14px; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ===== ETALASE PROPERTI (grid card di beranda) ===== */
.etalase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ecard { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #e8e8e8; transition: transform 0.2s, box-shadow 0.2s; }
.ecard:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.ecard-main-img { position: relative; height: 190px; overflow: hidden; }
.ecard-main-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.ecard:hover .ecard-main-img img { transform: scale(1.05); }
.badge-live {
  position: absolute; top: 10px; left: 10px;
  display: inline-flex; align-items: center; gap: 4px;
  background: #e53935; color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
  text-transform: uppercase; z-index: 2;
}
.badge-live .live-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: blink 1s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.badge-open {
  position: absolute; bottom: 10px; right: 10px;
  background: #1a3a5c; color: #fff;
  font-size: 9px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
  text-transform: uppercase; z-index: 2;
}
.ecard-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; height: 64px; }
.ecard-thumb { overflow: hidden; cursor: pointer; }
.ecard-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.2s; }
.ecard-thumb:hover img { opacity: 0.85; }
.ecard-body { padding: 14px 16px 16px; }
.ecard-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 20px; margin-bottom: 8px; text-transform: uppercase; }
.eb-green { background: #eaf0f8; color: #1a3a5c; }
.eb-amber { background: #fef7ea; color: #a06010; }
.eb-navy { background: #e8eef7; color: #2e5a8e; }
.ecard-badge svg { width: 9px; height: 9px; fill: none; stroke: currentColor; stroke-width: 2; }
.ecard-provider { font-size: 11px; color: #999; margin-bottom: 4px; display: flex; align-items: center; gap: 4px; }
.ecard-provider svg { width: 10px; height: 10px; fill: none; stroke: #aaa; stroke-width: 2; }
.ecard-name { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.35; margin-bottom: 6px; }
.ecard-price-lbl { font-size: 10px; color: #999; margin-bottom: 2px; }
.ecard-price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 700; color: #1a3a5c; margin-bottom: 6px; }
.ecard-desc { font-size: 12px; color: #777; line-height: 1.55; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ecard-meta { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 10px; }
.emeta { display: flex; align-items: center; gap: 4px; font-size: 11px; color: #666; background: #f5f5f5; padding: 3px 8px; border-radius: 5px; }
.emeta svg { width: 11px; height: 11px; fill: none; stroke: #888; stroke-width: 2; stroke-linecap: round; }
.ecard-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid #f0f0f0; gap: 8px; flex-wrap: wrap; }
.eloc { display: flex; align-items: center; gap: 4px; font-size: 11px; color: #f5a623; font-weight: 600; }
.eloc svg { width: 11px; height: 11px; fill: none; stroke: #f5a623; stroke-width: 2; stroke-linecap: round; }
.edate { font-size: 11px; color: #999; display: flex; align-items: center; gap: 4px; }
.edate svg { width: 11px; height: 11px; fill: none; stroke: #aaa; stroke-width: 2; }

/* ===== KOLABORASI ===== */
.kolab-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 14px; }
.kolab-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 20px; display: flex; gap: 16px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.kolab-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.kolab-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ki-green { background: #eaf0f8; }
.ki-amber { background: #fef7ea; }
.ki-navy { background: #e8eef7; }
.ki-red { background: #feeeee; }
.kolab-icon svg { width: 22px; height: 22px; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.kolab-body h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.kolab-body p { font-size: 13px; color: #777; line-height: 1.6; }
.kolab-cta { margin-top:20px;background: linear-gradient(135deg, #0f2040 0%, #1a3a5c 100%); border-radius: 12px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; cursor: pointer; transition: opacity 0.2s; }
.kolab-cta:hover { opacity: 0.92; }
.kolab-cta-icon { width: 60px; height: 60px; border-radius: 14px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.kolab-cta-icon svg { width: 28px; height: 28px; stroke: #fff; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.kolab-cta-body h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.kolab-cta-body p { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.6; }
.kolab-arrow { margin-left: auto; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.kolab-arrow svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }

/* ===== CARA MENGGUNAKAN LAYANAN ===== */
.cara-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.cara-col { text-align: center; }
.cara-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.cara-icon svg { width: 28px; height: 28px; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cara-col h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.cara-col p { font-size: 13px; color: #777; line-height: 1.65; }

/* =========================================================
   5. FOOTER
   ========================================================= */
.footer { background: #0d1117; padding: 48px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; }
.footer-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: #f5a623; margin-bottom: 8px; margin-top: -5px; letter-spacing: -0.5px; }
.footer-logo .dot { color: #f5a623; }
.footer-tagline { font-size: 12.5px; color: #4a6a7a; line-height: 1.7; margin-bottom: 18px; }
.socials { display: flex; gap: 8px; }
.social-btn { width: 36px; height: 36px; border-radius: 9px; background: #1e2a3a; display: flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid #2a3a4a; transition: background 0.15s; }
.social-btn:hover { background: #2a3a50; }
.social-btn svg { width: 17px; height: 17px; fill: #4a6a7a; }
.footer-col h5 { font-size: 11px; font-weight: 700; color: #4a6a7a; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 14px; }
.footer-col a { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #4a6a7a; margin-bottom: 9px; cursor: pointer; transition: color 0.15s; }
.footer-col li {list-style: none;}
.footer-col a:hover { color: #9ab4ca; }
.footer-col a svg { width: 12px; height: 12px; fill: none; stroke: #4a6a7a; stroke-width: 2; flex-shrink: 0; }

.footer-bottom { padding: 18px 0; text-align: center; font-size: 12px; color: #4a6a7a; border-top: 1px solid #1e2a3a; }

/* =========================================================
   6. BREADCRUMB BAR (page/single/archive)
   ========================================================= */
.breadcrumb-bar { background: #fff; border-bottom: 1px solid #eee; padding: 14px 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #888; flex-wrap: wrap; }
.breadcrumb a { color: #888; transition: color 0.15s; }
.breadcrumb a:hover { color: #1a3a5c; }
.breadcrumb svg { width: 12px; height: 12px; stroke: #ccc; fill: none; stroke-width: 2; flex-shrink: 0; }
.breadcrumb span { color: #1a3a5c; font-weight: 600; }

/* =========================================================
   7. PAGE LAYOUT (page.php, single.php, archive.php)
   ========================================================= */
.page-body { padding: 36px 0 56px; }
.page-layout { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
.content-area { min-width: 0; }

/* ===== ARTICLE (page.php) ===== */
.article-lead { font-size: 16px; color: #444; line-height: 1.75; font-weight: 500; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #eee; }
.article-body { font-size: 14.5px; color: #333; line-height: 1.85; }
.article-body h2 { font-size: 20px; font-weight: 800; color: #1a1a1a; margin: 30px 0 14px; }
.article-body h2 span { color: #1a3a5c; }
.article-body p { margin-bottom: 16px; }
.article-body ul { margin: 0 0 16px 0; }
.article-body li { padding-left: 22px; position: relative; margin-bottom: 10px; line-height: 1.7; }
.article-body li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: #1a3a5c; }
.article-body strong { color: #1a1a1a; font-weight: 700; }
.article-body img { border-radius: 10px; margin: 20px 0; }

/* ===== INFO BOX (post content) ===== */
.info-box { background: #eaf0f8; border-left: 4px solid #1a3a5c; border-radius: 8px; padding: 18px 20px; margin: 22px 0; }
.info-box-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #1a3a5c; margin-bottom: 8px; }
.info-box-title svg { width: 17px; height: 17px; stroke: #1a3a5c; fill: none; stroke-width: 2; }
.info-box p { font-size: 13.5px; color: #444; margin-bottom: 0; }

/* ===== POST HEADER (single.php) ===== */
.post-title { font-size: 28px; font-weight: 800; color: #1a1a1a; line-height: 1.3; margin-bottom: 16px; }
.post-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.post-meta-item { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: #888; }
.post-meta-item svg { width: 14px; height: 14px; stroke: #aaa; fill: none; stroke-width: 2; flex-shrink: 0; }
.post-meta-item a { color: #1a3a5c; font-weight: 600; }
.share-bar { display: flex; gap: 8px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid #eee; }
.share-btn { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 7px 13px; border-radius: 7px; border: 1px solid #e0e0e0; background: #fff; color: #555; cursor: pointer; transition: all 0.15s; }
.share-btn:hover { background: #f5f5f5; }
.share-btn svg { width: 13px; height: 13px; fill: currentColor; }
.sb-fb { color: #1877f2; } .sb-tw { color: #1a1a1a; } .sb-wa { color: #25d366; } .sb-tg { color: #229ed9; } .sb-li { color: #0a66c2; } .sb-copy { color: #888; }

.post-featured-img { margin: 22px 0; border-radius: 12px; overflow: hidden; }
.img-placeholder { aspect-ratio: 1200/630; background: #edf2f8; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #8aa4bc; }
.img-placeholder svg { width: 44px; height: 44px; stroke: #8aa4bc; fill: none; stroke-width: 1.5; }
.img-placeholder span { font-size: 12px; font-weight: 500; }

.post-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 26px; padding-top: 22px; border-top: 1px solid #eee; }
.post-tags-label { font-size: 12.5px; font-weight: 700; color: #888; }
.post-tag { font-size: 11.5px; font-weight: 600; color: #1a3a5c; background: #eaf0f8; padding: 5px 12px; border-radius: 20px; }

.author-box { display: flex; gap: 16px; background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 20px; margin-top: 22px; }
.author-avatar { width: 52px; height: 52px; border-radius: 50%; background: #1a3a5c; color: #fff; font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-name { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.author-role { font-size: 11.5px; font-weight: 600; color: #f5a623; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 8px; }
.author-bio { font-size: 13px; color: #777; line-height: 1.65; }

.section-title { font-size: 17px; font-weight: 800; color: #1a1a1a; margin: 30px 0 16px; }
.related-posts { margin-top: 8px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.related-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.related-card-img { height: 90px; background: #edf2f8; display: flex; align-items: center; justify-content: center; }
.related-card-img img {width:100%;height: 90px;object-fit: cover;}
.related-card-img svg { width: 30px; height: 30px; stroke: #8aa4bc; fill: none; stroke-width: 1.5; }
.related-card-body { padding: 12px; }
.related-card-cat { font-size: 9.5px; font-weight: 700; color: #f5a623; text-transform: uppercase; margin-bottom: 5px; }
.related-card-title { font-size: 12.5px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 8px; }
.related-card-date { font-size: 10.5px; color: #999; display: flex; align-items: center; gap: 4px; }
.related-card-date svg { width: 10px; height: 10px; stroke: #aaa; fill: none; stroke-width: 2; }

/* ===== ARCHIVE TOOLBAR & GRID (archive.php) ===== */
.archive-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.toolbar-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.toolbar-tag { font-size: 12px; font-weight: 600; color: #555; background: #fff; border: 1px solid #e0e0e0; padding: 7px 15px; border-radius: 20px; cursor: pointer; transition: all 0.15s; }
.toolbar-tag:hover { border-color: #1a3a5c; color: #1a3a5c; }
.toolbar-tag.active { background: #1a3a5c; border-color: #1a3a5c; color: #fff; }
.toolbar-sort { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #777; }
.toolbar-sort select { font-family: inherit; font-size: 12.5px; padding: 7px 10px; border-radius: 7px; border: 1px solid #e0e0e0; background: #fff; color: #333; outline: none; cursor: pointer; }

.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.arc-card { display: block; background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.arc-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,0.08); }
.arc-card-img { position: relative; height: 150px; background: #edf2f8; display: flex; align-items: center; justify-content: center; }
.arc-card-img svg { width: 34px; height: 34px; stroke: #8aa4bc; fill: none; stroke-width: 1.5; }
.arc-cat-badge { position: absolute; top: 10px; left: 10px; background: rgba(26,58,92,0.9); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 5px; z-index: 2; }
.arc-card-body { padding: 16px; }
.arc-card-title { font-size: 15px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 8px; }
.arc-card-excerpt { font-size: 12.5px; color: #777; line-height: 1.6; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.arc-card-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #f0f0f0; }
.arc-card-meta { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #999; }
.arc-card-meta svg { width: 11px; height: 11px; stroke: #aaa; fill: none; stroke-width: 2; }
.arc-card-readmore { display: flex; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 700; color: #1a3a5c; }
.arc-card-readmore svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
.arc-card.featured { grid-column: 1 / -1; display: flex; }
.arc-card.featured .arc-card-img { width: 40%; height: auto; flex-shrink: 0; }

/* ========== ARTICLE GRID ========== */
.archive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:32px}
.arc-card{background:#fff;border-radius:12px;border:1px solid #e8e8e8;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .15s;cursor:pointer}
.arc-card:hover{box-shadow:0 8px 28px rgba(20,40,70,.1);transform:translateY(-2px)}
.arc-card-img{height:180px;background:linear-gradient(135deg,#d0dde8 0%,#b8c8d8 100%);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}

.arc-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.arc-card-img svg{width:46px;height:46px;stroke:#8aaabb;fill:none;stroke-width:1.2}
.arc-card-img .arc-cat-badge{position:absolute;top:10px;left:10px;background:#1a3a5c;color:#fff;font-size:10px;font-weight:800;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px}
.arc-card-body{padding:16px 17px 18px;display:flex;flex-direction:column;flex:1}
.arc-card-title{font-size:15px;font-weight:800;color:#1a1a1a;line-height:1.4;margin-bottom:8px;transition:color .15s}
.arc-card:hover .arc-card-title{color:#1a3a5c}
.arc-card-excerpt{font-size:12px;color:#888;line-height:1.65;margin-bottom:14px;flex:1}
.arc-card-foot{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#aaa;padding-top:12px;border-top:1px solid #f2f2f2}
.arc-card-meta{display:flex;align-items:center;gap:5px}
.arc-card-meta svg{width:11px;height:11px;stroke:#bbb;fill:none;stroke-width:2}
.arc-card-readmore{display:flex;align-items:center;gap:4px;color:#1a3a5c;font-weight:700;font-size:11px}
.arc-card-readmore svg{width:11px;height:11px;stroke:#1a3a5c;fill:none;stroke-width:2.4;transition:transform .15s}
.arc-card:hover .arc-card-readmore svg{transform:translateX(3px)}



/* ===== PAGINATION ===== */
.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:30px;
}

.pagination .page-btn{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#fff;
    color:#6b7280;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    box-sizing:border-box;
}

.pagination .page-btn:hover{
    border-color:#1f3d63;
    color:#1f3d63;
}

.pagination .page-btn.current{
    background:#1f3d63;
    border-color:#1f3d63;
    color:#fff;
    font-weight:600;
}

.pagination .next::before{
    content:"›";
    font-size:18px;
    line-height:1;
}

.pagination .prev::before{
    content:"‹";
    font-size:18px;
    line-height:1;
}

/* =========================================================
   8. SIDEBAR (page/single/archive)
   ========================================================= */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sb-search { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 6px; }
.sb-search-inner { display: flex; align-items: center; }
.sb-search-input { flex: 1; border: none; outline: none; font-family: inherit; font-size: 13px; padding: 10px 12px; color: #333; }
.sb-search-btn { width: 38px; height: 38px; border-radius: 8px; background: #1a3a5c; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
.sb-search-btn svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; }

.sb-widget { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 20px; }
.sbw-title-wrap { margin-bottom: 16px; }
.sbw-title { font-size: 14px; font-weight: 800; color: #1a1a1a; padding-bottom: 12px; border-bottom: 2px solid #f0f0f0; }
.kat-list { display: flex; flex-direction: column; gap: 4px; }
.kat-item { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 7px; cursor: pointer; transition: background 0.15s; }
.kat-item:hover, .kat-item.active { background: #eaf0f8; }
.kat-item-name { font-size: 13px; color: #444; font-weight: 500; }
.kat-item.active .kat-item-name { color: #1a3a5c; font-weight: 700; }
.kat-item-count { font-size: 11px; color: #999; background: #f0f0f0; padding: 2px 8px; border-radius: 10px; }

.recent-list { display: flex; flex-direction: column; gap: 14px; }

.recent-item {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    cursor: pointer;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}

.recent-thumb { width: 62px; height: 52px; border-radius: 8px; background: #edf2f8; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.recent-thumb img {width:100%;height:52px;object-fit: cover;border-radius:5px}
.recent-thumb svg { width: 22px; height: 22px; stroke: #8aa4bc; fill: none; stroke-width: 1.5; }
.recent-title { font-size: 12.5px; font-weight: 600; color: #1a1a1a; line-height: 1.4; margin-bottom: 5px; }
.recent-date { font-size: 10.5px; color: #999; display: flex; align-items: center; gap: 4px; }
.recent-date svg { width: 10px; height: 10px; stroke: #aaa; fill: none; stroke-width: 2; }

.sb-cta { background: linear-gradient(135deg, #0f2040 0%, #1a3a5c 100%); border-radius: 12px; padding: 24px 20px; text-align: center; }
.sb-cta-icon { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.sb-cta-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
.sb-cta h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sb-cta p { font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 16px; }
.sb-cta-btn { width: 100%; padding: 11px; border-radius: 8px; border: none; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.15s; }
.sb-cta-btn:hover { opacity: 0.9; }
.sb-cta-wa { background: #25d366; color: #fff; }
.sb-cta-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ===== SIDEBAR LISTING SLIDER (page.php) ===== */
.sidebar-listing { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 18px; overflow: hidden; }
.sl-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.sl-header-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: #1a1a1a; }
.sl-header-title svg { width: 16px; height: 16px; stroke: #1a3a5c; fill: none; stroke-width: 2; }
.sl-nav { display: flex; gap: 6px; }
.sl-nav-btn { width: 26px; height: 26px; border-radius: 7px; background: #f0f3f7; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.15s; }
.sl-nav-btn:hover { background: #e0e8f0; }
.sl-nav-btn svg { width: 13px; height: 13px; stroke: #555; fill: none; stroke-width: 2; }
.sl-track-wrap { overflow: hidden; }
.sl-track { display: flex; transition: transform 0.4s ease; }
.sl-card { flex: 0 0 100%; }

.sl-card-body { padding: 0 2px; }
.slc-badge { position: absolute; top: 8px; left: 8px; display: flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; color: #fff; z-index: 2; }
.slc-b-red { background: #e53935; }
.slc-b-navy { background: #1a3a5c; }
.slc-ldot { width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: blink 1s infinite; }
.sl-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 12px; }
.sl-thumb { height: 44px; border-radius: 6px; overflow: hidden; cursor: pointer; opacity: 0.65; transition: opacity 0.15s; }
.sl-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-thumb.active-thumb, .sl-thumb:hover { opacity: 1; }
.slc-type-row { margin-bottom: 8px; }
.slc-badge-pill { display: inline-flex; align-items: center; gap: 5px; font-size: 9.5px; font-weight: 700; padding: 3px 9px; border-radius: 20px; text-transform: uppercase; }
.bp-blue { background: #eaf0f8; color: #1a3a5c; }
.bp-amber { background: #fef7ea; color: #a06010; }
.bp-navy { background: #e8eef7; color: #2e5a8e; }
.slc-title { font-size: 13.5px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 6px; }
.slc-price-lbl { font-size: 10px; color: #999; margin-bottom: 2px; }
.slc-price { font-size: 17px; font-weight: 700; color: #1a3a5c; margin-bottom: 6px; }
.slc-desc { font-size: 11.5px; color: #777; line-height: 1.55; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.slc-meta { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.slc-chip { display: flex; align-items: center; gap: 4px; font-size: 10.5px; color: #666; background: #f5f5f5; padding: 3px 7px; border-radius: 5px; }
.slc-chip svg { width: 10px; height: 10px; fill: none; stroke: #888; stroke-width: 2; }
.slc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; border-top: 1px solid #f0f0f0; margin-bottom: 12px; gap: 6px; flex-wrap: wrap; }
.slc-loc { display: flex; align-items: center; gap: 4px; font-size: 10.5px; color: #f5a623; font-weight: 600; }
.slc-loc svg { width: 10px; height: 10px; fill: none; stroke: #f5a623; stroke-width: 2; }
.slc-date { font-size: 10.5px; color: #999; display: flex; align-items: center; gap: 4px; }
.slc-date svg { width: 10px; height: 10px; stroke: #aaa; fill: none; stroke-width: 2; }
.slc-cta { display: flex; gap: 8px; }
.slc-btn { flex: 1; padding: 9px; border-radius: 7px; border: none; font-family: inherit; font-size: 11.5px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 5px; transition: opacity 0.15s; }
.slc-btn:hover { opacity: 0.88; }
.slc-btn-primary { background: #1a3a5c; color: #fff; }
.slc-btn-wa { background: #25d366; color: #fff; }
.slc-btn svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
.sl-dots { display: flex; justify-content: center; gap: 6px; margin: 12px 0 10px; }
.sl-dot { width: 6px; height: 6px; border-radius: 50%; background: #e0e0e0; border: none; cursor: pointer; padding: 0; transition: all 0.2s; }
.sl-dot.active { width: 18px; border-radius: 3px; background: #1a3a5c; }
.sl-counter { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid #f0f0f0; }
.sl-counter-txt { font-size: 11px; color: #999; }
.sl-counter-link { font-size: 11.5px; font-weight: 700; color: #1a3a5c; display: flex; align-items: center; gap: 3px; }
.sl-counter-link svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2; }


.sl-card{background:#fff;border-radius:12px;border:1px solid #e0e8f0;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}
.sl-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(26,58,92,.12)}
.sl-card-img-wrap{position:relative}
.sl-card-main-img{height:175px;overflow:hidden}
.sl-card-main-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.sl-card:hover .sl-card-main-img img{transform:scale(1.05)}
.slc-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.slc-thumb{height:54px;overflow:hidden;cursor:pointer}
.slc-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}
.slc-thumb:hover img{opacity:.8}



/* =========================================================
   9. SINGLE PROPERTY — DETAIL LAYOUT
   ========================================================= */
.detail-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 30px; padding: 28px 0 56px; align-items: start; }
.detail-main { min-width: 0; }
.gallery-main { border-radius: 12px; overflow: hidden; height: 400px; position: relative; margin-bottom: 6px; cursor: pointer; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.gallery-main:hover img { transform: scale(1.03); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.gallery-thumb { height: 76px; border-radius: 8px; overflow: hidden; cursor: pointer; opacity: 0.65; transition: opacity 0.15s; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb.active-thumb, .gallery-thumb:hover { opacity: 1; }

.prop-header { padding: 22px 0 18px; border-bottom: 1px solid #eee; margin-bottom: 22px; }
.prop-badges { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.prop-title { font-size: 24px; font-weight: 800; color: #1a1a1a; line-height: 1.3; margin-bottom: 10px; }
.prop-loc { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #f5a623; font-weight: 600; }
.prop-loc svg { width: 15px; height: 15px; stroke: #f5a623; fill: none; stroke-width: 2; }

.sec-block { background: #fff; border-radius: 12px; padding: 24px; border: 1px solid #eee; margin-bottom: 20px; }
.sec-block-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.sec-block-title svg { width: 17px; height: 17px; stroke: #1a3a5c; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.spec-item { background: #f8fafc; border-radius: 10px; padding: 16px 14px; text-align: center; border: 1px solid #edf2f8; }
.spec-item svg { width: 22px; height: 22px; stroke: #1a3a5c; fill: none; stroke-width: 1.7; margin-bottom: 8px; }
.spec-val { font-size: 16px; font-weight: 800; color: #1a1a1a; margin-bottom: 2px; }
.spec-lbl { font-size: 10.5px; color: #999; }

.prop-desc { font-size: 13.5px; color: #444; line-height: 1.8; }
.fasilitas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.fas-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: #f8fafc; border-radius: 8px; border: 1px solid #edf2f8; font-size: 12px; color: #444; }
.fas-item svg { width: 16px; height: 16px; stroke: #1a3a5c; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.map-placeholder { height: 300px; background: #edf2f8; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: #7a9ab8; font-size: 13px; font-weight: 500; border: 1px solid #d0dde8; }
.map-placeholder svg { width: 36px; height: 36px; stroke: #7a9ab8; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
#wprop-map { height: 300px; border-radius: 10px; border: 1px solid #d0dde8; }

.similar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.similar-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; cursor: pointer; transition: transform 0.2s; }
.similar-card:hover { transform: translateY(-2px); }
.similar-card img { width: 100%; height: 110px; object-fit: cover; display: block; }
.similar-card-body { padding: 10px 12px; }
.similar-card-title { font-size: 12px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 6px; }
.similar-card-price { font-size: 13px; font-weight: 700; color: #1a3a5c; }

/* ===== VIDEO PROPERTI SECTION ===== */
.video-wrap { position: relative; width: 100%; padding-top: 56.25%; border-radius: 10px; overflow: hidden; background: #0f2040; border: 1px solid #d0dde8; cursor: pointer; }
.video-wrap-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0f2040 0%, #1a3a5c 50%, #1e4470 100%); }
.video-play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video-play-circle { width: 62px; height: 62px; border-radius: 50%; background: rgba(245,166,35,0.95); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.25); transition: transform 0.15s; }
.video-wrap:hover .video-play-circle { transform: scale(1.06); }
.video-play-circle svg { width: 24px; height: 24px; fill: #fff; }
.video-label { position: absolute; bottom: 12px; left: 14px; display: flex; align-items: center; gap: 6px; background: rgba(0,0,0,0.45); padding: 4px 10px; border-radius: 6px; }
.video-label svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2; }
.video-label span { font-size: 11px; color: #fff; font-weight: 600; }
.video-caption { font-size: 12px; color: #888; line-height: 1.6; margin-top: 12px; margin-bottom: 0; }
.video-embed-frame { width: 100%; aspect-ratio: 16/9; border-radius: 10px; border: 1px solid #d0dde8; }

/* ===== SIDEBAR DETAIL PROPERTI ===== */
.detail-sidebar { display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: #fff; border-radius: 12px; padding: 22px; border: 1px solid #eee; }
.agent-row { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #eee; margin-bottom: 18px; }
.agent-avatar { width: 48px; height: 48px; border-radius: 50%; background: #1a3a5c; color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.agent-name { font-size: 13.5px; font-weight: 700; color: #1a1a1a; }
.agent-role { font-size: 11px; color: #999; }
.price-lbl { font-size: 11px; color: #999; margin-bottom: 4px; }
.price-val { font-size: 26px; font-weight: 800; color: #1a3a5c; margin-bottom: 18px; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.stat-box { text-align: center; background: #f8fafc; border-radius: 8px; padding: 10px 6px; }
.stat-val { font-size: 14px; font-weight: 800; color: #1a1a1a; }
.stat-lbl { font-size: 9.5px; color: #999; }
.cta-buttons { display: flex; flex-direction: column; gap: 10px; }
.cta-btn { width: 100%; padding: 12px; border-radius: 8px; border: none; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.15s; }
.cta-btn:hover { opacity: 0.9; }
.cta-btn-primary { background: #1a3a5c; color: #fff; }
.cta-btn-wa { background: #25d366; color: #fff; }
.cta-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.share-row { display: flex; gap: 8px; justify-content: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid #eee; }

.doc-item { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: #f8fafc; border-radius: 8px; border: 1px solid #edf2f8; font-size: 12px; color: #444; margin-bottom: 8px; }
.doc-item:last-child { margin-bottom: 0; }
.doc-info { display: flex; align-items: center; gap: 10px; }
.doc-info svg { width: 16px; height: 16px; stroke: #1a3a5c; fill: none; stroke-width: 2; flex-shrink: 0; }
.doc-name { font-weight: 600; }
.doc-size { font-size: 10.5px; color: #999; }
.doc-download { font-size: 11px; font-weight: 700; color: #1a3a5c; flex-shrink: 0; }

/* =========================================================
   10. ARCHIVE PROPERTY — FILTER SIDEBAR + GRID
   ========================================================= */

/* SEARCH + SORT BAR */
.filter-bar{background:rgba(255,255,255,.07);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.1);padding:14px 0}
.filter-bar-inner{display:flex;gap:10px;align-items:center}
.search-box{flex:1;display:flex;align-items:center;background:rgba(255,255,255,.95);border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.3)}
.search-box input{flex:1;border:none;outline:none;padding:10px 14px;font-size:13px;color:#222;background:transparent}
.search-box input::placeholder{color:#aaa}
.search-box-btn{background:#f5a623;color:#fff;border:none;padding:10px 16px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .15s;white-space:nowrap}
.search-box-btn:hover{background:#d4890f}
.search-box-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.sort-select{background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:10px 12px;font-size:12px;color:#333;outline:none;cursor:pointer;min-width:160px}

/* ACTIVE FILTERS STRIP */
.active-filters{background:#fff;border-bottom:1px solid #e8e8e8;padding:10px 0;min-height:44px}
.af-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.af-label{font-size:11px;font-weight:600;color:#888;white-space:nowrap}
.af-tag{display:inline-flex;align-items:center;gap:5px;background:#eaf0f8;color:#1a3a5c;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;border:1px solid #c5d8ed}
.af-tag button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#7a9ab8;font-size:13px;line-height:1;margin-left:2px}
.af-tag button:hover{color:#1a3a5c}
.af-clear{font-size:11px;color:#e53935;font-weight:600;cursor:pointer;margin-left:auto;white-space:nowrap;display:flex;align-items:center;gap:4px;background:none;border:none}
.af-clear svg{width:12px;height:12px;stroke:#e53935;fill:none;stroke-width:2.5}
.af-none{font-size:12px;color:#bbb;font-style:italic}

/* LAYOUT */
.archive-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;padding:24px 0 56px;align-items:start}

/* ==================== FILTER SIDEBAR ==================== */
.filter-sidebar{background:#fff;border-radius:12px;border:1px solid #e0e8f0;overflow:hidden;}
.fs-head{background:#1a3a5c;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}
.fs-head-title{font-size:13px;font-weight:700;color:#fff;display:flex;align-items:center;gap:7px}
.fs-head-title svg{width:14px;height:14px;stroke:#f5c96a;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.fs-reset{font-size:11px;color:rgba(255,255,255,.6);cursor:pointer;background:none;border:none;transition:color .15s}
.fs-reset:hover{color:#f5a623}

.fs-section{padding:16px 18px;border-bottom:1px solid #f0f4f8}
.fs-section:last-child{border-bottom:none}
.fs-section-title{font-size:11px;font-weight:700;color:#1a3a5c;text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.fs-section-title svg{width:12px;height:12px;stroke:#1a3a5c;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Checkbox group */
.cb-group{display:flex;flex-direction:column;gap:7px}
.cb-item{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.cb-left{display:flex;align-items:center;gap:8px}
.cb-item input[type=checkbox]{width:15px;height:15px;accent-color:#1a3a5c;cursor:pointer;flex-shrink:0}
.cb-icon{width:26px;height:26px;border-radius:6px;background:#eaf0f8;display:flex;align-items:center;justify-content:center}
.cb-icon svg{width:13px;height:13px;stroke:#1a3a5c;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cb-label{font-size:12px;color:#444;font-weight:500}
.cb-count{font-size:10px;font-weight:700;color:#7a9ab8;background:#f0f4f8;padding:1px 7px;border-radius:20px}

/* Price range */
.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.price-input-wrap{position:relative}
.price-input-wrap label{display:block;font-size:10px;color:#888;font-weight:600;margin-bottom:4px}
.price-input-wrap input{width:100%;border:1.5px solid #d8e4f0;border-radius:7px;padding:8px 10px;font-size:12px;color:#222;outline:none;transition:border-color .15s}
.price-input-wrap input:focus{border-color:#1a3a5c}
.price-input-wrap .prefix{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:11px;color:#aaa;pointer-events:none;margin-top:8px}
.price-input-wrap input.with-prefix{padding-left:28px}
.price-slider-wrap{margin-bottom:6px}
.dual-range{position:relative;height:20px}
.range-track{position:absolute;top:9px;left:0;right:0;height:4px;border-radius:2px;background:#e0e8f0}
.range-fill{position:absolute;top:9px;height:4px;background:#1a3a5c;border-radius:2px}
.dual-range input[type=range]{position:absolute;width:100%;top:0;height:20px;background:none;border:none;outline:none;appearance:none;pointer-events:none}
.dual-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#1a3a5c;border:3px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2);pointer-events:all;cursor:pointer}
.dual-range input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#1a3a5c;border:3px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2);pointer-events:all;cursor:pointer}
.price-range-labels{display:flex;justify-content:space-between;font-size:10px;color:#aaa;margin-top:4px}
.price-display{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:8px 10px;background:#eaf0f8;border-radius:7px}
.pd-val{font-size:12px;font-weight:700;color:#1a3a5c}
.pd-sep{font-size:10px;color:#aaa}

/* Lokasi */
.lokasi-select{width:100%;border:1.5px solid #d8e4f0;border-radius:7px;padding:9px 11px;font-size:12px;color:#333;outline:none;transition:border-color .15s;margin-bottom:8px;background:#fff;cursor:pointer}
.lokasi-select:focus{border-color:#1a3a5c}
.lokasi-search{position:relative;margin-bottom:10px}
.lokasi-search input{width:100%;border:1.5px solid #d8e4f0;border-radius:7px;padding:8px 11px 8px 32px;font-size:12px;outline:none;transition:border-color .15s;color:#333}
.lokasi-search input:focus{border-color:#1a3a5c}
.lokasi-search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:#aaa;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.kec-pills{display:flex;flex-wrap:wrap;gap:5px}
.kec-pill{font-size:10px;font-weight:600;padding:3px 9px;border-radius:20px;background:#f0f4f8;color:#555;border:1px solid #e0e8f0;cursor:pointer;transition:all .15s}
.kec-pill:hover{background:#eaf0f8;color:#1a3a5c;border-color:#1a3a5c}
.kec-pill.active{background:#1a3a5c;color:#fff;border-color:#1a3a5c}

/* Rating / durasi */
.dur-pills{display:flex;flex-wrap:wrap;gap:5px}
.dur-pill{font-size:11px;font-weight:600;padding:5px 11px;border-radius:7px;background:#f0f4f8;color:#555;border:1px solid #e0e8f0;cursor:pointer;transition:all .15s}
.dur-pill:hover{background:#eaf0f8;color:#1a3a5c}
.dur-pill.active{background:#1a3a5c;color:#fff;border-color:#1a3a5c}

/* Apply button */
.btn-apply{width:100%;padding:11px;border-radius:8px;background:#f5a623;color:#fff;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:7px}
.btn-apply:hover{background:#d4890f}
.btn-apply svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}




/* ==================== RESULTS AREA ==================== */
.results-area{}
.results-toolbar{background:#fff;border-radius:10px;border:1px solid #e0e8f0;padding:12px 16px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.rt-count{font-size:13px;color:#555}
.rt-count strong{color:#1a3a5c;font-weight:800}
.rt-right{display:flex;align-items:center;gap:10px}
.rt-sort{border:1.5px solid #e0e8f0;border-radius:7px;padding:7px 10px;font-size:12px;color:#333;outline:none;background:#fff;cursor:pointer;transition:border-color .15s}
.rt-sort:focus{border-color:#1a3a5c}
.rt-view{display:flex;gap:4px}
.rtv-btn{width:32px;height:32px;border-radius:7px;border:1.5px solid #e0e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}
.rtv-btn.active,.rtv-btn:hover{background:#eaf0f8;border-color:#1a3a5c}
.rtv-btn svg{width:15px;height:15px;stroke:#888;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.rtv-btn.active svg{stroke:#1a3a5c}

/* PROPERTY CARDS GRID */
.prop-grid{display:grid;gap:16px}
.prop-grid.view-grid{grid-template-columns:repeat(3,1fr)}
.prop-grid.view-list{grid-template-columns:1fr}

/* GRID CARD */
.pcard{background:#fff;border-radius:12px;border:1px solid #e0e8f0;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}
.pcard:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(26,58,92,.12)}

.pcard-img-wrap{position:relative}
.pcard-main-img{height:175px;overflow:hidden}
.pcard-main-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.pcard:hover .pcard-main-img img{transform:scale(1.05)}
.pcard-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.pcard-thumb{height:54px;overflow:hidden;cursor:pointer}
.pcard-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}
.pcard-thumb:hover img{opacity:.8}

/* Badges on card */
.pcard-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}
.pcb{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase}
.pcb-blue{background:#1a3a5c;color:#fff}
.pcb-amber{background:#f5a623;color:#fff}
.pcb-navy{background:#2e5a8e;color:#fff}
.pcb-red{background:#e53935;color:#fff}
.pcb-live{display:flex;align-items:center;gap:3px}
.ldot{width:5px;height:5px;border-radius:50%;background:#fff;animation:blink 1s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.pcb-open{position:absolute;bottom:10px;right:10px;background:#1a3a5c;color:#fff;font-size:8px;font-weight:700;padding:3px 7px;border-radius:3px;text-transform:uppercase;z-index:2}

.pcard-share{position:absolute;top:10px;right:10px;z-index:2;width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,.88);backdrop-filter:blur(4px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}
.pcard-share:hover{background:#fff}
.pcard-share svg{width:14px;height:14px;stroke:#888;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pcard-share.shared svg{stroke:#e53935;fill:#e53935}

.pcard-body{padding:12px 14px 14px}
.pcard-type-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.pcard-badge-pill{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:700;padding:3px 8px;border-radius:20px;text-transform:uppercase}
.pbp-blue{background:#eaf0f8;color:#1a3a5c}
.pbp-amber{background:#fef7ea;color:#a06010}
.pbp-navy{background:#e8eef7;color:#2e5a8e}
.pbp-red{background:#feeeee;color:#a01a1a}
.pcard-badge-pill svg{width:8px;height:8px;stroke:currentColor;fill:none;stroke-width:2}
.pcard-provider{font-size:10px;color:#bbb}
.pcard-name{font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.35;margin-bottom:5px}
.pcard-price-lbl{font-size:9px;color:#999;margin-bottom:1px}
.pcard-price{font-size:18px;font-weight:800;color:#1a3a5c;margin-bottom:6px;letter-spacing:-.3px}
.pcard-desc{font-size:11px;color:#888;line-height:1.55;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pcard-meta{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:9px}
.pmeta{display:flex;align-items:center;gap:3px;font-size:10px;color:#666;background:#f5f7fb;padding:3px 7px;border-radius:5px}
.pmeta svg{width:10px;height:10px;stroke:#888;fill:none;stroke-width:2;stroke-linecap:round}
.pcard-footer{display:flex;align-items:center;justify-content:space-between;padding-top:9px;border-top:1px solid #f0f0f0}
.pcard-loc{display:flex;align-items:center;gap:3px;font-size:10px;color:#f5a623;font-weight:700}
.pcard-loc svg{width:10px;height:10px;stroke:#f5a623;fill:none;stroke-width:2;stroke-linecap:round}
.pcard-date{font-size:10px;color:#bbb;display:flex;align-items:center;gap:3px}
.pcard-date svg{width:10px;height:10px;stroke:#ccc;fill:none;stroke-width:2}
.pcard-cta{display:flex;gap:6px;margin-top:10px}
.pcard-btn{flex:1;padding:8px 0;border-radius:7px;font-size:11px;font-weight:700;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:5px;transition:all .15s}
.pcard-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.pcb-primary{background:#1a3a5c;color:#fff}
.pcb-primary:hover{background:#0f2a4a}
.pcb-wa{background:#25d366;color:#fff}
.pcb-wa:hover{background:#1da851}

/* LIST VIEW */
.prop-grid.view-list .pcard{display:grid;grid-template-columns:320px minmax(0,1fr)}
.prop-grid.view-list .pcard-img-wrap{display:flex;flex-direction:column}
.prop-grid.view-list .pcard-main-img{height:100%;flex:1}
.prop-grid.view-list .pcard-thumbs{grid-template-columns:repeat(3,1fr)}
.prop-grid.view-list .pcard-thumb{height:60px}
.prop-grid.view-list .pcard-body{padding:18px 20px;display:flex;flex-direction:column}
.prop-grid.view-list .pcard-name{font-size:15px}
.prop-grid.view-list .pcard-price{font-size:22px}
.prop-grid.view-list .pcard-desc{-webkit-line-clamp:3}
.prop-grid.view-list .pcard-cta{margin-top:auto}


/* NO RESULT */
.no-result{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px solid #e0e8f0}
.no-result svg{width:56px;height:56px;stroke:#c5d5e8;fill:none;stroke-width:1.5;margin-bottom:16px}
.no-result h3{font-size:16px;font-weight:700;color:#333;margin-bottom:8px}
.no-result p{font-size:13px;color:#888;line-height:1.65}



.section-etalase {background:#fff}

/* =========================================================
   11. RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .page-layout { grid-template-columns: 1fr; }
  .archive-property-main { grid-template-columns: 1fr; }
  .filter-sidebar { position: static; }
  .detail-wrap { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .nav-menu { display: none; }
  .kat-grid { grid-template-columns: repeat(4, 1fr); }
  .layanan-grid, .etalase-grid, .kolab-grid, .cara-cols { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .arc-card.featured { flex-direction: column; }
  .arc-card.featured .arc-card-img { width: 100%; height: 200px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .similar-grid, .prop-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   ARCHIVE PROPERTY — RESPONSIVE / MOBILE CSS
   Target breakpoints:
     ≤ 1024px : tablet
     ≤  768px : large mobile / small tablet
     ≤  480px : small mobile
   ========================================================= */


/* ─────────────────────────────────────────
   TABLET  (≤ 1024px)
───────────────────────────────────────── */
@media (max-width: 1024px) {

    /* Filter bar */
    .filter-bar-inner {
        flex-wrap: wrap;
    }
    .search-box {
        flex: 1 1 100%;
        order: -1;
    }
    .sort-select {
        flex: 1;
        min-width: 0;
    }

    /* Layout: sidebar menjadi lebih sempit */
    .archive-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 16px;
        padding: 16px 0 40px;
    }

    /* Grid card: 2 kolom */
    .prop-grid.view-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* List view: gambar lebih kecil */
    .prop-grid.view-list .pcard {
        grid-template-columns: 240px minmax(0, 1fr);
    }
}


/* ─────────────────────────────────────────
   LARGE MOBILE / SMALL TABLET  (≤ 768px)
───────────────────────────────────────── */
@media (max-width: 768px) {

    /* Filter bar */
    .filter-bar { padding: 10px 0; }
    .filter-bar-inner { gap: 8px; }
    .sort-select {
        width: 100%;
        min-width: 0;
    }

    /* Active filters */
    .active-filters { padding: 8px 0; }
    .af-inner { gap: 6px; }
    .af-clear { margin-left: 0; }

    /* Layout: sidebar collaps jadi toggle drawer */
    .archive-layout {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px 0 40px;
    }

    /* Sidebar: sembunyikan secara default, tampil via JS toggle */
    .filter-sidebar {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 999;
        border-radius: 0;
        overflow-y: auto;
        border: none;
        /* Overlay gelap di belakang */
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .45);
    }
    .filter-sidebar.is-open {
        display: block;
    }

    /* Tombol buka filter — muncul di mobile */
    .mobile-filter-toggle {
        display: flex;
        align-items: center;
        gap: 7px;
        background: #1a3a5c;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 9px 14px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        white-space: nowrap;
    }
    .mobile-filter-toggle svg {
        width: 14px;
        height: 14px;
        stroke: #fff;
        fill: none;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .mobile-filter-toggle .mft-count {
        background: #f5a623;
        border-radius: 20px;
        font-size: 10px;
        padding: 1px 6px;
        font-weight: 800;
    }

    /* Tutup sidebar — tombol X di header sidebar */
    .fs-head { padding: 14px 18px; }
    .fs-close {
        display: flex;          /* tampilkan di mobile */
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        background: rgba(255, 255, 255, .15);
        border: none;
        cursor: pointer;
       
    }
    .fs-close svg {
        width: 14px;
        height: 14px;
        stroke: #fff;
        fill: none;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* Results toolbar */
    .results-toolbar {
        padding: 10px 12px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .rt-right { width: 100%; justify-content: space-between; }
    .rt-sort { flex: 1; font-size: 11px; }

    /* Grid: 2 kolom tetap */
    .prop-grid.view-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* List view: paksa jadi single column (vertikal) */
    .prop-grid.view-list .pcard {
        grid-template-columns: 1fr;
    }
    .prop-grid.view-list .pcard-img-wrap {
        flex-direction: row;
    }
    .prop-grid.view-list .pcard-main-img {
        height: 160px;
        flex: 0 0 55%;
    }
    .prop-grid.view-list .pcard-thumbs {
        flex: 0 0 45%;
        grid-template-columns: 1fr;
    }
    .prop-grid.view-list .pcard-thumb {
        height: 52px;
    }
    .prop-grid.view-list .pcard-body {
        padding: 14px 16px;
    }
    .prop-grid.view-list .pcard-name { font-size: 13px; }
    .prop-grid.view-list .pcard-price { font-size: 18px; }
}


/* ─────────────────────────────────────────
   SMALL MOBILE  (≤ 480px)
───────────────────────────────────────── */
@media (max-width: 480px) {

.results-toolbar .rt-count {display: none; }

.rt-view #wprop-btn-list {display: none; }

    /* Filter bar */
    .filter-bar-inner { gap: 6px; }
    .search-box-btn span { display: none; } /* sembunyikan teks, sisakan ikon */
    .search-box-btn { padding: 10px 12px; }

    /* Active filters: wrap rapi */
    .af-tag { font-size: 10px; padding: 3px 8px; }

    /* Layout padding */
    .archive-layout { padding: 10px 0 32px; }

    /* Grid: 1 kolom di layar sangat kecil */
    .prop-grid.view-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* List view: full vertikal */
    .prop-grid.view-list .pcard {
        grid-template-columns: 1fr;
    }
    .prop-grid.view-list .pcard-img-wrap {
        flex-direction: column;
    }
    .prop-grid.view-list .pcard-main-img {
        height: 180px;
        flex: none;
    }
    .prop-grid.view-list .pcard-thumbs {
        grid-template-columns: repeat(3, 1fr);
        flex: none;
    }
    .prop-grid.view-list .pcard-thumb { height: 54px; }

    /* Card */
    .pcard-main-img { height: 155px; }
    .pcard-body { padding: 10px 12px 12px; }
    .pcard-name { font-size: 12px; }
    .pcard-price { font-size: 16px; }
    .pcard-desc { display: none; }         /* hemat ruang di mobile kecil */
    .pcard-meta { gap: 4px; }
    .pmeta { font-size: 9px; padding: 3px 6px; }

    .pcard-btn { font-size: 10px; padding: 7px 0; }
    .pcard-btn svg { width: 11px; height: 11px; }

    .pcard-loc { font-size: 9px; }
    .pcard-date { font-size: 9px; }

    /* Results toolbar */
    .rt-count { font-size: 12px; }
    .rtv-btn { width: 28px; height: 28px; }
    .rtv-btn svg { width: 13px; height: 13px; }

    /* Sidebar (drawer) */
    .fs-section { padding: 14px 16px; }
    .price-inputs { grid-template-columns: 1fr; }  /* stack harga */
    .btn-apply { font-size: 12px; padding: 10px; }
}


/* ─────────────────────────────────────────
   UTILITY: sembunyikan tombol mobile di desktop
───────────────────────────────────────── */
.mobile-filter-toggle { display: none; }
.fs-close             { display: none; }

@media (max-width: 768px) {
    .mobile-filter-toggle { display: flex; }
    .fs-close             { display: flex; }
}

/* Tombol close filter sidebar — mobile only */
.fs-close {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .15);
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}
.fs-close svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
}
.fs-close:hover { background: rgba(255, 255, 255, .28); }

@media (max-width: 768px) {
    .fs-close { display: flex; }
}









/* =========================================================
   NAVBAR — HAMBURGER MENU & MOBILE DRAWER
   Tambahkan ke style.css (setelah blok navbar desktop)
   ========================================================= */


/* ── HAMBURGER BUTTON ───────────────────────────────────── */
.nav-hamburger {
    display: none;          /* disembunyikan di desktop */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: rgb(26 58 92 / 4%);
    cursor: pointer;
    padding: 8px;
    flex-shrink: 0;
    transition: background .15s;
    margin-left: auto;
}
.nav-hamburger:hover { background: rgba(26, 58, 92, .15); }

.ham-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #1a3a5c;    /* navy — kontras di navbar putih */
    transition: transform .25s ease, opacity .2s ease, width .2s ease;
    transform-origin: center;
}

/* Animasi X saat aktif */
.nav-hamburger.is-active .ham-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-active .ham-bar:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.is-active .ham-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ── OVERLAY ────────────────────────────────────────────── */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1199;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .25s ease;
}
.nav-overlay.is-visible {
    display: block;
    opacity: 1;
}


/* ── MOBILE DRAWER ──────────────────────────────────────── */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    width: 300px;
    max-width: 85vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: -4px 0 24px rgba(0, 0, 0, .12);
}
.mobile-drawer.is-open { transform: translateX(0); }

/* Cegah scroll body saat drawer terbuka */
body.drawer-open { overflow: hidden; }


/* ── DRAWER HEADER ──────────────────────────────────────── */
.md-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #1a3a5c;
    flex-shrink: 0;
}
.md-header .nav-logo { font-size: 15px; }  /* sesuaikan dengan font logo existing */

.md-close {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .15);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    flex-shrink: 0;
}
.md-close:hover { background: rgba(255, 255, 255, .25); }
.md-close svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}


/* ── DRAWER BODY (menu) ─────────────────────────────────── */
.md-body {
    flex: 0 0 auto;
    overflow-y: auto;
    padding: 8px 0;
}

/* Mobile menu list */
.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-menu .menu-item {
    border-bottom: 1px solid #f0f4f8;
    position: relative;
}
.mobile-menu .menu-item:last-child { border-bottom: none; }

.mobile-menu .menu-item > a {
    display: block;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: background .15s, color .15s;
}
.mobile-menu .menu-item > a:hover,
.mobile-menu .menu-item.current-menu-item > a,
.mobile-menu .menu-item.current-menu-ancestor > a {
    background: #eaf0f8;
    color: #1a3a5c;
}

/* Arrow toggle untuk parent item */
.sub-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background .15s;
    z-index: 1;
}
.sub-arrow:hover { background: #eaf0f8; }
.sub-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #888;
    transition: transform .25s ease;
}
/* Rotate arrow saat submenu terbuka */
.menu-item-has-children.sub-open > .sub-arrow svg { transform: rotate(180deg); }


/* ── SUBMENU (accordion) ────────────────────────────────── */
.mobile-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8fafc;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.mobile-menu .sub-menu .menu-item { border-bottom: 1px solid #eef2f7; }
.mobile-menu .sub-menu .menu-item:last-child { border-bottom: none; }
.mobile-menu .sub-menu .menu-item > a {
    padding: 11px 20px 11px 36px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
}
.mobile-menu .sub-menu .menu-item > a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c5d8ed;
    flex-shrink: 0;
}
.mobile-menu .sub-menu .menu-item > a:hover { color: #1a3a5c; background: #eaf0f8; }
.mobile-menu .sub-menu .menu-item > a:hover::before { background: #1a3a5c; }


/* ── DRAWER FOOTER ──────────────────────────────────────── */
.md-footer {
    padding: 14px 18px;
    border-top: 1px solid #e8eef6;
    flex-shrink: 0;
}
.btn-konsul-full {
    width: 100%;
    justify-content: center;
    border-radius: 9px;
    padding: 12px 16px;
    font-size: 13px;
}


/* ── RESPONSIVE: tampilkan hamburger di mobile ───────────── */
@media (max-width: 768px) {

    /* Sembunyikan menu dan CTA desktop */
    .navbar .nav-menu,
    .navbar .btn-konsul:not(.btn-konsul-full) {
        display: none;
    }

    /* Tampilkan hamburger */
    .nav-hamburger { display: flex; }

    /* Container navbar: logo + hamburger saja */
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .mobile-drawer { width: 100%; max-width: 100%; }
    .mobile-menu .menu-item > a { padding: 14px 18px; }
    .mobile-menu .sub-menu .menu-item > a { padding: 12px 18px 12px 34px; }
}