@font-face {
    font-family: 'OSS Brand';
    src: url('../fonts/brand/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    /* ISP Billing brand palette — #1e5aa8 & turunan */
    --fb-blue: #1e5aa8;
    --fb-blue-hover: #164578;
    --fb-blue-active: #164578;
    --fb-blue-soft: #e8f1fa;
    --fb-blue-border: #b5cbe3;

    --blue-50: #e8f1fa;
    --blue-100: #dce9f7;
    --blue-200: #b5cbe3;
    --blue-500: #1e5aa8;
    --blue-600: #1e5aa8;
    --blue-700: #164578;
    --blue-800: #050505;
    --blue-900: #050505;

    --white: #ffffff;
    --bg: #f0f2f5;
    --bg-soft: #f0f2f5;
    --surface: #ffffff;
    --sidebar-w: 260px;
    --text: #050505;
    --text-soft: #65676b;
    --muted: #65676b;
    --border: #ced0d4;
    --border-light: #e4e6eb;

    --primary: var(--fb-blue);
    --primary-dark: var(--fb-blue-hover);
    --primary-light: var(--fb-blue-soft);

    --success: #31a24c;
    --success-bg: #e8f1fa;
    --success-border: #bce4c5;
    --warning: #f7b928;
    --warning-bg: #fff8e6;
    --warning-border: #fae3a8;
    --danger: #fa383e;
    --danger-bg: #fdefed;
    --danger-border: #f5c2c0;
    --info: var(--fb-blue);
    --info-bg: #e8f1fa;
    --info-border: var(--fb-blue-border);

    /* Badge — bg · teks · border satu hue (single source semua modul) */
    --badge-blue-bg: #e8f1fa;
    --badge-blue-fg: #1e5aa8;
    --badge-blue-border: #b5cbe3;
    --badge-green-bg: #dcfce7;
    --badge-green-fg: #166534;
    --badge-green-border: #86efac;
    --badge-amber-bg: #fff8e6;
    --badge-amber-fg: #9a6700;
    --badge-amber-border: #fae3a8;
    --badge-red-bg: #fdefed;
    --badge-red-fg: #fa383e;
    --badge-red-border: #f5c2c0;
    --badge-gray-bg: #f1f5f9;
    --badge-gray-fg: #64748b;
    --badge-gray-border: #e2e8f0;
    --badge-neutral-bg: #f0f2f5;
    --badge-neutral-fg: #65676b;
    --badge-neutral-border: #ccd0d5;
    --badge-orange-bg: #fff7ed;
    --badge-orange-fg: #c2410c;
    --badge-orange-border: #fdba74;
    --badge-accent-bg: #e8f1fa;
    --badge-accent-fg: #1e5aa8;
    --badge-accent-border: #b5cbe3;

    /* Soft surface — border selaras latar (label, span, chip, badge) */
    --surface-blue-bg: var(--badge-blue-bg);
    --surface-blue-fg: var(--badge-blue-fg);
    --surface-blue-border: var(--badge-blue-border);
    --surface-green-bg: var(--badge-green-bg);
    --surface-green-fg: var(--badge-green-fg);
    --surface-green-border: var(--badge-green-border);
    --surface-red-bg: var(--badge-red-bg);
    --surface-red-fg: var(--badge-red-fg);
    --surface-red-border: var(--badge-red-border);
    --surface-orange-bg: var(--badge-orange-bg);
    --surface-orange-fg: var(--badge-orange-fg);
    --surface-orange-border: var(--badge-orange-border);
    --surface-amber-bg: var(--badge-amber-bg);
    --surface-amber-fg: var(--badge-amber-fg);
    --surface-amber-border: var(--badge-amber-border);
    --surface-neutral-bg: var(--badge-neutral-bg);
    --surface-neutral-fg: var(--badge-neutral-fg);
    --surface-neutral-border: var(--badge-neutral-border);
    --surface-gray-bg: var(--badge-gray-bg);
    --surface-gray-fg: var(--badge-gray-fg);
    --surface-gray-border: var(--badge-gray-border);
    --surface-white-bg: #ffffff;
    --surface-white-border: var(--border);

    --radius-sm: 6px;
    --radius: 8px;
    --radius-lg: 12px;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.1);
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 2px 12px rgba(0, 0, 0, 0.15);
    --transition: 0.2s ease;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

    /* Stacking: alert/konfirmasi selalu di atas modal halaman & proses */
    --isp-modal-z: 10050;
    --isp-process-overlay-z: 10100;
    --isp-alert-modal-z: 10200;
    --motion-fast: 0.35s;
    --motion-base: 0.55s;
    --motion-slow: 0.85s;

    --space-xs: 10px;
    --space-sm: 16px;
    --space-md: 20px;
    --space-lg: 28px;
    --space-xl: 40px;
    --space-2xl: 56px;
    --header-h: 64px;
    --subnav-h: 48px;
    --scroll-pad: 12px;

    /* Tipografi — system stack */
    --font-sans: 'Segoe UI', 'Segoe UI Historic', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-display: var(--font-sans);
    --font-hero: var(--font-sans);
    --text-xs: 0.8125rem;
    --text-sm: 0.9375rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.3125rem;
    --text-2xl: 1.625rem;
    --text-3xl: clamp(2rem, 4.8vw, 3.125rem);
    --leading-tight: 1.22;
    --leading-snug: 1.48;
    --leading-normal: 1.65;
    --leading-relaxed: 1.78;
    --tracking-tight: -0.015em;
    --tracking-label: 0.08em;
    --measure: 62ch;
    --measure-narrow: 42ch;

    /* ISP Surface Harmony — gradient & canvas (dipakai isp-surface-harmony.css) */
    --isp-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --isp-dur: 0.22s;
    --isp-canvas-base: #eef2f8;
    --isp-canvas-fallback: #f0f2f5;
    --isp-accent: #1e5aa8;
    --isp-accent-soft: #e8f1fa;

    /* Layout horizontal â€” padding simetris & lega */
    --container-max: 1140px;
    --container-pad-x: clamp(24px, 5vw, 56px);
    --section-pad-y: clamp(56px, 8vw, 88px);

    /* Scrollbar — tipis & modern */
    --scrollbar-size: 8px;
    --scrollbar-thumb: rgba(100, 116, 139, 0.36);
    --scrollbar-thumb-hover: rgba(71, 85, 105, 0.58);
    --scrollbar-track: transparent;
}

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

/* Scrollbar modern — Firefox + WebKit (Chrome, Edge, Safari desktop) */
@supports (scrollbar-width: thin) {
    html {
        scrollbar-width: thin;
        scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    }
}

html,
body,
.mobile-menu__links,
.table-wrap,
.customer-history-table-wrap,
.app-content,
.modal-body,
[data-scroll] {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.mobile-menu__links::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar,
.customer-history-table-wrap::-webkit-scrollbar,
.app-content::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
[data-scroll]::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.mobile-menu__links::-webkit-scrollbar-track,
.table-wrap::-webkit-scrollbar-track,
.customer-history-table-wrap::-webkit-scrollbar-track,
.app-content::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track,
[data-scroll]::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.mobile-menu__links::-webkit-scrollbar-thumb,
.table-wrap::-webkit-scrollbar-thumb,
.customer-history-table-wrap::-webkit-scrollbar-thumb,
.app-content::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb,
[data-scroll]::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: content-box;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.mobile-menu__links::-webkit-scrollbar-thumb:hover,
.table-wrap::-webkit-scrollbar-thumb:hover,
.customer-history-table-wrap::-webkit-scrollbar-thumb:hover,
.app-content::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover,
[data-scroll]::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover);
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
    background: transparent;
}

.scrollbar-none,
.topbar-section-nav-links {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollbar-none::-webkit-scrollbar,
.topbar-section-nav-links::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    max-width: 100%;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    font-size: var(--text-base);
    background: var(--bg);
    color: var(--text);
    line-height: var(--leading-normal);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body.nav-open {
    overflow: hidden;
    touch-action: none;
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -100px;
    z-index: 1000;
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    background: var(--blue-900);
    color: #fff;
    font-weight: 700;
    font-size: var(--text-sm);
    text-decoration: none;
    box-shadow: var(--shadow-lg);
    transition: top 0.2s var(--ease-out);
}
.skip-link:focus {
    top: 12px;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 120;
    pointer-events: none;
    background: transparent;
}
.scroll-progress__bar {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--blue-600), #4a8bc9);
    transform-origin: left center;
    transition: width 0.08s linear;
}

.topbar-group {
    position: sticky;
    top: 0;
    z-index: 110;
    isolation: isolate;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.topbar-group.is-scrolled {
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    border-bottom-color: var(--border);
}

.topbar-group > .topbar {
    position: relative;
    top: auto;
    z-index: 1;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

.nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 940;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.nav-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
}

body.nav-open .topbar-group {
    z-index: 960;
}

.public-desktop-nav {
    display: none;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    margin-right: 8px;
}

.public-desktop-nav .nav-link {
    padding: 8px 12px;
    font-size: 0.875rem;
}

.public-desktop-nav .nav-link:focus-visible:not(.nav-link--active) {
    color: var(--primary);
    background: var(--blue-50);
    box-shadow: inset 0 0 0 1px var(--blue-200);
}

.topbar.is-scrolled {
    box-shadow: none;
}

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

img { max-width: 100%; height: auto; }

.container {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: var(--container-pad-x);
}

.container--narrow {
    max-width: 720px;
}

.container--wide {
    max-width: 1240px;
}

.topbar {
    background: transparent;
    border-bottom: none;
    position: relative;
    top: auto;
    z-index: 1;
    box-shadow: none;
    transform: none;
}
.mobile-nav-head,
.mobile-nav-label,
.mobile-nav-actions {
    display: none;
}
.topbar--public {
    animation: topbarFadeIn var(--motion-base) var(--ease-out) both;
}

.topbar-inner {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    min-height: var(--header-h);
    position: relative;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--blue-900);
    text-decoration: none;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    z-index: 2;
}
.brand:hover { color: var(--blue-800); text-decoration: none; }
.brand--light { color: #fff; }
.brand--light:hover { color: #fff; opacity: 0.95; }

.brand--has-logo {
    gap: 0;
}

.brand-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-logo--full {
    height: 38px;
    max-height: 40px;
}

.brand-logo--mark {
    width: 36px;
    height: 36px;
    border-radius: 0;
}

.brand-logo--light {
    filter: none;
}

.brand--sidebar.brand--has-logo .brand-logo--mark {
    width: 32px;
    height: 32px;
    border-radius: 0;
}

.brand--sidebar.brand--has-logo .brand-logo--full {
    height: 32px;
    max-height: 34px;
    width: auto;
    max-width: min(100%, 210px);
}

.brand-mark {
    font-family: 'OSS Brand', Montserrat, 'Segoe UI', system-ui, sans-serif;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue-600), var(--blue-800));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
    flex-shrink: 0;
}

.topbar-nav-wrap {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-left: auto;
}

.topbar-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.nav-toggle {
    display: none;
    margin-left: auto;
    min-height: 44px;
    min-width: 44px;
    padding: 0 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--white);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--blue-900);
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}
.nav-toggle-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
}
.nav-toggle-icon--close { display: none; }
.nav-toggle.is-active .nav-toggle-icon--open { display: none; }
.nav-toggle.is-active .nav-toggle-icon--close { display: grid; }
.nav-toggle-label { line-height: 1; }
.nav-toggle-bar {
    display: none;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-soft);
    transition: all var(--transition);
}
.nav-link-icon {
    display: none;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--blue-50);
    color: var(--primary);
    place-items: center;
    flex-shrink: 0;
}
.nav-link-icon .bi { font-size: 1rem; line-height: 1; }
.nav-link-text { line-height: 1.2; }
.nav-link:hover {
    background: var(--blue-50);
    color: var(--primary);
    text-decoration: none;
}
.nav-link:focus {
    outline: none;
}
.nav-link:focus-visible:not(.nav-link--active) {
    background: var(--blue-50);
    color: var(--primary);
    box-shadow: inset 0 0 0 1px var(--blue-200);
}
.nav-link--active {
    background: var(--primary);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.nav-link--active:hover { background: var(--primary-dark); color: #fff; }
.nav-link--active:focus-visible {
    color: #fff !important;
    outline: 2px solid var(--blue-200);
    outline-offset: 2px;
}
.nav-link--anchor.is-section-active {
    background: var(--blue-50);
    color: var(--primary);
    box-shadow: inset 0 0 0 1px var(--blue-100);
}
.nav-link--anchor.is-section-active:focus-visible {
    color: var(--primary);
}
.nav-cta {
    margin-left: 4px;
    white-space: nowrap;
}

.tenant-badge {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--blue-800);
    background: var(--blue-50);
    border: 1px solid var(--blue-100);
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
}
.tenant-badge--mobile { display: none; }
.tenant-badge--desktop { display: inline-block; }

/* â”€â”€â”€ Hero (Landing) â”€â”€â”€ */
.hero {
    position: relative;
    background: linear-gradient(135deg, #1e40af 0%, #1e5aa8 45%, #2d6cb5 100%);
    color: #fff;
    padding: clamp(64px, 10vw, 96px) 0 clamp(72px, 11vw, 104px);
    overflow: hidden;
}
.landing-hero::before,
.landing-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(72px);
    opacity: 0.32;
    will-change: transform;
}
.landing-hero::before {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.9) 0%, transparent 70%);
    animation: motionDriftA 14s ease-in-out infinite alternate;
}
.landing-hero::after {
    width: min(360px, 48vw);
    height: min(360px, 48vw);
    bottom: -100px;
    left: -60px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.85) 0%, transparent 72%);
    animation: motionDriftB 18s ease-in-out infinite alternate;
}
.landing-hero .container {
    position: relative;
    z-index: 1;
}
.landing-hero .hero-brand {
    animation: heroEyebrowIn 0.65s var(--ease-out) 0.05s both;
}
.landing-hero .hero-headline__line--primary {
    animation: heroLineIn 0.75s var(--ease-out) 0.18s both;
}
.landing-hero .hero-headline__line--accent {
    animation: heroLineIn 0.75s var(--ease-out) 0.32s both, heroAccentShimmer 5.5s ease-in-out 1.4s infinite;
}
.landing-hero .lead {
    opacity: 0;
    animation: heroLeadIn 0.75s var(--ease-out) 0.42s both;
}
.landing-hero .hero-highlights {
    animation: heroLeadIn 0.65s var(--ease-out) 0.5s both;
}
.landing-hero .hero-actions {
    animation: heroLeadIn 0.6s var(--ease-out) 0.58s both;
}
.landing-hero .hero-metrics {
    animation: heroLeadIn 0.6s var(--ease-out) 0.66s both;
}
.landing-hero .hero-showcase {
    animation: motionFadeUp var(--motion-slow) var(--ease-out) 0.24s both;
}
.hero-sync-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    min-height: 32px;
    transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}
.hero-sync-tag.is-changing {
    opacity: 0;
    transform: translateY(6px);
}
.landing-hero .landing-hero-preview {
    animation: motionFadeUp var(--motion-slow) var(--ease-out) 0.42s both;
}
.landing-hero .landing-preview-card {
    animation: motionFloat 7s ease-in-out 1.2s infinite;
}
.landing-hero .landing-hero-tags li {
    transition: transform var(--motion-fast) var(--ease-out), background var(--transition), border-color var(--transition);
}
@media (hover: hover) {
    .landing-hero .landing-hero-tags li:hover {
        transform: translateY(-2px) scale(1.03);
        background: rgba(255, 255, 255, 0.22);
    }
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%);
    pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(10px, 2vw, 14px);
}
.hero-brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    color: var(--blue-700);
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    flex-shrink: 0;
}
.hero-brand__name {
    font-family: var(--font-hero);
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 16px rgba(15, 23, 42, 0.15);
}
.hero-audience {
    margin: 0 0 clamp(12px, 2vw, 16px);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}
.hero-headline {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    margin: 0 0 clamp(10px, 1.8vw, 14px);
    max-width: 13ch;
    text-wrap: balance;
}
.hero-headline__line {
    display: block;
    line-height: 1.12;
}
.hero-headline__line--primary {
    font-family: var(--font-hero);
    font-size: clamp(1.72rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
}
.hero-headline__line--accent {
    font-family: var(--font-hero);
    font-size: clamp(1.22rem, 2.6vw, 1.62rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    background: linear-gradient(105deg, #ffffff 0%, #e0f2fe 40%, #ffffff 55%, #b5cbe3 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero h1 {
    margin: 0 0 clamp(12px, 2vw, 16px);
}
.hero .lead {
    max-width: 34ch;
    font-size: clamp(0.9rem, 1.45vw, 0.98rem);
    opacity: 0.9;
    margin: 0 0 clamp(12px, 2vw, 16px);
    line-height: 1.52;
    font-weight: 500;
}
.hero-highlights {
    list-style: none;
    margin: 0 0 clamp(12px, 2vw, 16px);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}
.hero-highlights li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}
.hero-highlight-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.hero-highlight-icon .bi { font-size: 0.95rem; line-height: 1; color: #fff; }
.hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    width: 100%;
    max-width: none;
}
.hero-actions .hero-btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 13px 16px;
    font-size: 0.92rem;
    white-space: nowrap;
    justify-content: center;
}
.hero-actions .btn-lg {
    border-radius: 10px;
}
.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
}
.hero-metric {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.hero-metric-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.hero-metric-icon .bi { font-size: 0.82rem; line-height: 1; color: #fff; }
.hero-metric strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(0.84rem, 1.5vw, 0.94rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
.hero-metric span {
    display: block;
    font-size: 0.6rem;
    opacity: 0.78;
    line-height: 1.25;
}
.hero-benefits {
    list-style: none;
    margin: clamp(18px, 3vw, 24px) 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    max-width: var(--measure);
}
.hero-benefits li {
    position: relative;
    padding: 12px 14px 12px 42px;
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
    font-weight: 500;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-sm);
    backdrop-filter: blur(6px);
}
.hero-benefits li::before {
    content: 'âœ“';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--blue-700);
    background: #fff;
    border-radius: 50%;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    min-height: 36px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color var(--transition), border-color var(--transition), color var(--transition), opacity var(--transition);
    white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn:active { opacity: 0.92; }

.btn-primary {
    background: var(--fb-blue);
    color: #fff;
    box-shadow: none;
}
.btn-primary::after {
    display: none;
}
.btn-primary:hover {
    background: var(--fb-blue-hover);
    color: #fff;
    box-shadow: none;
}

a.btn-primary,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:focus-visible,
a.btn-primary:active,
a.btn-primary:visited {
    color: #fff;
}
.btn-primary:active {
    background: var(--fb-blue-active);
}

.btn-secondary {
    background: #e4e6eb;
    color: #050505;
    border-color: transparent;
}
.btn-secondary:hover {
    background: #d8dadf;
    border-color: transparent;
    color: #050505;
}

.btn-ghost {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
}

.btn-block { width: 100%; }
.btn-sm { padding: 8px 14px; font-size: 0.85rem; }
.btn-lg { padding: 0 20px; min-height: 40px; font-size: 1rem; border-radius: var(--radius-sm); }

/* â”€â”€â”€ Sections & Cards â”€â”€â”€ */
.section { padding: var(--section-pad-y) 0; }
.section-muted {
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--white) 100%);
}
.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.8vw, var(--text-2xl));
    font-weight: 800;
    color: var(--blue-900);
    margin: 0 0 12px;
    letter-spacing: -0.025em;
    line-height: var(--leading-snug);
    text-wrap: balance;
}
.section-subtitle {
    color: var(--muted);
    margin: 0 0 var(--space-xl);
    max-width: var(--measure);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
    font-weight: 500;
}

.grid-3, .grid-4, .stats { display: grid; gap: var(--space-xl); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4, .stats { grid-template-columns: repeat(4, 1fr); }

.card {
    --card-pad: var(--space-xl);
    --card-radius: var(--radius);
    background: var(--surface);
    border: 1px solid var(--border-light);
    border-radius: var(--card-radius);
    padding: var(--card-pad);
    box-shadow: var(--shadow);
}
@media (hover: hover) {
    .card {
        transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }
}
.card h3 {
    margin: 0 0 10px;
    font-size: var(--text-lg);
    font-weight: 700;
    line-height: var(--leading-snug);
    color: var(--blue-900);
    letter-spacing: -0.015em;
}
.card p {
    margin: 0;
    color: var(--text-soft);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
}

/* Variasi card â€” bentuk & radius konsisten, palet biru-putih */
.card--flat:hover { transform: none; box-shadow: var(--shadow); }
.card--interactive { /* default hover aktif */ }
.card--accent {
    border-left: 4px solid var(--primary);
}
.card--top,
.card--top-accent {
    border-top-width: 1px;
    border-top-color: var(--border-light);
}
.card--soft {
    background: linear-gradient(160deg, var(--blue-50) 0%, var(--white) 58%);
    border-color: var(--blue-100);
}
.card--featured {
    border-color: var(--blue-200);
    background: linear-gradient(180deg, var(--white) 0%, var(--blue-50) 100%);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.1);
}
.card--outline {
    background: var(--white);
    border-color: var(--blue-100);
    box-shadow: var(--shadow-sm);
}
.card--stat {
    --card-pad: clamp(16px, 2.5vw, 22px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.card--step {
    --card-pad: var(--space-lg);
    display: flex;
    gap: var(--space-md);
    align-items: flex-start;
    box-shadow: var(--shadow-sm);
}
@media (hover: hover) {
    .card--step:hover {
        transform: translateX(6px);
        box-shadow: var(--shadow);
        border-color: var(--blue-100);
    }
}
.card--quote {
    --card-pad: clamp(24px, 3vw, 28px);
    background: var(--bg-soft);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}
.card--muted-before {
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-soft) 100%);
    border-color: var(--border);
}
.card--muted-before .card-list li::marker,
.card--muted-before .card-list li::before { color: var(--muted); }
.card--success-after {
    background: linear-gradient(180deg, var(--white) 0%, var(--blue-50) 100%);
    border-color: var(--blue-200);
}
.card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.card-badge {
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--primary);
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--blue-50);
    border: none;
}
.card-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: var(--text-xs);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--blue-50);
    color: var(--blue-700);
    border: none;
}
.card-label .bi { font-size: 0.85em; }
.card-label--muted {
    background: var(--bg-soft);
    color: var(--muted);
}
.card-label--accent {
    background: var(--blue-600);
    color: #fff;
}
.card-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.card-list li {
    position: relative;
    padding-left: 28px;
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
    color: var(--text-soft);
}
.card-list li .bi {
    position: absolute;
    left: 0;
    top: 0.2em;
    font-size: 1rem;
    color: var(--primary);
}
.card-list--neg li .bi { color: var(--muted); }

.card-icon,
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--blue-50);
    color: var(--primary);
    display: grid;
    place-items: center;
    margin-bottom: var(--space-md);
    border: 1px solid var(--blue-100);
    flex-shrink: 0;
}
.card-icon .bi,
.feature-icon .bi {
    font-size: 1.35rem;
    line-height: 1;
}
.card-icon--sm .bi { font-size: 1.15rem; }
.card-icon--lg .bi { font-size: 1.45rem; }

/* Bootstrap Icons â€” base & komponen app */
.bi {
    display: inline-block;
    vertical-align: -0.125em;
    line-height: 1;
}
.card-icon--sm {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    margin-bottom: 0;
}
.card-icon--lg {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 0;
}
.card-icon--lg .bi { font-size: 1.45rem; }
.card-icon--solid {
    background: var(--primary);
    color: #fff;
    border-color: var(--blue-700);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}
.card-icon--white {
    background: var(--white);
    box-shadow: var(--shadow-sm);
}
.card--stat .card-icon { margin-bottom: 4px; }
.card--step .card-icon { margin-bottom: 0; }
.card--quote .card-icon {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.card--accent .card-icon { margin-inline: auto; }

/* Bootstrap Icons â€” ukuran di komponen app */
.kpi-icon .bi,
.action-item-icon .bi,
.sidebar-link-icon .bi,
.action-item-arrow .bi,
.isp-toast__icon .bi,
.isp-modal__icon .bi,
.isp-inline-alert__icon .bi,
.auth-input-icon .bi,
.auth-password-toggle .bi,
.auth-trust-icon .bi,
.back-to-top .bi {
    font-size: 1.1rem;
    line-height: 1;
}
.kpi-icon .bi { font-size: 1.15rem; }
.action-item-arrow .bi { font-size: 0.95rem; }
.back-to-top .bi { font-size: 1.25rem; }

/* â”€â”€â”€ Stats â”€â”€â”€ */
.stat-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: 22px 24px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.stat-card.highlight {
    background: linear-gradient(135deg, var(--blue-50) 0%, var(--white) 100%);
    border-color: var(--blue-200);
}
.stat-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.stat-card strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--blue-900);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.stat-card small {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.88rem;
}

/* â”€â”€â”€ Page layout â”€â”€â”€ */
.page {
    padding: var(--space-2xl) 0 var(--space-2xl);
}
.section-card {
    margin-bottom: 0;
}
.section-card h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--blue-900);
    margin: 0 0 10px;
}
.section-desc {
    color: var(--muted);
    margin: 0 0 var(--space-lg);
    font-size: 0.95rem;
    line-height: 1.65;
}

.hint, .auth-footer {
    color: var(--muted);
    font-size: 0.92rem;
}

/* â”€â”€â”€ Tables â”€â”€â”€ */
.table-scroll-hint {
    display: none;
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: var(--space-sm);
}
.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    background: var(--white);
}
.table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    background: var(--white);
}
.table th {
    padding: 16px 20px;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
    background: var(--bg-soft);
    border-bottom: 1px solid var(--border);
}
.table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-soft);
}
.table tbody tr:hover { background: var(--blue-50); }
.table tbody tr:last-child td { border-bottom: none; }
.table-compact th, .table-compact td { padding: 10px 14px; }

/* â”€â”€â”€ Badges â”€â”€â”€ */
/* ─── Badges ─── */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
    border: none;
    box-sizing: border-box;
}

.badge-active,
.badge-paid,
.badge-success,
.badge-on {
    background: linear-gradient(135deg, var(--badge-green-bg) 0%, #bbf7d0 100%);
    color: var(--badge-green-fg);
    border-color: var(--badge-green-border);
}

.badge-on,
.badge-success.badge--with-icon,
.badge-active.badge--with-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
}

.badge-status-icon {
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 85%);
}

.badge-status-icon--on {
    background: #22c55e;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 90%), 0 0 6px rgb(34 197 94 / 55%);
}

.badge-status-icon--off {
    background: #94a3b8;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 90%);
}

.badge-onboarding,
.badge-unpaid,
.badge-pending,
.badge-draft,
.badge-warning {
    background: var(--badge-amber-bg);
    color: var(--badge-amber-fg);
    border-color: var(--badge-amber-border);
}

.badge-grace,
.badge-info {
    background: var(--badge-blue-bg);
    color: var(--badge-blue-fg);
    border-color: var(--badge-blue-border);
}

.badge-suspended,
.badge-overdue {
    background: var(--badge-red-bg);
    color: var(--badge-red-fg);
    border-color: var(--badge-red-border);
}

.badge-accent {
    background: var(--badge-accent-bg);
    color: var(--badge-accent-fg);
    border-color: var(--badge-accent-border);
}

.badge-secondary {
    background: var(--badge-neutral-bg);
    color: var(--badge-neutral-fg);
    border-color: var(--badge-neutral-border);
}

.badge-muted {
    background: var(--badge-gray-bg);
    color: var(--badge-gray-fg);
    border-color: var(--badge-gray-border);
}

.badge-odp-full {
    background: var(--badge-orange-bg);
    color: var(--badge-orange-fg);
    border-color: var(--badge-orange-border);
}

.badge-action {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid var(--badge-neutral-border);
    background: var(--badge-neutral-bg);
    color: var(--badge-neutral-fg);
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s ease, border-color 0.15s ease;
}

@media (hover: hover) {
    .badge-action:hover {
        background: #e4e6eb;
        border-color: #bcc0c4;
    }
}

/* â”€â”€â”€ Alerts & Flash â”€â”€â”€ */
.isp-alert-root {
    position: fixed;
    inset: 0;
    z-index: var(--isp-alert-modal-z, 10200);
    pointer-events: none;
}

.isp-toast-host {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    pointer-events: none;
    max-width: min(440px, calc(100% - 32px));
}
.isp-toast-host--top-center {
    top: calc(var(--header-h, 64px) + 12px);
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

dialog[open] > .isp-toast-host.isp-toast-host--above-dialog {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    z-index: 20;
    align-items: stretch;
}

dialog[open] > .isp-toast-host.isp-toast-host--above-dialog .isp-toast {
    min-width: 0;
    width: 100%;
}

.isp-toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    min-width: min(380px, calc(100% - 32px));
    padding: 16px 18px 18px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transform: translateY(-14px) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s ease;
    position: relative;
    overflow: hidden;
}
.isp-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.isp-toast.is-leaving {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
}
.isp-toast.isp-toast--bump {
    animation: isp-toast-bump 0.32s ease;
}
@keyframes isp-toast-bump {
    0% { transform: translateY(0) scale(1); }
    35% { transform: translateY(-2px) scale(1.015); }
    100% { transform: translateY(0) scale(1); }
}
.isp-toast__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.isp-toast__icon svg { width: 20px; height: 20px; }
.isp-toast--success .isp-toast__icon { background: var(--success-bg); color: var(--success); }
.isp-toast--error .isp-toast__icon { background: var(--danger-bg); color: var(--danger); }
.isp-toast--warning .isp-toast__icon { background: var(--warning-bg); color: #9a6700; }
.isp-toast--info .isp-toast__icon { background: var(--info-bg); color: var(--fb-blue); }
.isp-toast__content { flex: 1; min-width: 0; padding-top: 2px; }
.isp-toast__title {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--text);
}
.isp-toast__message {
    display: block;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-soft);
    font-weight: 500;
}
.isp-toast__close {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: background var(--transition), color var(--transition);
}
.isp-toast__close:hover {
    background: var(--bg-soft);
    color: var(--text);
}
.isp-toast__progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: currentColor;
    opacity: 0.35;
    transform-origin: left center;
    animation: ispToastProgress linear forwards;
}
.isp-toast--success .isp-toast__progress { color: var(--success); }
.isp-toast--error .isp-toast__progress { color: var(--danger); }
.isp-toast--warning .isp-toast__progress { color: var(--warning); }
.isp-toast--info .isp-toast__progress { color: var(--blue-600); }
@keyframes ispToastProgress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}

.isp-modal-host { pointer-events: none; position: relative; z-index: var(--isp-alert-modal-z, 10200); }

/* Konfirmasi/alert — native dialog (top layer) agar selalu di atas dialog halaman */
.isp-alert-dialog {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    overflow: visible;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    color: inherit;
}

.isp-alert-dialog::backdrop {
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.isp-alert-dialog .isp-modal-overlay {
    position: fixed;
    inset: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 1;
}

/* Fallback bila showModal tidak tersedia */
.isp-alert-dialog[open]:not(:modal) {
    position: fixed;
    inset: 0;
    z-index: var(--isp-alert-modal-z, 10200);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.isp-modal-overlay {
    pointer-events: auto;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.22s ease;
    z-index: var(--isp-alert-modal-z, 10200);
}
.isp-modal-overlay.is-visible { opacity: 1; }
.isp-modal-overlay.is-leaving { opacity: 0; }
.isp-modal {
    width: min(420px, 100%);
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ced0d4;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    padding: 28px 28px 24px;
    text-align: center;
    transform: translateY(12px) scale(0.98);
    transition: transform 0.22s ease;
}
.isp-modal-overlay.is-visible .isp-modal {
    transform: translateY(0) scale(1);
}
.isp-modal__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.isp-modal__icon svg { width: 26px; height: 26px; }
.isp-modal--success .isp-modal__icon { background: var(--success-bg); color: var(--success); }
.isp-modal--error .isp-modal__icon { background: var(--danger-bg); color: var(--danger); }
.isp-modal--warning .isp-modal__icon { background: var(--warning-bg); color: var(--warning); }
.isp-modal--info .isp-modal__icon { background: var(--info-bg); color: var(--blue-700); }
.isp-modal__title {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text);
}
.isp-modal__message {
    margin: 0 0 22px;
    color: var(--muted);
    line-height: 1.65;
    font-size: 0.94rem;
}
.isp-modal__message--with-field {
    margin-bottom: 14px;
}
.isp-modal__field {
    margin: 0 0 18px;
    text-align: left;
}
.isp-modal__field-label {
    display: block;
    margin: 0 0 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text);
}
.isp-modal__input {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--border, #d0d7e2);
    background: #fff;
    font: inherit;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--text);
    resize: vertical;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.isp-modal__input:focus {
    outline: none;
    border-color: var(--primary, #1e5aa8);
    box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.14);
}
.isp-modal__field-hint {
    margin: 6px 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--muted);
}
.isp-modal--with-input {
    max-width: min(92vw, 28rem);
}
.isp-modal__detail {
    margin: -10px 0 18px;
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.84rem;
}
.isp-modal--result {
    position: relative;
    overflow: hidden;
}
.isp-modal__autoclose {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.isp-modal__autoclose-bar {
    display: block;
    height: 100%;
    width: 100%;
    transform: scaleX(1);
    transform-origin: left center;
    background: rgba(30, 90, 168, 0.55);
    transition: none;
    will-change: transform;
}
.isp-modal--success .isp-modal__autoclose-bar { background: rgba(22, 101, 52, 0.55); }
.isp-modal--error .isp-modal__autoclose-bar { background: rgba(185, 28, 28, 0.55); }
.isp-modal--warning .isp-modal__autoclose-bar { background: rgba(180, 83, 9, 0.55); }
.isp-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.isp-modal__btn {
    min-width: 120px;
    padding: 11px 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font: inherit;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.isp-modal__btn--primary {
    background: var(--primary);
    color: #fff;
}
.isp-modal__btn--primary:hover { background: var(--primary-dark); }
.isp-modal__btn--danger {
    background: var(--danger);
    color: #fff;
}
.isp-modal__btn--danger:hover { background: #1e3a8a; }
.isp-modal__btn--ghost {
    background: #e4e6eb;
    color: #050505;
    border-color: #ccd0d5;
}
.isp-modal__btn--ghost:hover { background: #d8dadf; }

.isp-inline-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: var(--space-lg);
    border: 1px solid transparent;
    font-size: 0.875rem;
    line-height: 1.45;
    font-weight: 400;
    transition: opacity 0.24s ease, transform 0.24s ease;
}
.isp-inline-alert.is-leaving {
    opacity: 0;
    transform: translateY(-4px);
}
.isp-inline-alert__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}
.isp-inline-alert__icon .bi {
    font-size: 1.3rem;
    line-height: 1;
}
.isp-inline-alert__icon:has(svg) {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
}
.isp-inline-alert__icon svg { width: 18px; height: 18px; }
.isp-inline-alert__body { flex: 1; min-width: 0; }
.isp-inline-alert__close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    opacity: 0.6;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}
.isp-inline-alert__close:hover { opacity: 1; background: rgba(0, 0, 0, 0.05); }
.isp-inline-alert--success {
    background: #f0fdf4;
    color: #14532d;
    border-color: #bbf7d0;
}
.isp-inline-alert--success .isp-inline-alert__icon .bi { color: #16a34a; }
.isp-inline-alert--success .isp-inline-alert__icon:has(svg) { background: #dcfce7; color: #16a34a; }
.isp-inline-alert--error {
    background: #fef2f2;
    color: #1c1e21;
    border-color: #fecdd3;
}
.isp-inline-alert--error .isp-inline-alert__icon .bi { color: var(--danger); }
.isp-inline-alert--error .isp-inline-alert__icon:has(svg) { background: #fee2e2; color: var(--danger); }
.isp-inline-alert--warning {
    background: #fffbeb;
    color: #78350f;
    border-color: #fde68a;
}
.isp-inline-alert--warning .isp-inline-alert__icon .bi { color: #d97706; }
.isp-inline-alert--warning .isp-inline-alert__icon:has(svg) { background: #fef3c7; color: #d97706; }
.isp-inline-alert--info {
    background: #eff6ff;
    color: #1e3a5f;
    border-color: #bfdbfe;
}
.isp-inline-alert--info .isp-inline-alert__icon .bi { color: var(--fb-blue); }
.isp-inline-alert--info .isp-inline-alert__icon:has(svg) { background: #dbeafe; color: var(--fb-blue); }
.isp-inline-alert--info a { font-weight: 600; color: var(--fb-blue); }

/* Jenis alert: validasi format (syntax) vs pesan sistem (human) */
.isp-alert-kind {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 3px 9px 3px 7px;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
    border: 1px solid transparent;
}
.isp-alert-kind__mark {
    font-family: ui-monospace, 'Cascadia Code', Consolas, monospace;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}
.isp-alert-kind--syntax {
    background: #eef2ff;
    color: #1e5aa8;
    border-color: #c7d2fe;
}
.isp-alert-kind--human {
    background: #fff1f2;
    color: #be123c;
    border-color: #fecdd3;
}
.isp-inline-alert--kind-syntax {
    border-left: 4px solid #6366f1;
    background: linear-gradient(135deg, #eef2ff 0%, #faf5ff 100%);
    color: #3730a3;
    border-color: #c7d2fe;
}
.isp-inline-alert--kind-syntax .isp-inline-alert__icon {
    background: rgba(255, 255, 255, 0.72);
    color: #4f46e5;
}
.isp-inline-alert__text {
    display: block;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.isp-toast--kind-syntax {
    border-left: 4px solid #6366f1;
    background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%);
}
.isp-toast--kind-syntax .isp-toast__icon {
    background: #eef2ff;
    color: #4f46e5;
}
.isp-toast--kind-syntax .isp-toast__message {
    font-family: ui-monospace, 'Cascadia Code', Consolas, monospace;
    font-size: 0.8125rem;
    color: #1e5aa8;
}
/* Legacy flash â€” diganti toast JS */
.flash { display: none !important; }

.alert {
    padding: 18px 22px;
    border-radius: var(--radius-sm);
    margin-bottom: 0;
    font-weight: 500;
    border: 1px solid transparent;
    line-height: 1.6;
}
.alert-success, .flash-success { background: var(--success-bg); color: #164578; border-color: #b5cbe3; }
.alert-error, .flash-error, .form-error {
    background: var(--danger-bg);
    color: var(--danger);
    border-color: #93c5fd;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    margin-bottom: 16px;
}
.alert-info {
    background: var(--info-bg);
    color: var(--blue-800);
    border-color: var(--blue-200);
}
.alert-info a { font-weight: 700; }

/* â”€â”€â”€ Auth pages â”€â”€â”€ */
.auth-page {
    min-height: 100vh;
    background: #eef2f8;
}

.auth-shell {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(380px, 1fr);
    min-height: 100vh;
}

.auth-panel--brand {
    background: linear-gradient(165deg, #0f172a 0%, #1e3a8a 38%, #1e5aa8 72%, #2d6cb5 100%);
    color: #fff;
    padding: clamp(32px, 5vw, 56px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.auth-panel--brand::before,
.auth-panel--brand::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.auth-panel--brand::before {
    width: 480px;
    height: 480px;
    background: rgba(255, 255, 255, 0.05);
    top: -160px;
    right: -120px;
}
.auth-panel--brand::after {
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.04);
    bottom: -80px;
    left: -60px;
}

.auth-brand-inner {
    position: relative;
    z-index: 1;
    max-width: 480px;
}

.auth-panel--brand h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 800;
    margin: var(--space-xl) 0 var(--space-md);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.auth-brand-lead {
    margin: 0;
    opacity: 0.92;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 420px;
}

.auth-benefits {
    margin: var(--space-xl) 0 0;
    padding: 0;
    list-style: none;
}

.auth-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    opacity: 0.94;
    line-height: 1.55;
    font-size: 0.95rem;
}

.auth-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #93c5fd;
    margin-top: 1px;
}
.auth-check svg { width: 18px; height: 18px; }

.auth-brand-stats {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
    margin-top: var(--space-2xl);
    padding-top: var(--space-xl);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.auth-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 88px;
}
.auth-stat strong {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.auth-stat span {
    font-size: 0.78rem;
    opacity: 0.78;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.auth-panel--form {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f8 100%);
    min-height: 100vh;
}

.auth-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    padding: var(--space-md) var(--space-xl);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 10;
}

.auth-topbar-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid var(--blue-200);
    background: var(--white);
    transition: all var(--transition);
}
.auth-topbar-link:hover {
    background: var(--blue-50);
    text-decoration: none;
    color: var(--primary-dark);
}

.auth-card-wrap {
    flex: 1;
    display: grid;
    place-items: center;
    padding: var(--space-xl) var(--space-lg) var(--space-2xl);
}

.auth-card {
    width: 100%;
    max-width: 440px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: calc(var(--radius-lg) + 4px);
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.03), 0 24px 48px rgba(15, 23, 42, 0.06);
    padding: var(--space-xl) var(--space-xl) var(--space-lg);
}

.auth-card--wide { max-width: 520px; }

.auth-card-head {
    margin-bottom: var(--space-lg);
    text-align: center;
}
.auth-card-head h1 {
    margin: 0 0 8px;
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--blue-900);
    letter-spacing: -0.025em;
}
.auth-card-head p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.auth-alert {
    padding: 14px 16px;
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-lg);
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
}
.auth-alert--error {
    background: var(--danger-bg);
    color: #1e3a8a;
    border: 1px solid #93c5fd;
}
.auth-alert--info {
    background: var(--info-bg);
    color: var(--blue-800);
    border: 1px solid var(--blue-200);
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.auth-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
}

.auth-field { margin: 0; }

.auth-field-label {
    display: block;
    margin-bottom: var(--control-label-gap);
    font-weight: var(--control-label-weight);
    font-size: var(--control-label-size);
    color: var(--text-soft);
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.auth-input-icon {
    position: absolute;
    left: var(--control-icon-inset);
    width: var(--control-icon-size);
    height: var(--control-icon-size);
    color: var(--muted);
    pointer-events: none;
    display: grid;
    place-items: center;
}
.auth-input-icon svg { width: var(--control-icon-size); height: var(--control-icon-size); }

.auth-input {
    width: 100%;
    margin: 0;
    min-height: var(--control-min-h);
    padding: var(--control-pad-y) var(--control-pad-x);
    border: 1px solid var(--control-border);
    border-radius: var(--control-radius);
    font: inherit;
    font-size: var(--control-font-size);
    line-height: var(--control-line-height);
    color: var(--control-text);
    background-color: var(--control-bg-muted);
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition), color var(--transition);
}

.auth-input-wrap .auth-input {
    padding-left: var(--control-pad-left-icon);
}

.auth-input-wrap--password .auth-input {
    padding-right: var(--control-pad-right-toggle);
}

.auth-input:hover {
    border-color: var(--control-border-hover);
    background-color: var(--control-bg);
}

.auth-input:focus,
.auth-input:focus-visible {
    outline: none;
    border-color: var(--control-focus-border);
    background-color: var(--control-bg);
    color: var(--control-text);
    box-shadow: 0 0 0 3px var(--control-focus-ring);
}

.auth-input:disabled {
    background-color: var(--control-disabled-bg);
    color: var(--control-disabled-text);
    cursor: not-allowed;
}

.auth-input.is-invalid {
    border-color: var(--danger);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.auth-password-toggle {
    position: absolute;
    right: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: color var(--transition), background var(--transition);
}
.auth-password-toggle:hover {
    color: var(--primary);
    background: var(--blue-50);
}
.auth-password-toggle svg { width: 18px; height: 18px; }

.auth-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.auth-submit {
    margin-top: var(--space-sm);
    min-height: 48px;
    border-radius: 12px;
    font-size: 0.98rem;
}
.auth-submit.is-loading {
    opacity: 0.85;
    pointer-events: none;
}

.auth-password-meter {
    margin-top: calc(var(--space-xs) * -1);
}
.auth-password-meter-bar {
    height: 4px;
    background: var(--border-light);
    border-radius: 999px;
    overflow: hidden;
}
.auth-password-meter-bar span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: var(--danger);
    transition: width 0.25s ease, background 0.25s ease;
}
.auth-password-meter-bar[data-strength="2"] span { background: var(--warning); }
.auth-password-meter-bar[data-strength="3"] span { background: var(--blue-500); }
.auth-password-meter-bar[data-strength="4"] span { background: var(--success); }
.auth-password-meter-label {
    margin: 8px 0 0;
    font-size: 0.78rem;
    color: var(--muted);
}

.auth-password-rules {
    list-style: none;
    margin: 0;
    padding: var(--space-sm) var(--space-md);
    background: var(--bg-soft);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light);
    display: grid;
    gap: 6px;
}
.auth-password-rules li {
    font-size: 0.8rem;
    color: var(--muted);
    padding-left: 22px;
    position: relative;
    line-height: 1.45;
}
.auth-password-rules li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}
.auth-password-rules li.is-valid {
    color: var(--success);
}
.auth-password-rules li.is-valid::before {
    background: var(--success);
}

.auth-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-sm) var(--space-md);
    margin: var(--space-lg) 0 0;
    padding: var(--space-md) 0 0;
    border-top: 1px solid var(--border-light);
    list-style: none;
}
.auth-trust li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.auth-trust-icon {
    width: 16px;
    height: 16px;
    color: var(--primary);
    display: grid;
    place-items: center;
}
.auth-trust-icon svg { width: 14px; height: 14px; }

.auth-footer {
    margin-top: var(--space-lg);
    text-align: center;
    font-size: 0.92rem;
    color: var(--muted);
}
.auth-footer a { font-weight: 700; }

.auth-field-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-sm);
    margin-bottom: 8px;
}
.auth-field-label-row .auth-field-label { margin-bottom: 0; }

.auth-forgot-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary);
    white-space: nowrap;
}
.auth-forgot-link:hover { color: var(--primary-dark); text-decoration: none; }

.auth-inline-action {
    margin: calc(var(--space-sm) * -1) 0 var(--space-md);
    text-align: center;
    font-size: 0.9rem;
}
.auth-inline-action a { font-weight: 700; }

.auth-steps {
    display: grid;
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
}
.auth-step {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    padding: 12px 14px;
    background: var(--bg-soft);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    color: var(--text-soft);
    line-height: 1.5;
}
.auth-step span {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--blue-50);
    color: var(--primary);
    font-weight: 800;
    font-size: 0.78rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.auth-dev-link {
    margin: var(--space-md) 0;
    padding: var(--space-md);
    background: #fefce8;
    border: 1px dashed #facc15;
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    line-height: 1.55;
}
.auth-dev-link a { font-weight: 700; word-break: break-all; }
.auth-dev-link .hint { margin: 8px 0 0; color: var(--muted); font-size: 0.82rem; }

.auth-captcha-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    align-items: center;
}
.auth-captcha-image-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: var(--bg-soft);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
}
.auth-captcha-image {
    display: block;
    border-radius: 8px;
}
.auth-captcha-refresh {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    color: var(--primary);
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 1;
}
.auth-captcha-refresh:hover { background: var(--blue-50); }
.auth-captcha-input {
    flex: 1;
    min-width: 140px;
    margin-top: 0;
    padding: var(--control-pad-y) var(--control-pad-x) !important;
}
.auth-captcha-hint {
    margin: 8px 0 0;
    font-size: 0.78rem;
    color: var(--muted);
}

.account-grid { align-items: start; }
.account-form {
    padding: var(--space-lg) var(--space-xl) var(--space-xl);
    display: grid;
    gap: var(--space-md);
}
.account-form label { margin-bottom: 0; }
.account-security-note {
    padding: 0 var(--space-xl) var(--space-xl);
    border-top: 1px solid var(--border-light);
    margin-top: var(--space-sm);
    padding-top: var(--space-lg);
}
.account-security-note ul {
    margin: 8px 0 0;
    padding-left: 18px;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-lg) var(--space-xl);
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.form-grid .btn,
.form-grid .field-block--full,
.form-grid > button {
    grid-column: 1 / -1;
}
.form-with-help { align-items: start; }
.field-block { min-width: 0; }

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-top: var(--space-md);
    padding-top: var(--space-xs);
}
.form-actions .btn { flex: 0 1 auto; }

/* â”€â”€â”€ Wizard â”€â”€â”€ */
.wizard-progress {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--muted);
    margin-bottom: var(--space-sm);
}
.wizard-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-sm);
    padding: var(--space-sm);
    margin: 0;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}
.wizard-steps li {
    padding: 12px 10px;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--muted);
    border-radius: var(--radius-sm);
    transition: background var(--transition), color var(--transition);
    line-height: 1.3;
    word-break: break-word;
}
.wizard-steps li.done {
    background: var(--blue-50);
    color: var(--blue-700);
}
.wizard-steps li.active {
    background: var(--fb-blue, #1e5aa8);
    color: #fff;
    box-shadow: none;
}

.simulation-banner {
    border: 1px solid var(--blue-200);
    background: linear-gradient(135deg, var(--blue-50) 0%, var(--white) 60%);
    border-radius: var(--radius);
    padding: var(--space-xl);
    margin-bottom: 0;
}
.simulation-banner-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--space-xl);
    align-items: start;
}
.simulation-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    justify-content: flex-end;
    align-items: flex-start;
}
.simulation-banner__actions form {
    margin: 0;
}
.simulation-banner-head .btn {
    justify-self: end;
    align-self: start;
}
.simulation-banner-head > div { min-width: 0; }
.simulation-banner h2 {
    margin: 12px 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--blue-900);
}
.simulation-story {
    margin: var(--space-md) 0 0;
    padding-left: 22px;
    color: var(--text-soft);
    line-height: 1.65;
}
.simulation-story li { margin-bottom: 10px; }

.field-block { margin-bottom: 0; }
.field-help {
    background: var(--bg-soft);
    border: 1px solid var(--border-light);
    border-left: 4px solid var(--blue-500);
    padding: var(--space-sm) var(--space-md);
    margin: var(--space-sm) 0 var(--space-lg);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-size: 0.85rem;
    color: var(--muted);
}
.field-help p { margin: 6px 0 0; }
.field-help p:first-child { margin-top: 0; }
.field-help-meaning { color: var(--text-soft); font-weight: 500; }
.field-help-where { display: block; }

.example-box {
    margin-top: var(--space-lg);
    padding: var(--space-md) var(--space-lg);
    background: var(--warning-bg);
    border: 1px dashed #fcd34d;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    color: var(--text-soft);
}
.example-box ul { margin: 10px 0 0; padding-left: 18px; }
.code-inline { font-size: 0.82rem; margin-top: 10px; }

.code-block {
    background: #0f172a;
    color: #e2e8f0;
    padding: 18px;
    border-radius: var(--radius-sm);
    overflow: auto;
    font-size: 0.84rem;
    line-height: 1.55;
    border: 1px solid #1e293b;
}

.meta-list {
    margin-top: 20px;
    padding: 16px;
    background: var(--bg-soft);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light);
}
.meta-list dt { font-weight: 700; font-size: 0.82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 10px; }
.meta-list dt:first-child { margin-top: 0; }
.meta-list dd { margin: 4px 0 0; }
.meta-list code {
    background: var(--white);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    border: 1px solid var(--border);
    word-break: break-all;
}

.actions-row {
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
}
.actions-row .btn { min-width: 0; }

.site-footer-links {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}
.site-footer-links a { white-space: nowrap; }

.landing-page { display: flex; flex-direction: column; min-height: 100vh; }
.landing-page main { flex: 1; }
.landing-page [id] {
    scroll-margin-top: calc(var(--header-h) + var(--scroll-pad));
}
body.landing-subnav-visible .landing-page [id] {
    scroll-margin-top: calc(var(--header-h) + var(--subnav-h) + var(--scroll-pad));
}
.landing-page #beranda {
    scroll-margin-top: calc(var(--header-h) + var(--scroll-pad));
}

/* Bar navigasi section â€” bagian dari topbar (bukan sticky terpisah) */
.topbar-section-nav {
    border-top: 1px solid transparent;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s var(--ease-out), opacity 0.3s var(--ease-out), border-color 0.3s ease;
}
.topbar--section-nav .topbar-section-nav {
    max-height: var(--subnav-h);
    opacity: 1;
    pointer-events: auto;
    border-top-color: var(--border-light);
}
.topbar-section-nav-inner {
    display: flex;
    align-items: center;
    min-height: var(--subnav-h);
    padding-block: 4px;
}
.topbar-section-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    padding-bottom: 2px;
}
.topbar-section-nav-links::-webkit-scrollbar { display: none; }
.topbar-section-nav-link {
    flex-shrink: 0;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--text-soft);
    text-decoration: none;
    transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}
.topbar-section-nav-link:hover {
    color: var(--primary);
    background: var(--blue-50);
    text-decoration: none;
}
.topbar-section-nav-link.is-section-active {
    color: var(--primary);
    background: var(--blue-50);
    box-shadow: inset 0 0 0 1px var(--blue-100);
}
.topbar-section-nav-link:focus {
    outline: none;
}
.topbar-section-nav-link:focus-visible {
    color: var(--primary);
    background: var(--blue-50);
    box-shadow: inset 0 0 0 1px var(--blue-200);
}
@media (min-width: 993px) {
    .public-desktop-nav {
        display: flex;
    }

    .mobile-menu,
    .nav-backdrop {
        display: none !important;
    }

    .topbar-group {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
    .topbar-group > .topbar {
        grid-area: 1 / 1;
    }
    .topbar-group > .topbar-nav-wrap {
        grid-area: 1 / 1;
        justify-self: end;
        align-self: start;
        height: var(--header-h);
        display: flex;
        align-items: center;
        padding-right: max(calc((100vw - var(--container-max)) / 2 + var(--container-pad-x)), var(--container-pad-x));
        z-index: 2;
        position: relative;
        transform: none;
        visibility: visible;
        pointer-events: none;
        width: auto;
        margin: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        overflow: visible;
    }
    .topbar-group > .topbar-nav-wrap .topbar-nav,
    .topbar-group > .topbar-nav-wrap .nav-link,
    .topbar-group > .topbar-nav-wrap .nav-cta {
        pointer-events: auto;
    }
    .topbar-group .topbar.is-scrolled,
    .topbar-group .topbar {
        box-shadow: none;
    }
    .topbar-group .nav-backdrop {
        display: none !important;
    }
    .topbar--section-nav .nav-link--anchor {
        display: none;
    }
    .topbar-nav .nav-link--anchor,
    .topbar-nav .mobile-nav-label,
    .topbar-nav .nav-link--drawer-only {
        display: none !important;
    }
    .topbar-nav .nav-link-icon,
    .nav-cta .nav-link-icon {
        display: none !important;
    }
    .topbar-nav-wrap .mobile-nav-head {
        display: none !important;
    }
    /* Hanya landing/public topbar — jangan sembunyikan toggle sidebar app (.app-topbar__menu) */
    .topbar-nav-wrap .nav-toggle,
    .landing-page .topbar-inner .nav-toggle {
        display: none !important;
    }
    .topbar-nav {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .nav-cta {
        margin-left: 4px;
        white-space: nowrap;
        width: auto;
    }
}

@media (max-width: 992px) {
    body.landing-subnav-visible .landing-page [id] {
        scroll-margin-top: calc(var(--header-h) + var(--scroll-pad));
    }
    .topbar-section-nav {
        display: none !important;
    }
    .topbar--section-nav .topbar-section-nav {
        display: none !important;
    }
}

.back-to-top {
    position: fixed;
    right: clamp(16px, 3vw, 24px);
    bottom: clamp(16px, 3vw, 24px);
    z-index: 90;
    width: 48px;
    height: 48px;
    border: 1px solid var(--blue-100);
    border-radius: 999px;
    background: var(--white);
    color: var(--primary);
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform 0.3s var(--ease-out), opacity 0.3s ease, background var(--transition);
}
.back-to-top svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.back-to-top:not(.is-visible) {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}
@media (hover: hover) {
    .back-to-top:hover {
        transform: translateY(-3px);
        background: var(--blue-50);
    }
}
.landing-page .container {
    max-width: var(--container-max);
}
.container--landing {
    max-width: 1080px;
}
.container--narrow-workflow {
    max-width: 760px;
}
.container--narrow-faq {
    max-width: 780px;
}
.landing-page .section-head {
    padding-inline: clamp(0px, 2vw, 12px);
    margin-bottom: clamp(36px, 5vw, 52px);
}
.landing-section-head .section-subtitle {
    margin-bottom: 0;
}
.landing-section-head .section-title {
    font-family: var(--font-display);
    max-width: 680px;
    margin-inline: auto;
}
.landing-section-head--center .section-subtitle {
    max-width: var(--measure);
}
.landing-kicker--light {
    color: rgba(255, 255, 255, 0.88);
}
.landing-customer-strip .landing-kicker--light {
    color: var(--primary);
}
.landing-page .landing-trust .container,
.landing-page .landing-customer-strip .container {
    padding-inline: clamp(28px, 5.5vw, 64px);
}
.landing-customer-strip {
    background: linear-gradient(180deg, var(--white) 0%, var(--blue-50) 100%);
    border-block: 1px solid var(--border-light);
    padding: clamp(32px, 5vw, 48px) 0;
}
.landing-customer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-xl);
    flex-wrap: wrap;
    padding: clamp(24px, 4vw, 36px);
    background: var(--white);
    border: 1px solid var(--blue-100);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.landing-customer-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(59, 130, 246, 0.06) 50%, transparent 60%);
    background-size: 220% 100%;
    animation: motionShimmer 9s ease-in-out infinite;
    pointer-events: none;
}
.landing-customer-copy,
.landing-customer-actions {
    position: relative;
    z-index: 1;
}
.landing-customer-copy h2 {
    margin: 0 0 8px;
    font-size: clamp(1.2rem, 2.5vw, var(--text-xl));
    font-weight: 800;
    letter-spacing: var(--tracking-tight);
    color: var(--blue-900);
    text-wrap: balance;
}
.landing-customer-copy p {
    margin: 0;
    max-width: var(--measure-narrow);
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
}
.landing-customer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}
.landing-page .card,
.landing-page .landing-pain-card,
.landing-page .landing-audience-card,
.landing-page .landing-step,
.landing-page .landing-outcome,
.landing-page .landing-transform-card,
.landing-page .landing-voice,
.landing-page .landing-bank-grid-wrap,
.landing-page .landing-pricing-card {
    padding-inline: clamp(22px, 3vw, 32px);
}
.landing-page .landing-faq-item {
    padding-inline: clamp(18px, 3vw, 28px);
}
.app-page { display: flex; flex-direction: column; min-height: 100vh; }
.app-page .page { flex: 1; }

/* â”€â”€â”€ Empty state â”€â”€â”€ */
.empty-state {
    text-align: center;
    padding: var(--space-2xl) var(--space-lg);
    color: var(--muted);
    line-height: 1.65;
}
.portal-page { background: linear-gradient(180deg, var(--blue-50) 0%, var(--bg) 48%, var(--bg) 100%); min-height: 100vh; }
.portal-page .topbar { background: rgba(255,255,255,0.92); }

.portal-bill-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--space-md);
}
.portal-bill-item {
    display: grid;
    gap: var(--space-sm);
    padding: var(--space-md) var(--space-lg);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    background: var(--bg-soft);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color var(--transition);
}
@media (hover: hover) {
    .portal-bill-item:hover {
        transform: translateX(4px);
        box-shadow: var(--shadow);
        border-color: var(--blue-100);
    }
}
@media (min-width: 640px) {
    .portal-bill-item {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}
.portal-bill-item__meta {
    display: grid;
    gap: 4px;
}
.portal-bill-item__meta strong {
    font-size: var(--text-base);
    color: var(--text);
}
.portal-bill-item__meta span {
    font-size: var(--text-sm);
    color: var(--muted);
}
.portal-bill-item__amount {
    font-size: var(--text-xl);
    font-weight: 800;
    color: var(--blue-700);
    letter-spacing: var(--tracking-tight);
}
.portal-bill-item__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.ok { color: var(--success); font-weight: 600; }
.warn { color: var(--warning); font-weight: 600; }

/* â”€â”€â”€ Footer â”€â”€â”€ */
.site-footer {
    background: var(--white);
    border-top: 1px solid var(--border-light);
    padding: 32px 0;
    margin-top: auto;
}
.site-footer--landing {
    padding: clamp(48px, 6vw, 64px) 0 32px;
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--white) 100%);
}
.site-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: clamp(24px, 4vw, 40px);
    margin-bottom: var(--space-xl);
}
.site-footer-brand p {
    margin: 14px 0 0;
    max-width: 28ch;
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
    color: var(--muted);
}
.site-footer-col h3 {
    margin: 0 0 12px;
    font-size: var(--text-xs);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue-900);
}
.site-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.site-footer-col a {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-soft);
    text-decoration: none;
}
.site-footer-col a:hover {
    color: var(--primary);
    text-decoration: none;
}
.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--border-light);
    color: var(--muted);
    font-size: var(--text-xs);
}
.site-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--muted);
    font-size: 0.88rem;
}
.site-footer a { color: var(--primary); font-weight: 600; }

/* â”€â”€â”€ Portal pay â”€â”€â”€ */
.empty-state-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
    opacity: 0.5;
}

/* â”€â”€â”€ App shell (sidebar layout) â”€â”€â”€ */
.app-shell {
    display: flex;
    min-height: 100vh;
    background: var(--bg-soft);
}

.sidebar {
    width: var(--sidebar-w);
    flex-shrink: 0;
    background: var(--white);
    border-right: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 110;
}

.sidebar-head {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: var(--app-bar-h, 64px);
    height: var(--app-bar-h, 64px);
    padding: 0 var(--space-md);
    border-bottom: 1px solid var(--border-light);
}

.sidebar-nav {
    flex: 1;
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    color: var(--text-soft);
    font-weight: 600;
    font-size: 0.92rem;
    transition: background var(--transition), color var(--transition);
}
.sidebar-link:hover {
    background: var(--blue-50);
    color: var(--primary);
    text-decoration: none;
}
.sidebar-link--active {
    background: var(--blue-50);
    color: var(--primary);
    box-shadow: inset 3px 0 0 var(--primary);
}
.sidebar-link--muted { color: var(--muted); margin-top: 4px; }

.sidebar-link-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
}
.sidebar-link-icon svg { width: 18px; height: 18px; }

.sidebar-foot {
    padding: var(--space-md);
    border-top: 1px solid var(--border-light);
}

.sidebar-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px 14px;
}
.sidebar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--blue-600), var(--blue-800));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.95rem;
}
.sidebar-user-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sidebar-user-meta strong {
    font-size: 0.88rem;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-user-meta span {
    font-size: 0.78rem;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.app-mobile-bar {
    display: none;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: var(--white);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 105;
}
.app-mobile-title {
    font-weight: 700;
    color: var(--blue-900);
}

.sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    z-index: 109;
}

.app-content {
    box-sizing: border-box;
    width: min(1140px, 100%);
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px 18px 28px;
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
}

.page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-lg);
    margin-bottom: 0;
    flex-wrap: wrap;
}
.page-header-text h1 {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--blue-900);
    margin: 0 0 10px;
    letter-spacing: -0.025em;
}
.page-header-text p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.65;
}
.page-header-actions {
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
}

/* KPI cards */
.kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
    margin-bottom: 0;
}
.kpi-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    box-shadow: var(--shadow-sm);
}
.kpi-card--accent {
    background: linear-gradient(135deg, var(--blue-50), var(--white));
    border-color: var(--blue-100);
}
.kpi-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--blue-50);
    color: var(--primary);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.kpi-icon svg { width: 20px; height: 20px; }
.kpi-icon--warn { background: var(--warning-bg); color: var(--warning); }
.kpi-icon--success { background: var(--success-bg); color: var(--success); }
.kpi-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.kpi-value {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--blue-900);
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.kpi-meta {
    display: block;
    margin-top: 6px;
    font-size: 0.82rem;
    color: var(--muted);
}

.content-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--space-xl);
}

.panel {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    padding: var(--space-lg) var(--space-xl);
    border-bottom: 1px solid var(--border-light);
}
.panel-head h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--blue-900);
}

.fee-list { padding: var(--space-sm) 0; }
.fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
    padding: 18px var(--space-xl);
    border-bottom: 1px solid var(--border-light);
    font-size: 0.92rem;
    color: var(--text-soft);
}
.fee-row:last-child { border-bottom: none; }
.fee-row--total {
    background: var(--bg-soft);
    font-weight: 600;
}
.fee-row--total strong { color: var(--primary); font-size: 1.05rem; }
.fee-row--minus strong { color: #64748b; }
.fee-row--subtotal {
    background: #f8fafc;
    font-weight: 600;
}
.fee-row--highlight strong { color: var(--success, #1e5aa8); }
.fee-row--muted { font-size: 0.875rem; }
.fee-row--note {
    display: block;
    padding: 14px var(--space-xl);
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--muted);
    border-bottom: none;
}
.panel-lead {
    margin: 0;
    padding: 0 var(--space-xl) var(--space-md);
    font-size: 0.875rem;
    color: var(--text-soft);
    line-height: 1.55;
}
.panel--owner {
    margin-bottom: var(--space-lg);
    border-color: rgba(147, 197, 253, 0.85);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.65) 0%, var(--white) 100%);
}
.fee-grid {
    display: grid;
    gap: var(--space-md);
    padding: 0 var(--space-md) var(--space-md);
}
@media (min-width: 768px) {
    .fee-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.fee-table__title {
    margin: 0;
    padding: 14px var(--space-lg) 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.fee-table__title--pass { color: #64748b; }
.fee-table__title--revenue { color: var(--primary); }
.fee-table__note {
    margin: 0;
    padding: 0 var(--space-lg) 8px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: var(--muted);
}
.fee-table .fee-list {
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--white);
}
.fee-list--simple {
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--white);
}
.fee-details {
    margin: 0 var(--space-md) var(--space-md);
}
.fee-details summary {
    padding: 10px var(--space-lg);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primary);
    cursor: pointer;
    list-style: none;
}
.fee-details summary::-webkit-details-marker { display: none; }
.fee-details .fee-list {
    margin-top: 8px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
}
.panel .panel-lead:last-child {
    padding-bottom: var(--space-lg);
}
.panel--cta {
    border-color: var(--blue-100);
    background: linear-gradient(180deg, var(--blue-50) 0%, var(--white) 100%);
}
.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.9375rem;
    line-height: 1.5;
    cursor: pointer;
}
.checkbox-row input {
    margin-top: 4px;
    flex-shrink: 0;
}
.pg-tips {
    margin: 0;
    padding: 0 var(--space-xl) var(--space-lg);
    list-style: none;
    display: grid;
    gap: 12px;
}
.pg-tips li {
    padding: 12px 14px;
    font-size: 0.875rem;
    line-height: 1.55;
    background: var(--bg-soft);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--primary);
}

.action-list { padding: var(--space-sm); }
.action-item {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: 16px var(--space-lg);
    border-radius: var(--radius-sm);
    color: inherit;
    transition: background var(--transition);
}
.action-item:hover {
    background: var(--blue-50);
    text-decoration: none;
}
.action-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--bg-soft);
    color: var(--primary);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.action-item-icon svg { width: 18px; height: 18px; }
.action-item-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.action-item-text strong { font-size: 0.92rem; color: var(--text); }
.action-item-text small { font-size: 0.8rem; color: var(--muted); }
.action-item-arrow {
    color: var(--muted);
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.action-item-arrow svg { width: 16px; height: 16px; }

/* Landing hero v2 */
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(28px, 4vw, var(--space-xl));
    align-items: stretch;
}
.hero-copy {
    max-width: min(100%, 540px);
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px);
    min-height: 100%;
}
.hero-copy__promo {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(10px, 1.8vw, 14px);
    min-height: 0;
}
@media (min-width: 993px) {
    .hero-copy__promo {
        min-height: clamp(400px, 48vw, 500px);
    }
}

/* Hero image slider â€” 5 layanan ISP */
.hero-showcase {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
    outline: none;
    display: flex;
    flex-direction: column;
    min-height: clamp(400px, 48vw, 500px);
    height: 100%;
}
.hero-showcase:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
    border-radius: calc(var(--radius-lg) + 4px);
}
.hero-showcase__glow {
    position: absolute;
    inset: 8% -8% -6% -4%;
    background: radial-gradient(circle at 50% 50%, rgba(147, 197, 253, 0.45) 0%, transparent 68%);
    filter: blur(28px);
    z-index: 0;
    animation: heroGlowPulse 5s ease-in-out infinite;
}
.hero-showcase__viewport {
    position: relative;
    flex: 1 1 auto;
    min-height: 300px;
    aspect-ratio: 4 / 4.6;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    z-index: 1;
}
.hero-showcase__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.85s var(--ease-out), visibility 0.85s;
    z-index: 1;
}
.hero-showcase__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.hero-showcase__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    filter: saturate(1.05) contrast(1.02);
}
.hero-showcase__slide.is-active img {
    animation: heroKenBurns 7s var(--ease-out) forwards;
}
.hero-showcase__slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.08) 0%,
        rgba(15, 23, 42, 0.15) 42%,
        rgba(15, 23, 42, 0.82) 100%
    );
    pointer-events: none;
}
.hero-showcase__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: clamp(18px, 3vw, 28px);
    color: #fff;
    transform: translateY(12px);
    opacity: 0;
    transition: transform 0.6s var(--ease-out) 0.12s, opacity 0.6s var(--ease-out) 0.12s;
}
.hero-showcase__slide.is-active .hero-showcase__caption {
    transform: translateY(0);
    opacity: 1;
}
.hero-showcase__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
}
.hero-showcase__title {
    display: block;
    margin: 0 0 6px;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: var(--tracking-tight);
    line-height: var(--leading-snug);
}
.hero-showcase__text {
    margin: 0;
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
    opacity: 0.92;
    max-width: 36ch;
}
.hero-showcase__chrome {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    flex-shrink: 0;
}
.hero-showcase__progress {
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
    margin-bottom: 12px;
}
.hero-showcase__progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, #93c5fd, #fff);
    transition: width 0.1s linear;
}
.hero-showcase__progress-bar.is-running {
    animation: heroProgress var(--hero-slide-duration, 6s) linear forwards;
}
.hero-showcase__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.hero-showcase__btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition), border-color var(--transition);
    backdrop-filter: blur(8px);
    flex-shrink: 0;
}
.hero-showcase__btn svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media (hover: hover) {
    .hero-showcase__btn:hover {
        background: rgba(255, 255, 255, 0.22);
        transform: scale(1.05);
    }
}
.hero-showcase__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
}
.hero-showcase__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: width 0.35s var(--ease-out), background 0.25s ease, transform 0.25s ease;
}
.hero-showcase__dot.is-active {
    width: 28px;
    background: #fff;
}
.hero-showcase__thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
.hero-showcase__thumb {
    position: relative;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.hero-showcase__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.72;
    transition: opacity var(--transition), transform 0.45s var(--ease-out);
}
.hero-showcase__thumb span {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 4px 4px 5px;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: linear-gradient(transparent, rgba(15, 23, 42, 0.85));
}
.hero-showcase__thumb.is-active {
    border-color: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
    transform: translateY(-2px);
}
.hero-showcase__thumb.is-active img {
    opacity: 1;
    transform: scale(1.06);
}
@media (hover: hover) {
    .hero-showcase__thumb:hover img {
        opacity: 1;
    }
}
@keyframes heroKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}
@keyframes heroLineIn {
    from { opacity: 0; transform: translate3d(0, 18px, 0); filter: blur(4px); }
    to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes heroEyebrowIn {
    from {
        opacity: 0;
        transform: translateY(10px);
        letter-spacing: 0.11em;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 0.07em;
    }
}
@keyframes heroWordIn {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateX(0deg);
        filter: blur(0);
    }
}
@keyframes heroWordInAccent {
    from {
        opacity: 0;
        transform: translate3d(0, 0.5em, 0) scale(0.94);
        filter: blur(6px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}
@keyframes heroLeadIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes heroAccentShimmer {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}
@keyframes heroGlowPulse {
    0%, 100% { opacity: 0.65; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}
@keyframes heroProgress {
    from { width: 0%; }
    to { width: 100%; }
}
@keyframes voicesProgress {
    from { width: 0%; }
    to { width: 100%; }
}

.hero-stats {
    list-style: none;
    padding: 0;
    margin: clamp(20px, 3vw, 28px) 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.hero-stat,
.hero-stats li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 10px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    transition: transform 0.3s var(--ease-out), background 0.3s ease;
}
@media (hover: hover) {
    .hero-stat:hover,
    .hero-stats li:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.13);
    }
}
.hero-stats strong {
    font-size: clamp(0.95rem, 1.8vw, 1.125rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.hero-stats span {
    font-size: 0.68rem;
    opacity: 0.85;
    line-height: 1.35;
}

.landing-hero-tags {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.landing-hero-tags li {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
}

.landing-hero-preview {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}
.landing-preview-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}
.landing-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: var(--space-md);
    flex-wrap: wrap;
}
.landing-preview-badge {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.9;
}
.landing-preview-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
}
.landing-preview-dot::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
}
.landing-preview-dot--ok::before {
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.25);
    animation: motionPulseDot 2.4s ease-in-out infinite;
}
.landing-preview-kpis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: var(--space-md);
}
.landing-preview-kpi {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
}
.landing-preview-kpi span {
    display: block;
    font-size: 0.72rem;
    opacity: 0.82;
    margin-bottom: 4px;
}
.landing-preview-kpi strong {
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}
.landing-preview-kpi .warn-num { color: #fcd34d; }
.landing-preview-kpi .ok-num { color: #6ee7b7; }

.landing-preview-flow { display: grid; gap: 8px; }
.landing-flow-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.82rem;
    line-height: 1.5;
}
.landing-flow-step span {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 800;
    background: rgba(255,255,255,0.15);
}
.landing-flow-step p { margin: 0; opacity: 0.92; }
.landing-flow-step em { font-style: normal; font-weight: 700; opacity: 1; }
.landing-flow-step.is-done { opacity: 0.75; }
.landing-flow-step.is-active {
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.28);
    animation: motionStepGlow 3s ease-in-out infinite;
}
.landing-flow-step.is-active span {
    background: #fff;
    color: var(--blue-700);
}

.landing-fee-card { margin-top: 0; }

.landing-trust {
    background: var(--white);
    border-bottom: 1px solid var(--border-light);
    padding: 18px 0;
}
.landing-trust-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
}
.landing-trust-inner > p {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.landing-trust-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.landing-trust-inner li {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--blue-800);
    opacity: 0;
    animation: motionFadeIn var(--motion-base) var(--ease-out) both;
}
.landing-trust-inner li:nth-child(1) { animation-delay: 0.05s; }
.landing-trust-inner li:nth-child(2) { animation-delay: 0.12s; }
.landing-trust-inner li:nth-child(3) { animation-delay: 0.19s; }
.landing-trust-inner li:nth-child(4) { animation-delay: 0.26s; }
.landing-trust-inner li:nth-child(5) { animation-delay: 0.33s; }
.landing-trust-inner li:nth-child(6) { animation-delay: 0.4s; }
.landing-trust-inner li:nth-child(7) { animation-delay: 0.47s; }
.landing-trust-inner li::before {
    content: 'âœ“';
    color: var(--success);
    margin-right: 6px;
    font-weight: 800;
}

.landing-section-head--center { text-align: center; }
.landing-section-sub--center { margin-left: auto; margin-right: auto; text-align: center; }
.landing-kicker {
    display: inline-block;
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: var(--text-xs);
    font-weight: 800;
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: var(--primary);
}
.landing-prose {
    max-width: var(--measure);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
    color: var(--text-soft);
}

.landing-pain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
}
.landing-pain-card {
    --card-pad: var(--space-lg);
    height: 100%;
}
@media (hover: hover) {
    .landing-pain-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-lg);
        border-color: var(--blue-200);
    }
}
.landing-pain-card h3 {
    margin: 0 0 10px;
    font-size: var(--text-lg);
    line-height: var(--leading-snug);
    color: var(--blue-900);
}
.landing-pain-card p {
    margin: 0;
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
}

.landing-feature-grid { gap: var(--space-lg); }
.landing-feature-card {
    height: 100%;
    --card-pad: var(--space-xl);
}
@media (hover: hover) {
    .landing-feature-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-top-color: var(--primary);
    }
}

.landing-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--space-md);
    max-width: 820px;
    margin-inline: auto;
}
.landing-step {
    position: relative;
}
.landing-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 39px;
    bottom: -20px;
    width: 2px;
    height: 20px;
    background: var(--blue-200);
    z-index: 1;
}
.landing-step-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 4px;
}
.landing-step-body h3 {
    margin: 0 0 8px;
    font-size: var(--text-lg);
    line-height: var(--leading-snug);
    color: var(--blue-900);
}
.landing-step-body p {
    margin: 0;
    color: var(--muted);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
}

.landing-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}
.landing-audience-card {
    --card-pad: var(--space-xl);
    text-align: center;
    height: 100%;
}
@media (hover: hover) {
    .landing-audience-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }
}
.landing-audience-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    color: var(--blue-900);
}
.landing-audience-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 0.92rem;
}
.landing-audience-card .card-icon {
    margin-inline: auto;
    margin-bottom: 14px;
}

.landing-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    align-items: center;
}
.landing-pricing-list {
    margin: var(--space-lg) 0 var(--space-xl);
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}
.landing-pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-soft);
    line-height: 1.55;
    font-size: 0.94rem;
}
.landing-pricing-list li::before {
    content: 'âœ“';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--blue-50);
    color: var(--primary);
    border: 1px solid var(--blue-100);
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 800;
}
.landing-pricing-card { padding: var(--space-xl); }
.landing-pricing-icon { margin-bottom: 12px; }
.landing-pricing-card-label {
    margin: 0 0 var(--space-md);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.landing-pricing-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 0.94rem;
    color: var(--text-soft);
}
.landing-pricing-row strong { color: var(--text); }
.landing-pricing-row--fee strong { color: var(--danger); font-weight: 700; }
.landing-pricing-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--blue-900);
}
.landing-pricing-total strong {
    font-size: 1.35rem;
    color: var(--success);
}
.landing-pricing-note {
    margin: var(--space-md) 0 0;
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.55;
}

.landing-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    max-width: 720px;
    margin-inline: auto;
}
.landing-faq-item {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 0 var(--space-lg);
    box-shadow: var(--shadow-sm);
    transition: border-color var(--transition), box-shadow 0.35s var(--ease-out);
}
.landing-faq-item[open] {
    box-shadow: var(--shadow);
    border-color: var(--blue-100);
}
.landing-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    font-size: var(--text-sm);
    color: var(--blue-900);
    padding: 18px 28px 18px 0;
    list-style: none;
    position: relative;
    line-height: var(--leading-snug);
    transition: color var(--transition);
}
.landing-faq-item[open] summary {
    color: var(--blue-800);
}
.landing-faq-item summary::-webkit-details-marker { display: none; }
.landing-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--blue-50);
    color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    font-weight: 700;
}
.landing-faq-item[open] summary::after { content: 'âˆ’'; }
.landing-faq-item p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
    padding-top: 2px;
    animation: motionFadeUp 0.35s var(--ease-out) both;
}

/* Landing v3 â€” outcomes, transform, bento, voices */
.landing-outcomes {
    background: var(--white);
    border-bottom: 1px solid var(--border-light);
    padding: clamp(28px, 4vw, 44px) 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.landing-outcomes-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
}
.landing-outcome {
    height: 100%;
}
@media (hover: hover) {
    .landing-outcome:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow);
    }
}
.landing-outcome strong {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 800;
    letter-spacing: var(--tracking-tight);
    color: var(--blue-800);
    line-height: var(--leading-snug);
}
.landing-outcome span:last-child {
    font-size: var(--text-xs);
    line-height: var(--leading-relaxed);
    color: var(--muted);
    font-weight: 500;
}

.landing-transform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-lg);
    max-width: 920px;
    margin-inline: auto;
}
.landing-transform-card {
    --card-pad: clamp(24px, 3vw, 32px);
    --card-radius: var(--radius-lg);
}
.landing-transform-card .card-list { margin-top: 4px; }

.landing-feature-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-lg);
}
.landing-feature-card--hero {
    grid-column: span 1;
    min-height: 100%;
}
.landing-feature-card--hero .feature-icon {
    background: var(--white);
    box-shadow: var(--shadow-sm);
}
.landing-workflow-cta {
    margin: var(--space-xl) 0 0;
    text-align: center;
}

.landing-voices {
    background: var(--white);
}
.landing-voices-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-lg);
}
.landing-voice {
    margin: 0;
    height: 100%;
}
@media (hover: hover) {
    .landing-voice:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }
}
.landing-voice p {
    margin: 0;
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
    color: var(--text-soft);
    font-style: italic;
}
.landing-voice footer {
    margin-top: auto;
    font-size: var(--text-xs);
    color: var(--muted);
    line-height: var(--leading-relaxed);
}
.landing-voice footer strong {
    display: block;
    color: var(--blue-900);
    font-size: var(--text-sm);
    font-style: normal;
    margin-bottom: 2px;
}

/* Suara operator â€” testimonial slider */
.voices-slider {
    position: relative;
    max-width: 760px;
    margin-inline: auto;
    outline: none;
}
.voices-slider:focus-visible {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
    border-radius: calc(var(--radius-lg) + 4px);
}
.voices-slider__viewport {
    overflow: hidden;
    border-radius: var(--radius-lg);
}
.voices-slider__track {
    display: flex;
    transition: transform 0.85s var(--ease-out);
    will-change: transform;
}
.voices-slide {
    flex: 0 0 100%;
    min-width: 100%;
    margin: 0;
    min-height: 100%;
    transform: none;
}
.voices-slide.is-active {
    animation: motionFadeUp 0.55s var(--ease-out) both;
}
.voices-slider__chrome {
    margin-top: var(--space-md);
    display: grid;
    gap: 12px;
}
.voices-slider__progress {
    height: 3px;
    border-radius: 999px;
    background: var(--border-light);
    overflow: hidden;
}
.voices-slider__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--blue-600), #4a8bc9);
    transform-origin: left center;
}
.voices-slider__progress-bar.is-running {
    animation: voicesProgress var(--voices-slide-duration, 7s) linear forwards;
}
.voices-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.voices-slider__btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--white);
    color: var(--primary);
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease-out), background var(--transition), border-color var(--transition);
}
.voices-slider__btn .bi {
    font-size: 1.05rem;
    line-height: 1;
}
@media (hover: hover) {
    .voices-slider__btn:hover {
        transform: translateY(-2px);
        background: var(--blue-50);
        border-color: var(--blue-100);
    }
}
.voices-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.voices-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: var(--border);
    cursor: pointer;
    transition: width 0.3s var(--ease-out), background var(--transition);
}
.voices-slider__dot.is-active {
    width: 28px;
    background: var(--primary);
}
@media (max-width: 640px) {
    .voices-slider__controls {
        gap: 10px;
    }
    .voices-slider__btn {
        width: 40px;
        height: 40px;
    }
}

.landing-cta {
    background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-600) 100%);
    color: #fff;
    padding: 72px 0;
}
.landing-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-xl);
    flex-wrap: wrap;
    max-width: 1080px;
    margin-inline: auto;
}
.landing-cta-copy {
    max-width: 560px;
}
.landing-cta h2,
.landing-cta-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(1.4rem, 2.5vw, var(--text-2xl));
    font-weight: 800;
    letter-spacing: var(--tracking-tight);
    line-height: var(--leading-snug);
    text-wrap: balance;
}
.landing-cta p,
.landing-cta-copy p {
    margin: 0;
    opacity: 0.92;
    max-width: var(--measure-narrow);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
    font-weight: 500;
}
.landing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.landing-cta .btn-secondary {
    background: #fff;
    border-color: #fff;
}

.landing-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
    max-width: 880px;
    margin: 0 auto var(--space-2xl);
}
.landing-payment-method {
    position: relative;
    padding-top: calc(var(--space-xl) + 8px);
    height: 100%;
}
.landing-payment-method--featured {
    /* inherits .card--featured */
}
.landing-payment-badge {
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--blue-50);
    color: var(--blue-700);
    border: 1px solid var(--blue-100);
}
.landing-bank-grid-wrap {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    --card-pad: clamp(28px, 4vw, 40px);
    --card-radius: var(--radius-lg);
}
.landing-bank-icon {
    margin-inline: auto;
    margin-bottom: 12px;
}
.landing-bank-title {
    margin: 0 auto 10px;
    font-size: var(--text-xl);
    line-height: var(--leading-snug);
    color: var(--blue-900);
    max-width: 28ch;
}
.landing-bank-desc {
    margin: 0 auto var(--space-lg);
    color: var(--muted);
    line-height: var(--leading-relaxed);
    font-size: var(--text-sm);
    max-width: 48ch;
}
.landing-bank-grid {
    list-style: none;
    margin: 0 auto var(--space-md);
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: 12px;
    max-width: 760px;
    justify-items: center;
}
.landing-bank-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 12px 10px;
    border-radius: var(--radius-sm);
    background: var(--white);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color var(--transition);
}
@media (hover: hover) {
    .landing-bank-item:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
        border-color: var(--blue-100);
    }
}
.landing-bank-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 26px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 1;
}
.landing-page img.landing-bank-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 26px;
    object-fit: contain;
}
.landing-bank-fallback {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--blue-800);
}
.landing-bank-note {
    margin: var(--space-md) auto 0;
    font-size: 0.85rem;
    color: var(--muted);
    max-width: 42ch;
    line-height: var(--leading-relaxed);
}

/* Form kontak */
.landing-contact {
    background: linear-gradient(180deg, var(--white) 0%, var(--blue-50) 100%);
}
.contact-form-card {
    max-width: 720px;
    margin: 0 auto;
    --card-pad: clamp(24px, 4vw, 36px);
}
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-md);
}
.contact-form-field--full {
    grid-column: 1 / -1;
}
.contact-textarea {
    min-height: 120px;
    resize: vertical;
    line-height: var(--control-line-height);
}
.label-optional {
    font-weight: 500;
    color: var(--muted);
    font-size: 0.82em;
}
.contact-form .auth-captcha {
    margin-top: var(--space-sm);
}
.contact-form .btn {
    margin-top: var(--space-md);
}

/* Portal pelanggan */
.topbar--portal {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}
.topbar-inner--portal {
    justify-content: space-between;
    gap: var(--space-md);
}
.portal-topnav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: auto;
}
.portal-topnav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-soft);
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
}
.portal-topnav-link:hover {
    color: var(--primary);
    background: var(--blue-50);
    text-decoration: none;
}
.portal-topnav-link--active {
    color: var(--primary);
    background: var(--blue-50);
    box-shadow: inset 0 0 0 1px var(--blue-100);
}
.customer-portal-auth {
    padding: clamp(32px, 6vw, 56px) 0 clamp(48px, 8vw, 72px);
}
.customer-auth-card {
    max-width: 520px;
    margin: 0 auto;
    --card-pad: clamp(24px, 4vw, 36px);
}
.customer-auth-head {
    text-align: center;
    margin-bottom: var(--space-lg);
}
.customer-auth-head .card-icon {
    margin-inline: auto;
    margin-bottom: 12px;
}
.customer-auth-kicker {
    margin: 0 0 6px;
}
.customer-auth-head h1 {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    color: var(--blue-900);
}
.customer-auth-head .customer-portal-support-actions {
    justify-content: center;
    margin-top: 14px;
}
.customer-auth-head p {
    margin: 0;
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
}
.customer-auth-form {
    display: grid;
    gap: var(--space-sm);
}
.customer-auth-hint {
    margin: 6px 0 0;
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.45;
}
.customer-auth-alt {
    margin-top: var(--space-lg);
    padding-top: var(--space-lg);
    border-top: 1px solid var(--border-light);
    text-align: center;
}
.customer-auth-alt p {
    margin: 0 0 12px;
    font-size: var(--text-sm);
    color: var(--muted);
}
.customer-portal {
    padding: clamp(28px, 5vw, 48px) 0 clamp(48px, 8vw, 72px);
}
.customer-portal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-md);
    flex-wrap: wrap;
    margin-bottom: var(--space-xl);
}
.customer-portal-head h1 {
    margin: 0 0 6px;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    color: var(--blue-900);
}
.customer-portal-welcome {
    margin: 0 0 6px;
    color: var(--blue-800);
    font-size: var(--text-sm);
    line-height: 1.45;
}
.customer-portal-sub {
    margin: 0;
    color: var(--muted);
    font-size: var(--text-sm);
}
.customer-portal-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.customer-portal-head__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.customer-portal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
}
.customer-portal-panel h2 {
    margin: 0 0 var(--space-md);
    font-size: var(--text-lg);
    color: var(--blue-900);
}
.customer-portal-usage__speeds {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}
.customer-portal-usage__speed {
    display: grid;
    grid-template-columns: 5.5rem 1fr auto;
    align-items: center;
    gap: 10px;
    font-size: var(--text-sm);
}
.customer-portal-usage__label {
    color: var(--muted);
    font-weight: 600;
}
.customer-portal-usage__bar {
    height: 8px;
    border-radius: 999px;
    background: var(--blue-50);
    overflow: hidden;
}
.customer-portal-usage__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary) 0%, var(--blue-400) 100%);
}
.customer-portal-usage__fill--up {
    background: linear-gradient(90deg, #0d9488 0%, #2dd4bf 100%);
}
.customer-portal-usage__note {
    margin: 0;
    font-size: var(--text-sm);
    color: var(--muted);
    line-height: 1.45;
}
.customer-portal-usage__chart {
    margin-top: 4px;
}
.customer-portal-usage__chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    min-height: 120px;
    padding: 8px 0 4px;
}
.customer-portal-usage__chart-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.customer-portal-usage__chart-bar {
    display: block;
    width: 100%;
    max-width: 36px;
    min-height: 4px;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--blue-400) 100%);
}
.customer-portal-usage__chart-label {
    font-size: 0.68rem;
    color: var(--muted);
}
.customer-portal-usage__chart-meta {
    margin: 8px 0 0;
    font-size: var(--text-sm);
    color: var(--muted);
    line-height: 1.45;
}
.customer-portal-panel--wide {
    /* full width stack on mobile */
}
@media (min-width: 900px) {
    .customer-portal-grid {
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
        align-items: start;
    }
    .customer-portal-panel:first-child {
        grid-row: 1 / span 2;
    }
}
.customer-profile-list {
    margin: 0;
    display: grid;
    gap: 12px;
}
.customer-profile-list div {
    display: grid;
    gap: 2px;
}
.customer-profile-list dt {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted);
}
.customer-profile-list dd {
    margin: 0;
    font-size: var(--text-sm);
    color: var(--text-soft);
    font-weight: 600;
}
.customer-empty {
    margin: 0;
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
}
.customer-history-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.customer-history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--text-sm);
}
.customer-history-table th,
.customer-history-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}
.customer-history-table th {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted);
}
.customer-archive-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.customer-archive-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    background: var(--bg-soft);
    border: 1px solid var(--border-light);
    font-size: var(--text-sm);
}

.hero-panel-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    backdrop-filter: blur(8px);
}
.hero-panel-label {
    display: block;
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: var(--space-sm);
}
.hero-panel-value {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: var(--space-sm);
}
.hero-panel-card p { margin: 0; opacity: 0.88; font-size: 0.92rem; }

.section-head { margin-bottom: var(--space-2xl); }

.code-tag {
    font-size: 0.82rem;
    background: var(--bg-soft);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid var(--border-light);
    color: var(--blue-800);
}

.panel .table-wrap { border: none; border-radius: 0; }
.panel .table-scroll-hint { padding: var(--space-md) var(--space-xl) 0; }
.panel .empty-state { padding: var(--space-2xl) var(--space-xl); }

.panel + .panel { margin-top: 0; }

#isp-dev-health-bar {
    position: fixed;
    z-index: 99;
    top: 0;
    left: var(--sidebar-w);
    right: 0;
    width: auto;
}

.app-page #isp-dev-health-bar {
    left: var(--sidebar-current-w, var(--sidebar-w));
    transition: left 0.24s ease;
}

@media (max-width: 992px) {
    #isp-dev-health-bar { left: 0; top: 52px; }
}

/* â”€â”€â”€ Responsive â”€â”€â”€ */
@media (max-width: 1024px) {
    .grid-4, .stats, .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: 1fr; }
    .content-grid { grid-template-columns: 1fr; }
    .hero-grid {
        display: flex;
        flex-direction: column;
    }
    .hero-showcase {
        order: -1;
        max-width: none;
        min-height: auto;
        height: auto;
    }
    .hero-copy__promo {
        min-height: auto;
    }
    .hero-showcase__viewport { aspect-ratio: 16 / 10; }
    .wizard-steps { grid-template-columns: repeat(2, 1fr); }
    .landing-pain-grid { grid-template-columns: repeat(2, 1fr); }
    .landing-outcomes-grid { grid-template-columns: repeat(2, 1fr); }
    .landing-transform-grid { grid-template-columns: 1fr; }
    .landing-feature-bento { grid-template-columns: 1fr; }
    .landing-voices-grid { grid-template-columns: 1fr; }
    .landing-audience-grid { grid-template-columns: 1fr; }
    .landing-pricing-grid { grid-template-columns: 1fr; }
    .landing-faq-grid { grid-template-columns: 1fr; }
    .landing-payment-grid { grid-template-columns: 1fr; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .landing-bank-grid {
        grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
        gap: 10px;
    }
    .portal-topnav {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: var(--shadow-lg);
    }
    .sidebar.is-open { transform: translateX(0); }
    .app-topbar { display: block; }
    .app-mobile-bar { display: none; }
    .app-content {
        padding: 12px 14px 22px;
        gap: var(--space-lg);
    }

    .dash {
        --shell-pad-x: 12px;
        --shell-pad-top: 12px;
        --shell-pad-bottom: 22px;
    }

    .topbar {
        backdrop-filter: none;
        transform: none !important;
        animation: none;
    }

    .topbar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .topbar-inner .brand {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 56px);
    }

    .topbar-inner .lp-desktop-nav,
    .topbar-inner .lp-desktop-actions {
        display: none !important;
    }

    .nav-toggle {
        display: inline-flex;
        flex: 0 0 auto;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        margin-left: auto;
        position: relative;
        z-index: 2;
        border-radius: 12px;
        border: 1px solid transparent;
        background: rgba(15, 23, 42, 0.05);
        color: var(--blue-900);
        transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    }

    .nav-toggle:active {
        transform: scale(0.96);
    }

    .nav-toggle.is-active {
        background: var(--blue-50);
        border-color: var(--blue-100);
        color: var(--primary);
    }

    .nav-toggle-label {
        display: none;
    }

    .nav-toggle-icon {
        width: 22px;
        height: 22px;
    }

    .nav-toggle-icon .bi {
        font-size: 1.25rem;
        line-height: 1;
    }

    /* ── Mobile menu — modern panel ── */
    .public-desktop-nav {
        display: none !important;
    }

    .nav-backdrop.is-visible {
        inset: 0;
        transition: opacity 0.38s ease;
    }

    body.nav-open .topbar-group {
        display: none;
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 950;
        flex-direction: column;
        padding-top: env(safe-area-inset-top, 0px);
        background: linear-gradient(180deg, #f8fafc 0%, #ffffff 140px);
        overflow: hidden;
        box-shadow: 8px 0 32px rgba(15, 23, 42, 0.12);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
        pointer-events: none;
        transition:
            transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s linear 0.38s;
        will-change: transform;
    }

    .mobile-menu.is-open {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
        transition:
            transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s linear 0s;
    }

    .mobile-menu__head {
        flex-shrink: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: var(--header-h);
        padding: 0 16px;
        border-bottom: 1px solid var(--border-light);
    }

    .mobile-menu__brand {
        flex: 1 1 auto;
        min-width: 0;
        text-decoration: none;
    }

    .mobile-menu__brand .brand-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-menu__close {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 1px solid var(--border);
        border-radius: 10px;
        background: var(--white);
        color: var(--text-soft);
        cursor: pointer;
        transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    }

    .mobile-menu__close:hover {
        background: var(--blue-50);
        border-color: var(--blue-100);
        color: var(--primary);
    }

    .mobile-menu__close:active {
        transform: scale(0.96);
    }

    .mobile-menu__close .bi {
        font-size: 1.1rem;
        line-height: 1;
    }

    .mobile-menu__links {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 4px 14px 12px;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .mobile-menu__sep {
        display: block;
        margin: 10px 4px 6px;
        padding: 0;
        font-size: 0.6875rem;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: var(--muted);
        background: none;
        border: none;
        height: auto;
    }

    .mobile-menu__links .nav-link {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 11px 12px;
        border-radius: 12px;
        border: 1px solid transparent;
        font-size: 0.9375rem;
        font-weight: 500;
        color: var(--text);
        text-align: left;
        transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    }

    .mobile-menu__links .nav-link:active,
    .mobile-menu__links .nav-link:focus,
    .mobile-menu__links .nav-link:focus-visible {
        background: var(--blue-50);
        border-color: var(--blue-100);
        color: var(--primary) !important;
        box-shadow: inset 0 0 0 1px var(--blue-200);
    }

    .mobile-menu__links .nav-link:focus {
        outline: none;
    }

    .mobile-menu__links .nav-link--active:focus,
    .mobile-menu__links .nav-link--active:focus-visible,
    .mobile-menu__links .nav-link--anchor.is-section-active:focus,
    .mobile-menu__links .nav-link--anchor.is-section-active:focus-visible {
        background: var(--blue-50) !important;
        border-color: var(--blue-200);
        color: var(--primary) !important;
        box-shadow: inset 0 0 0 1px var(--blue-200);
    }

    .mobile-menu__links .nav-link-icon {
        display: grid !important;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: rgba(37, 99, 235, 0.08);
        color: var(--primary);
        flex-shrink: 0;
        transition: background 0.15s ease;
    }

    .mobile-menu__links .nav-link-icon .bi {
        font-size: 1rem;
        line-height: 1;
    }

    .mobile-menu__links .nav-link-text {
        flex: 1;
        min-width: 0;
        line-height: 1.35;
        color: inherit;
    }

    .mobile-menu__links .nav-link--active,
    .mobile-menu__links .nav-link--anchor.is-section-active {
        background: var(--blue-50) !important;
        border-color: var(--blue-100);
        color: var(--primary) !important;
        font-weight: 600;
        box-shadow: none;
    }

    .mobile-menu__links .nav-link--active .nav-link-text,
    .mobile-menu__links .nav-link--anchor.is-section-active .nav-link-text {
        color: var(--primary) !important;
    }

    .mobile-menu__links .nav-link:focus .nav-link-text,
    .mobile-menu__links .nav-link:focus-visible .nav-link-text {
        color: var(--primary) !important;
    }

    .mobile-menu__links .nav-link--active:focus .nav-link-text,
    .mobile-menu__links .nav-link--active:focus-visible .nav-link-text,
    .mobile-menu__links .nav-link--anchor.is-section-active:focus .nav-link-text,
    .mobile-menu__links .nav-link--anchor.is-section-active:focus-visible .nav-link-text {
        color: var(--primary) !important;
    }

    .mobile-menu__links .nav-link--active .nav-link-icon,
    .mobile-menu__links .nav-link--anchor.is-section-active .nav-link-icon {
        background: rgba(37, 99, 235, 0.14);
    }

    .mobile-menu__actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-shrink: 0;
        padding: 14px 16px calc(18px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid var(--border-light);
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .mobile-menu__actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        font-size: 0.9375rem;
        border-radius: 12px;
    }

    .mobile-menu__actions .btn-primary {
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.28);
    }

    .mobile-menu__actions .btn-ghost {
        border: 1px solid var(--border);
        background: var(--white);
        color: var(--text-soft);
    }

    .nav-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin: 16px 0 0;
        padding: 14px 16px;
        font-size: 0.95rem;
        border-radius: var(--radius-sm);
    }

    .tenant-badge--desktop { display: none; }
    .tenant-badge--mobile {
        display: inline-block;
        max-width: 120px;
        margin-left: auto;
        margin-right: var(--space-xs);
    }

    .auth-shell { grid-template-columns: 1fr; }
    .auth-panel--brand {
        min-height: auto;
        padding: var(--space-xl) var(--space-lg);
    }
    .auth-panel--brand h1 { margin-top: var(--space-lg); }
    .auth-brand-stats { margin-top: var(--space-lg); padding-top: var(--space-md); }
    .auth-topbar { padding: var(--space-sm) var(--space-md); }
    .auth-card-wrap { padding: var(--space-lg) var(--space-md); }
    .auth-form-grid { grid-template-columns: 1fr; }
    .auth-topbar-link { font-size: 0.82rem; padding: 7px 12px; }

    .auth-layout { grid-template-columns: 1fr; }
    .auth-layout-brand {
        padding: var(--space-xl) var(--space-lg);
        min-height: auto;
    }
    .auth-layout-brand h1 { font-size: 1.45rem; }
    .auth-layout-form { padding: var(--space-lg) var(--space-md); }
}

@media (max-width: 768px) {
    .container { padding-inline: clamp(20px, 5vw, 28px); }

    .landing-outcomes-grid { grid-template-columns: 1fr; }
    .hero-metrics { grid-template-columns: 1fr; gap: 8px; }
    .hero-highlights { flex-direction: column; align-items: flex-start; gap: 8px; }
    .hero-showcase__thumbs { display: none; }
    .site-footer-grid { grid-template-columns: 1fr 1fr; }
    .site-footer-brand { grid-column: 1 / -1; }
    .site-footer-bottom { flex-direction: column; align-items: flex-start; }
    .nav-cta { width: 100%; margin-left: 0; margin-top: 8px; justify-content: center; }
    .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }
    .hero-actions .hero-btn {
        padding: 12px 10px;
        font-size: 0.84rem;
    }
    .hero-headline { max-width: none; }
    .hero .lead { max-width: none; }

    .landing-pain-grid { grid-template-columns: 1fr; }
    .landing-trust-inner { flex-direction: column; align-items: flex-start; }
    .landing-cta-inner { flex-direction: column; align-items: stretch; text-align: center; }
    .landing-cta-actions { flex-direction: column; width: 100%; }
    .landing-cta-actions .btn { width: 100%; justify-content: center; }
    .landing-preview-kpis { grid-template-columns: 1fr; }

    .landing-customer-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .landing-customer-actions {
        width: 100%;
    }
    .btn--full-mobile {
        width: 100%;
        justify-content: center;
    }
    .landing-workflow-cta {
        display: flex;
        justify-content: stretch;
    }
    .landing-workflow-cta .btn--full-mobile {
        flex: 1 1 100%;
    }
    .landing-customer-copy p { margin-inline: auto; }
    .landing-customer-actions { flex-direction: column; }
    .landing-customer-actions .btn { width: 100%; justify-content: center; }

    .section { padding: clamp(40px, 8vw, 56px) 0; }
    .section-title { font-size: 1.45rem; }

    .page-header { flex-direction: column; align-items: stretch; }
    .page-header-actions .btn { flex: 1; justify-content: center; }
    .card, .section-card, .stat-card { padding: var(--space-md); }

    .grid-4, .stats, .kpi-grid { grid-template-columns: 1fr; }
    .stat-card strong { font-size: 1.65rem; }

    .form-grid { grid-template-columns: minmax(0, 1fr); gap: var(--space-md); }
    .form-actions { flex-direction: column; }
    .form-actions .btn { width: 100%; }

    .simulation-banner-head {
        grid-template-columns: 1fr;
    }
    .simulation-banner__actions {
        justify-content: stretch;
        width: 100%;
    }
    .simulation-banner__actions form {
        flex: 1 1 100%;
    }
    .simulation-banner-head .btn,
    .simulation-banner__actions .btn {
        justify-self: stretch;
        width: 100%;
    }

    .wizard-steps {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .wizard-steps li {
        text-align: left;
        padding: 12px 14px;
        font-size: 0.82rem;
    }

    .field-help-where { font-size: 0.82rem; }

    .actions-row { flex-direction: column; }
    .actions-row .btn { width: 100%; justify-content: center; }

    .table-scroll-hint { display: block; }

    .site-footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-sm);
    }

    .isp-toast-host--top-center {
        top: auto;
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        left: 16px;
        right: 16px;
        transform: none;
        max-width: none;
        align-items: stretch;
    }
    .isp-toast { min-width: 0; }
}

@media (max-width: 480px) {
    :not(.landing-page) .brand-text { display: none; }
    .tenant-badge--mobile { max-width: 88px; font-size: 0.75rem; }
    .auth-card { padding: var(--space-lg) var(--space-md); }
    .auth-box { padding: var(--space-lg) var(--space-md); }
    .btn { padding: 12px 16px; font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .motion-reveal,
    .landing-hero .hero-headline__line,
    .landing-trust-inner li {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
    .hero-headline__line--accent {
        animation: none !important;
        color: #e0f2fe;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
    }
    .hero-showcase__slide.is-active img {
        animation: none !important;
    }
}

/* â”€â”€â”€ Motion & reveal â”€â”€â”€ */
@keyframes motionFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes motionFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes topbarFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes motionSlideDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes motionFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes motionDriftA {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(-28px, 22px) scale(1.06); }
}

@keyframes motionDriftB {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(32px, -18px) scale(1.04); }
}

@keyframes motionPulseDot {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.25);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(52, 211, 153, 0.12);
        transform: scale(1.08);
    }
}

@keyframes motionStepGlow {
    0%, 100% {
        box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: inset 0 0 24px 0 rgba(255, 255, 255, 0.06);
    }
}

@keyframes motionShimmer {
    0% { background-position: 180% 0; }
    100% { background-position: -80% 0; }
}

.motion-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity var(--motion-base) var(--ease-out),
        transform var(--motion-base) var(--ease-out);
    transition-delay: var(--motion-delay, 0ms);
    will-change: opacity, transform;
}

.motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.motion-reveal--scale {
    transform: translateY(20px) scale(0.97);
}

.motion-reveal--scale.is-visible {
    transform: translateY(0) scale(1);
}

:focus-visible {
    outline: 2px solid var(--blue-500);
    outline-offset: 2px;
}

.btn:focus-visible {
    outline-offset: 3px;
}

.nav-link:focus-visible {
    outline: none;
}

.app-page .sidebar-link:focus-visible,
.app-page .sidebar-collapse > summary:focus-visible {
    outline: none;
    box-shadow: none;
}

.lp-desktop-nav a:focus-visible {
    outline: none;
    color: var(--primary);
    background: var(--blue-50);
    box-shadow: inset 0 0 0 1px var(--blue-200);
}

.lp-desktop-nav a.is-section-active:focus-visible {
    color: var(--primary);
}

.nav-toggle:focus-visible {
    outline: 2px solid var(--blue-500);
    outline-offset: 2px;
    color: var(--primary);
}

.mobile-menu__close:focus-visible {
    outline: none;
    color: var(--primary);
    background: var(--blue-50);
    border-color: var(--blue-200);
}

/* ─── Pembaruan versi (non-intrusif) ─── */
.isp-version-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 200;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    max-width: min(420px, calc(100vw - 32px));
    padding: 10px 12px;
    border: 1px solid #e4e6eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.isp-version-banner[hidden] {
    display: none !important;
}

.isp-version-banner__text {
    flex: 1 1 160px;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #050505;
}

.isp-version-banner__reload {
    min-height: 32px;
    padding: 5px 12px;
    font-size: 0.8125rem;
}

.isp-version-banner__dismiss {
    min-height: 32px;
    padding: 5px 10px;
    font-size: 0.8125rem;
    color: #65676b;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.isp-version-banner__dismiss:hover {
    color: #050505;
}
