/* ========================================
   BoostMarketing.my v2
   Dunia visual peta tempatan, kertas peta krim, hijau taman, pin merah.
   SEMUA warna datang dari token dalam blok :root di bawah. Jangan tulis warna di luar blok ini.
   ======================================== */

:root {
    color-scheme: light;
    --bg: #F7F4EC;
    --bg-alt: #EFE9DC;
    --surface: #FFFFFF;
    --surface-2: #F5F1E7;
    --line: #E1D9C7;
    --line-strong: #CBC0A8;
    --text: #17231C;
    --text-soft: #4B5A51;
    --brand: #0E6B45;
    --brand-hover: #0A5739;
    --on-brand: #FFFFFF;
    --brand-soft: #DDEFE2;
    --brand-text: #0B5E3C;
    --brand-deep: #0C4F33;
    --on-brand-deep: #F7F4EC;
    --on-brand-deep-soft: #CFE6D8;
    --on-brand-deep-hover: #FFFFFF;
    --brand-deep-line: #135E3F;
    --pin: #D63B2C;
    --on-pin: #FFFFFF;
    --pin-soft: #F9DCD6;
    --bad: #B3261E;
    --star: #E0A100;
    --wa-bg: #25D366;
    --wa-bg-hover: #1FBF5B;
    --on-wa: #07301A;
    --map-land: #F1ECDF;
    --map-block: #E6DECB;
    --map-road: #FFFFFF;
    --map-road-edge: #DCD1B9;
    --map-water: #BCD9EC;
    --map-park: #CBE3BF;
    --map-me: #1A73E8;
    --map-me-halo: rgb(26 115 232 / 0.22);
    --map-pin-other: #8D978F;
    --map-label: #FFFFFF;
    --device: #1D2A22;
    --skeleton: #E7E0D0;
    --selection: #CFE8D8;
    --shadow-rgb: 40 34 20;
    --shadow-1: 0 1px 2px rgb(var(--shadow-rgb) / 0.08), 0 2px 6px rgb(var(--shadow-rgb) / 0.06);
    --shadow-2: 0 2px 4px rgb(var(--shadow-rgb) / 0.06), 0 14px 32px -8px rgb(var(--shadow-rgb) / 0.20);
    --radius: 14px;
    --radius-lg: 22px;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Palet gelap, ikut sistem kalau tiada pilihan manual */
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) {
        color-scheme: dark;
        --bg: #161B26;
        --bg-alt: #1A2030;
        --surface: #1F2635;
        --surface-2: #252D3E;
        --line: #2E374A;
        --line-strong: #414B61;
        --text: #E6EAF2;
        --text-soft: #A8B2C3;
        --brand: #4CC38A;
        --brand-hover: #66D19D;
        --on-brand: #0C1A12;
        --brand-soft: #1E3A2F;
        --brand-text: #6FD6A2;
        --brand-deep: #173A2C;
        --on-brand-deep: #E6EAF2;
        --on-brand-deep-soft: #B9CCC2;
        --on-brand-deep-hover: #FFFFFF;
        --brand-deep-line: #1F4A38;
        --pin: #FF6B5B;
        --on-pin: #1A0B08;
        --pin-soft: #3A2226;
        --bad: #FF8A7E;
        --star: #F2B930;
        --wa-bg: #25D366;
        --wa-bg-hover: #3BDB78;
        --on-wa: #07301A;
        --map-land: #1C2332;
        --map-block: #242C3D;
        --map-road: #343E54;
        --map-road-edge: #2A3346;
        --map-water: #1B3350;
        --map-park: #1D3A2D;
        --map-me: #6EA8FF;
        --map-me-halo: rgb(110 168 255 / 0.25);
        --map-pin-other: #6C778A;
        --map-label: #2A3346;
        --device: #0D1119;
        --skeleton: #303A4E;
        --selection: #245A40;
        --shadow-rgb: 0 0 0;
        --shadow-1: 0 1px 2px rgb(var(--shadow-rgb) / 0.35), 0 2px 6px rgb(var(--shadow-rgb) / 0.25);
        --shadow-2: 0 2px 4px rgb(var(--shadow-rgb) / 0.30), 0 16px 36px -10px rgb(var(--shadow-rgb) / 0.55);
    }
}

/* Palet gelap, pilihan manual dari butang tema (salinan sama dengan blok di atas) */
:root[data-theme="dark"] {
    color-scheme: dark;
    --bg: #161B26;
    --bg-alt: #1A2030;
    --surface: #1F2635;
    --surface-2: #252D3E;
    --line: #2E374A;
    --line-strong: #414B61;
    --text: #E6EAF2;
    --text-soft: #A8B2C3;
    --brand: #4CC38A;
    --brand-hover: #66D19D;
    --on-brand: #0C1A12;
    --brand-soft: #1E3A2F;
    --brand-text: #6FD6A2;
    --brand-deep: #173A2C;
    --on-brand-deep: #E6EAF2;
    --on-brand-deep-soft: #B9CCC2;
    --on-brand-deep-hover: #FFFFFF;
    --brand-deep-line: #1F4A38;
    --pin: #FF6B5B;
    --on-pin: #1A0B08;
    --pin-soft: #3A2226;
    --bad: #FF8A7E;
    --star: #F2B930;
    --wa-bg: #25D366;
    --wa-bg-hover: #3BDB78;
    --on-wa: #07301A;
    --map-land: #1C2332;
    --map-block: #242C3D;
    --map-road: #343E54;
    --map-road-edge: #2A3346;
    --map-water: #1B3350;
    --map-park: #1D3A2D;
    --map-me: #6EA8FF;
    --map-me-halo: rgb(110 168 255 / 0.25);
    --map-pin-other: #6C778A;
    --map-label: #2A3346;
    --device: #0D1119;
    --skeleton: #303A4E;
    --selection: #245A40;
    --shadow-rgb: 0 0 0;
    --shadow-1: 0 1px 2px rgb(var(--shadow-rgb) / 0.35), 0 2px 6px rgb(var(--shadow-rgb) / 0.25);
    --shadow-2: 0 2px 4px rgb(var(--shadow-rgb) / 0.30), 0 16px 36px -10px rgb(var(--shadow-rgb) / 0.55);
}

/* ---------- Asas ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
    font-family: 'Archivo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
    caret-color: var(--brand);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: 0.2em; text-decoration-thickness: 1.5px; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3 { color: var(--text); line-height: 1.12; text-wrap: balance; font-weight: 800; }
p { text-wrap: pretty; }
::selection { background: var(--selection); color: var(--text); }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
html { scrollbar-color: var(--line-strong) var(--bg); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--brand); color: var(--on-brand); border-radius: 10px; font-weight: 700; }
.skip:focus { top: 12px; }
.anchor-alias { position: relative; top: -80px; display: block; height: 0; }

.wrap { width: 100%; max-width: 1160px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 768px) { .wrap { padding-inline: 28px; } }

section { padding: 64px 16px; }
section > .wrap { padding-inline: 0; max-width: 1104px; }
@media (min-width: 768px) { section { padding-inline: 28px; } }
@media (min-width: 900px) { section { padding-block: 96px; } }
section h2 { font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.75rem); letter-spacing: -0.02em; font-stretch: 108%; max-width: 22ch; }
.section-lead { margin-top: 14px; color: var(--text-soft); font-size: 1.075rem; max-width: 62ch; }

/* ---------- Butang ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 48px; padding: 12px 22px; border-radius: 999px;
    font: inherit; font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none;
    border: 0; cursor: pointer; white-space: nowrap;
    transition: background-color .2s var(--ease-out), transform .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.btn:active { transform: translateY(1px); }
.btn-sm { min-height: 44px; padding: 10px 16px; font-size: .95rem; }
.btn-lg { min-height: 54px; padding: 14px 26px; font-size: 1.06rem; }
.btn-block { width: 100%; }
.btn-brand { background: var(--brand); color: var(--on-brand); box-shadow: var(--shadow-1); }
.btn-brand:hover { background: var(--brand-hover); }
.btn-wa { background: var(--wa-bg); color: var(--on-wa); box-shadow: var(--shadow-1); }
.btn-wa:hover { background: var(--wa-bg-hover); }
.btn-onbrand { background: var(--on-brand-deep); color: var(--brand-deep); }
.btn-onbrand:hover { background: var(--on-brand-deep-hover); }
.btn-ico { width: 22px; height: 22px; flex: none; }
.btn[disabled] { opacity: .65; cursor: progress; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.fineprint { margin-top: 14px; font-size: .95rem; color: var(--text-soft); }

/* ---------- Header ---------- */
.topbar {
    position: sticky; top: 0; z-index: 50;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: saturate(1.4) blur(10px);
    -webkit-backdrop-filter: saturate(1.4) blur(10px);
    border-bottom: 1px solid var(--line);
}
.topbar-in { display: flex; align-items: center; gap: 12px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 800; font-size: 1.12rem; letter-spacing: -0.01em; font-stretch: 110%; }
.brand-mark { width: 22px; height: 28px; flex: none; }
.brand-mark-pin { fill: var(--pin); }
.brand-mark-arrow { fill: none; stroke: var(--on-pin); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-word span { color: var(--brand-text); }
.topnav { display: none; gap: 4px; margin-left: 24px; }
.topnav a { padding: 10px 12px; border-radius: 10px; text-decoration: none; font-weight: 600; color: var(--text-soft); }
.topnav a:hover { color: var(--text); background: var(--bg-alt); }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.theme-btn {
    display: inline-flex; align-items: center; gap: 8px;
    min-width: 44px; min-height: 44px; padding: 0 10px; justify-content: center;
    border: 1px solid var(--line); border-radius: 999px; background: var(--surface);
    color: var(--text); font: inherit; font-weight: 600; font-size: .92rem; cursor: pointer;
}
.theme-btn:hover { border-color: var(--line-strong); }
.theme-btn .ti { width: 20px; height: 20px; display: none; }
html[data-theme-pref="system"] .ti-system,
html:not([data-theme-pref]) .ti-system,
html[data-theme-pref="light"] .ti-light,
html[data-theme-pref="dark"] .ti-dark { display: block; }
.theme-label { display: none; }
@media (min-width: 900px) {
    .topnav { display: flex; }
    .theme-label { display: inline; }
    .theme-btn { padding: 0 14px; }
}
@media (max-width: 359px) { .brand-word { font-size: 1rem; } }

/* ---------- Hero ---------- */
.hero { padding-top: 40px; padding-bottom: 56px; }
.hero-grid { display: grid; gap: 40px; align-items: center; }
.hero h1 {
    font-size: clamp(2rem, 0.9rem + 4.6vw, 3.35rem);
    letter-spacing: -0.028em; line-height: 1.06; font-stretch: 106%;
    text-wrap: initial;
}
.h1-line { display: block; }
.hero-q { color: var(--brand-text); }
.lead { margin-top: 20px; font-size: 1.12rem; color: var(--text-soft); max-width: 58ch; }
@media (min-width: 960px) {
    .hero { padding-top: 64px; padding-bottom: 96px; }
    .hero-grid { grid-template-columns: 1.08fr 0.92fr; gap: 56px; }
}

/* Mockup Google Maps */
.maps {
    background: var(--surface); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-2); overflow: hidden; max-width: 480px; width: 100%; justify-self: center;
}
.maps-search {
    display: flex; align-items: center; gap: 10px; margin: 14px 14px 0; padding: 12px 16px;
    border-radius: 999px; background: var(--bg-alt);
}
.maps-search-ico { width: 20px; height: 20px; color: var(--text-soft); flex: none; }
.maps-query { font-weight: 600; font-size: 1.02rem; }
.maps-query::after { content: ""; display: inline-block; width: 2px; height: 1.1em; margin-left: 2px; vertical-align: -0.18em; background: var(--brand); animation: caret 1.1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.maps-chips { display: flex; gap: 8px; padding: 12px 14px; overflow: hidden; }
.chip { flex: none; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); font-size: .85rem; font-weight: 600; color: var(--text-soft); background: var(--surface); }
.maps-map { width: 100%; height: auto; aspect-ratio: 400 / 190; }
.m-land { fill: var(--map-land); }
.m-block { fill: var(--map-block); }
.m-park { fill: var(--map-park); }
.m-water { fill: var(--map-water); }
.m-road-edge { fill: none; stroke: var(--map-road-edge); stroke-width: 15; }
.m-road { fill: none; stroke: var(--map-road); stroke-width: 11; }
.m-road-minor { fill: none; stroke: var(--map-road); stroke-width: 5; }
.m-me { fill: var(--map-me); stroke: var(--map-road); stroke-width: 2.5; }
.m-me-halo { fill: var(--map-me-halo); }
.m-pin-other { fill: var(--map-pin-other); }
.m-pin-you { fill: var(--pin); }
.m-pin-num { fill: var(--on-pin); font: 800 11px/1 'Archivo', sans-serif; text-anchor: middle; }
.m-pin-num-you { font-size: 15px; }
.m-label { fill: var(--map-label); stroke: var(--line); stroke-width: 1; }
.m-label-text { fill: var(--text); font: 700 12px/1 'Archivo', sans-serif; text-anchor: middle; }
.m-ripple { fill: none; stroke: var(--pin); stroke-width: 2; opacity: 0; }

.maps-list { padding: 6px 0 8px; }
.ml { display: flex; gap: 14px; padding: 14px 16px; border-top: 1px solid var(--line); }
.ml:first-child { border-top: 0; }
.ml-rank {
    flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
    font-weight: 800; font-size: .9rem; background: var(--bg-alt); color: var(--text-soft);
}
.ml-you .ml-rank { background: var(--pin); color: var(--on-pin); }
.ml-body { min-width: 0; flex: 1; display: grid; gap: 6px; }
.ml-name { font-weight: 800; font-size: 1.08rem; line-height: 1.2; }
.ml-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars svg { width: 16px; height: 16px; fill: currentColor; }
.ml-open { color: var(--brand-text); font-weight: 700; font-size: .92rem; }
.ml-actions { display: flex; gap: 8px; margin-top: 2px; }
.ml-act {
    display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px;
    background: var(--brand-soft); color: var(--brand-text); font-weight: 700; font-size: .88rem;
}
.ml-act svg { width: 16px; height: 16px; }
.sk { display: block; height: 12px; border-radius: 6px; background: var(--skeleton); }
.sk-name { width: 62%; height: 14px; }
.sk-short { width: 44%; }
.sk-meta { width: 38%; }
.ml-other { opacity: .8; }

/* Satu momen gerak, pin kedai anda jatuh ke peta */
@media (prefers-reduced-motion: no-preference) {
    .m-drop { animation: pin-drop .9s var(--ease-out) .25s both; }
    .m-ripple { animation: ripple 1.4s var(--ease-out) 1s both; }
}
@keyframes pin-drop { from { transform: translateY(-46px); opacity: 0; } 30% { opacity: 1; } to { transform: translateY(0); opacity: 1; } }
@keyframes ripple { from { opacity: .7; transform: scale(.4); } to { opacity: 0; transform: scale(2.6); } }
.m-ripple { transform-box: fill-box; transform-origin: center; }
@media (prefers-reduced-motion: reduce) {
    .maps-query::after { animation: none; }
    html { scroll-behavior: auto; }
}

/* ---------- Bukti ---------- */
.proof { background: var(--surface); border-block: 1px solid var(--line); }
.feature-case { display: grid; gap: 32px; margin-top: 40px; align-items: center; }
.phone {
    position: relative; width: min(280px, 78%); justify-self: center;
    padding: 10px; border-radius: 34px; background: var(--device); box-shadow: var(--shadow-2);
}
.phone img { border-radius: 26px; width: 100%; aspect-ratio: 720 / 1544; object-fit: cover; }
/* Tanda bulat pada baris Performance di skrin sebenar (sekitar 57% ke bawah) */
.phone-mark {
    position: absolute; left: 6%; right: 6%; top: 57.5%; height: 9%;
    border: 3px solid var(--pin); border-radius: 18px; pointer-events: none;
}
.feature-copy h3 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); letter-spacing: -0.015em; font-stretch: 108%; }
.case-tag { color: var(--text-soft); font-size: .95rem; margin-top: 4px; }
.feature-text { margin-top: 18px; font-size: 1.12rem; max-width: 52ch; }
.feature-text strong { color: var(--brand-text); font-variant-numeric: tabular-nums; }
.feature-note { margin-top: 16px; color: var(--text-soft); font-size: .95rem; }
.funnel { display: grid; gap: 12px; margin-top: 24px; max-width: 520px; }
.funnel-row { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 12px; }
.funnel-label { font-weight: 600; font-size: .92rem; color: var(--text-soft); }
.funnel-track { height: 14px; border-radius: 999px; background: var(--bg-alt); overflow: hidden; }
.funnel-bar { display: block; height: 100%; width: var(--w); min-width: 6px; border-radius: 999px; background: var(--brand); }
.funnel-num { font-weight: 800; font-variant-numeric: tabular-nums; min-width: 7ch; text-align: right; }
@media (min-width: 860px) {
    .feature-case { grid-template-columns: 300px 1fr; gap: 56px; }
    .phone { width: 100%; }
}

.cases-title { margin-top: 64px; font-size: 1.3rem; letter-spacing: -0.01em; }
.cases { margin-top: 16px; border-top: 1px solid var(--line); }
.case { display: grid; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.case-name { font-weight: 800; font-size: 1.08rem; line-height: 1.25; }
.case-nums { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.case-nums dt { font-size: .82rem; color: var(--text-soft); font-weight: 600; }
.case-nums dd { margin: 0; font-weight: 800; font-size: 1.12rem; font-variant-numeric: tabular-nums; }
.case-proof summary {
    display: inline-flex; align-items: center; gap: 8px; min-height: 44px; cursor: pointer;
    font-weight: 700; color: var(--brand-text); list-style: none;
    text-decoration: underline; text-underline-offset: 0.25em; text-decoration-thickness: 1.5px;
}
.case-proof summary::-webkit-details-marker { display: none; }
.case-proof summary::after { content: "+"; font-size: 1.2rem; line-height: 1; }
.case-proof[open] summary::after { content: "\2212"; }
.case-proof img { width: min(260px, 100%); margin-top: 10px; border-radius: 18px; border: 1px solid var(--line); box-shadow: var(--shadow-1); }
@media (min-width: 860px) {
    .case { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.3fr) 170px; align-items: start; column-gap: 32px; }
    .case-proof { justify-self: end; text-align: right; }
    .case-proof img { margin-left: auto; }
}
.metric-key { margin-top: 20px; font-size: .92rem; color: var(--text-soft); max-width: 64ch; }

/* ---------- Masalah ---------- */
.problems-grid { display: grid; gap: 36px; }
.problem-list { display: grid; gap: 28px; }
.problem { display: grid; gap: 18px; align-items: center; }
.problem h3 { font-size: 1.28rem; letter-spacing: -0.01em; }
.problem p { margin-top: 8px; color: var(--text-soft); max-width: 58ch; }
.vis {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 14px; display: grid; gap: 8px; box-shadow: var(--shadow-1);
}
@media (min-width: 700px) { .problem { grid-template-columns: 240px 1fr; gap: 28px; } }
@media (min-width: 1000px) {
    .problems-grid { grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
    .problems-head { position: sticky; top: 100px; }
}
.vr-row { display: flex; align-items: center; gap: 10px; }
.vr-row i {
    flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
    font-style: normal; font-weight: 800; font-size: .75rem; background: var(--bg-alt); color: var(--text-soft);
}
.vr-row .sk { flex: 1; height: 10px; }
.vr-row .sk-short { flex: 0 0 55%; }
.vr-more { font-size: .8rem; color: var(--text-soft); text-align: center; border-top: 1px dashed var(--line-strong); padding-top: 6px; }
.vr-you { opacity: .55; }
.vr-you b { font-size: .9rem; }
.vr-you svg { width: 12px; height: 12px; }
.rv-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; }
.rv-row + .rv-row { border-top: 1px solid var(--line); }
.rv-row b { font-size: .9rem; }
.rv-faces { display: flex; }
.rv-faces i { width: 22px; height: 22px; border-radius: 50%; background: var(--star); border: 2px solid var(--surface); margin-left: -7px; }
.rv-faces i:first-child { margin-left: 0; }
.rv-faces i:nth-child(2n) { background: var(--brand); }
.rv-faces i:nth-child(3n) { background: var(--pin); }
.rv-you .rv-faces i { background: var(--star); }
.rv-faces .rv-empty, .rv-you .rv-faces .rv-empty { background: transparent; border: 2px dashed var(--line-strong); }
.vis-profile { grid-template-columns: 64px 1fr; gap: 12px; align-items: center; }
.vp-photo {
    width: 64px; height: 64px; border-radius: 12px; border: 2px dashed var(--line-strong);
    display: grid; place-items: center; color: var(--text-soft);
}
.vp-photo svg { width: 26px; height: 26px; }
.vp-lines { display: grid; gap: 6px; }
.vp-line { display: flex; align-items: center; gap: 6px; font-size: .88rem; font-weight: 600; }
.vp-line svg { width: 16px; height: 16px; flex: none; }
.vp-bad { color: var(--bad); }
.vp-ok { color: var(--brand-text); }

/* ---------- Cara kerja, laluan peta ---------- */
.steps { background: var(--bg-alt); }
.route { position: relative; display: grid; gap: 36px; margin-top: 44px; counter-reset: stop; }
.stop { position: relative; padding-left: 64px; }
.stop:not(:last-child)::after {
    content: ""; position: absolute; left: 21px; top: 50px; bottom: -30px; width: 0;
    border-left: 3px dashed var(--brand); opacity: .55;
}
.stop-pin {
    position: absolute; left: 0; top: -4px; width: 45px; height: 45px; border-radius: 50%;
    display: grid; place-items: center; font-weight: 800; font-size: 1.1rem;
    background: var(--brand); color: var(--on-brand); outline: 6px solid var(--bg-alt);
}
.stop:last-child .stop-pin { background: var(--pin); color: var(--on-pin); }
.stop h3 { font-size: 1.28rem; letter-spacing: -0.01em; }
.stop-when { margin-top: 4px; font-weight: 700; color: var(--brand-text); }
.stop p:last-child { margin-top: 8px; color: var(--text-soft); max-width: 46ch; }
@media (min-width: 900px) {
    .route { grid-template-columns: repeat(3, 1fr); gap: 40px; }
    .stop { padding-left: 0; padding-top: 68px; }
    .stop:not(:last-child)::after { left: 58px; right: -28px; top: 21px; bottom: auto; width: auto; height: 0; border-left: 0; border-top: 3px dashed var(--brand); }
    .stop-pin { top: 0; }
}
.steps-note { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line-strong); color: var(--text-soft); max-width: 62ch; }

/* ---------- Harga ---------- */
.pricing-grid { display: grid; gap: 24px; margin-top: 40px; align-items: start; }
@media (min-width: 900px) { .pricing-grid { grid-template-columns: 1.15fr 0.85fr; gap: 32px; } }
.price-card {
    background: var(--surface); border: 2px solid var(--brand); border-radius: var(--radius-lg);
    padding: 28px 22px; box-shadow: var(--shadow-2);
}
@media (min-width: 600px) { .price-card { padding: 36px; } }
.price-card h3 { font-size: 1.3rem; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin-top: 14px; }
.price-old { font-size: 1.3rem; font-weight: 700; color: var(--text-soft); text-decoration-thickness: 2px; text-decoration-color: var(--pin); }
.price-now { font-size: clamp(3rem, 2.2rem + 3vw, 4.25rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; font-stretch: 112%; font-variant-numeric: tabular-nums; }
.price-per { font-size: 1.1rem; font-weight: 700; color: var(--text-soft); }
.price-note { margin-top: 10px; color: var(--text-soft); }
.checklist { display: grid; gap: 12px; margin: 24px 0 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.checklist li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.checklist svg { width: 22px; height: 22px; color: var(--brand-text); margin-top: 1px; }
.secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; font-size: .92rem; color: var(--text-soft); }
.secure svg { width: 18px; height: 18px; }
.guarantee { padding: 8px 4px; }
.stamp { width: 132px; height: 132px; color: var(--brand-text); }
.stamp-outer { fill: none; stroke: var(--brand-text); stroke-width: 3; }
.stamp-inner { fill: var(--brand-soft); stroke: var(--brand-text); stroke-width: 2; }
.stamp-ring-text { fill: var(--brand-text); font: 700 11.5px/1 'Archivo', sans-serif; letter-spacing: .04em; }
.stamp-num { fill: var(--brand-text); font: 800 36px/1 'Archivo', sans-serif; text-anchor: middle; }
.stamp-unit { fill: var(--brand-text); font: 800 13px/1 'Archivo', sans-serif; text-anchor: middle; letter-spacing: .14em; }
.guarantee h3 { margin-top: 18px; font-size: 1.4rem; }
.guarantee p { margin-top: 10px; color: var(--text-soft); max-width: 48ch; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; font-weight: 700; color: var(--brand-text); text-decoration: underline; }

/* ---------- Soalan ---------- */
.faq { background: var(--surface); border-block: 1px solid var(--line); }
.faq-grid { display: grid; gap: 28px; }
@media (min-width: 960px) { .faq-grid { grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; } }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary {
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    min-height: 56px; padding: 16px 0; cursor: pointer; list-style: none;
    font-weight: 700; font-size: 1.08rem; line-height: 1.35;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
    content: "+"; flex: none; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
    background: var(--bg-alt); color: var(--brand-text); font-size: 1.3rem; font-weight: 700;
    transition: transform .25s var(--ease-out);
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 0 20px; color: var(--text-soft); max-width: 62ch; }

/* ---------- CTA akhir ---------- */
.final { position: relative; overflow: hidden; background: var(--brand-deep); color: var(--on-brand-deep); }
.final-map { position: absolute; top: 0; right: 0; height: 100%; width: min(760px, 100%); opacity: .9; pointer-events: none; }
.f-road { fill: none; stroke: var(--brand-deep-line); stroke-width: 14; stroke-linecap: round; }
.f-road-minor { fill: none; stroke: var(--brand-deep-line); stroke-width: 6; stroke-linecap: round; }
.f-park { fill: var(--brand-deep-line); opacity: .6; }
@media (max-width: 899px) { .final-map { opacity: .45; } .final-pin { display: none; } }
.final-in { position: relative; }
.final h2 { color: var(--on-brand-deep); font-size: clamp(1.9rem, 1.2rem + 3vw, 3.2rem); max-width: 20ch; }
.final p { margin-top: 16px; color: var(--on-brand-deep-soft); font-size: 1.1rem; max-width: 56ch; }

/* ---------- Footer ---------- */
.footer { padding: 48px 0 110px; border-top: 1px solid var(--line); }
@media (min-width: 768px) { .footer { padding-bottom: 48px; } }
.footer-in { display: grid; gap: 28px; }
.footer-brand p { margin-top: 10px; color: var(--text-soft); max-width: 44ch; }
.footer-contact a { color: var(--text); font-weight: 600; }
.footer-links { display: grid; gap: 2px; align-content: start; }
.footer-links a { display: inline-flex; align-items: center; min-height: 40px; color: var(--text-soft); text-decoration: none; }
.footer-links a:hover { color: var(--text); text-decoration: underline; }
.footer-copy { color: var(--text-soft); font-size: .9rem; }
.footer-nav-title { font-weight: 800; font-size: .95rem; color: var(--text); margin-bottom: 4px; }
@media (min-width: 768px) {
    .footer-in { grid-template-columns: 1.3fr 1.2fr 0.8fr; column-gap: 40px; }
    .footer-copy { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); }
}

/* ---------- WhatsApp terapung (mobile) ---------- */
.wa-float {
    position: fixed; right: 16px; bottom: 16px; z-index: 60;
    display: inline-flex; align-items: center; gap: 8px; min-height: 54px; padding: 0 20px 0 16px;
    border-radius: 999px; background: var(--wa-bg); color: var(--on-wa); font-weight: 800; text-decoration: none;
    box-shadow: 0 4px 10px rgb(var(--shadow-rgb) / 0.18), 0 12px 28px -6px rgb(var(--shadow-rgb) / 0.30);
}
.wa-float svg { width: 26px; height: 26px; }
.wa-float { transition: opacity .2s var(--ease-out), transform .2s var(--ease-out), visibility .2s; }
.wa-float.is-tucked { opacity: 0; visibility: hidden; transform: translateY(12px); pointer-events: none; }
@media (min-width: 768px) { .wa-float { display: none; } }

/* ---------- Halaman bayaran ---------- */
.checkout { padding-block: 32px 64px; }
.checkout-form-wrap { padding: 0; }
.checkout-grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 920px) { .checkout-grid { grid-template-columns: 1.1fr 0.9fr; gap: 48px; } .checkout { padding-block: 56px 96px; } }
.checkout h1 { font-size: clamp(1.9rem, 1.3rem + 2.4vw, 2.8rem); letter-spacing: -0.02em; font-stretch: 110%; }
.checkout-form { display: grid; gap: 18px; margin-top: 28px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; }
.field input {
    width: 100%; min-height: 52px; padding: 12px 16px; border-radius: 12px;
    border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--text);
    font: inherit; font-size: 1.05rem;
    transition: border-color .15s var(--ease-out), box-shadow .15s var(--ease-out);
}
.field input::placeholder { color: var(--text-soft); opacity: .8; }
.field input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.field input[aria-invalid="true"] { border-color: var(--bad); }
.field-error { color: var(--bad); font-size: .92rem; font-weight: 600; min-height: 0; }
.field-error:empty { display: none; }
.checkout-info { color: var(--text-soft); font-size: .95rem; }
.checkout-help { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--text-soft); }
.checkout-help a { color: var(--brand-text); font-weight: 700; display: inline-flex; min-height: 44px; align-items: center; }
.summary {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 24px 20px; box-shadow: var(--shadow-1);
}
@media (min-width: 600px) { .summary { padding: 28px; } }
@media (min-width: 920px) { .summary { position: sticky; top: 88px; } }
.summary h2 { font-size: 1.2rem; letter-spacing: 0; font-stretch: 100%; }
.summary-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.summary-name { font-weight: 800; }
.summary-period { color: var(--text-soft); font-size: .92rem; margin-top: 2px; }
.summary-price { display: grid; justify-items: end; font-weight: 800; font-size: 1.5rem; line-height: 1.1; font-variant-numeric: tabular-nums; }
.summary-price .price-old { font-size: 1rem; }
.summary-list { margin: 16px 0; padding-top: 0; border-top: 0; gap: 10px; font-size: .95rem; }
.summary-list svg { width: 20px; height: 20px; }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 700; }
.summary-total strong { font-size: 1.6rem; font-variant-numeric: tabular-nums; }
.summary-guarantee { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; margin-top: 20px; padding: 14px; border-radius: var(--radius); background: var(--brand-soft); }
.summary-guarantee p { font-size: .92rem; color: var(--text); }
.summary-guarantee a { color: var(--brand-text); font-weight: 700; }
.stamp-sm { width: 64px; height: 64px; }
.stamp-sm .stamp-inner { fill: var(--surface); }
.summary .text-link { margin-top: 10px; }
.checkout-footer { padding: 24px 0 40px; border-top: 1px solid var(--line); color: var(--text-soft); font-size: .92rem; }
.checkout-footer a { color: var(--text-soft); }
.final-pin-dot { fill: var(--on-pin); }

/* ---------- Panduan (halaman SEO long-tail) ---------- */
.guide-hero { padding-top: 24px; padding-bottom: 40px; }
@media (min-width: 960px) { .guide-hero { padding-top: 44px; padding-bottom: 64px; } }
.guide-hero-grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 960px) { .guide-hero-grid { grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; } }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; font-size: .92rem; color: var(--text-soft); }
.crumbs li { display: inline-flex; align-items: center; gap: 8px; }
.crumbs li + li::before { content: "/"; color: var(--line-strong); }
.crumbs a { color: var(--text-soft); display: inline-flex; align-items: center; min-height: 32px; }
.crumbs a:hover { color: var(--text); }
.guide-hero h1 {
    margin-top: 14px; font-size: clamp(1.9rem, 1rem + 3.4vw, 3rem);
    letter-spacing: -0.025em; line-height: 1.08; font-stretch: 106%; max-width: 20ch;
}
.guide-meta { margin-top: 12px; color: var(--text-soft); font-size: .93rem; }
.answer {
    margin-top: 22px; padding: 20px 22px; border-radius: var(--radius);
    background: var(--brand-soft); color: var(--text); font-size: 1.08rem; max-width: 62ch;
}
.answer p + p { margin-top: 10px; }
.answer strong { color: var(--brand-text); }

.guide-fig { margin: 0; width: 100%; max-width: 500px; justify-self: center; }
.guide-fig-card { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-2); overflow: hidden; padding: 12px; }
.guide-fig svg { width: 100%; height: auto; }
.guide-fig figcaption { margin-top: 10px; font-size: .88rem; color: var(--text-soft); text-align: center; }

.guide-body { padding-top: 8px; }
@media (min-width: 900px) { .guide-body { padding-top: 16px; } }
.prose { max-width: 68ch; }
.prose h2 { font-size: clamp(1.45rem, 1.1rem + 1.4vw, 2rem); letter-spacing: -0.015em; font-stretch: 106%; max-width: 30ch; margin-top: 52px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.18rem; margin-top: 28px; }
.prose p { margin-top: 14px; font-size: 1.06rem; }
.prose a { color: var(--brand-text); font-weight: 600; }
.prose strong { color: var(--text); }
.prose ul { margin-top: 14px; display: grid; gap: 10px; }
.prose ul li { position: relative; padding-left: 26px; font-size: 1.04rem; }
.prose ul li::before {
    content: ""; position: absolute; left: 4px; top: .55em; width: 9px; height: 9px;
    border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--pin);
}
.guide-steps { margin-top: 22px; display: grid; gap: 22px; counter-reset: gstep; }
.guide-steps li { position: relative; padding-left: 58px; counter-increment: gstep; }
.guide-steps li::before {
    content: counter(gstep); position: absolute; left: 0; top: -2px; width: 40px; height: 40px; border-radius: 50%;
    display: grid; place-items: center; font-weight: 800; background: var(--brand); color: var(--on-brand);
}
.guide-steps li:not(:last-child)::after {
    content: ""; position: absolute; left: 19px; top: 44px; bottom: -20px; border-left: 2px dashed var(--brand); opacity: .5;
}
.guide-steps h3 { margin-top: 0; font-size: 1.12rem; line-height: 1.3; }
.guide-steps p { margin-top: 6px; color: var(--text-soft); }
.callout { margin-top: 22px; padding: 18px 20px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-strong); }
.callout-warn { background: var(--pin-soft); border-color: var(--pin-soft); }
.callout p { margin-top: 0; }
.callout p + p { margin-top: 8px; }

.price-table-wrap { margin-top: 20px; overflow-x: auto; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-table { width: 100%; border-collapse: collapse; font-size: .98rem; min-width: 520px; }
.price-table th, .price-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { font-weight: 800; background: var(--surface-2); }
.price-table td { font-variant-numeric: tabular-nums; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table .row-you td { background: var(--brand-soft); font-weight: 700; }
.src { margin-top: 10px; font-size: .88rem; color: var(--text-soft); }
.src a { color: var(--text-soft); font-weight: 500; }

.guide-faq { margin-top: 0; }
.related { padding-top: 56px; }
.related h2 { font-size: 1.6rem; letter-spacing: -0.01em; }
.related-list { margin-top: 16px; border-top: 1px solid var(--line); max-width: 760px; }
.related-list a {
    display: grid; gap: 4px; padding: 16px 36px 16px 0; border-bottom: 1px solid var(--line);
    text-decoration: none; position: relative;
}
.related-list a::after { content: "\2192"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--brand-text); font-weight: 800; transition: transform .2s var(--ease-out); }
.related-list a:hover::after { transform: translate(4px, -50%); }
.related-list strong { font-size: 1.08rem; }
.related-list span { color: var(--text-soft); font-size: .95rem; }

/* Grafik panduan, semua warna dari token */
.g-card { fill: var(--surface); stroke: var(--line); stroke-width: 1.5; }
.g-card-2 { fill: var(--surface-2); }
.g-fill-soft { fill: var(--bg-alt); }
.g-sk { fill: var(--skeleton); }
.g-star { fill: var(--star); }
.g-star-off { fill: var(--skeleton); }
.g-brand { fill: var(--brand); }
.g-brand-soft { fill: var(--brand-soft); }
.g-pin { fill: var(--pin); }
.g-pin-soft { fill: var(--pin-soft); }
.g-line { fill: none; stroke: var(--line-strong); stroke-width: 1.5; }
.g-dash { fill: none; stroke: var(--line-strong); stroke-width: 2; stroke-dasharray: 5 5; }
.g-route { fill: none; stroke: var(--brand); stroke-width: 3; stroke-dasharray: 2 7; stroke-linecap: round; }
.g-ghost { fill: var(--surface); stroke: var(--map-pin-other); stroke-width: 2; stroke-dasharray: 4 4; }
.g-radius { fill: var(--map-me-halo); stroke: var(--map-me); stroke-width: 1.5; stroke-dasharray: 6 5; }
.g-strike { stroke: var(--bad); stroke-width: 2.5; stroke-linecap: round; }
.g-stroke-brand { fill: none; stroke: var(--brand-text); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.g-dot { fill: var(--text-soft); }
.g-check { fill: none; stroke: var(--on-brand); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.g-t { fill: var(--text); font: 700 14px/1 'Archivo', sans-serif; }
.g-t-lg { fill: var(--text); font: 800 22px/1 'Archivo', sans-serif; }
.g-t-xl { fill: var(--text); font: 800 34px/1 'Archivo', sans-serif; letter-spacing: -0.02em; }
.g-t-soft { fill: var(--text-soft); font: 600 12.5px/1 'Archivo', sans-serif; }
.g-t-brand { fill: var(--brand-text); font: 800 13px/1 'Archivo', sans-serif; }
.g-t-bad { fill: var(--bad); font: 700 13px/1 'Archivo', sans-serif; }
.g-t-on-brand { fill: var(--on-brand); font: 800 13px/1 'Archivo', sans-serif; }
.g-t-on-pin { fill: var(--on-pin); font: 800 13px/1 'Archivo', sans-serif; }
.g-mid { text-anchor: middle; }
.g-end { text-anchor: end; }

/* ---------- Terima kasih ---------- */
.thanks { padding-top: 40px; padding-bottom: 72px; }
@media (min-width: 900px) { .thanks { padding-top: 72px; padding-bottom: 96px; } }
.thanks-mark { width: 84px; height: 100px; }
.thanks h1 { margin-top: 18px; font-size: clamp(2rem, 1.2rem + 3vw, 3rem); letter-spacing: -0.025em; font-stretch: 106%; max-width: 18ch; }
.thanks .lead { max-width: 56ch; }
.thanks-next { margin-top: 40px; font-size: 1.35rem; letter-spacing: -0.01em; }
.thanks .route { margin-top: 28px; }
.thanks .stop-pin { outline-color: var(--bg); }
.thanks-help { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--text-soft); max-width: 60ch; }
.thanks-help a { color: var(--brand-text); font-weight: 700; }
@media (prefers-reduced-motion: no-preference) {
    .thanks-mark .m-drop { animation: pin-drop .9s var(--ease-out) .15s both; }
}
