/* ============================================================
   SahabatAPI landing FORCE layer — high specificity overrides.
   Loaded last on frontend layout. Wins over main.css.
   ============================================================ */
body main section h2 {
    font-weight: 800 !important;
    letter-spacing: -0.6px !important;
    color: #0a1a2f !important;
}
body main section p {
    color: #54645b !important;
}
.header__area.header__area {
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid #e6efe9 !important;
}
.header__area .header__menu ul li a {
    font-weight: 600 !important;
    color: #334155 !important;
}
a.btn--base.btn--base,
button.btn--base.btn--base {
    background: linear-gradient(120deg, #10b981, #047857) !important;
    border: 0 !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 28px -14px rgba(16, 185, 129, 0.75) !important;
}
a.btn--base.btn--base:hover,
button.btn--base.btn--base:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 34px -14px rgba(16, 185, 129, 0.85) !important;
    color: #fff !important;
}

/* ---------- CSS dashboard mockup (no stock photo) ---------- */
.lp-mock {
    background: #fff;
    border: 1px solid #e2efe7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(7, 94, 84, 0.45);
}
.lp-mock__bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #0a1a2f;
}
.lp-mock__bar i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: block;
}
.lp-mock__bar i:nth-child(1) { background: #f87171; }
.lp-mock__bar i:nth-child(2) { background: #e8c468; }
.lp-mock__bar i:nth-child(3) { background: #34d399; }
.lp-mock__url {
    flex: 1;
    margin-left: 8px;
    font-size: 11.5px;
    color: #8fa3b8;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 5px 12px;
}
.lp-mock__body { display: flex; min-height: 340px; }
.lp-mock__side {
    width: 62px;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #0a1a2f, #071224);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 0;
    gap: 10px;
}
.lp-mock__logo {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #10b981, #047857);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.lp-mock__nav {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b6b82;
    font-size: 15px;
}
.lp-mock__nav.on {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}
.lp-mock__main { flex: 1; padding: 18px; background: #f6faf8; }
.lp-mock__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lp-mock__kpi {
    background: #fff;
    border: 1px solid #e6efe9;
    border-radius: 12px;
    padding: 10px 12px;
}
.lp-mock__kpi small {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #94a3b8;
}
.lp-mock__kpi strong { font-size: 17px; font-weight: 800; color: #0a1a2f; }
.lp-mock__kpi strong.up { color: #059669; }
.lp-mock__chart {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6efe9;
    border-radius: 12px;
    padding: 14px 14px 10px;
}
.lp-mock__bars { display: flex; align-items: flex-end; gap: 8px; height: 110px; }
.lp-mock__bars i {
    flex: 1;
    border-radius: 5px 5px 2px 2px;
    background: linear-gradient(180deg, #34d399, #a7e3c3);
    display: block;
}
.lp-mock__bars i.hot { background: linear-gradient(180deg, #e8c468, #d9a93b); }
.lp-mock__chat {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6efe7;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-mock__bubble {
    max-width: 82%;
    font-size: 11.5px;
    line-height: 1.5;
    padding: 8px 12px;
    border-radius: 12px;
}
.lp-mock__bubble.them {
    background: #eef2f6;
    color: #334155;
    border-bottom-left-radius: 3px;
    align-self: flex-start;
}
.lp-mock__bubble.me {
    background: linear-gradient(120deg, #10b981, #059669);
    color: #fff;
    border-bottom-right-radius: 3px;
    align-self: flex-end;
}
.lp-mock__ai {
    align-self: flex-start;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #047857;
    background: #ddf3e7;
    border-radius: 999px;
    padding: 4px 10px;
}
/* Initial avatars (replaces stock faces) */
.lp-avatars span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.lp-avatars span + span { margin-left: -12px; }
.lp-avatars span:nth-child(1) { background: linear-gradient(135deg, #10b981, #047857); }
.lp-avatars span:nth-child(2) { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.lp-avatars span:nth-child(3) { background: linear-gradient(135deg, #e8c468, #b45309); }

/* ---------- Premium dark CTA band (replaces stock photo) ---------- */
.lp-cta-band {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(600px 240px at 90% 0%, rgba(16, 185, 129, 0.22), transparent 60%),
        radial-gradient(500px 260px at 0% 100%, rgba(232, 196, 104, 0.14), transparent 60%),
        linear-gradient(120deg, #071224 0%, #0d2240 55%, #07332a 100%);
    padding: clamp(36px, 5vw, 64px) clamp(24px, 5vw, 64px);
    text-align: center;
    box-shadow: 0 40px 80px -40px rgba(2, 8, 20, 0.8);
}
.lp-cta-band__glow {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(560px 260px at 50% 0%, #000 20%, transparent 75%);
}
.lp-cta-band__content { position: relative; }
.lp-cta-band__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6ee7b7;
}
.lp-cta-band h2 {
    color: #fff !important;
    font-size: clamp(28px, 4vw, 46px);
    margin: 14px auto 10px;
    max-width: 700px;
}
.lp-cta-band p { color: #b9c7d4 !important; max-width: 560px; margin: 0 auto; }
.lp-cta-band__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 26px;
}
.lp-btn--gold {
    background: linear-gradient(120deg, #e8c468, #d9a93b);
    color: #3d2c05;
    box-shadow: 0 16px 34px -14px rgba(232, 196, 104, 0.7);
}
.lp-btn--gold:hover { color: #3d2c05; }
.lp-avatars--dark span { border-color: #0d2240; }
.lp-avatars--dark span:nth-child(4) {
    background: rgba(255, 255, 255, 0.1);
    border: 1px dashed rgba(255, 255, 255, 0.35);
    color: #e8c468;
}
.lp-cta-band__note { margin-top: 16px !important; font-size: 13px !important; }

/* ---------- Premium feature rows (no stock photos) ---------- */
.lp-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #059669;
}
.lp-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 44px 0;
    border-bottom: 1px solid #eef4f0;
}
.lp-feature:last-child { border-bottom: 0; }
@media (max-width: 991px) {
    .lp-feature { grid-template-columns: 1fr; gap: 24px; }
}
.lp-feature__num {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    background: #0a1a2f;
    border-radius: 10px;
    padding: 5px 12px;
    display: inline-block;
    margin-bottom: 12px;
}
.lp-feature__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #059669;
    margin-bottom: 8px;
}
.lp-feature__text h2 {
    font-size: clamp(26px, 3.2vw, 38px) !important;
    margin-bottom: 12px;
}
.lp-feature__text p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 480px;
}
.lp-feature__visual {
    position: relative;
    min-height: 300px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(320px 200px at 70% 20%, color-mix(in srgb, var(--fc1) 25%, transparent), transparent 65%),
        linear-gradient(135deg, #f4faf7, #e9f5ee);
    border: 1px solid #e2efe7;
    overflow: hidden;
}
.lp-feature__visual > i {
    font-size: 120px;
    background: linear-gradient(135deg, var(--fc1), var(--fc2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 18px 30px color-mix(in srgb, var(--fc1) 45%, transparent));
}
.lp-feature__chip {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: #fff;
    border: 1px solid #e2efe7;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 12.5px;
    font-weight: 800;
    color: #0a1a2f;
    box-shadow: 0 14px 28px -14px rgba(7, 94, 84, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lp-feature__chip i { color: #059669; font-size: 15px; }
/* ---------- Premium steps ---------- */
.tutorial__single.lp-step {
    position: relative;
    background: #fff !important;
    border: 1px solid #e2efe7 !important;
    border-radius: 20px !important;
    padding: 34px 26px 28px !important;
    box-shadow: 0 20px 44px -28px rgba(7, 94, 84, 0.4) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    overflow: hidden;
}
.tutorial__single.lp-step:hover {
    transform: translateY(-6px) !important;
}
.tutorial__single.lp-step::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #e8c468);
}
.lp-step__num {
    position: absolute !important;
    top: 16px !important;
    right: 20px !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    color: #e6f2ec !important;
    line-height: 1 !important;
}
.tutorial__single.lp-step h3 {
    font-weight: 800 !important;
    color: #0a1a2f !important;
    letter-spacing: -0.3px !important;
}

/* ================= THEME-NATIVE LAYER (light + dark) ================= */
.lp-hero {
    background:
        radial-gradient(800px 340px at 85% -60px, rgba(16, 185, 129, 0.14), transparent 60%),
        radial-gradient(640px 320px at -100px 30%, rgba(232, 196, 104, 0.12), transparent 60%),
        linear-gradient(180deg, hsl(var(--white)), hsl(var(--section-bg, var(--white)))) !important;
}
.lp-title,
.lp-suite__card h6,
.lp-stat strong,
.lp-section-head h2,
.lp-feature__text h2,
.tutorial__single.lp-step h3,
.lp-mock__kpi strong {
    color: hsl(var(--heading-color)) !important;
}
.lp-sub,
.lp-trust p,
.lp-suite__card p,
.lp-section-head p,
.lp-feature__text p,
.tutorial__single.lp-step p,
.lp-mock__kpi small {
    color: hsl(var(--body-color)) !important;
}
.lp-stat,
.lp-suite__card,
.lp-feature__visual,
.tutorial__single.lp-step,
.lp-mock,
.lp-float,
.lp-mock__kpi,
.lp-mock__chart,
.lp-mock__chat {
    background: hsl(var(--white)) !important;
    border-color: hsl(var(--border-color)) !important;
}
.lp-avatars span { border-color: hsl(var(--white)) !important; }
.lp-feature { border-bottom-color: hsl(var(--border-color)) !important; }
.lp-mock__main { background: #f1f5f4 !important; }
body main section h2 { color: hsl(var(--heading-color)) !important; }
body main section p { color: hsl(var(--body-color)) !important; }

/* ---------- Dark-mode refinements ---------- */
[data-theme="dark"] .header__area.header__area {
    background: rgba(7, 18, 36, 0.88) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14) !important;
}
[data-theme="dark"] .header__area .header__menu ul li a { color: #e2e8f0 !important; }
[data-theme="dark"] .lp-hero {
    background:
        radial-gradient(800px 340px at 85% -60px, rgba(16, 185, 129, 0.16), transparent 60%),
        radial-gradient(640px 320px at -100px 30%, rgba(232, 196, 104, 0.08), transparent 60%),
        linear-gradient(180deg, #0a1a2f 0%, #071224 100%) !important;
}
[data-theme="dark"] .lp-eyebrow,
[data-theme="dark"] .lp-feature__eyebrow { color: #34d399 !important; }
[data-theme="dark"] .lp-badge {
    background: rgba(16, 185, 129, 0.14) !important;
    border-color: rgba(52, 211, 153, 0.4) !important;
    color: #6ee7b7 !important;
}
[data-theme="dark"] .lp-feature__visual {
    background:
        radial-gradient(320px 200px at 70% 20%, rgba(16, 185, 129, 0.14), transparent 65%),
        linear-gradient(135deg, #0d2240, #071224) !important;
}
[data-theme="dark"] .lp-feature__num { background: #34d399 !important; color: #04150e !important; }
[data-theme="dark"] .lp-stat::before { opacity: 1; }
[data-theme="dark"] .lp-mock { box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.8) !important; }
[data-theme="dark"] .lp-band,
[data-theme="dark"] .lp-cta-band { border: 1px solid rgba(148, 163, 184, 0.14); }
[data-theme="dark"] .lp-suite__card { border-left: 4px solid #34d399 !important; }
[data-theme="dark"] .lp-btn--ghost {
    background: transparent !important;
    color: #e2e8f0 !important;
    border-color: rgba(148, 163, 184, 0.35) !important;
}
[data-theme="dark"] .lp-trust p strong { color: #fff !important; }
[data-theme="dark"] .lp-stat span { color: #94a3b8 !important; }
[data-theme="dark"] .lp-section-head p { color: #a9bccd !important; }
[data-theme="dark"] .lp-sub { color: #c3d0dd !important; }
