/* ==========================================================================
   ZANTANAH UNIFIED CORE STYLESHEET
   Seni Reka Bentuk Eksekutif, Bersih, Pantas & Modular (<240 Baris)
   ========================================================================== */

/* 1. DESIGN TOKENS & RESET ASAS */
:root {
    --zan-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --zan-bg: #f8fafc;
    --zan-card-bg: #ffffff;
    --zan-dark: #0f172a;
    --zan-slate-800: #1e293b;
    --zan-slate-700: #334155;
    --zan-slate-600: #475569;
    --zan-muted: #475569;
    --zan-light-muted: #64748b;
    --zan-border: #e2e8f0;
    --zan-border-light: #f1f5f9;
    --zan-gold: #b45309;
    --zan-gold-bg: #fef3c7;
    --zan-gold-border: #fde68a;
    --zan-green: #15803d;
    --zan-green-bg: #f0fdf4;
    --zan-green-border: #dcfce7;
    --zan-blue: #0369a1;
    --zan-blue-bg: #eff6ff;
    --zan-blue-border: #dbeafe;
    --zan-purple: #7e22ce;
    --zan-purple-bg: #faf5ff;
    --zan-purple-border: #f3e8ff;
    --zan-radius-sm: 8px;
    --zan-radius-md: 12px;
    --zan-radius-lg: 16px;
    --zan-radius-xl: 20px;
    --zan-radius-pill: 9999px;
    --zan-shadow-sm: 0 2px 6px rgba(0,0,0,0.02);
    --zan-shadow-md: 0 4px 15px rgba(0,0,0,0.03);
    --zan-shadow-lg: 0 10px 25px -5px rgba(15, 23, 42, 0.05);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--zan-font); background-color: var(--zan-bg); color: var(--zan-dark); line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: all 0.2s ease; }

/* 2. KONTENA, GRID & REKA LETAK GLOBAL */
.zan-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; width: 100%; }
.zan-container-sm { max-width: 860px; margin: 0 auto; padding: 0 16px; width: 100%; }
.zan-main {  padding-top: 24px; padding-bottom: 10px; min-height: 75vh;  }
.zan-section { margin-bottom: 40px; }
.grid-3, .zan-grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; width: 100%; }
.zan-grid-wrap { margin-bottom: 40px; }
.zan-flex-between { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.zan-empty-state { grid-column: 1 / -1; background: var(--zan-card-bg); border: 1px dashed var(--zan-light-muted); border-radius: 14px; padding: 40px; text-align: center; color: var(--zan-muted); font-size: 1.05rem; }
.land-item-card, .comm-item-card { display: flex; flex-direction: column; height: 100%; }

/* 3. NAVIGASI UTAMA & PENJENAMAAN */
.zan-header { background: var(--zan-card-bg); border-bottom: 1px solid var(--zan-border); position: sticky; top: 0; z-index: 1000; box-shadow: var(--zan-shadow-sm); width: 100%; }
.zan-nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; }
.zan-brand { font-size: 1.5rem; font-weight: 800; color: var(--zan-dark); letter-spacing: -0.5px; display: inline-flex; align-items: center; }
.zan-menu-toggle { display: none; background: transparent; border: none; font-size: 1.4rem; color: var(--zan-dark); cursor: pointer; padding: 4px 8px; border-radius: 6px; }
.zan-menu-list { display: flex; align-items: center; gap: 24px; list-style: none; }
.zan-menu-list li a { font-size: 0.98rem; font-weight: 700; color: var(--zan-slate-600); }
.zan-menu-list li a:hover { color: var(--zan-dark); }

/* 4. HERO BANNER, TAJUK & SERDAK ROTI */
.zan-hero-banner { background: var(--zan-card-bg); border: 1px solid var(--zan-border); border-radius: var(--zan-radius-xl); padding: 32px 36px; margin-bottom: 30px; box-shadow: var(--zan-shadow-md); }
.zan-hero-content { max-width: 780px; }
.zan-hero-title { font-size: 2rem; font-weight: 800; color: var(--zan-dark); letter-spacing: -0.6px; margin-bottom: 8px; }
.zan-hero-sub { color: var(--zan-muted); font-size: 1.02rem; line-height: 1.6; }
.zan-sec-header { margin-bottom: 24px; }
.zan-sec-title { font-size: 1.85rem; margin-bottom: 4px; color: var(--zan-dark); display: inline-flex; align-items: center; gap: 8px; }
.zan-sec-icon { font-size: 1rem; color: var(--zan-light-muted); }
.zan-sec-btn-icon { font-size: 0.75rem; margin-left: 4px; }
.zan-breadcrumb { margin-bottom: 16px; font-size: 0.85rem; color: var(--zan-muted); display: flex; align-items: center; gap: 8px; font-weight: 500; }
.zan-breadcrumb a { color: var(--zan-muted); }
.zan-breadcrumb a:hover, .zan-breadcrumb-active { color: var(--zan-dark); font-weight: 700; }
.zan-show-header { margin-bottom: 24px; }
.zan-show-title { font-size: 2.2rem; font-weight: 800; color: var(--zan-dark); margin-bottom: 8px; letter-spacing: -0.8px; }
.zan-show-loc { font-size: 1.05rem; color: var(--zan-muted); display: flex; align-items: center; gap: 8px; }

/* 5. BORANG CARIAN, INPUT & TABS PENAPIS */
.zan-search-wrapper { background: var(--zan-card-bg); border: 1px solid var(--zan-border); border-radius: var(--zan-radius-lg); padding: 22px 24px; margin-bottom: 34px; box-shadow: var(--zan-shadow-sm); }
.zan-input-box { position: relative; }
.zan-input-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--zan-light-muted); font-size: 1rem; }
.zan-input { width: 100%; padding: 14px 16px 14px 44px; border-radius: 12px; border: 1.5px solid var(--zan-border); font-size: 1rem; color: var(--zan-dark); outline: none; transition: border-color 0.2s; font-family: var(--zan-font); }
.zan-input:focus { border-color: var(--zan-dark); }
.zan-filter-chips { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 16px; }
.zan-chip-lbl { font-size: 0.85rem; font-weight: 700; color: var(--zan-slate-600); margin-right: 4px; }
.zan-filter-btn { padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; border: 1px solid var(--zan-border); background: var(--zan-card-bg); color: var(--zan-slate-600); font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.zan-tab-bar { display: flex; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.zan-tab-btn { padding: 10px 20px; border-radius: 10px; font-size: 0.9rem; font-weight: 700; cursor: pointer; border: 1px solid var(--zan-border); background: var(--zan-card-bg); color: var(--zan-slate-600); transition: all 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.zan-tab-btn.is-active, .zan-tab-btn:hover { background: var(--zan-dark); color: #ffffff; border-color: var(--zan-dark); }
.zan-tab-btn.vip-tab-btn.is-active { background: linear-gradient(135deg, var(--zan-gold-bg) 0%, var(--zan-gold-border) 100%); color: var(--zan-gold); border-color: #fcd34d; box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2); }
.zan-pagination-wrap { margin-top: 30px; }

/* 6. KAD PORTAL, PENGARANG & PLACEHOLDER */
.zan-card { display: flex; flex-direction: column; justify-content: space-between; background: var(--zan-card-bg); border: 1px solid var(--zan-border); border-radius: var(--zan-radius-lg); overflow: hidden; box-shadow: var(--zan-shadow-md); transition: transform 0.2s ease, box-shadow 0.2s ease; height: 100%; width: 100%; }
.zan-card:hover { transform: translateY(-3px); box-shadow: var(--zan-shadow-lg); }
.zan-card-img { width: 100%; height: 200px; background: var(--zan-dark); position: relative; overflow: hidden; }
.zan-card-img-art { height: 190px; }
.zan-card-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.95; display: block; }
.zan-card-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 180px; background: #0f172a; color: #94a3b8; user-select: none; }
.zan-placeholder-z { font-size: 2.8rem; font-weight: 900; line-height: 1; color: #475569; margin-bottom: 4px; font-family: var(--zan-font); }
.zan-card-placeholder span { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; color: #94a3b8; text-transform: none; }
.zan-card-loc-wrap { position: absolute; bottom: 12px; left: 12px; right: 12px; }
.zan-card-loc-tag { background: rgba(255, 255, 255, 0.95); color: var(--zan-dark); font-size: 0.8rem; font-weight: 700; padding: 4px 10px; border-radius: 6px; display: inline-block; }
.zan-card-body { padding: 20px 22px 14px 22px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.zan-card-title { font-size: 1.15rem; font-weight: 800; color: var(--zan-dark); margin: 0 0 10px 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; letter-spacing: -0.3px; }
.zan-card-desc { color: var(--zan-muted); font-size: 0.92rem; line-height: 1.55; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.zan-card-date { font-size: 0.82rem; color: var(--zan-light-muted); font-weight: 600; margin-bottom: 6px; }
.zan-card-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.zan-card-spec-box { background: var(--zan-bg); border: 1px solid var(--zan-border-light); padding: 9px 12px; border-radius: var(--zan-radius-sm); }
.zan-card-spec-lbl { display: block; font-size: 0.72rem; font-weight: 800; color: var(--zan-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.zan-card-spec-val { font-size: 0.95rem; color: var(--zan-dark); font-weight: 800; }
.zan-card-extra-row { border-top: 1px dashed var(--zan-border); padding-top: 10px; font-size: 0.88rem; color: var(--zan-muted); }
.zan-card-extra-lbl { color: var(--zan-light-muted); font-weight: 700; text-transform: uppercase; font-size: 0.7rem; display: block; }
.zan-card-extra-val { color: var(--zan-slate-700); font-weight: 700; }
.zan-card-footer { background: #fafafa; border-top: 1px solid var(--zan-border-light); padding: 16px 22px; display: flex; justify-content: space-between; align-items: flex-end; }
.zan-card-footer-sm { padding: 14px 22px; align-items: center; }
.zan-card-price-lbl { display: block; font-size: 0.75rem; font-weight: 700; color: var(--zan-muted); text-transform: uppercase; margin-bottom: 2px; }
.zan-card-price-val { font-size: 1.35rem; font-weight: 900; color: var(--zan-dark); letter-spacing: -0.4px; }
.zan-card-psf-badge, .zan-card-cta-badge { background: #ffffff; border: 1px solid var(--zan-border); color: var(--zan-dark); font-size: 0.85rem; font-weight: 800; padding: 5px 12px; border-radius: 8px; }
.zan-card-psf-unit { font-size: 0.72rem; font-weight: 600; color: var(--zan-muted); }
.zan-card-roi-badge { position: absolute; top: 12px; right: 12px; background: var(--zan-dark); color: #fbbf24; font-size: 0.75rem; font-weight: 800; padding: 4px 8px; border-radius: 6px; border: 1px solid #334155; }
.zan-author-box { display: flex; align-items: center; gap: 10px; }
.zan-author-avatar { width: 34px !important; height: 34px !important; border-radius: 50%; object-fit: cover; border: 1.5px solid var(--zan-border); flex-shrink: 0; }
.zan-author-name { display: block; font-size: 0.8rem; font-weight: 700; color: var(--zan-dark); line-height: 1.2; }
.zan-author-date { font-size: 0.74rem; color: var(--zan-light-muted); font-weight: 500; }
.zan-card-author-sm { font-size: 0.8rem; font-weight: 700; color: var(--zan-muted); }
.zan-card-read-sm, .zan-read-more { font-size: 0.85rem; font-weight: 800; color: var(--zan-dark); display: inline-flex; align-items: center; gap: 4px; }

/* 7. LENCANA (BADGES) & BUTANG KHAS */
.zan-badge { position: absolute; top: 12px; left: 12px; background: rgba(15, 23, 42, 0.88); backdrop-filter: blur(4px); color: #ffffff; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.8px; padding: 4px 10px; border-radius: 6px; text-transform: uppercase; }
.zan-badge-vip { background: linear-gradient(135deg, var(--zan-gold-bg) 0%, var(--zan-gold-border) 100%); color: var(--zan-gold) !important; border: 1px solid #fcd34d; padding: 5px 12px; border-radius: var(--zan-radius-pill); font-weight: 800 !important; font-size: 0.85rem !important; box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15); display: inline-flex; align-items: center; gap: 6px; }
.zan-badge-gold-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--zan-gold-bg); border: 1px solid var(--zan-gold-border); padding: 5px 14px; border-radius: 20px; font-size: 0.78rem; font-weight: 800; color: var(--zan-gold); margin-bottom: 12px; }
.zan-show-cat { display: inline-block; font-size: 0.8rem; font-weight: 800; padding: 6px 14px; border-radius: 6px; text-transform: uppercase; margin-bottom: 10px; }
.zan-show-cat-land { background: var(--zan-green-bg); color: var(--zan-green); }
.zan-show-cat-comm { background: var(--zan-blue-bg); color: var(--zan-blue); }
.zan-show-cat-subsale { background: var(--zan-purple-bg); color: var(--zan-purple); }
.zan-show-cat-proj { background: var(--zan-blue-bg); color: var(--zan-blue); }
.zan-btn-wa { background: #10b981; color: #ffffff; padding: 11px 20px; border-radius: 10px; font-size: 0.92rem; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25); }
.zan-btn-wa:hover { background: #059669; }
.zan-btn-gold { background: linear-gradient(135deg, #d97706 0%, #b45309 100%); color: #ffffff !important; font-weight: 800; padding: 7px 16px; border-radius: 8px; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 6px; border: none; box-shadow: 0 3px 10px rgba(180, 83, 9, 0.28); }
.zan-btn-dark { background: var(--zan-dark); color: #ffffff; padding: 11px 20px; border-radius: 10px; font-size: 0.92rem; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; }

/* 8. BORANG CRM & PROFIL PERUNDING */
.zan-crm-card { background: var(--zan-card-bg); border: 1px solid var(--zan-border); border-radius: var(--zan-radius-xl); box-shadow: var(--zan-shadow-lg); width: 100%; margin: 0 auto; overflow: hidden; display: grid; grid-template-columns: 1fr 310px; }
.zan-crm-form-col { padding: 32px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.zan-crm-tabs-wrap { margin-bottom: 22px; }
.zan-crm-tabs { display: flex; background: var(--zan-bg); padding: 5px; border-radius: 10px; border: 1px solid var(--zan-border); gap: 6px; width: 100%; box-sizing: border-box; }
.zan-crm-tab-btn { flex: 1; border: none; background: transparent; color: var(--zan-muted); padding: 10px 14px; border-radius: 8px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-align: center; font-size: 0.92rem; }
.zan-crm-tab-btn.is-active,
.zan-crm-tab-btn.is-active:hover { 
    background: var(--zan-dark); 
    color: #eab308 !important; 
    border-color: var(--zan-dark); 
}
.zan-crm-tab-btn.is-active i { 
    color: #eab308 !important; 
}
.zan-crm-heading-box { margin-bottom: 20px; }
.zan-crm-heading { font-size: 1.45rem; font-weight: 800; color: var(--zan-dark); margin-bottom: 6px; letter-spacing: -0.4px; }
.zan-crm-subheading { color: var(--zan-muted); font-size: 0.95rem; margin-bottom: 20px; line-height: 1.6; }
.zan-crm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-bottom: 22px; }
.zan-crm-label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--zan-slate-600); text-transform: uppercase; margin-bottom: 6px; }
.zan-crm-input { width: 100%; background: #ffffff; border: 1.5px solid #cbd5e1; border-radius: 8px; padding: 11px 14px; font-size: 0.95rem; color: var(--zan-dark); outline: none; transition: border-color 0.2s; font-family: var(--zan-font); }
.zan-crm-input:focus { border-color: var(--zan-dark); }
.zan-crm-submit { width: 100%; display: flex; align-items: center; justify-content: center; padding: 14px 20px; font-size: 1rem; font-weight: 800; background-color: #eab308; color: #0f172a; border: 1px solid #ca8a04; border-radius: 8px; cursor: pointer; box-shadow: 0 2px 4px rgba(234, 179, 8, 0.25); transition: background 0.2s ease; }
.zan-crm-submit:hover { background-color: #facc15; color: #0f172a; border-color: #facc15; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(234, 179, 8, 0.35); }
.zan-crm-profile-col { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 18px; background: var(--zan-slate-800); overflow: hidden; }
.zan-crm-profile-img { position: absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; object-position: center top; opacity: 0.85; }
.zan-crm-profile-overlay { position: absolute; bottom: 0; left:0; width:100%; height: 60%; background: linear-gradient(to top, rgba(15,23,42,0.95) 0%, rgba(15,23,42,0) 100%); }
.zan-crm-profile-content { position: relative; z-index: 2; text-align: right; color: #ffffff; }
.zan-crm-profile-name { font-size: 1.25rem; font-weight: 800; margin-bottom: 4px; }
.zan-crm-profile-desc { font-size: 0.81rem; color: #cbd5e1; line-height: 1.5; }
.zan-crm-profile-link { color: #ffffff; font-weight: 700; text-decoration: none; border-bottom: none; display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; white-space: nowrap; }
.zan-crm-iqilogo { height: 13px; width: auto; opacity: 0.95; flex-shrink: 0; }

/* 9. SPESIFIKASI BUTIRAN, WYSIWYG & GALERI */
.zan-price-strip { display: flex; align-items: center; background: var(--zan-card-bg); border: 1px solid var(--zan-border); padding: 22px 28px; border-radius: var(--zan-radius-lg); margin-bottom: 32px; box-shadow: var(--zan-shadow-sm); gap: 36px; }
.zan-price-col { display: flex; flex-direction: column; }
.zan-price-label { font-size: 0.75rem; font-weight: 700; color: var(--zan-muted); text-transform: uppercase; margin-bottom: 4px; }
.zan-price-value { font-size: 1.6rem; font-weight: 800; color: var(--zan-dark); line-height: 1.1; }
.zan-price-divider { width: 1px; height: 40px; background: var(--zan-border); }
.zan-spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-bottom: 32px; }
.zan-spec-box { display: flex; align-items: center; gap: 14px; background: #ffffff; border: 1px solid #eef2f6; padding: 18px 20px; border-radius: 14px; box-shadow: var(--zan-shadow-sm); }
.zan-spec-icon-box { width: 44px; height: 44px; border-radius: 10px; background: var(--zan-bg); border: 1px solid var(--zan-border); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--zan-slate-600); flex-shrink: 0; }
.zan-spec-data { display: flex; flex-direction: column; overflow: hidden; }
.zan-spec-val { font-size: 1.05rem; font-weight: 800; color: var(--zan-dark); line-height: 1.2; }
.zan-spec-lbl { font-size: 0.75rem; font-weight: 700; color: var(--zan-muted); text-transform: uppercase; margin-top: 4px; letter-spacing: 0.5px; }
.zan-section-card { background: var(--zan-card-bg); border: 1px solid var(--zan-border); border-radius: var(--zan-radius-lg); padding: 32px; margin-bottom: 30px; box-shadow: var(--zan-shadow-sm); }
.zan-section-title { font-size: 1.35rem; font-weight: 800; color: var(--zan-dark); margin-bottom: 18px; letter-spacing: -0.3px; display: flex; align-items: center; gap: 8px; }
.zan-content { font-size: 1.1rem; color: var(--zan-slate-700); line-height: 1.9; }
.zan-gallery-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; height: 460px; border-radius: var(--zan-radius-lg); overflow: hidden; margin-bottom: 24px; box-shadow: var(--zan-shadow-md); }
.zan-gallery-side { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; height: 100%; min-height: 0; }
.zan-gallery-item { position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; cursor: pointer; background: var(--zan-border-light); }
.zan-gallery-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.zan-gallery-more { position: absolute; inset: 0; background: rgba(15,23,42,0.65); color: #ffffff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; }
.zan-gallery-single { width: 100%; height: 420px; border-radius: var(--zan-radius-lg); overflow: hidden; margin-bottom: 24px; box-shadow: var(--zan-shadow-md); position: relative; }
.zan-lightbox-overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(0, 0, 0, 0.92); display: none; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(8px); }
.zan-lightbox-inner { width: 100%; max-width: 950px; display: flex; flex-direction: column; align-items: center; gap: 10px; cursor:default; }
.zan-lightbox-main-img { width: 100%; height: 60vh; display: flex; justify-content: center; align-items: center; overflow: hidden; background: transparent; }
.zan-lightbox-main-img img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: var(--zan-radius-md); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.zan-lightbox-strip-wrap { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 90vw; padding: 4px 2px; }
.zan-lightbox-strip { display: flex; gap: 8px; overflow-x: auto; max-width: 75vw; padding: 4px 2px; scrollbar-width: none; }
.zan-lightbox-thumb { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; opacity: 0.6; cursor: pointer; transition: all 0.2s; border: 2px solid transparent; flex-shrink: 0; }
.zan-lightbox-thumb.active { opacity: 1; border-color: #ffffff; transform: scale(1.05); }
.zan-lightbox-controls { width: 100%; max-width: 850px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.zan-lightbox-btn { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; width: 44px; height: 44px; font-size: 18px; font-weight: bold; cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); transition: all 0.2s; flex-shrink: 0; }
.zan-lightbox-counter { background: rgba(255, 255, 255, 0.95); color: var(--zan-dark); padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 7px; flex-shrink: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.25); }
.zan-lightbox-close { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; width: 40px; height: 40px; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* 10. FOOTER & MEDIA SOSIAL */
.zan-footer {  background: var(--zan-card-bg); border-top: 1px solid var(--zan-border); padding: 50px 16px 30px 16px; margin-top: 20px;  }
.zan-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 40px; margin-bottom: 40px; }
.zan-footer-title { font-size: 1.45rem; font-weight: 900; margin-bottom: 12px; color: var(--zan-dark); }
.zan-footer-text { color: var(--zan-muted); font-size: 0.95rem; line-height: 1.6; margin-bottom: 16px; }
.zan-footer-ren { font-size: 0.88rem; color: var(--zan-slate-600); line-height: 1.6; }
.zan-footer-ren strong { color: var(--zan-dark); }
.zan-footer-h4 { font-size: 1rem; font-weight: 800; text-transform: uppercase; margin-bottom: 18px; color: var(--zan-dark); }
.zan-footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 0.95rem; font-weight: 600; }
.zan-footer-links li a { color: var(--zan-muted); }
.zan-footer-links li a:hover { color: var(--zan-dark); }
.zan-footer-link-vip { color: var(--zan-gold) !important; display: inline-flex; align-items: center; gap: 6px; }
.zan-footer-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.zan-social-icon, .zan-social-btn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 8px; background: #f1f5f9; border: 1px solid #e2e8f0; color: #475569; font-size: 1.1rem; transition: all 0.2s ease; }
.zan-social-icon:hover, .zan-social-btn:hover { background: #0f172a; color: #ffffff; border-color: #0f172a; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(15,23,42,0.15); }
.zan-footer-bottom { border-top: 1px solid var(--zan-border-light); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; font-size: 0.88rem; color: var(--zan-muted); }
.zan-footer-legal { display: flex; gap: 16px; align-items: center; }
.zan-footer-legal a { color: var(--zan-slate-600); font-weight: 600; }
.zan-footer-legal a:hover { color: var(--zan-dark); }

/* 11. MEDIA QUERIES (RESPONSIF MUDAH ALIH) */
@media (max-width: 768px) {
    .zan-container { padding-left: 16px !important; padding-right: 16px !important; }
    .zan-menu-toggle { display: block; }
    .zan-menu-list { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--zan-card-bg); flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--zan-border); box-shadow: 0 10px 25px rgba(0,0,0,0.08); padding: 12px 20px; width: 100%; }
    .zan-menu-list.is-active { display: flex; }
    .grid-3, .zan-grid-3 { grid-template-columns: 1fr; gap: 18px; }
    .zan-tab-btn { width: 100%; text-align: center; justify-content: center; }
    .zan-crm-card { grid-template-columns: 1fr; }
    .zan-crm-form-col { padding: 20px 16px; }
    .zan-crm-tabs { flex-direction: column; gap: 8px; width: 100%; }
    .zan-crm-tab-btn { width: 100%; padding: 12px; }
    .zan-crm-grid { grid-template-columns: 1fr; }
    .zan-crm-profile-col { min-height: auto; flex-direction: row; align-items: center; justify-content: flex-start; padding: 16px 20px; gap: 16px; border-top: 1px solid var(--zan-border-light); }
    .zan-crm-profile-img { position: static; width: 72px; height: 72px; border-radius: 50%; border: 2.5px solid #ffffff; object-fit: cover; flex-shrink: 0; opacity: 1; }
    .zan-crm-profile-overlay { display: none; }
    .zan-crm-profile-content { text-align: left; }
    .zan-crm-profile-link { justify-content: flex-start; }
    .zan-gallery-grid { grid-template-columns: 1fr; height: 260px; }
    .zan-gallery-side { display: none; }
    .zan-price-strip { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px 20px; }
    .zan-price-divider { width: 100%; height: 1px; }
}

.zan-section:last-child { margin-bottom: 0; }

/* === EFEK TIPOGRAFI LOGO ZANTANAH (PURE CSS) === */
.zan-custom-z {
    display: inline-block;
    background: linear-gradient(
        to bottom,
        #0f172a 0%,
        #0f172a 21%,
        #eab308 21%,
        #eab308 79%,
        #0f172a 79%,
        #0f172a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   KOMPONEN PEMILIH BAHASA (IHM LANGUAGE SWITCHER)
   ========================================================================== */
.zan-lang-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 14px;
}
.zan-lang-dropdown {
    position: relative;
}
.zan-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    transition: all 0.2s ease;
}
.zan-lang-btn:hover {
    background: #0f172a;
    color: #d4af37;
    border-color: #0f172a;
}
.zan-lang-arrow {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
}
.zan-lang-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    min-width: 170px;
    padding: 6px 0;
    z-index: 1000;
}
.zan-lang-menu.is-open {
    display: block;
}
.zan-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease;
}
.zan-lang-option:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.zan-lang-option.is-active {
    background: #0f172a;
    color: #d4af37;
    font-weight: 700;
}
.zan-lang-flag {
    font-size: 1.1rem;
    line-height: 1;
}
@media (max-width: 768px) {
    .zan-lang-wrapper {
        margin-left: auto;
        margin-right: 8px;
    }
}
