/* ============================================================
   LANDING PAGE — COMPANY PROFILE PROPERTI
   Stylesheet mandiri (tidak memakai AdminLTE)
   Variabel warna di-inject dari data_company via <style> inline.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

:root {
    --brand:        #D13539;
    --brand-2:      #b02b2f;
    --brand-soft:   rgba(209, 53, 57, .08);
    --ink:          #151213;
    --ink-2:        #2a2528;
    --text:         #2f3238;
    --text-mid:     #5b616e;
    --text-soft:    #8a9099;
    --line:         #e8eaee;
    --bg:           #ffffff;
    --bg-soft:      #f7f8fa;
    --bg-dark:      #141317;
    --radius:       16px;
    --radius-sm:    10px;
    --shadow-sm:    0 2px 10px rgba(20, 19, 23, .06);
    --shadow:       0 10px 30px rgba(20, 19, 23, .09);
    --shadow-lg:    0 24px 60px rgba(20, 19, 23, .16);
    --container:    1200px;
    --nav-h:        76px;
}

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: var(--bg);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
    margin: 0 0 .5em;
    line-height: 1.2;
    letter-spacing: -.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p  { margin: 0 0 1em; }
a  { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section   { padding: 92px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--bg-dark); color: #cfd2d9; }
.section-dark h2, .section-dark h3 { color: #fff; }

/* ── Judul section ───────────────────────────────────────── */
.sec-head { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    color: var(--brand); background: var(--brand-soft);
    padding: 7px 16px; border-radius: 100px; margin-bottom: 18px;
}
.sec-head p { color: var(--text-mid); font-size: 1.02rem; margin-bottom: 0; }

/* ── Tombol ──────────────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 28px; border-radius: 100px; border: 2px solid transparent;
    font-weight: 700; font-size: .94rem; cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    font-family: inherit; white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(209, 53, 57, .28); }
.btn-primary:hover { background: var(--brand-2); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(209, 53, 57, .34); }
.btn-ghost { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .4); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 10px 24px rgba(37, 211, 102, .3); }
.btn-wa:hover { background: #1fb457; transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: .85rem; }
.btn-block { width: 100%; }

/* ============================================================
   TOPBAR + NAVBAR
   ============================================================ */
.topbar {
    background: var(--ink); color: rgba(255, 255, 255, .72);
    font-size: .82rem; padding: 9px 0;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar a { color: inherit; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar-social { display: flex; gap: 6px; }
.topbar-social a {
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(255, 255, 255, .1); justify-content: center;
    transition: background .2s ease, transform .2s ease;
}
.topbar-social a:hover { background: var(--brand); transform: translateY(-2px); }

.nav {
    position: sticky; top: 0; z-index: 900;
    background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow .25s ease, padding .25s ease;
}
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 42px; width: auto; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
    font-family: 'Montserrat', sans-serif; font-weight: 800;
    font-size: 1.02rem; color: var(--ink); letter-spacing: -.02em;
}
.brand-tag { font-size: .68rem; color: var(--text-soft); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a {
    padding: 10px 16px; border-radius: 100px; font-weight: 600; font-size: .92rem;
    color: var(--text-mid); transition: color .2s ease, background .2s ease;
}
.nav-menu a:hover { color: var(--brand); background: var(--brand-soft); }
.nav-menu a.active { color: var(--brand); background: var(--brand-soft); }
.nav-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
    display: none; width: 44px; height: 44px; border-radius: 12px;
    border: 1px solid var(--line); background: #fff; color: var(--ink);
    font-size: 1.1rem; cursor: pointer; align-items: center; justify-content: center;
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero { position: relative; height: min(88vh, 780px); min-height: 520px; overflow: hidden; background: var(--ink); }
.hero-slide {
    position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease;
    display: flex; align-items: center;
}
.hero-slide.active { opacity: 1; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); }
.hero-slide.active .hero-bg { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1.16); } }
.hero-bg.fallback {
    background:
      radial-gradient(1000px 520px at 12% 15%, rgba(209, 53, 57, .5), transparent 62%),
      radial-gradient(900px 600px at 88% 85%, rgba(60, 70, 110, .55), transparent 60%),
      linear-gradient(135deg, #1b1a20 0%, #262430 55%, #15141a 100%);
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(15, 14, 18, .9) 0%, rgba(15, 14, 18, .72) 42%, rgba(15, 14, 18, .3) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 700px; color: #fff; padding: 40px 0; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22);
    padding: 8px 18px; border-radius: 100px; font-size: .78rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; margin-bottom: 22px;
    backdrop-filter: blur(6px);
}
.hero-content h1 { color: #fff; margin-bottom: 18px; text-shadow: 0 2px 30px rgba(0, 0, 0, .3); }
.hero-content p { font-size: 1.1rem; color: rgba(255, 255, 255, .84); max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-nav {
    position: absolute; bottom: 38px; right: 0; z-index: 5;
    display: flex; gap: 10px; padding-right: 24px;
}
.hero-arrow {
    width: 50px; height: 50px; border-radius: 50%; cursor: pointer;
    background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3);
    color: #fff; display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(6px); transition: background .2s ease, transform .2s ease;
}
.hero-arrow:hover { background: var(--brand); border-color: var(--brand); transform: scale(1.06); }
.hero-dots { position: absolute; bottom: 52px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.hero-dot {
    width: 34px; height: 4px; border-radius: 4px; cursor: pointer;
    background: rgba(255, 255, 255, .3); transition: background .3s ease, width .3s ease;
}
.hero-dot.active { background: var(--brand); width: 52px; }

/* Kotak pencarian mengambang di bawah hero */
.hero-search {
    position: relative; z-index: 20; margin-top: -56px; margin-bottom: 0;
}
.hero-search-box {
    background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
    padding: 22px; display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 14px; align-items: end;
}
.hs-field { display: flex; flex-direction: column; gap: 7px; }
.hs-field label { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); }
.hs-field input, .hs-field select {
    padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
    font-family: inherit; font-size: .94rem; color: var(--ink); background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease; width: 100%;
}
.hs-field input:focus, .hs-field select:focus {
    outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft);
}

/* ============================================================
   STATISTIK
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 26px 16px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat-icon {
    width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 16px;
    background: var(--brand-soft); color: var(--brand);
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.stat-num {
    font-family: 'Montserrat', sans-serif; font-size: 2.4rem; font-weight: 800;
    color: var(--ink); line-height: 1; letter-spacing: -.03em;
}
.stat-num sup { color: var(--brand); font-size: 1.2rem; top: -.8em; }
.stat-label { font-size: .9rem; color: var(--text-mid); margin-top: 8px; font-weight: 600; }

/* ============================================================
   LAYANAN
   ============================================================ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }

.card-layanan {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 34px 30px; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    position: relative; overflow: hidden;
}
.card-layanan::after {
    content: ''; position: absolute; left: 0; top: 0; height: 3px; width: 0;
    background: var(--brand); transition: width .35s ease;
}
.card-layanan:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-layanan:hover::after { width: 100%; }
.layanan-icon {
    width: 62px; height: 62px; border-radius: 18px; margin-bottom: 22px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.45rem;
    box-shadow: 0 10px 22px rgba(209, 53, 57, .26);
}
.card-layanan p { color: var(--text-mid); font-size: .95rem; margin-bottom: 0; }

/* ============================================================
   KARTU PROPERTI
   ============================================================ */
.card-prop {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; transition: transform .28s ease, box-shadow .28s ease;
    display: flex; flex-direction: column; height: 100%;
}
.card-prop:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.prop-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-soft); }
.prop-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card-prop:hover .prop-media img { transform: scale(1.07); }
.prop-media-empty {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    color: rgba(255, 255, 255, .5); font-size: 2.6rem;
    background: linear-gradient(135deg, #2a2830, #3a3746);
}
.prop-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    padding: 6px 14px; border-radius: 100px; font-size: .72rem; font-weight: 800;
    letter-spacing: .06em; text-transform: uppercase; color: #fff;
    backdrop-filter: blur(4px);
}
.badge-available { background: #16a34a; }
.badge-booked    { background: #f59e0b; }
.badge-sold      { background: #6b7280; }
.prop-price {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
    padding: 26px 18px 14px; color: #fff;
    background: linear-gradient(to top, rgba(15, 14, 18, .92), transparent);
    font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em;
}
.prop-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.prop-title { font-size: 1.08rem; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.prop-loc { font-size: .87rem; color: var(--text-soft); display: flex; align-items: center; gap: 7px; margin-bottom: 16px; }
.prop-specs {
    display: flex; flex-wrap: wrap; gap: 8px; padding-top: 16px; margin-top: auto;
    border-top: 1px dashed var(--line);
}
.spec {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .8rem; color: var(--text-mid); font-weight: 600;
    background: var(--bg-soft); padding: 6px 11px; border-radius: 8px;
}
.spec i { color: var(--brand); font-size: .78rem; }

/* ============================================================
   TENTANG
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-media-empty {
    border-radius: var(--radius); aspect-ratio: 4/3; box-shadow: var(--shadow);
    background: linear-gradient(135deg, var(--ink), #34313d);
    display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, .25); font-size: 4rem;
}
.about-badge {
    position: absolute; right: -18px; bottom: -18px;
    background: var(--brand); color: #fff; border-radius: var(--radius);
    padding: 22px 26px; box-shadow: 0 18px 40px rgba(209, 53, 57, .34); text-align: center;
}
.about-badge strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 2rem; line-height: 1; }
.about-badge span { font-size: .78rem; opacity: .9; font-weight: 600; }
.about-text p { color: var(--text-mid); }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.vm-card { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 22px; border-left: 3px solid var(--brand); }
.vm-card h4 {
    font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 800;
    letter-spacing: .12em; text-transform: uppercase; color: var(--brand); margin-bottom: 10px;
}
.vm-card p, .vm-card li { font-size: .9rem; color: var(--text-mid); margin: 0; }
.vm-card li { display: flex; gap: 9px; margin-bottom: 7px; }
.vm-card li i { color: var(--brand); font-size: .72rem; margin-top: .5em; }

/* ============================================================
   TESTIMONI
   ============================================================ */
.card-testi {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 32px 28px; position: relative; height: 100%;
    display: flex; flex-direction: column; transition: transform .28s ease, box-shadow .28s ease;
}
.card-testi:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.testi-quote { position: absolute; top: 22px; right: 26px; font-size: 2.6rem; color: var(--brand); opacity: .12; }
.testi-stars { color: #f59e0b; font-size: .85rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { color: var(--text-mid); font-size: .96rem; font-style: italic; flex: 1; margin-bottom: 22px; }
.testi-user { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.testi-ava {
    width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
    background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-family: 'Montserrat', sans-serif; flex-shrink: 0;
}
.testi-name { font-weight: 700; color: var(--ink); font-size: .95rem; }
.testi-role { font-size: .82rem; color: var(--text-soft); }

/* ============================================================
   TIM
   ============================================================ */
.card-tim { text-align: center; }
.tim-media {
    position: relative; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden;
    margin-bottom: 18px; background: var(--bg-soft);
}
.tim-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card-tim:hover .tim-media img { transform: scale(1.06); }
.tim-media-empty {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #2a2830, #3a3746); color: rgba(255, 255, 255, .35); font-size: 3rem;
}
.tim-social {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 16px;
    background: linear-gradient(to top, rgba(15, 14, 18, .9), transparent);
    display: flex; justify-content: center; gap: 9px;
    transform: translateY(100%); transition: transform .3s ease;
}
.card-tim:hover .tim-social { transform: translateY(0); }
.tim-social a {
    width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .2);
    color: #fff; display: flex; align-items: center; justify-content: center; font-size: .85rem;
    transition: background .2s ease;
}
.tim-social a:hover { background: var(--brand); }
.tim-name { font-weight: 700; color: var(--ink); font-size: 1.02rem; margin-bottom: 2px; }
.tim-role { font-size: .86rem; color: var(--brand); font-weight: 600; }

/* ============================================================
   ARTIKEL
   ============================================================ */
.card-artikel {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
    display: flex; flex-direction: column; height: 100%; transition: transform .28s ease, box-shadow .28s ease;
}
.card-artikel:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.art-media { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); position: relative; }
.art-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card-artikel:hover .art-media img { transform: scale(1.06); }
.art-media-empty {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #2a2830, #3a3746); color: rgba(255, 255, 255, .3); font-size: 2.4rem;
}
.art-cat {
    position: absolute; top: 14px; left: 14px; background: var(--brand); color: #fff;
    padding: 5px 13px; border-radius: 100px; font-size: .72rem; font-weight: 800;
    letter-spacing: .05em; text-transform: uppercase;
}
.art-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.art-meta { font-size: .8rem; color: var(--text-soft); display: flex; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.art-meta span { display: inline-flex; align-items: center; gap: 6px; }
.art-title { font-size: 1.06rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.4; }
.card-artikel:hover .art-title { color: var(--brand); }
.art-exc { font-size: .91rem; color: var(--text-mid); flex: 1; margin-bottom: 16px; }
.art-more { font-size: .88rem; font-weight: 700; color: var(--brand); display: inline-flex; align-items: center; gap: 8px; }
.card-artikel:hover .art-more i { transform: translateX(4px); }
.art-more i { transition: transform .25s ease; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .25s ease; }
.faq-item.open { box-shadow: var(--shadow-sm); border-color: rgba(209, 53, 57, .3); }
.faq-q {
    width: 100%; text-align: left; background: none; border: none; cursor: pointer;
    padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
    font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: var(--ink);
}
.faq-q i { color: var(--brand); transition: transform .3s ease; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--text-mid); font-size: .95rem; }

/* ============================================================
   CTA
   ============================================================ */
.cta {
    background: linear-gradient(120deg, var(--ink) 0%, #2a2530 55%, var(--brand-2) 160%);
    border-radius: var(--radius); padding: 62px 56px; color: #fff; position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.cta::before {
    content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px;
    border-radius: 50%; background: rgba(209, 53, 57, .22); filter: blur(10px);
}
.cta-text { position: relative; z-index: 2; max-width: 620px; }
.cta-text h2 { color: #fff; margin-bottom: 12px; }
.cta-text p { color: rgba(255, 255, 255, .78); margin: 0; }
.cta-actions { position: relative; z-index: 2; display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   KONTAK
   ============================================================ */
.kontak-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.kontak-info { display: flex; flex-direction: column; gap: 18px; }
.ki-item {
    display: flex; gap: 18px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-sm); padding: 20px 22px; transition: border-color .2s ease, transform .2s ease;
}
.ki-item:hover { border-color: var(--brand); transform: translateX(4px); }
.ki-icon {
    width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0;
    background: var(--brand-soft); color: var(--brand);
    display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.ki-label { font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 4px; }
.ki-val { font-weight: 600; color: var(--ink); font-size: .96rem; word-break: break-word; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .82rem; font-weight: 700; color: var(--ink); }
.form-field label span { color: var(--brand); }
.form-field input, .form-field select, .form-field textarea {
    padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
    font-family: inherit; font-size: .95rem; color: var(--ink); background: #fff; width: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
    outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft);
}
.form-hp { position: absolute; left: -9999px; opacity: 0; }

.alert {
    padding: 15px 20px; border-radius: var(--radius-sm); margin-bottom: 22px;
    font-size: .93rem; font-weight: 600; display: flex; align-items: center; gap: 12px;
}
.alert-success { background: #e8f7ee; color: #14713c; border: 1px solid #b7e6c9; }
.alert-error   { background: #fdeaea; color: #9c1c22; border: 1px solid #f5c2c4; }

.map-wrap { margin-top: 46px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 400px; border: 0; display: block; }

/* ============================================================
   HALAMAN DALAM (page header, katalog, artikel)
   ============================================================ */
.page-head {
    background: linear-gradient(120deg, var(--ink) 0%, #2b2731 100%);
    color: #fff; padding: 64px 0 58px; position: relative; overflow: hidden;
}
.page-head::after {
    content: ''; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px;
    border-radius: 50%; background: rgba(209, 53, 57, .2);
}
.page-head h1 { color: #fff; margin-bottom: 10px; font-size: clamp(1.8rem, 4vw, 2.7rem); position: relative; z-index: 2; }
.page-head p { color: rgba(255, 255, 255, .75); margin: 0; position: relative; z-index: 2; max-width: 620px; }
.crumb { font-size: .85rem; color: rgba(255, 255, 255, .6); margin-bottom: 14px; position: relative; z-index: 2; }
.crumb a:hover { color: #fff; }

.filter-bar {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 20px; margin-bottom: 34px; display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr auto; gap: 14px; align-items: end; box-shadow: var(--shadow-sm);
}
.result-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 14px; }
.result-info strong { color: var(--ink); }

.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 46px; flex-wrap: wrap; }
.pagination a, .pagination span {
    min-width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--line); background: #fff; font-weight: 700; font-size: .9rem; color: var(--text-mid);
    padding: 0 14px; transition: all .2s ease;
}
.pagination a:hover { border-color: var(--brand); color: var(--brand); }
.pagination .current { background: var(--brand); border-color: var(--brand); color: #fff; }
.pagination .disabled { opacity: .4; }

.empty-state { text-align: center; padding: 80px 20px; color: var(--text-soft); }
.empty-state i { font-size: 3.4rem; opacity: .25; margin-bottom: 18px; display: block; }
.empty-state h3 { color: var(--text-mid); }

/* ── Detail properti ─────────────────────────────────────── */
.detail-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.detail-hero { border-radius: var(--radius); overflow: hidden; margin-bottom: 30px; background: var(--bg-soft); }
.detail-hero img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.detail-hero-empty {
    aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #2a2830, #3a3746); color: rgba(255, 255, 255, .3); font-size: 4rem;
}
.detail-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; margin: 28px 0; }
.dspec { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 18px; text-align: center; }
.dspec i { color: var(--brand); font-size: 1.15rem; margin-bottom: 8px; display: block; }
.dspec-val { font-weight: 800; color: var(--ink); font-family: 'Montserrat', sans-serif; }
.dspec-lbl { font-size: .78rem; color: var(--text-soft); font-weight: 600; }

.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); position: sticky; top: calc(var(--nav-h) + 20px); }
.side-price { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; color: var(--brand); letter-spacing: -.03em; line-height: 1.1; }
.side-price-note { font-size: .84rem; color: var(--text-soft); margin-bottom: 22px; }
.side-list { margin: 22px 0; }
.side-list li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: .9rem; }
.side-list li span:first-child { color: var(--text-soft); }
.side-list li span:last-child { font-weight: 700; color: var(--ink); text-align: right; }

/* ── Detail artikel ──────────────────────────────────────── */
.artikel-wrap { max-width: 820px; margin: 0 auto; }
.artikel-hero { border-radius: var(--radius); overflow: hidden; margin-bottom: 34px; }
.artikel-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.artikel-body { font-size: 1.04rem; color: var(--text); line-height: 1.85; }
.artikel-body h2, .artikel-body h3 { margin: 1.6em 0 .6em; }
.artikel-body h3 { font-size: 1.25rem; }
.artikel-body img { border-radius: var(--radius-sm); margin: 1.4em 0; }
.artikel-body ul, .artikel-body ol { padding-left: 1.4em; margin-bottom: 1.2em; list-style: revert; }
.artikel-body li { margin-bottom: .5em; }
.artikel-body blockquote {
    border-left: 3px solid var(--brand); padding: 6px 0 6px 22px; margin: 1.6em 0;
    color: var(--text-mid); font-style: italic;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--bg-dark); color: rgba(255, 255, 255, .62); padding: 74px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 54px; }
.footer h4 {
    color: #fff; font-family: 'Montserrat', sans-serif; font-size: .84rem; font-weight: 800;
    letter-spacing: .13em; text-transform: uppercase; margin-bottom: 22px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-brand img { height: 44px; width: auto; object-fit: contain; }
.footer-brand .brand-name { color: #fff; font-size: 1.06rem; }
.footer-brand .brand-tag { color: rgba(255, 255, 255, .45); }
.footer p { font-size: .93rem; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: .93rem; transition: color .2s ease, padding-left .2s ease; display: inline-block; }
.footer-links a:hover { color: var(--brand); padding-left: 5px; }
.footer-contact li { display: flex; gap: 13px; margin-bottom: 15px; font-size: .93rem; align-items: flex-start; }
.footer-contact i { color: var(--brand); margin-top: .35em; flex-shrink: 0; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
    width: 38px; height: 38px; border-radius: 12px; background: rgba(255, 255, 255, .07);
    display: flex; align-items: center; justify-content: center; color: #fff;
    transition: background .22s ease, transform .22s ease;
}
.footer-social a:hover { background: var(--brand); transform: translateY(-3px); }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08); padding: 24px 0;
    display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .87rem;
}
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   FLOATING (WhatsApp & back-to-top)
   ============================================================ */
.fab-wa {
    position: fixed; right: 22px; bottom: 22px; z-index: 950;
    width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
    box-shadow: 0 10px 30px rgba(37, 211, 102, .42); transition: transform .25s ease;
}
.fab-wa:hover { transform: scale(1.08); }
.fab-wa::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    border: 2px solid #25D366; animation: pulse 2.4s infinite;
}
@keyframes pulse {
    0%   { transform: scale(1);   opacity: .8; }
    100% { transform: scale(1.6); opacity: 0; }
}
.fab-top {
    position: fixed; right: 22px; bottom: 92px; z-index: 949;
    width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff;
    display: flex; align-items: center; justify-content: center; border: none; cursor: pointer;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.fab-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* ============================================================
   ANIMASI MASUK
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .kontak-grid, .detail-grid { grid-template-columns: 1fr; gap: 36px; }
    .side-card { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .hero-search-box { grid-template-columns: 1fr 1fr; }
    .filter-bar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
    .nav-menu {
        position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 84vw);
        background: #fff; flex-direction: column; align-items: stretch; gap: 6px;
        padding: 90px 22px 30px; box-shadow: -14px 0 40px rgba(0, 0, 0, .16);
        transform: translateX(100%); transition: transform .3s ease; z-index: 940;
    }
    .nav-menu.open { transform: none; }
    .nav-menu a { padding: 14px 16px; border-radius: var(--radius-sm); font-size: 1rem; }
    .nav-toggle { display: flex; }
    .nav-cta .btn { display: none; }
    .nav-backdrop {
        position: fixed; inset: 0; background: rgba(15, 14, 18, .5); z-index: 935;
        opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
    }
    .nav-backdrop.show { opacity: 1; visibility: visible; }
    .topbar-left { gap: 14px; font-size: .78rem; }
    .section { padding: 66px 0; }
    .grid-3, .grid-2, .stats { grid-template-columns: 1fr 1fr; }
    .stat { border-right: none; }
    .cta { padding: 44px 30px; }
    .hero { height: auto; min-height: 0; padding: 90px 0 70px; }
    .hero-slide { position: relative; opacity: 0; display: none; }
    .hero-slide.active { display: flex; opacity: 1; }
    .hero-dots, .hero-nav { position: static; transform: none; justify-content: center; padding: 26px 0 0; }
    .hero-search { margin-top: 26px; }
}

@media (max-width: 620px) {
    .grid-3, .grid-2, .grid-4, .stats, .vm-grid, .form-grid,
    .hero-search-box, .filter-bar, .footer-grid { grid-template-columns: 1fr; }
    .topbar-social { display: none; }
    .about-badge { position: static; margin-top: 16px; display: inline-block; }
    .section { padding: 54px 0; }
    .form-card { padding: 24px; }
    .cta { padding: 34px 24px; }
    .page-head { padding: 44px 0 40px; }
}
