/**
 * ISP Billing — Landing page
 * Palet: #1e5aa8 (brand) + turunan & gradien — tanpa warna asing di permukaan utama.
 */

.landing-page {
    --lp-blue: #1e5aa8;
    --lp-blue-dark: #164578;
    --lp-blue-mid: #2d6cb5;
    --lp-blue-light: #4a8bc9;
    --lp-blue-fade: #7eb3e0;
    --lp-blue-deep: #0a1628;
    --lp-blue-soft: #e8f1fa;
    --lp-blue-mist: #f4f8fc;
    --lp-blue-border: #b5cbe3;
    --lp-ink: #0c1220;
    --lp-pearl: #f7f9fc;
    --lp-white: #ffffff;
    --lp-bg: #eef2f7;
    --lp-text: #0c1220;
    --lp-muted: #5c6478;
    --lp-glass: rgba(255, 255, 255, 0.72);
    --lp-glass-border: rgba(255, 255, 255, 0.88);
    --lp-grad-brand: linear-gradient(135deg, var(--lp-blue) 0%, var(--lp-blue-dark) 100%);
    --lp-grad-brand-h: linear-gradient(90deg, var(--lp-blue-dark) 0%, var(--lp-blue) 45%, var(--lp-blue-light) 100%);
    --lp-grad-soft: linear-gradient(180deg, var(--lp-blue-soft) 0%, var(--lp-blue-mist) 100%);
    --lp-grad-surface: linear-gradient(168deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 248, 252, 0.92) 100%);
    --lp-grad-hero: linear-gradient(175deg, var(--lp-blue-mist) 0%, var(--lp-white) 58%, var(--lp-pearl) 100%);
    --lp-grad-section: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-blue-mist) 48%, var(--lp-bg) 100%);
    --lp-grad-cta: linear-gradient(128deg, #060d18 0%, var(--lp-blue-deep) 34%, var(--lp-blue-dark) 62%, var(--lp-blue) 100%);
    --lp-grad-footer: linear-gradient(180deg, var(--lp-blue-deep) 0%, #060d18 100%);
    --lp-radius: 10px;
    --lp-radius-lg: 14px;
    --lp-radius-xl: 20px;
    --lp-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    --lp-shadow-md: 0 8px 24px rgba(30, 90, 168, 0.1);
    --lp-shadow-lg: 0 16px 40px rgba(30, 90, 168, 0.12);
    --lp-glow: rgba(30, 90, 168, 0.22);
    --lp-gutter: clamp(16px, 4vw, 40px);
    --lp-space-xs: 8px;
    --lp-space-sm: 12px;
    --lp-space-md: 16px;

    --lp-font: 'Segoe UI', 'Segoe UI Historic', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --lp-fw-body: 400;
    --lp-fw-medium: 500;
    --lp-fw-heading: 600;
    --lp-color-heading: var(--lp-ink);
    --lp-color-subheading: var(--lp-ink);
    --lp-color-lead: #4a5568;
    --lp-color-body: #5c6478;
    --lp-lh-tight: 1.18;
    --lp-lh-snug: 1.5;
    --lp-lh-body: 1.7;
    --lp-tracking-tight: -0.03em;
    --lp-tracking-label: 0.08em;
    --lp-ease-out: cubic-bezier(0.22, 1, 0.36, 1);

    font-family: var(--lp-font);
    font-weight: var(--lp-fw-body);
    font-size: 1rem;
    line-height: var(--lp-lh-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background:
        radial-gradient(ellipse 120% 70% at 50% -18%, rgba(232, 241, 250, 0.95) 0%, transparent 52%),
        linear-gradient(180deg, var(--lp-pearl) 0%, var(--lp-white) 38%, var(--lp-white) 100%);
    color: var(--lp-text);

    --scrollbar-thumb: rgba(30, 90, 168, 0.28);
    --scrollbar-thumb-hover: rgba(30, 90, 168, 0.48);
}

.landing-page .btn-primary {
    background: var(--lp-grad-brand);
    border-color: transparent;
    box-shadow: 0 4px 16px var(--lp-glow);
    transition: transform 0.22s var(--lp-ease-out), box-shadow 0.22s var(--lp-ease-out), filter 0.22s var(--lp-ease-out);
}

.landing-page .btn-primary:focus-visible {
    box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.35), 0 4px 16px var(--lp-glow);
}

@media (hover: hover) {
    .landing-page .btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 22px var(--lp-glow);
    }
}

.landing-page .container {
    width: 100%;
    max-width: min(var(--container-max), 100%);
    padding-inline: var(--lp-gutter);
}

/* Skala tipografi landing */
.landing-page h1,
.landing-page h2,
.landing-page h3 {
    font-family: var(--lp-font);
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
    letter-spacing: var(--lp-tracking-tight);
}

.landing-page p {
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
}

.landing-page .brand {
    font-family: var(--lp-font);
    font-weight: var(--lp-fw-heading);
    letter-spacing: var(--lp-tracking-tight);
}

.landing-page .btn {
    font-family: var(--lp-font);
    font-weight: var(--lp-fw-heading);
    letter-spacing: -0.01em;
}

.landing-page .topbar-group {
    max-width: 100%;
    background: var(--lp-glass);
    border-bottom: 1px solid rgba(181, 203, 227, 0.55);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

.landing-page .topbar-group.is-scrolled {
    box-shadow: 0 8px 32px rgba(12, 18, 32, 0.06);
    border-bottom-color: rgba(181, 203, 227, 0.75);
    background: rgba(255, 255, 255, 0.88);
}

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

.landing-page .lp-bank-logo-wrap img.landing-bank-logo {
    max-height: 26px;
    width: auto;
}

.landing-page .scroll-progress__bar {
    background: var(--lp-grad-brand-h);
    box-shadow: 0 0 12px rgba(30, 90, 168, 0.35);
}

.landing-page .topbar-inner {
    gap: 16px;
}

.landing-page .lp-desktop-nav {
    display: none;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    margin-right: 8px;
}

.landing-page .lp-desktop-nav a {
    position: relative;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: var(--lp-fw-medium);
    color: #475569;
    text-decoration: none;
    transition: color 0.2s var(--lp-ease-out), background 0.2s var(--lp-ease-out);
}

.landing-page .lp-desktop-nav a::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    border-radius: 99px;
    background: var(--lp-grad-brand-h);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s var(--lp-ease-out);
}

.landing-page .lp-desktop-nav a:hover,
.landing-page .lp-desktop-nav a.is-section-active {
    color: var(--lp-blue);
    background: rgba(232, 241, 250, 0.65);
    text-decoration: none;
}

.landing-page .lp-desktop-nav a:hover::after,
.landing-page .lp-desktop-nav a.is-section-active::after {
    transform: scaleX(1);
}

.landing-page .lp-desktop-nav a:focus {
    outline: none;
}

.landing-page .lp-desktop-nav a:focus-visible {
    color: var(--lp-blue);
    background: rgba(232, 241, 250, 0.65);
    box-shadow: inset 0 0 0 1px var(--lp-blue-border);
}

.landing-page .lp-desktop-actions {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.landing-page .lp-desktop-actions--cta {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    max-width: min(52vw, 520px);
}

.landing-page .lp-desktop-actions .btn {
    padding: 8px 16px;
    font-size: 0.875rem;
    min-height: 40px;
}

.landing-page .lp-desktop-actions--cta .btn {
    padding: 8px 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 10px;
    white-space: nowrap;
}

.landing-page .lp-desktop-actions .btn-ghost {
    color: var(--lp-blue);
    border: 1px solid var(--lp-blue-border);
    background: var(--lp-white);
}

.landing-page .lp-desktop-actions .btn-ghost:hover {
    background: var(--lp-blue-soft);
}

.landing-page .lp-desktop-actions .btn-ghost.is-action-active {
    background: var(--lp-blue-soft);
    border-color: var(--lp-blue);
    font-weight: 600;
}

.landing-page .topbar-section-nav {
    display: none !important;
}

@media (min-width: 993px) {
    .landing-page .lp-desktop-nav,
    .landing-page .lp-desktop-actions {
        display: flex;
    }

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

    .landing-page .nav-toggle {
        display: none !important;
    }

    .landing-page .topbar-inner {
        min-height: 68px;
    }
}

/* ── Section utilities ── */
.lp-section {
    padding: clamp(56px, 8vw, 88px) 0;
}

.lp-section--soft {
    position: relative;
    background: var(--lp-grad-section);
}

.lp-section--soft::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 40% at 8% 20%, rgba(30, 90, 168, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 92% 75%, rgba(30, 90, 168, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.lp-section--soft > .container {
    position: relative;
    z-index: 1;
}

.lp-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(36px, 5vw, 52px);
}

.lp-section-head::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--lp-blue) 20%, var(--lp-blue-mid) 50%, var(--lp-blue) 80%, transparent);
    opacity: 0.85;
}

.lp-section-head h2 {
    margin: 0 0 14px;
    font-size: clamp(1.55rem, 3.6vw, 2rem);
    font-weight: 650;
    letter-spacing: var(--lp-tracking-tight);
    color: var(--lp-color-heading);
    line-height: var(--lp-lh-tight);
}

.lp-section-head p {
    margin: 0;
    color: var(--lp-color-body);
    font-size: 1.0625rem;
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
}

.lp-kicker {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    font-size: 0.625rem;
    font-weight: var(--lp-fw-medium);
    letter-spacing: var(--lp-tracking-label);
    text-transform: uppercase;
    color: var(--lp-blue-dark);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, var(--lp-blue-soft) 100%);
    border: none;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(30, 90, 168, 0.08);
}

/* ── Hero — full slide carousel ── */
.lp-hero {
    position: relative;
    padding: 0;
    overflow-x: clip;
    overflow-y: visible;
    background: var(--lp-white);
    border-bottom: 1px solid var(--lp-blue-border);
    outline: none;
}

.lp-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    transition: background 0.7s var(--lp-ease-out);
    background:
        radial-gradient(ellipse 85% 65% at 8% -5%, rgba(30, 90, 168, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 60% 50% at 96% 18%, rgba(45, 108, 181, 0.1) 0%, transparent 52%),
        linear-gradient(175deg, var(--lp-blue-mist) 0%, var(--lp-white) 68%, var(--lp-pearl) 100%);
}

.lp-hero-mesh {
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(30, 90, 168, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 90, 168, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 35%, #000 15%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 35%, #000 15%, transparent 72%);
}

.lp-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
    animation: lp-orb-float 14s var(--lp-ease-out) infinite alternate;
}

.lp-hero-orb--a {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: -12%;
    right: -8%;
    background: radial-gradient(circle, rgba(30, 90, 168, 0.28) 0%, transparent 68%);
}

.lp-hero-orb--b {
    width: min(320px, 42vw);
    height: min(320px, 42vw);
    bottom: 8%;
    left: -6%;
    background: radial-gradient(circle, rgba(74, 139, 201, 0.22) 0%, transparent 70%);
    animation-delay: -4s;
    animation-duration: 18s;
}

.lp-hero-orb--c {
    width: min(200px, 28vw);
    height: min(200px, 28vw);
    top: 42%;
    left: 38%;
    background: radial-gradient(circle, rgba(232, 241, 250, 0.9) 0%, transparent 72%);
    opacity: 0.7;
    animation-delay: -7s;
    animation-duration: 12s;
}

@keyframes lp-orb-float {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(12px, -18px) scale(1.04); }
}

.lp-hero-stage {
    position: relative;
    z-index: 1;
    padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 7vw, 80px);
    min-height: clamp(480px, 72vh, 680px);
    display: flex;
    align-items: center;
}

.lp-hero-slides {
    display: grid;
    grid-template: 1fr / 1fr;
    width: 100%;
    max-width: 100%;
    isolation: isolate;
    overflow: hidden;
}

.lp-hero-slide {
    --lp-slide-ease: cubic-bezier(0.22, 1, 0.36, 1);
    grid-area: 1 / 1;
    width: 100%;
    min-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(0);
    transition:
        opacity 0.58s var(--lp-slide-ease),
        transform 0.58s var(--lp-slide-ease),
        visibility 0.58s var(--lp-slide-ease);
    will-change: opacity, transform;
}

.lp-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    z-index: 2;
}

.lp-hero[data-slide-dir="next"] .lp-hero-slide.is-entering {
    opacity: 0;
    visibility: visible;
    transform: translateX(52px);
    z-index: 3;
}

.lp-hero[data-slide-dir="prev"] .lp-hero-slide.is-entering {
    opacity: 0;
    visibility: visible;
    transform: translateX(-52px);
    z-index: 3;
}

.lp-hero[data-slide-dir="next"] .lp-hero-slide.is-leaving {
    opacity: 0;
    visibility: visible;
    transform: translateX(-52px);
    z-index: 1;
    pointer-events: none;
}

.lp-hero[data-slide-dir="prev"] .lp-hero-slide.is-leaving {
    opacity: 0;
    visibility: visible;
    transform: translateX(52px);
    z-index: 1;
    pointer-events: none;
}

@keyframes lp-slide-item-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lp-slide-preview-in {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.lp-hero-slide.is-active:not(.is-leaving) .lp-hero-badge {
    animation: lp-slide-item-in 0.55s var(--lp-slide-ease) both;
}

.lp-hero-slide.is-active:not(.is-leaving) h1 {
    animation: lp-slide-item-in 0.58s var(--lp-slide-ease) 0.07s both;
}

.lp-hero-slide.is-active:not(.is-leaving) .lp-hero-lead {
    animation: lp-slide-item-in 0.58s var(--lp-slide-ease) 0.14s both;
}

.lp-hero-slide.is-active:not(.is-leaving) .lp-preview {
    animation: lp-slide-preview-in 0.65s var(--lp-slide-ease) 0.1s both;
}

.lp-hero-slide.is-active:not(.is-leaving) .lp-preview-feed__item:nth-child(1) {
    animation: lp-slide-item-in 0.5s var(--lp-slide-ease) 0.22s both;
}

.lp-hero-slide.is-active:not(.is-leaving) .lp-preview-feed__item:nth-child(2) {
    animation: lp-slide-item-in 0.5s var(--lp-slide-ease) 0.3s both;
}

@keyframes lp-dot-pop {
    0% { transform: scale(0.88); }
    55% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.lp-hero-slide__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    min-width: 0;
}

@media (min-width: 960px) {
    .lp-hero-slide__grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
        gap: clamp(40px, 5vw, 72px);
    }
}

.lp-hero-slide__copy {
    min-width: 0;
    max-width: 36rem;
}

.lp-hero-slide__visual {
    position: relative;
    min-width: 0;
    width: 100%;
}

.lp-hero-slide__visual::before {
    content: '';
    position: absolute;
    inset: 8% -4% -6% -4%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(30, 90, 168, 0.14) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.lp-hero-slide__visual .lp-preview {
    position: relative;
    z-index: 1;
}

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 7px 16px 7px 12px;
    border-radius: 999px;
    background: var(--lp-glass);
    border: 1px solid var(--lp-glass-border);
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-blue-dark);
    letter-spacing: 0.01em;
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    box-shadow: 0 4px 20px rgba(30, 90, 168, 0.08);
}

.lp-hero-badge__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lp-blue);
    box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.22);
}

.lp-hero-slide h1 {
    margin: 0 0 16px;
    font-size: clamp(1.875rem, 4.8vw, 3rem);
    font-weight: var(--lp-fw-heading);
    letter-spacing: var(--lp-tracking-tight);
    line-height: 1.12;
    color: var(--lp-color-heading);
    text-wrap: balance;
}

.lp-hero-slide h1 em {
    display: block;
    margin-top: 0.14em;
    font-style: normal;
    font-weight: 550;
    letter-spacing: -0.02em;
    background: linear-gradient(118deg, var(--lp-blue-dark) 0%, var(--lp-blue) 38%, var(--lp-blue-mid) 68%, var(--lp-blue-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-hero-lead {
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
    color: var(--lp-color-lead);
    max-width: 48ch;
}

/* Navigasi slider — minimal, tanpa card */
.lp-hero-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(16px, 3vw, 28px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2.5vw, 20px);
    padding: 0 var(--lp-gutter);
    pointer-events: none;
}

.lp-hero-nav > * {
    pointer-events: auto;
}

.lp-hero-nav__btn {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    background: var(--lp-glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--lp-blue);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.lp-hero-nav__btn:hover {
    background: var(--lp-white);
    color: var(--lp-blue-dark);
    box-shadow: 0 6px 20px rgba(30, 90, 168, 0.16);
}

.lp-hero-nav__btn:active {
    transform: scale(0.94);
}

.lp-hero-nav__btn .bi {
    font-size: 0.95rem;
}

.lp-hero-nav__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--lp-glass);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px) saturate(1.25);
    -webkit-backdrop-filter: blur(14px) saturate(1.25);
    box-shadow: 0 4px 16px rgba(12, 18, 32, 0.05);
}

.lp-hero-nav__dot {
    position: relative;
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(181, 203, 227, 0.85);
    cursor: pointer;
    overflow: hidden;
    transition: width 0.32s var(--lp-ease-out), background 0.32s var(--lp-ease-out), transform 0.2s var(--lp-ease-out);
}

.lp-hero-nav__dot.is-active {
    width: 28px;
    background: rgba(30, 90, 168, 0.18);
    animation: lp-dot-pop 0.38s var(--lp-slide-ease);
}

.lp-hero-nav__dot.is-active::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--lp-grad-brand-h);
    transform-origin: left center;
    animation: lp-dot-progress var(--lp-slide-duration, 7000ms) linear forwards;
}

@keyframes lp-dot-progress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.lp-hero-nav__dot:hover:not(.is-active) {
    background: #94a3b8;
    transform: scale(1.15);
}

.lp-hero-nav__btn.is-pressed {
    transform: scale(0.9);
}

/* Hero extras — CTA band */
.lp-hero-extras {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: var(--lp-space-md);
    padding: clamp(24px, 4vw, 36px) 0 clamp(32px, 5vw, 48px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, var(--lp-white) 28%);
    border-top: 1px solid rgba(181, 203, 227, 0.45);
}

.lp-hero-extras__cta {
    text-align: center;
}

/* Theme accents — variasi gradien dari palet brand saja */
.lp-hero[data-active-theme="billing"] .lp-hero-bg {
    background:
        radial-gradient(ellipse 80% 60% at 10% 0%, rgba(30, 90, 168, 0.2) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 95% 20%, rgba(74, 139, 201, 0.12) 0%, transparent 50%),
        var(--lp-grad-hero);
}

.lp-hero[data-active-theme="payment"] .lp-hero-bg {
    background:
        radial-gradient(ellipse 72% 58% at 6% 8%, rgba(45, 108, 181, 0.16) 0%, transparent 54%),
        radial-gradient(ellipse 58% 48% at 94% 14%, rgba(30, 90, 168, 0.14) 0%, transparent 52%),
        var(--lp-grad-hero);
}

.lp-hero[data-active-theme="mikrotik"] .lp-hero-bg {
    background:
        radial-gradient(ellipse 78% 58% at 14% -2%, rgba(22, 69, 120, 0.18) 0%, transparent 56%),
        radial-gradient(ellipse 62% 52% at 88% 28%, rgba(74, 139, 201, 0.11) 0%, transparent 50%),
        var(--lp-grad-hero);
}

.lp-hero[data-active-theme="wisp"] .lp-hero-bg {
    background:
        radial-gradient(ellipse 70% 56% at 8% 6%, rgba(126, 179, 224, 0.2) 0%, transparent 54%),
        radial-gradient(ellipse 56% 46% at 96% 18%, rgba(30, 90, 168, 0.12) 0%, transparent 50%),
        var(--lp-grad-hero);
}

.lp-hero[data-active-theme="pricing"] .lp-hero-bg {
    background:
        radial-gradient(ellipse 74% 56% at 10% 0%, rgba(30, 90, 168, 0.17) 0%, transparent 54%),
        radial-gradient(ellipse 58% 48% at 90% 22%, rgba(45, 108, 181, 0.13) 0%, transparent 52%),
        linear-gradient(175deg, var(--lp-blue-soft) 0%, var(--lp-white) 62%, var(--lp-pearl) 100%);
}

.lp-hero[data-active-theme="payment"] .lp-hero-badge__dot,
.lp-hero[data-active-theme="mikrotik"] .lp-hero-badge__dot,
.lp-hero[data-active-theme="wisp"] .lp-hero-badge__dot,
.lp-hero[data-active-theme="pricing"] .lp-hero-badge__dot {
    background: var(--lp-blue-mid);
    box-shadow: 0 0 0 3px rgba(45, 108, 181, 0.22);
}

.lp-hero-actions {
    margin: 0 0 20px 0;
}

.lp-hero-actions .btn-lg {
    padding: 14px 24px;
    font-size: 0.9375rem;
    border-radius: 12px;
    box-shadow: 0 8px 26px var(--lp-glow);
}

@media (hover: hover) {
    .lp-hero-actions .btn-lg:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(30, 90, 168, 0.38);
    }
}

.lp-hero-note {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-muted);
    line-height: var(--lp-lh-snug);
}

.lp-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.lp-hero-stat {
    padding: 16px 14px;
    background: var(--lp-grad-surface);
    border: 1px solid rgba(181, 203, 227, 0.7);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-width: 0;
    text-align: center;
    transition: transform 0.28s var(--lp-ease-out), box-shadow 0.28s var(--lp-ease-out), border-color 0.28s var(--lp-ease-out);
}

.lp-hero-stat strong {
    background: var(--lp-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (hover: hover) {
    .lp-hero-stat:hover {
        transform: translateY(-2px);
        border-color: rgba(30, 90, 168, 0.35);
        box-shadow: var(--lp-shadow-md);
    }
}

.lp-hero-stat strong {
    display: block;
    font-size: clamp(0.85rem, 2vw, 1rem);
    font-weight: var(--lp-fw-heading);
    line-height: var(--lp-lh-snug);
}

.lp-hero-stat span {
    display: block;
    margin-top: 3px;
    font-size: 0.6875rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-muted);
    line-height: 1.4;
}

.lp-preview {
    position: relative;
    z-index: 1;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--lp-radius-xl);
    box-shadow:
        0 0 0 1px rgba(30, 90, 168, 0.08),
        0 4px 6px rgba(12, 18, 32, 0.03),
        0 20px 48px rgba(30, 90, 168, 0.12),
        0 40px 80px rgba(12, 18, 32, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.lp-preview-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.lp-preview-bar-title {
    margin-left: 8px;
    font-size: 0.72rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-muted);
    letter-spacing: var(--lp-tracking-label);
    text-transform: uppercase;
}

.lp-preview-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.lp-preview-dot:first-child { background: #f87171; }
.lp-preview-dot:nth-child(2) { background: #fbbf24; }
.lp-preview-dot:nth-child(3) { background: #34d399; }

.lp-preview-body {
    padding: 18px 18px 16px;
}

.lp-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.lp-preview-greeting {
    margin: 0 0 2px;
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
    letter-spacing: var(--lp-tracking-tight);
}

.lp-preview-sub {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-color-body);
    line-height: var(--lp-lh-snug);
}

.lp-preview-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(232, 241, 250, 0.9);
    color: var(--lp-blue-dark);
    border: 1px solid rgba(30, 90, 168, 0.15);
    font-size: 0.6875rem;
    font-weight: var(--lp-fw-medium);
    flex-shrink: 0;
}

.lp-preview-live .bi {
    font-size: 0.45rem;
    color: var(--lp-blue);
    animation: lp-live-pulse 2s ease-in-out infinite;
}

@keyframes lp-live-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.lp-preview-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.lp-preview-metric {
    padding: 10px 10px 12px;
    background: var(--lp-blue-soft);
    border-radius: 12px;
    min-width: 0;
    border: 1px solid transparent;
}

.lp-preview-metric--warn {
    background: linear-gradient(165deg, var(--lp-blue-mist) 0%, var(--lp-blue-soft) 100%);
    border-color: var(--lp-blue-border);
}

.lp-preview-metric--success {
    background: linear-gradient(165deg, var(--lp-blue-soft) 0%, rgba(126, 179, 224, 0.25) 100%);
    border-color: rgba(30, 90, 168, 0.22);
}

.lp-preview-metric-label {
    display: block;
    font-size: 0.625rem;
    font-weight: var(--lp-fw-medium);
    text-transform: uppercase;
    letter-spacing: var(--lp-tracking-label);
    color: var(--lp-muted);
    margin-bottom: 4px;
}

.lp-preview-metric strong {
    display: block;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
    line-height: var(--lp-lh-tight);
}

.lp-preview-metric > span:last-child {
    display: block;
    margin-top: 2px;
    font-size: 0.6875rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-muted);
}

.lp-preview-feed {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-preview-feed__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    background: var(--lp-bg);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    min-width: 0;
}

.lp-preview-feed__item--success {
    background: #eef4ff;
    border-color: #b5cbe3;
}

.lp-preview-feed__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--lp-white);
    color: var(--lp-blue);
    font-size: 0.85rem;
    border: 1px solid #e2e8f0;
}

.lp-preview-feed__item--success .lp-preview-feed__icon {
    background: #dbeafe;
    color: #1e5aa8;
    border-color: #b5cbe3;
}

.lp-preview-feed__item div {
    min-width: 0;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-snug);
    color: var(--lp-color-body);
}

.lp-preview-feed__item strong {
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
}

.lp-preview-feed__item span {
    display: block;
    font-size: 0.6875rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-muted);
    margin-top: 1px;
}

@media (max-width: 959px) {
    .lp-hero-stage {
        min-height: auto;
        padding-top: clamp(28px, 5vw, 44px);
        padding-bottom: clamp(72px, 16vw, 96px);
        align-items: flex-start;
    }

    .lp-hero-slide__grid {
        gap: clamp(20px, 4vw, 28px);
    }

    .lp-hero-slide__visual {
        order: -1;
    }

    .lp-hero-slide__copy {
        max-width: none;
    }

    .lp-hero-slide h1 {
        font-size: clamp(1.625rem, 6.5vw, 2rem);
        overflow-wrap: anywhere;
    }

    .lp-hero-lead {
        max-width: none;
    }

    .lp-hero-nav {
        gap: 10px;
        padding: 4px 8px;
    }

    .lp-hero-nav__btn {
        width: 34px;
        height: 34px;
    }

    .lp-hero-stats {
        gap: 6px;
    }

    .lp-hero-stat {
        padding: 10px 6px;
    }
}

@media (max-width: 479px) {
    .lp-hero-extras {
        padding-bottom: 28px;
    }

    .lp-hero-stats {
        grid-template-columns: 1fr;
    }

    .lp-hero-stat {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 12px;
        text-align: left;
    }

    .lp-hero-stat strong {
        flex-shrink: 0;
    }

    .lp-hero-stat span {
        margin-top: 0;
        text-align: right;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero-slide {
        transform: none !important;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        will-change: auto;
    }

    .lp-hero-slide.is-entering,
    .lp-hero-slide.is-leaving {
        transform: none !important;
    }

    .lp-hero-slide.is-active:not(.is-leaving) .lp-hero-badge,
    .lp-hero-slide.is-active:not(.is-leaving) h1,
    .lp-hero-slide.is-active:not(.is-leaving) .lp-hero-lead,
    .lp-hero-slide.is-active:not(.is-leaving) .lp-preview,
    .lp-hero-slide.is-active:not(.is-leaving) .lp-preview-feed__item {
        animation: none;
    }

    .lp-hero-nav__dot.is-active {
        animation: none;
    }

    .lp-hero-bg {
        transition: none;
    }
}

/* ── Features ── */
.lp-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--lp-space-md);
}

@media (min-width: 640px) {
    .lp-features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
    .lp-features-grid { grid-template-columns: repeat(3, 1fr); }
}

.lp-feature {
    position: relative;
    padding: 26px 24px 24px;
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 255, 0.88) 100%);
    border: 1px solid rgba(232, 237, 243, 0.9);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
    transition: transform 0.28s var(--lp-ease-out), border-color 0.28s var(--lp-ease-out), box-shadow 0.28s var(--lp-ease-out);
}

.lp-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, transparent, var(--lp-blue) 30%, var(--lp-blue-mid) 70%, transparent);
    opacity: 0;
    transition: opacity 0.28s var(--lp-ease-out);
}

.lp-section--soft .lp-feature {
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.9) 100%);
}

@media (hover: hover) {
    .lp-feature:hover {
        transform: translateY(-4px);
        border-color: rgba(30, 90, 168, 0.28);
        box-shadow: var(--lp-shadow-lg);
    }

    .lp-feature:hover::before {
        opacity: 1;
    }
}

.lp-feature-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--lp-grad-brand);
    color: #fff;
    border: none;
    box-shadow: 0 6px 18px rgba(30, 90, 168, 0.22);
    margin-bottom: var(--lp-space-md);
    transition: transform 0.28s var(--lp-ease-out), box-shadow 0.28s var(--lp-ease-out);
}

@media (hover: hover) {
    .lp-feature:hover .lp-feature-icon {
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 10px 24px rgba(30, 90, 168, 0.28);
    }
}

.lp-feature-icon .bi,
.lp-feature-icon svg {
    font-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    color: inherit;
}

.lp-feature h3 {
    margin: 0 0 8px;
    font-size: 1.0625rem;
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
}

.lp-feature p {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
    color: var(--lp-color-body);
}

/* ── Payment ── */
.lp-payment-stack {
    display: flex;
    flex-direction: column;
    gap: var(--lp-space-md);
}

.lp-payment-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--lp-space-md);
    margin: 0;
}

@media (min-width: 640px) {
    .lp-payment-grid { grid-template-columns: repeat(2, 1fr); }
}

.lp-payment-card {
    padding: 26px 24px 24px;
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 255, 0.9) 100%);
    border: 1px solid rgba(232, 237, 243, 0.92);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    position: relative;
    transition: transform 0.26s var(--lp-ease-out), box-shadow 0.26s var(--lp-ease-out), border-color 0.26s var(--lp-ease-out);
}

@media (hover: hover) {
    .lp-payment-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--lp-shadow-md);
    }
}

.lp-payment-card--featured {
    border: 2px solid transparent;
    background:
        linear-gradient(168deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 241, 250, 0.95) 100%) padding-box,
        var(--lp-grad-brand-h) border-box;
    box-shadow: 0 8px 28px rgba(30, 90, 168, 0.14);
}

.lp-payment-card--featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--lp-grad-brand-h);
    border-radius: var(--lp-radius-lg) var(--lp-radius-lg) 0 0;
}

.lp-payment-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: var(--lp-fw-medium);
    background: var(--lp-grad-brand);
    color: #fff;
    box-shadow: 0 2px 10px rgba(30, 90, 168, 0.32);
}

.lp-payment-card h3 {
    margin: 0 0 8px;
    font-size: 1.0625rem;
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
}

.lp-payment-card p {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-color-body);
    line-height: var(--lp-lh-body);
}

.lp-banks {
    padding: 28px 24px 24px;
    background:
        linear-gradient(168deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.92) 48%, var(--lp-blue-soft) 130%);
    border: 1px solid rgba(30, 90, 168, 0.2);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-md);
    position: relative;
    overflow: hidden;
}

.lp-banks::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--lp-blue-dark), var(--lp-blue-mid), var(--lp-blue));
    opacity: 0.75;
}

.lp-banks h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
}

.lp-banks > p {
    margin: 0 0 var(--lp-space-md);
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-color-body);
    line-height: var(--lp-lh-body);
}

.lp-banks-empty {
    margin: 0;
    font-size: 0.875rem;
    color: var(--lp-muted);
    line-height: var(--lp-lh-snug);
}

.lp-bank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: var(--lp-space-xs);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.lp-bank-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(30, 90, 168, 0.12);
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(12, 18, 32, 0.04);
    transition: transform 0.22s var(--lp-ease-out), border-color 0.22s var(--lp-ease-out), box-shadow 0.22s var(--lp-ease-out);
    min-width: 0;
}

@media (hover: hover) {
    .lp-bank-item:hover {
        transform: translateY(-2px);
        border-color: var(--lp-blue-border);
        box-shadow: 0 6px 16px rgba(30, 90, 168, 0.1);
    }
}

.lp-bank-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 26px;
}

.lp-banks .lp-bank-logo-wrap img.landing-bank-logo,
.lp-banks .lp-bank-logo-wrap .isp-table-media {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 26px;
    border: none;
    background: transparent;
    border-radius: 0;
    animation: none;
}

.lp-banks .lp-bank-logo-wrap .isp-table-media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 26px;
    object-fit: contain;
    object-position: center;
    opacity: 1;
}

.lp-bank-logo-wrap .landing-bank-fallback {
    font-size: 0.6875rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-color-heading);
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
}

@media (max-width: 720px) {
    .lp-banks {
        padding: 16px;
    }

    .lp-bank-logo-wrap {
        height: 22px;
    }

    .lp-banks .lp-bank-logo-wrap img.landing-bank-logo,
    .lp-banks .lp-bank-logo-wrap .isp-table-media,
    .lp-banks .lp-bank-logo-wrap .isp-table-media img {
        max-height: 22px;
    }
}

/* ── Mobile & tablet: satu aturan layout, tanpa overflow ── */
@media (max-width: 992px) {
    .landing-page {
        --lp-gutter: 16px;
        --header-h: 60px;
        overflow-x: clip;
        max-width: 100%;
    }

    .landing-page .topbar-group {
        position: sticky;
        top: 0;
        z-index: 110;
        padding-top: env(safe-area-inset-top, 0px);
    }

    .landing-page .topbar-inner {
        min-height: 60px;
    }

    .landing-page .nav-toggle {
        border-color: transparent;
        color: var(--lp-blue-deep);
        background: rgba(30, 90, 168, 0.07);
    }

    .landing-page .nav-toggle.is-active {
        background: var(--lp-blue-soft);
        border-color: var(--lp-blue-border);
        color: var(--lp-blue);
    }

    .landing-page .mobile-menu {
        background:
            linear-gradient(180deg, rgba(244, 248, 252, 0.98) 0%, rgba(255, 255, 255, 0.97) 180px);
        backdrop-filter: blur(20px) saturate(1.3);
        -webkit-backdrop-filter: blur(20px) saturate(1.3);
        box-shadow: -8px 0 32px rgba(12, 18, 32, 0.08);
        border-left: 1px solid rgba(181, 203, 227, 0.5);
    }

    .landing-page .mobile-menu__head {
        border-bottom-color: #e2e8f0;
    }

    .landing-page .mobile-menu__brand {
        font-family: var(--lp-font);
    }

    .landing-page .mobile-menu__close {
        border-color: var(--lp-blue-border);
        color: var(--lp-blue-deep);
        background: var(--lp-white);
    }

    .landing-page .mobile-menu__close:hover {
        background: var(--lp-blue-soft);
        border-color: var(--lp-blue);
        color: var(--lp-blue);
    }

    .landing-page .mobile-menu__sep {
        color: #64748b;
        font-family: var(--lp-font);
        font-weight: var(--lp-fw-medium);
    }

    .landing-page .mobile-menu__links .nav-link {
        font-family: var(--lp-font);
        font-weight: var(--lp-fw-medium);
        color: var(--lp-color-body);
    }

    .landing-page .mobile-menu__links .nav-link:focus,
    .landing-page .mobile-menu__links .nav-link:focus-visible {
        outline: none;
        background: var(--lp-blue-soft);
        border-color: var(--lp-blue-border);
        color: var(--lp-blue) !important;
        box-shadow: inset 0 0 0 1px var(--lp-blue-border);
    }

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

    .landing-page .mobile-menu__links .nav-link .nav-link-text {
        color: inherit;
    }

    .landing-page .mobile-menu__links .nav-link-icon {
        background: rgba(30, 90, 168, 0.1);
        color: var(--lp-blue);
    }

    .landing-page .mobile-menu__links .nav-link--anchor.is-section-active,
    .landing-page .mobile-menu__links .nav-link--active {
        background: var(--lp-white);
        border-color: var(--lp-blue-border);
        color: var(--lp-blue) !important;
        font-weight: var(--lp-fw-heading);
        box-shadow: 0 1px 3px rgba(30, 90, 168, 0.1);
    }

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

    .landing-page .mobile-menu__links .nav-link--anchor.is-section-active:focus,
    .landing-page .mobile-menu__links .nav-link--anchor.is-section-active:focus-visible,
    .landing-page .mobile-menu__links .nav-link--active:focus,
    .landing-page .mobile-menu__links .nav-link--active:focus-visible {
        color: var(--lp-blue) !important;
        background: var(--lp-blue-soft) !important;
        border-color: var(--lp-blue);
    }

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

    .landing-page .mobile-menu__links .nav-link--anchor.is-section-active .nav-link-icon,
    .landing-page .mobile-menu__links .nav-link--active .nav-link-icon {
        background: var(--lp-blue-soft);
    }

    .landing-page .mobile-menu__actions {
        border-top-color: #e2e8f0;
        background: rgba(255, 255, 255, 0.94);
    }

    .landing-page .mobile-menu__actions .btn-primary {
        background: var(--lp-blue);
        border-color: var(--lp-blue);
        box-shadow: 0 4px 16px rgba(30, 90, 168, 0.32);
    }

    .landing-page .mobile-menu__actions .btn-ghost {
        border-color: var(--lp-blue-border);
        color: var(--lp-color-heading);
    }

    .landing-page .topbar-inner.container {
        padding-inline: var(--lp-gutter);
    }

    .landing-page .lp-section {
        padding: clamp(40px, 8vw, 56px) 0;
    }

    .landing-page .lp-hero-lead {
        max-width: none;
    }

    .landing-page .lp-hero-actions,
    .landing-page .lp-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-page .lp-hero-actions .btn,
    .landing-page .lp-cta-actions .btn {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .landing-page .lp-preview-body {
        padding: 16px;
    }

    .landing-page .lp-preview-metrics {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .landing-page .lp-preview-metric {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
        gap: 4px 12px;
        padding: 10px 12px;
    }

    .landing-page .lp-preview-metric-label {
        width: 100%;
        margin-bottom: 0;
    }

    .landing-page .lp-preview-metric strong {
        font-size: 1rem;
    }

    .landing-page .lp-preview-feed__item:nth-child(2) {
        display: none;
    }

    .landing-page .lp-hero-slide h1 {
        text-wrap: wrap;
    }

    .landing-page .lp-hero-slide__copy,
    .landing-page .lp-hero-slide h1,
    .landing-page .lp-hero-lead {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .landing-page .lp-preview-header > div {
        min-width: 0;
    }

    .landing-page :is(.lp-feature, .lp-payment-card, .lp-banks, .lp-step, .lp-pricing-card, .contact-form-card) {
        padding: 18px 16px;
    }

    .landing-page .lp-trust-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-page .lp-trust-tags {
        width: 100%;
    }

    .landing-page .contact-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .landing-page .contact-form-card {
        --card-pad: 18px 16px;
    }

    .landing-page .lp-contact .auth-captcha-row {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-page .lp-contact .auth-captcha-image-wrap {
        width: 100%;
        justify-content: center;
    }

    .landing-page .lp-contact .auth-captcha-input {
        min-width: 0;
        width: 100%;
    }

    .landing-page .site-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .landing-page .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .landing-page .site-footer-bottom span {
        max-width: 100%;
        word-break: break-word;
    }

    .landing-page .brand-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
    }

    .landing-page .card {
        padding-inline: 16px;
    }
}

/* ── Layar kecil (≤520px) ── */
@media (max-width: 520px) {
    .landing-page {
        --lp-gutter: 14px;
    }

    .landing-page .topbar-inner.container {
        padding-inline: var(--lp-gutter);
    }

    .landing-page .brand-text {
        display: inline !important;
        max-width: min(42vw, 148px);
    }

    .lp-hero-slide h1 {
        font-size: clamp(1.5rem, 7.5vw, 1.85rem);
        text-wrap: pretty;
    }

    .lp-hero-nav {
        bottom: 10px;
        gap: 8px;
        padding: 0 10px;
    }

    .lp-hero-nav__btn {
        width: 32px;
        height: 32px;
    }

    .lp-hero-nav__dots {
        gap: 4px;
        padding: 5px 8px;
        max-width: min(100%, calc(100% - 96px));
    }

    .lp-hero-nav__dot.is-active {
        width: 18px;
    }

    .landing-page .lp-preview-metrics {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .landing-page .lp-preview-metric {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
        gap: 4px 12px;
        padding: 10px 12px;
    }

    .landing-page .lp-preview-metric-label {
        width: 100%;
        margin-bottom: 0;
    }

    .landing-page .lp-preview-metric strong {
        font-size: 1rem;
    }

    .landing-page .lp-preview-feed__item {
        padding: 10px;
    }

    .landing-page .lp-preview-feed__item:nth-child(2) {
        display: none;
    }

    .lp-trust-tags li {
        font-size: 0.75rem;
        padding: 5px 10px;
    }

    .landing-page .lp-bank-grid {
        grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
    }
}

@media (max-width: 380px) {
    .lp-hero-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lp-hero-nav__dots {
        order: -1;
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ── Steps ── */
.lp-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

@media (min-width: 768px) {
    .lp-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .lp-steps {
        grid-template-columns: repeat(4, 1fr);
        position: relative;
        gap: var(--lp-space-md);
    }

    .lp-steps::before {
        content: '';
        position: absolute;
        top: 42px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--lp-blue-border) 8%, var(--lp-blue) 50%, var(--lp-blue-border) 92%, transparent);
        pointer-events: none;
        z-index: 0;
    }

    .lp-step {
        z-index: 1;
    }
}

.lp-step {
    padding: 26px 22px 24px;
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 255, 0.9) 100%);
    border: 1px solid rgba(232, 237, 243, 0.92);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    position: relative;
    transition: transform 0.26s var(--lp-ease-out), box-shadow 0.26s var(--lp-ease-out);
}

@media (hover: hover) {
    .lp-step:hover {
        transform: translateY(-3px);
        box-shadow: var(--lp-shadow-md);
    }
}

.lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--lp-grad-brand);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-heading);
    margin-bottom: var(--lp-space-sm);
    box-shadow: 0 4px 14px rgba(30, 90, 168, 0.3), 0 0 0 3px var(--lp-white);
}

.lp-step h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
}

.lp-step p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
    color: var(--lp-color-body);
}

.lp-pricing-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: var(--lp-fw-heading);
    color: var(--lp-color-heading);
    line-height: var(--lp-lh-tight);
}

.lp-pricing-copy > p {
    margin: 0;
    color: var(--lp-color-body);
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
}

.lp-pricing-card-label {
    margin: 0 0 16px;
    font-size: 0.75rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-muted);
    text-transform: uppercase;
    letter-spacing: var(--lp-tracking-label);
}

.lp-workflow-cta {
    text-align: center;
    margin-top: 32px;
}

/* ── Add-on publik (landing) ── */
.lp-addon-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--lp-space-sm);
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 640px) {
    .lp-addon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--lp-space-md);
    }
}

@media (min-width: 960px) {
    .lp-addon-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lp-addon-card {
    display: grid;
    gap: 6px;
    padding: 18px 16px;
    background: var(--lp-grad-surface);
    border: 1px solid rgba(181, 203, 227, 0.75);
    border-radius: var(--lp-radius-md, 12px);
}

.lp-addon-card__group {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--lp-muted, #64748b);
}

.lp-addon-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-ink, #0f172a);
}

.lp-addon-card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--lp-muted, #64748b);
}

.lp-addon-card__fee {
    margin-top: 4px;
    font-size: 0.9375rem;
    color: var(--lp-accent, #1e5aa8);
}

.lp-addon-foot {
    margin: var(--lp-space-md) 0 0;
    text-align: center;
}

/* ── Biaya / harga (landing) ── */
.lp-pricing-tiers {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--lp-space-sm);
    list-style: none;
    margin: 0 0 var(--lp-space-md);
    padding: 0;
}

@media (min-width: 640px) {
    .lp-pricing-tiers {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--lp-space-md);
    }
}

.lp-pricing-tier {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 18px 16px;
    text-align: center;
    background: var(--lp-grad-surface);
    border: 1px solid rgba(181, 203, 227, 0.75);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    transition: transform 0.26s var(--lp-ease-out), box-shadow 0.26s var(--lp-ease-out), border-color 0.26s var(--lp-ease-out);
}

.lp-pricing-tier--featured {
    border: 2px solid transparent;
    background:
        linear-gradient(var(--lp-grad-surface)) padding-box,
        var(--lp-grad-brand-h) border-box;
    box-shadow: var(--lp-shadow-md);
}

@media (hover: hover) {
    .lp-pricing-tier:hover {
        transform: translateY(-3px);
        border-color: rgba(30, 90, 168, 0.28);
        box-shadow: var(--lp-shadow-lg);
    }
}

.lp-pricing-tier__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 0.5625rem;
    font-weight: var(--lp-fw-medium);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--lp-grad-brand);
    border-radius: 999px;
}

.lp-pricing-tier__name {
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-muted);
    text-transform: uppercase;
    letter-spacing: var(--lp-tracking-label);
}

.lp-pricing-tier__fee {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 650;
    background: var(--lp-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.15;
}

.lp-pricing-tier__unit {
    font-size: 0.75rem;
    color: var(--lp-muted);
}

.lp-pricing-tier__tag {
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: var(--lp-lh-snug);
    color: var(--lp-color-body);
}

.lp-pricing-tier__quota {
    display: block;
    margin-top: 6px;
    font-size: 0.6875rem;
    line-height: var(--lp-lh-snug);
    color: var(--lp-muted);
}

.lp-pricing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--lp-space-sm);
}

.lp-pricing-actions .btn-lg {
    flex: 1 1 auto;
    min-width: min(100%, 200px);
}

.lp-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--lp-space-md);
    align-items: start;
}

@media (min-width: 768px) {
    .lp-pricing-grid { grid-template-columns: 1fr 1fr; }
}

.lp-pricing-list {
    list-style: none;
    margin: 20px 0 24px;
    padding: 0;
}

.lp-pricing-list li {
    display: flex;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-color-body);
    line-height: var(--lp-lh-body);
}

.lp-pricing-list li::before {
    content: '✓';
    color: var(--lp-blue);
    font-weight: var(--lp-fw-heading);
}

.lp-pricing-card {
    padding: 26px 24px;
    background: var(--lp-grad-surface);
    border: 1px solid rgba(30, 90, 168, 0.18);
    border-radius: var(--lp-radius-xl);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.8) inset,
        var(--lp-shadow-md);
    position: relative;
    overflow: hidden;
}

.lp-pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--lp-grad-brand-h);
}

.lp-pricing-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    padding: 10px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #e2e8f0;
    min-width: 0;
}

.lp-pricing-row span,
.lp-pricing-row strong {
    min-width: 0;
    word-break: break-word;
}

.lp-pricing-row--fee { color: var(--lp-muted); }

.lp-pricing-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    padding: 16px 14px;
    margin-top: 4px;
    font-weight: var(--lp-fw-heading);
    font-size: 1rem;
    color: var(--lp-color-heading);
    min-width: 0;
    background: linear-gradient(135deg, var(--lp-blue-soft) 0%, var(--lp-blue-mist) 100%);
    border: 1px solid var(--lp-blue-border);
    border-radius: var(--lp-radius);
}

.lp-pricing-total strong {
    background: var(--lp-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-pricing-note {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-body);
    color: var(--lp-muted);
    line-height: var(--lp-lh-snug);
}

/* ── FAQ ── */
.lp-faq {
    max-width: 720px;
    margin: 0 auto;
}

.lp-faq-item {
    border: 1px solid rgba(232, 237, 243, 0.95);
    border-radius: var(--lp-radius-lg);
    margin-bottom: var(--lp-space-sm);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.95) 100%);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
    transition: border-color 0.22s var(--lp-ease-out), box-shadow 0.22s var(--lp-ease-out);
}

.lp-faq-item[open] {
    border-color: rgba(30, 90, 168, 0.32);
    box-shadow: var(--lp-shadow-md);
}

.lp-faq-item summary {
    padding: 18px 22px;
    font-weight: var(--lp-fw-heading);
    font-size: 0.9375rem;
    color: var(--lp-color-heading);
    cursor: pointer;
    list-style: none;
    line-height: var(--lp-lh-snug);
    transition: color 0.2s var(--lp-ease-out), background 0.2s var(--lp-ease-out);
}

.lp-faq-item summary:hover {
    color: var(--lp-blue);
    background: rgba(232, 241, 250, 0.5);
}

.lp-faq-item summary::-webkit-details-marker { display: none; }

.lp-faq-item summary::after {
    content: '+';
    float: right;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    font-weight: 400;
    font-size: 1.1rem;
    color: var(--lp-blue);
    background: var(--lp-blue-soft);
    transition: transform 0.2s var(--lp-ease-out), background 0.2s var(--lp-ease-out);
}

.lp-faq-item[open] summary::after {
    content: '−';
    background: var(--lp-blue);
    color: #fff;
}

.lp-faq-item p {
    margin: 0;
    padding: 0 20px 16px;
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
    color: var(--lp-color-body);
}

/* ── Contact ── */
.lp-contact .lp-contact-alerts {
    display: flex;
    flex-direction: column;
    gap: var(--lp-space-sm);
    max-width: 640px;
    margin: 0 auto var(--lp-space-md);
}

.lp-contact .lp-contact-alerts .isp-inline-alert {
    margin: 0;
}

.lp-contact .contact-form-card {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid rgba(30, 90, 168, 0.18);
    border-radius: var(--lp-radius-xl);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.8) inset,
        var(--lp-shadow-md),
        0 24px 48px rgba(30, 90, 168, 0.06);
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 252, 0.92) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.landing-page .lp-contact .contact-form-grid {
    gap: var(--lp-space-md);
}

.landing-page .lp-contact .contact-form .auth-captcha {
    margin-top: var(--lp-space-sm);
}

.landing-page .lp-contact .contact-form .btn {
    margin-top: var(--lp-space-md);
}

.landing-page .contact-form-card label,
.landing-page .contact-form-card .field-label {
    font-family: var(--lp-font);
    font-weight: var(--lp-fw-medium);
    font-size: var(--control-label-size);
    color: var(--lp-color-heading);
    margin-bottom: var(--control-label-gap);
}

.landing-page .contact-form-card input,
.landing-page .contact-form-card textarea,
.landing-page .contact-form-card select {
    font-family: var(--lp-font);
    font-weight: var(--lp-fw-body);
    font-size: var(--control-font-size);
    line-height: var(--control-line-height);
    color: var(--control-text);
    border-radius: var(--control-radius);
    padding: var(--control-pad-y) var(--control-pad-x);
    min-height: var(--control-min-h);
    margin-top: 0;
}

.landing-page .contact-form-card input:focus,
.landing-page .contact-form-card input:focus-visible,
.landing-page .contact-form-card textarea:focus,
.landing-page .contact-form-card textarea:focus-visible,
.landing-page .contact-form-card select:focus,
.landing-page .contact-form-card select:focus-visible {
    border-color: var(--control-focus-border);
    color: var(--control-text);
    box-shadow: 0 0 0 3px var(--control-focus-ring);
}

.landing-page .contact-form-card .field-help,
.landing-page .contact-form-card .field-help-meaning {
    font-weight: var(--lp-fw-body);
    color: var(--lp-color-body);
}

/* ── CTA ── */
.lp-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(52px, 8vw, 80px) 0;
    background: var(--lp-grad-cta);
    color: #fff;
    text-align: center;
}

.lp-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 75% 60% at 12% -8%, rgba(255, 255, 255, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 50% 45% at 94% 105%, rgba(74, 139, 201, 0.4) 0%, transparent 52%),
        radial-gradient(ellipse 35% 30% at 50% 50%, rgba(30, 90, 168, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.lp-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
    pointer-events: none;
}

.lp-cta .container {
    position: relative;
    z-index: 1;
}

.lp-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: var(--lp-fw-heading);
    color: #fff;
    letter-spacing: var(--lp-tracking-tight);
    line-height: var(--lp-lh-tight);
}

.lp-cta p {
    margin: 0 auto 24px;
    max-width: 520px;
    font-weight: var(--lp-fw-body);
    color: rgba(255, 255, 255, 0.92);
    line-height: var(--lp-lh-body);
}

.lp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.lp-cta-actions--four {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 640px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .lp-cta-actions--four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 920px;
    }
}

.mobile-menu__actions--cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mobile-menu__actions--cta .btn {
    width: 100%;
    justify-content: center;
}

.public-desktop-nav--cta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    align-items: center;
}

.landing-page .lp-cta .btn-primary {
    background: #fff;
    color: var(--lp-blue);
    border-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.landing-page .lp-cta .btn-primary:hover {
    background: var(--lp-blue-soft);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.lp-cta .btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.lp-cta .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* ── Footer ── */
.landing-page .site-footer--landing {
    position: relative;
    background: var(--lp-grad-footer);
    color: rgba(255, 255, 255, 0.85);
    padding: 52px 0 24px;
    overflow: hidden;
}

.landing-page .site-footer--landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--lp-grad-brand-h);
}

.landing-page .site-footer--landing::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 85% 0%, rgba(30, 90, 168, 0.18) 0%, transparent 55%);
    pointer-events: none;
}

.landing-page .site-footer--landing > .container {
    position: relative;
    z-index: 1;
}

.landing-page .site-footer--landing .brand {
    color: #fff;
}

.landing-page .site-footer--landing .brand--footer.brand--has-logo {
    margin-bottom: 4px;
}

.landing-page .site-footer--landing .brand-logo--footer {
    height: 38px;
    max-height: 40px;
    width: auto;
    filter: none;
}

.landing-page .site-footer--landing h3 {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-medium);
    text-transform: uppercase;
    letter-spacing: var(--lp-tracking-label);
    margin: 0 0 12px;
}

.landing-page .site-footer--landing a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
}

.landing-page .site-footer--landing a:hover {
    color: #fff;
}

.landing-page .site-footer--landing p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9375rem;
    font-weight: var(--lp-fw-body);
    line-height: var(--lp-lh-body);
}

.landing-page .site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 32px;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-body);
}

.landing-page .site-footer-powered {
    flex-basis: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.45);
}

/* ── Trust strip ── */
.lp-trust {
    padding: 20px 0;
    background:
        linear-gradient(90deg, var(--lp-blue-mist) 0%, rgba(255, 255, 255, 0.95) 38%, rgba(255, 255, 255, 0.95) 62%, var(--lp-blue-mist) 100%);
    border-bottom: 1px solid rgba(181, 203, 227, 0.55);
}

.lp-trust-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
}

.lp-trust-label {
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-color-body);
}

.lp-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-trust-tags li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px 7px 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(30, 90, 168, 0.16);
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: var(--lp-fw-medium);
    color: var(--lp-blue-dark);
    box-shadow: 0 1px 4px rgba(30, 90, 168, 0.06);
    transition: transform 0.22s var(--lp-ease-out), box-shadow 0.22s var(--lp-ease-out), border-color 0.22s var(--lp-ease-out), background 0.22s var(--lp-ease-out);
    cursor: default;
}

.lp-trust-tags li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lp-grad-brand);
    flex-shrink: 0;
}

@media (hover: hover) {
    .lp-trust-tags li:hover {
        transform: translateY(-2px);
        border-color: rgba(30, 90, 168, 0.32);
        background: var(--lp-white);
        box-shadow: 0 6px 16px rgba(30, 90, 168, 0.12);
    }
}

/* ── Scroll & anchors ── */
.landing-page [id] {
    scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 12px);
}

.landing-page .back-to-top {
    border-color: var(--lp-blue-border);
    color: var(--lp-blue);
    transition: background 0.22s var(--lp-ease-out), color 0.22s var(--lp-ease-out), transform 0.22s var(--lp-ease-out), box-shadow 0.22s var(--lp-ease-out);
}

.landing-page .back-to-top.is-visible:hover {
    background: var(--lp-grad-brand);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 24px rgba(30, 90, 168, 0.35);
}

/* Hide legacy heavy hero styles when old markup absent */
.landing-page .landing-hero:not(.lp-hero),
.landing-page .hero-showcase,
.landing-page .landing-outcomes,
.landing-page .landing-voices {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero-orb,
    .lp-preview-live .bi {
        animation: none;
    }

    .lp-hero-nav__dot.is-active::before {
        animation: none;
        transform: scaleX(1);
    }

    .landing-page .btn-primary:hover,
    .lp-hero-actions .btn-lg:hover,
    .lp-hero-stat:hover,
    .lp-feature:hover,
    .lp-payment-card:hover,
    .lp-bank-item:hover,
    .lp-step:hover,
    .lp-trust-tags li:hover,
    .lp-pricing-tier:hover,
    .landing-page .lp-cta .btn-primary:hover {
        transform: none;
    }
}
