/* =====================================================================
   WA GENIUS / SAHABATAPI.ID — PREMIUM V2 (MEKARI-TIER TOTAL OVERHAUL)
   Build: 2026-09-18 v2-total-overhaul
   ===================================================================== */

:root {
    --ink: #0b1424;
    --ink-2: #0d2240;
    --ink-3: #14315a;
    --brand: #10b981;
    --brand-2: #34d399;
    --brand-3: #059669;
    --brand-deep: #047857;
    --brand-dark: #064e3b;
    --gold: #d9a93b;
    --gold-2: #e8c468;
    --gold-3: #f7d77c;
    --line: #e6efe9;
    --line-2: #dfe9e3;
    --bg: #ffffff;
    --bg-soft: #f8fbf9;
    --bg-2: #f0faf4;
    --muted: #54645b;
    --muted-2: #8fa3b8;
    --radius: 14px;
    --radius-lg: 22px;
    --radius-xl: 28px;
    --shadow: 0 24px 48px -24px rgba(7, 94, 84, 0.22);
    --shadow-lg: 0 36px 72px -32px rgba(7, 94, 84, 0.32);
    --shadow-sm: 0 8px 20px -10px rgba(7, 94, 84, 0.2);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
    color: var(--ink);
    background: var(--bg);
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

a { text-decoration: none; transition: var(--transition); }

.container { max-width: 1240px !important; }

/* ============================================================
   1. PREMIUM HEADER
   ============================================================ */
.header__area {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    backdrop-filter: blur(18px) saturate(180%);
    border-bottom: 1px solid rgba(7, 94, 84, 0.08);
    box-shadow: 0 2px 24px -16px rgba(7, 94, 84, 0.18);
}

.header__main { padding: 14px 0; }

.header__logo img { max-height: 38px; }

.header__menu ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header__menu ul li a {
    font-weight: 600;
    font-size: 15px;
    color: var(--ink) !important;
    padding: 10px 0;
    position: relative;
}

.header__menu ul li a::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 4px;
    width: 0; height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--brand-deep));
    border-radius: 2px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.header__menu ul li a:hover::after,
.header__menu ul li a.active::after { width: 80%; }

.header__menu ul li a.active { color: var(--brand-deep) !important; }

.header__widgets { display: flex; align-items: center; gap: 14px; }

.header__login .btn {
    background: linear-gradient(120deg, var(--brand), var(--brand-deep)) !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    border-radius: 12px !important;
    box-shadow: var(--shadow-sm);
}

.header__login .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -10px rgba(7, 94, 84, 0.55);
}

/* ============================================================
   2. PREMIUM HERO
   ============================================================ */
.lp-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 80px;
    background:
        radial-gradient(900px 380px at 88% -10%, rgba(16, 185, 129, 0.14), transparent 60%),
        radial-gradient(720px 360px at -10% 30%, rgba(232, 196, 104, 0.10), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(7, 94, 84, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 94, 84, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(720px 320px at 50% 0%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(720px 320px at 50% 0%, #000 30%, transparent 80%);
    pointer-events: none;
}

.lp-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .lp-hero__grid { grid-template-columns: 1fr; gap: 40px; }
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--brand-deep);
    background: linear-gradient(135deg, #ffffff 0%, #ddf3e7 100%);
    border: 1.5px solid #a7e3c3;
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 24px;
    box-shadow: 0 6px 16px -8px rgba(7, 94, 84, 0.25);
}

.lp-badge .dot {
    width: 8px; height: 8px;
    background: var(--brand);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
    animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.08); }
}

.lp-title {
    font-size: clamp(38px, 5.2vw, 64px);
    font-weight: 800;
    letter-spacing: -1.6px;
    line-height: 1.05;
    color: var(--ink);
    margin: 0 0 22px;
    text-wrap: balance;
}

.lp-title span {
    background: linear-gradient(110deg, var(--brand-deep) 0%, var(--brand) 50%, var(--gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
}

.lp-sub {
    font-size: 17.5px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0 0 32px;
    max-width: 560px;
}

.lp-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 30px;
    border-radius: 14px;
    transition: var(--transition);
    border: 0;
    cursor: pointer;
}

.lp-btn--primary {
    background: linear-gradient(120deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    box-shadow: 0 18px 36px -14px rgba(7, 94, 84, 0.7);
}

.lp-btn--primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -14px rgba(7, 94, 84, 0.85);
}

.lp-btn--ghost {
    background: #fff;
    color: var(--ink);
    border: 1.5px solid var(--line);
}

.lp-btn--ghost:hover {
    border-color: var(--brand);
    color: var(--brand-deep);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.lp-trust {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
    flex-wrap: wrap;
}

.lp-avatars { display: flex; }
.lp-avatars span {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    border: 3px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px -6px rgba(7, 94, 84, 0.45);
}
.lp-avatars span + span { margin-left: -10px; }
.lp-avatars span:nth-child(2) { background: linear-gradient(135deg, var(--gold-2), var(--gold)); }
.lp-avatars span:nth-child(3) { background: linear-gradient(135deg, #38bdf8, #0284c7); }

.lp-trust .lp-stars { color: var(--gold); letter-spacing: 3px; font-size: 14px; }
.lp-trust p { margin: 4px 0 0; font-size: 13.5px; color: var(--muted); }
.lp-trust strong { color: var(--ink); font-weight: 700; }

/* HERO visual: dashboard mockup */
.lp-visual { position: relative; }

.lp-mock {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.lp-mock__bar {
    background: linear-gradient(180deg, #f8fbf9, #eef5f0);
    border-bottom: 1px solid var(--line);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lp-mock__bar i {
    width: 12px; height: 12px;
    background: var(--line-2);
    border-radius: 50%;
}
.lp-mock__bar i:nth-child(1) { background: #ff7062; }
.lp-mock__bar i:nth-child(2) { background: #ffb84d; }
.lp-mock__bar i:nth-child(3) { background: #5ec27c; }

.lp-mock__url {
    margin-left: 12px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 500;
    font-family: ui-monospace, monospace;
}

.lp-mock__body {
    display: grid;
    grid-template-columns: 64px 1fr;
    min-height: 380px;
}

.lp-mock__side {
    background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
    padding: 22px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.lp-mock__logo {
    width: 40px; height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    box-shadow: 0 8px 22px -8px rgba(16, 185, 129, 0.7);
}

.lp-mock__nav {
    width: 40px; height: 40px;
    border-radius: 12px;
    color: #6b8294;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.lp-mock__nav:hover { background: rgba(255,255,255,0.08); color: #fff; }
.lp-mock__nav.on {
    background: rgba(16, 185, 129, 0.18);
    color: var(--brand-2);
    box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.32);
}

.lp-mock__main {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.lp-mock__kpis {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.lp-mock__kpi {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
}

.lp-mock__kpi small {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: 6px;
}
.lp-mock__kpi strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.5px;
}
.lp-mock__kpi strong.up { color: var(--brand-deep); }

.lp-mock__chart {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px 16px 12px;
}

.lp-mock__bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    height: 84px;
}
.lp-mock__bars i {
    flex: 1;
    background: linear-gradient(180deg, var(--brand), var(--brand-deep));
    border-radius: 6px 6px 2px 2px;
    min-height: 8%;
    transition: transform 0.3s ease;
}
.lp-mock__bars i.hot { background: linear-gradient(180deg, var(--gold-2), var(--gold)); }
.lp-mock__bars i:nth-child(odd) { opacity: 0.86; }

.lp-mock__chat {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    position: relative;
    overflow: hidden;
}
.lp-mock__chat::before {
    content: "";
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(7,94,84,0.06) 1px, transparent 1px);
    background-size: 10px 10px;
    pointer-events: none;
    opacity: 0.7;
}

.lp-mock__ai {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--brand-deep);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}
.lp-mock__ai::before {
    content: ""; width: 6px; height: 6px;
    background: var(--brand-2);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(110, 231, 183, 0.35);
}

.lp-mock__bubble {
    font-size: 12px;
    line-height: 1.45;
    padding: 8px 12px;
    border-radius: 12px;
    margin-bottom: 6px;
    max-width: 88%;
    background: rgba(255,255,255,0.85);
    color: var(--ink);
    border: 1px solid rgba(7,94,84,0.1);
}
.lp-mock__bubble.me {
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    margin-left: auto;
    border: 0;
}

.lp-float {
    position: absolute;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: var(--shadow);
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.lp-float i {
    width: 32px; height: 32px;
    border-radius: 10px;
    background: var(--brand);
    color: var(--brand-deep);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lp-float--a { top: 24px; left: -28px; animation: float 5s ease-in-out infinite; }
.lp-float--b {
    bottom: 28px; right: -24px;
    animation: float 5s ease-in-out infinite;
    animation-delay: 2.5s;
}
.lp-float--b i {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #fff;
}

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

@media (max-width: 575px) {
    .lp-float--a { left: 6px; padding: 8px 12px; font-size: 11px; }
    .lp-float--b { right: 6px; padding: 8px 12px; font-size: 11px; }
}

/* HERO stats triplet */
.lp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .lp-stats { grid-template-columns: 1fr; }
}

.lp-stat {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 26px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.lp-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: #a7e3c3;
}

.lp-stat::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--gold));
}

.lp-stat strong {
    display: block;
    font-size: clamp(28px, 3.4vw, 36px);
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 4px;
}
.lp-stat strong.text--base { color: var(--brand-deep); }
.lp-stat strong.text--info { color: #0284c7; }
.lp-stat strong.text--success { color: var(--brand-deep); }

.lp-stat span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--muted);
}

/* HERO dark band (uptime/ai/setup) */
.lp-band {
    background:
        radial-gradient(700px 240px at 15% 0%, rgba(16, 185, 129, 0.16), transparent 60%),
        radial-gradient(600px 240px at 85% 100%, rgba(232, 196, 104, 0.14), transparent 60%),
        linear-gradient(120deg, var(--brand-dark) 0%, var(--ink-2) 60%, #07332a 100%);
    border-radius: var(--radius-xl);
    padding: 36px 40px;
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    box-shadow: 0 30px 60px -28px rgba(2, 8, 20, 0.65);
}

@media (max-width: 767px) {
    .lp-band { grid-template-columns: repeat(2, 1fr); padding: 28px 24px; gap: 22px; }
}

.lp-band__item {
    text-align: center;
    position: relative;
    color: #fff;
}

.lp-band__item + .lp-band__item::before {
    content: "";
    position: absolute;
    left: -16px; top: 20%; bottom: 20%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(232, 196, 104, 0.6), transparent);
}
@media (max-width: 767px) { .lp-band__item + .lp-band__item::before { display: none; } }

.lp-band__item strong {
    display: block;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.lp-band__item strong em {
    font-style: normal;
    background: linear-gradient(92deg, var(--brand-2) 0%, var(--gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.lp-band__item span {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}

/* ============================================================
   3. SUITE — 6 channel cards
   ============================================================ */
.lp-suite {
    padding: 90px 0 30px;
    background: var(--bg);
}

.lp-section-head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 56px;
}

.lp-section-head .lp2-eyebrow,
.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-deep);
    background: linear-gradient(135deg, #ffffff 0%, #ddf3e7 100%);
    border: 1.5px solid #a7e3c3;
    padding: 7px 18px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.lp-eyebrow::before,
.lp2-eyebrow::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--brand);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
}

.lp-section-head h2 {
    font-size: clamp(28px, 3.8vw, 44px);
    font-weight: 800;
    letter-spacing: -0.8px;
    color: var(--ink);
    margin: 0 0 12px;
    line-height: 1.15;
    text-wrap: balance;
}

.lp-section-head p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.lp-suite__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
@media (max-width: 991px) { .lp-suite__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .lp-suite__grid { grid-template-columns: 1fr; } }

.lp-suite__card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 26px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.lp-suite__card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--sc1, var(--brand)), var(--sc2, var(--brand-deep)));
}
.lp-suite__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: #a7e3c3;
}
.lp-suite__card > i {
    width: 52px; height: 52px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--sc1, var(--brand)) 0%, var(--sc2, var(--brand-deep)) 100%);
    color: #fff;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px -10px var(--sc1, var(--brand));
}
.lp-suite__card h6 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.3px;
}
.lp-suite__card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
}

/* ============================================================
   4. BRAND STRIP
   ============================================================ */
.lp-brand {
    padding: 48px 0;
    background: linear-gradient(180deg, var(--bg) 0%, #f6fbfa 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.lp-brand__title {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 28px;
}
.lp-brand__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center;
}
@media (max-width: 767px) { .lp-brand__grid { grid-template-columns: repeat(3, 1fr); } }
.lp-brand__item {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f4faf7 100%);
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--muted-2);
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -0.5px;
    filter: grayscale(0.6);
    opacity: 0.85;
    transition: var(--transition);
}
.lp-brand__item:hover {
    filter: grayscale(0);
    opacity: 1;
    color: var(--ink);
    border-color: #a7e3c3;
    transform: translateY(-2px);
}

/* ============================================================
   5. FEATURES — full-width alternating rows (Mekari)
   ============================================================ */
.lp-feature {
    padding: 110px 0;
    background: var(--bg);
    position: relative;
}

.lp-feature__row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f4faf7 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    padding: 60px;
    margin-bottom: 28px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.lp-feature__row::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 0% 0%, rgba(16, 185, 129, 0.06) 0%, transparent 50%);
    pointer-events: none;
}
.lp-feature__row:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.lp-feature__row:nth-child(even) {
    grid-template-columns: 1.2fr 1fr;
}
.lp-feature__row:nth-child(even) .lp-feature__text { order: 2; }
.lp-feature__row:nth-child(even) .lp-feature__visual { order: 1; }

@media (max-width: 991px) {
    .lp-feature__row,
    .lp-feature__row:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 28px;
    }
    .lp-feature__row:nth-child(even) .lp-feature__text { order: 1; }
    .lp-feature__row:nth-child(even) .lp-feature__visual { order: 2; }
}

.lp-feature__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    background: var(--ink);
    color: var(--gold-2);
    font-weight: 800;
    font-size: 17px;
    border-radius: 14px;
    margin-bottom: 18px;
}
.lp-feature__eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-deep);
    margin-bottom: 12px;
}
.lp-feature__title {
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.6px;
    line-height: 1.15;
    margin: 0 0 16px;
    text-wrap: balance;
}
.lp-feature__desc {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0 0 22px;
    max-width: 520px;
}
.lp-feature__checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lp-feature__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    color: var(--ink);
    font-size: 14.5px;
    font-weight: 600;
}
.lp-feature__checklist li i {
    color: var(--brand);
    background: #ddf3e7;
    width: 22px; height: 22px;
    border-radius: 50%;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.lp-feature__visual {
    background: linear-gradient(135deg, var(--fc1, var(--brand)) 0%, var(--fc2, var(--brand-deep)) 100%);
    border-radius: var(--radius-lg);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 36px;
}
.lp-feature__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}
.lp-feature__visual-icon {
    font-size: 96px;
    color: #fff;
    opacity: 0.95;
    z-index: 1;
    filter: drop-shadow(0 16px 32px rgba(0,0,0,0.18));
}
.lp-feature__chip {
    position: absolute;
    bottom: 22px; left: 22px;
    background: rgba(255,255,255,0.96);
    color: var(--ink);
    font-weight: 700;
    font-size: 12.5px;
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: 0 12px 24px -10px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}
.lp-feature__chip i { color: var(--brand-deep); font-size: 14px; }

/* ============================================================
   6. STEPS — how it works (Mekari-style rows)
   ============================================================ */
.lp-steps {
    padding: 110px 0;
    background:
        radial-gradient(700px 320px at 100% 0%, rgba(16,185,129,0.06), transparent 60%),
        radial-gradient(640px 320px at 0% 100%, rgba(232,196,104,0.05), transparent 60%),
        linear-gradient(180deg, #f6fbfa 0%, #ffffff 100%);
    position: relative;
}

.lp-step {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 36px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    padding: 36px 40px;
    margin-bottom: 22px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.lp-step:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: #a7e3c3;
}
.lp-step::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 110px; height: 100%;
    background: linear-gradient(135deg, var(--brand-2) 0%, var(--brand-deep) 100%);
    opacity: 0;
    transition: var(--transition);
}
.lp-step:hover::before { opacity: 0.04; }

@media (max-width: 767px) {
    .lp-step { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
}

.lp-step__num {
    width: 90px; height: 90px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    font-weight: 900;
    font-size: 38px;
    letter-spacing: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px -12px rgba(7, 94, 84, 0.55);
}

.lp-step__title {
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.4px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.lp-step__desc {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}

/* ============================================================
   7. CRM PHONE MOCKUP
   ============================================================ */
.lp-crm {
    padding: 110px 0;
    background: var(--bg);
    position: relative;
    overflow: hidden;
}
.lp-crm::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 480px at 50% 50%, rgba(16,185,129,0.06), transparent 70%);
}
.lp-crm__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) { .lp-crm__grid { grid-template-columns: 1fr; gap: 48px; } }

.lp-crm__text h2 {
    font-size: clamp(28px, 3.8vw, 44px);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin: 18px 0 14px;
    text-wrap: balance;
}
.lp-crm__text p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0 0 24px;
}
.lp-crm__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
}
.lp-crm__stat {
    background: linear-gradient(135deg, #f4faf7 0%, #ffffff 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    text-align: center;
}
.lp-crm__stat strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: var(--brand-deep);
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}
.lp-crm__stat span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--muted);
}

.lp-phone {
    margin: 0 auto;
    width: 320px;
    height: 620px;
    background: linear-gradient(180deg, #0b1424 0%, #0d2240 100%);
    border-radius: 48px;
    padding: 12px;
    border: 2px solid #1f2a3e;
    box-shadow:
        0 50px 80px -28px rgba(11, 20, 36, 0.45),
        inset 0 0 0 2px rgba(255,255,255,0.04);
    position: relative;
}
.lp-phone__notch {
    width: 110px; height: 26px;
    background: #0b1424;
    border-radius: 14px;
    margin: 0 auto 14px;
}
.lp-phone__screen {
    background: linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
    border-radius: 38px;
    height: calc(100% - 38px);
    overflow: hidden;
    position: relative;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
}
.lp-phone__head {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}
.lp-phone__head h5 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 800;
    color: var(--ink);
}
.lp-phone__head p {
    margin: 0;
    font-size: 11px;
    color: var(--brand-deep);
    font-weight: 600;
}
.lp-phone__head p i {
    color: var(--brand);
    font-size: 8px;
    margin-right: 4px;
}
.lp-phone__chats {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    overflow: hidden;
}
.lp-phone__msg {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.4;
    max-width: 80%;
    border: 1px solid var(--line);
    background: #fff;
}
.lp-phone__msg.them {
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}
.lp-phone__msg.me {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    align-self: flex-end;
    border: 0;
    border-bottom-right-radius: 4px;
}
.lp-phone__msg time {
    display: block;
    font-size: 9px;
    opacity: 0.65;
    margin-top: 4px;
    text-align: right;
}

.lp-phone__cta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}
.lp-phone__quick {
    background: var(--ink);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 12px;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
}

/* ============================================================
   8. PRICING
   ============================================================ */
.lp-pricing {
    padding: 110px 0;
    background: linear-gradient(180deg, #f6fbfa 0%, #ffffff 100%);
    position: relative;
}

.lp-pricing__billing {
    display: inline-flex;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 7px;
    margin: 0 auto 36px;
    box-shadow: var(--shadow-sm);
}
.lp-pricing__billing-option {
    padding: 9px 24px;
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    border-radius: 999px;
    cursor: pointer;
    transition: var(--transition);
}
.lp-pricing__billing-option.active {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    box-shadow: 0 6px 16px -8px rgba(7, 94, 84, 0.55);
}

.lp-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 991px) { .lp-pricing__grid { grid-template-columns: 1fr; max-width: 480px; } }

.lp-price-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-xl);
    padding: 38px 32px;
    position: relative;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}
.lp-price-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}
.lp-price-card--featured {
    background: linear-gradient(160deg, var(--brand-dark) 0%, #052e23 100%);
    color: #fff;
    border-color: transparent;
    transform: scale(1.03);
    box-shadow: 0 36px 70px -28px rgba(7, 94, 84, 0.65);
}
@media (max-width: 991px) {
    .lp-price-card--featured { transform: none; }
}

.lp-price-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 100%);
    color: var(--ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    box-shadow: 0 10px 24px -8px rgba(217, 169, 59, 0.55);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lp-price-card__badge i { font-size: 12px; }

.lp-price-card__title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-deep);
    margin: 0 0 8px;
}
.lp-price-card--featured .lp-price-card__title { color: var(--gold-2); }

.lp-price-card__price {
    margin: 18px 0;
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.lp-price-card__price-amount {
    font-size: 52px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -1.5px;
    line-height: 1;
}
.lp-price-card--featured .lp-price-card__price-amount { color: #fff; }
.lp-price-card__price-cycle {
    font-size: 13.5px;
    color: var(--muted);
    font-weight: 600;
}
.lp-price-card--featured .lp-price-card__price-cycle { color: rgba(255,255,255,0.7); }

.lp-price-card__desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0 0 24px;
    min-height: 68px;
}
.lp-price-card--featured .lp-price-card__desc { color: rgba(255,255,255,0.78); }

.lp-price-card__feat {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex-grow: 1;
}
.lp-price-card__feat li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    color: var(--ink);
}
.lp-price-card--featured .lp-price-card__feat li { color: rgba(255,255,255,0.92); }
.lp-price-card__feat li i {
    color: var(--brand-deep);
    background: #ddf3e7;
    width: 22px; height: 22px;
    border-radius: 50%;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.lp-price-card--featured .lp-price-card__feat li i {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: var(--ink);
}

.lp-price-card__cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    background: #fff;
    color: var(--brand-deep);
    border: 1.5px solid var(--brand);
    border-radius: 12px;
    font-weight: 800;
    font-size: 14.5px;
    transition: var(--transition);
}
.lp-price-card__cta:hover {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -12px rgba(7, 94, 84, 0.55);
}
.lp-price-card--featured .lp-price-card__cta {
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 100%);
    color: var(--ink);
    border: 0;
}
.lp-price-card--featured .lp-price-card__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px -10px rgba(217, 169, 59, 0.65);
    color: var(--ink);
}

/* ============================================================
   9. FAQ
   ============================================================ */
.lp-faq {
    padding: 110px 0;
    background: var(--bg);
}

.lp-faq__inner {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 5fr 7fr;
}
@media (max-width: 991px) { .lp-faq__inner { grid-template-columns: 1fr; } }

.lp-faq__side {
    background: linear-gradient(155deg, var(--brand-dark) 0%, #052e23 100%);
    color: #fff;
    padding: 56px 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-faq__side::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 100% 100%, rgba(110, 231, 183, 0.18) 0%, transparent 60%);
    pointer-events: none;
}
.lp-faq__side > * { position: relative; z-index: 1; }
.lp-faq__side h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
    line-height: 1.25;
}
.lp-faq__side p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.78);
    margin: 0 0 26px;
}
.lp-faq__side-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 100%);
    color: var(--ink);
    font-weight: 800;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 12px;
    box-shadow: 0 14px 28px -10px rgba(217, 169, 59, 0.55);
    align-self: flex-start;
}
.lp-faq__side-cta:hover {
    transform: translateY(-2px);
    color: var(--ink);
    box-shadow: 0 18px 34px -10px rgba(217, 169, 59, 0.75);
}

.lp-faq__list { padding: 40px; }

.lp-faq__item {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin-bottom: 12px;
    background: #fff;
    transition: var(--transition);
    overflow: hidden;
}
.lp-faq__item:hover { border-color: #a7e3c3; }
.lp-faq__item:has(.lp-faq__btn[aria-expanded="true"]) {
    border-color: var(--brand);
    box-shadow: 0 14px 30px -16px rgba(7, 94, 84, 0.35);
}

.lp-faq__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 22px 26px;
    background: transparent;
    border: 0;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    gap: 20px;
}
.lp-faq__btn[aria-expanded="true"] {
    background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
    color: var(--brand-deep);
}
.lp-faq__btn::after {
    content: "+";
    flex-shrink: 0;
    width: 32px; height: 32px;
    background: var(--bg-soft);
    color: var(--brand-deep);
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.lp-faq__btn[aria-expanded="true"]::after {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    transform: rotate(45deg);
}
.lp-faq__ans {
    padding: 0 26px 24px;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.7;
}

/* ============================================================
   10. TESTIMONIAL — Mekari-style stats + 3 review cards
   ============================================================ */
.lp-testimonial {
    padding: 110px 0 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.lp-testimonial__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(150deg, var(--brand-dark) 0%, var(--brand-deep) 100%);
    border-radius: var(--radius-xl);
    padding: 40px 32px;
    margin-bottom: 56px;
    box-shadow: 0 36px 70px -28px rgba(7, 94, 84, 0.65);
    position: relative;
    overflow: hidden;
}
.lp-testimonial__stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
}
.lp-testimonial__stats > * { position: relative; z-index: 1; }
@media (max-width: 767px) { .lp-testimonial__stats { grid-template-columns: repeat(2, 1fr); gap: 18px; } }

.lp-testimonial__stat {
    text-align: center;
    color: #fff;
    padding: 6px 0;
    position: relative;
}
.lp-testimonial__stat + .lp-testimonial__stat::before {
    content: "";
    position: absolute;
    left: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(232, 196, 104, 0.55), transparent);
}
@media (max-width: 767px) { .lp-testimonial__stat + .lp-testimonial__stat::before { display: none; } }

.lp-testimonial__stat strong {
    display: block;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 8px;
    background: linear-gradient(92deg, var(--brand-2) 0%, var(--gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.lp-testimonial__stat span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
}

.lp-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 991px) { .lp-reviews { grid-template-columns: 1fr; } }

.lp-review {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 30px 30px 26px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}
.lp-review:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: #a7e3c3;
}
.lp-review__quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px; height: 48px;
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 100%);
    color: #fff;
    border-radius: 14px;
    font-size: 24px;
    margin-bottom: 22px;
    box-shadow: 0 12px 24px -10px rgba(217, 169, 59, 0.55);
}
.lp-review__stars {
    display: flex;
    gap: 3px;
    color: var(--gold);
    margin-bottom: 14px;
    font-size: 16px;
}
.lp-review__quote-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink);
    margin: 0 0 22px;
    flex-grow: 1;
}
.lp-review__quote-text::before {
    content: "\201C";
    color: var(--brand);
    font-size: 28px;
    line-height: 0;
    margin-right: 4px;
    font-weight: 800;
    vertical-align: -8px;
}
.lp-review__author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
.lp-review__avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 6px 14px -8px rgba(7, 94, 84, 0.45);
    flex-shrink: 0;
}
.lp-review__avatar-fallback {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-review__name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 800;
    color: var(--ink);
}
.lp-review__role {
    margin: 0;
    font-size: 12.5px;
    color: var(--muted);
}
.lp-review__verified {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #ddf3e7;
    color: var(--brand-deep);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 999px;
}

/* ============================================================
   11. CTA BAND
   ============================================================ */
.lp-cta-band {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(700px 320px at 90% 0%, rgba(232, 196, 104, 0.22), transparent 60%),
        radial-gradient(900px 480px at 0% 100%, rgba(16, 185, 129, 0.22), transparent 60%),
        linear-gradient(155deg, var(--brand-dark) 0%, var(--ink-2) 100%);
    border-radius: var(--radius-xl);
    padding: 80px 56px;
    box-shadow: 0 40px 80px -32px rgba(7, 94, 84, 0.7);
    isolation: isolate;
    margin: 0 0 0;
}
.lp-cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: -1;
}
.lp-cta-band__glow {
    position: absolute;
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(110, 231, 183, 0.4), transparent 60%);
    border-radius: 50%;
    top: -240px; right: -120px;
    pointer-events: none;
    z-index: -1;
}

.lp-cta-band__content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.lp-cta-band__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(110, 231, 183, 0.16);
    border: 1px solid rgba(110, 231, 183, 0.4);
    color: var(--brand-2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 999px;
    margin-bottom: 24px;
}
.lp-cta-band__eyebrow i { font-size: 14px; }
.lp-cta-band__title {
    font-size: clamp(30px, 4.2vw, 52px);
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.1;
    margin: 0 0 18px;
    background: linear-gradient(92deg, #ffffff 0%, var(--brand-2) 50%, var(--gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.lp-cta-band__desc {
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto 36px;
    max-width: 640px;
}
.lp-cta-band__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.lp-cta-band__btn-primary {
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 100%);
    color: var(--ink);
    padding: 18px 36px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 22px 44px -14px rgba(217, 169, 59, 0.6);
    transition: var(--transition);
}
.lp-cta-band__btn-primary:hover {
    color: var(--ink);
    transform: translateY(-3px);
    box-shadow: 0 26px 50px -14px rgba(217, 169, 59, 0.75);
}
.lp-cta-band__btn-secondary {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.32);
    color: #fff;
    padding: 18px 32px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}
.lp-cta-band__btn-secondary:hover {
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.55);
    color: #fff;
    transform: translateY(-3px);
}

.lp-cta-band__note {
    margin: 30px 0 0;
    color: rgba(255,255,255,0.65) !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.lp-cta-band__note::before {
    content: "Z";
    color: var(--gold-2);
    margin-right: 6px;
}

@media (max-width: 575px) {
    .lp-cta-band { padding: 56px 24px; }
}

/* ============================================================
   12. BLOG
   ============================================================ */
.lp-blog {
    padding: 110px 0;
    background: var(--bg);
}

.lp-blog__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 56px;
}

.lp-blog__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(120deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
}
.lp-blog__btn:hover { color: #fff; transform: translateY(-2px); }

.lp-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 991px) { .lp-blog__grid { grid-template-columns: 1fr; } }

.lp-blog-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.lp-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: #a7e3c3;
}
.lp-blog-card__img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--bg-soft);
}
.lp-blog-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.lp-blog-card:hover .lp-blog-card__img img { transform: scale(1.06); }
.lp-blog-card__cat {
    position: absolute;
    top: 14px; left: 14px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(6px);
    color: var(--brand-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
}
.lp-blog-card__body {
    padding: 24px 26px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.lp-blog-card__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--brand-deep);
    margin-bottom: 14px;
}
.lp-blog-card__date i { font-size: 13px; }
.lp-blog-card__title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 1.4;
    margin: 0 0 18px;
    color: var(--ink);
}
.lp-blog-card__title a { color: inherit; }
.lp-blog-card__title a:hover { color: var(--brand-deep); }
.lp-blog-card__cta {
    margin-top: auto;
    align-self: flex-start;
    background: transparent;
    border: 1.5px solid var(--line-2);
    color: var(--ink);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}
.lp-blog-card__cta:hover {
    background: linear-gradient(120deg, var(--brand), var(--brand-deep));
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

/* ============================================================
   13. SUBSCRIBE STRIP
   ============================================================ */
.lp-subscribe {
    padding: 56px 0;
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
    color: #fff;
}
.lp-subscribe__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}
@media (max-width: 767px) { .lp-subscribe__inner { grid-template-columns: 1fr; } }
.lp-subscribe h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.4px;
    margin: 0;
}
.lp-subscribe p {
    color: rgba(255,255,255,0.7);
    font-size: 14.5px;
    margin: 6px 0 0;
}
.lp-subscribe__form {
    display: flex;
    gap: 10px;
}
.lp-subscribe__input {
    flex: 1;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
}
.lp-subscribe__input::placeholder { color: rgba(255,255,255,0.5); }
.lp-subscribe__btn {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: 12px;
    box-shadow: 0 14px 28px -10px rgba(7, 94, 84, 0.6);
}

/* ============================================================
   14. FOOTER POLISH
   ============================================================ */
.footer__area {
    background: linear-gradient(180deg, #f6fbfa 0%, #ffffff 100%);
    padding: 80px 0 32px;
    border-top: 1px solid var(--line);
}
.footer__about img { max-height: 42px; }
.footer__about p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 18px 0;
    max-width: 320px;
}
.footer__social {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__social a {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.footer__social a:hover {
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    transform: translateY(-2px);
}
.footer__menu h2 {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--ink);
    margin: 0 0 18px;
}
.footer__menu ul { list-style: none; padding: 0; margin: 0; }
.footer__menu ul li { margin-bottom: 10px; }
.footer__menu ul li a {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}
.footer__menu ul li a:hover {
    color: var(--brand-deep);
    margin-left: 4px;
}
.footer__contact ul { list-style: none; padding: 0; margin: 0; }
.footer__contact ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 10px;
}
.footer__contact ul li a i {
    width: 32px; height: 32px;
    background: var(--bg-2);
    color: var(--brand-deep);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.footer__bottom {
    border-top: 1px solid var(--line);
    margin-top: 56px;
    padding-top: 24px;
    text-align: center;
}
.footer__bottom p {
    color: var(--muted);
    font-size: 13.5px;
    margin: 0;
}

/* ============================================================
   15. RID old ugly classes (prevent leaks from template default)
   ============================================================ */
.tutorial__sp, .faq__sp, .pricing__sp, .testimonial__sp, .blog__sp,
.integration__sp, .feature__sp, .integration__area > .integration__sp,
.tutorial__area .tutorial__sp {
    display: none !important;
}

/* Override existing ugly section defaults */
section.feature__area,
section.testimonial__area,
section.tutorial__area,
section.faq__area,
section.blog__area,
section.pricing__area,
section.integration__area,
section.cta__area {
    /* keep markup but reassign visuals */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: transparent !important;
}

section.feature__area > .container,
section.testimonial__area > .container,
section.tutorial__area > .container,
section.faq__area > .container,
section.blog__area > .container,
section.pricing__area > .container,
section.integration__area > .container {
    padding: 0;
}

/* Hide stock SVG decorations */
.feature__area > .tutorial__sp,
.testimonial__area > .tutorial__sp,
.faq__area > .faq__sp,
.pricing__area > .pricing__sp,
.blog__area > .blog__sp,
.integration__area > .integration__sp,
.cta__area { /* keep */ }

/* Reset excessive stock divs */
section.integration__area .container > .integration__wrap {
    padding-top: 0;
    padding-bottom: 0;
}
section.feature__area .container { margin-top: 0; }

/* kill old lp-feature inside feature__area (we use new lp-feature below this) */
.lp-feature { padding: 110px 0; }

/* ============================================================
   16. TOTAL-OVERHAUL ADD-ON (2026-09-18): announce, trust stats,
   pricing feat, reveal
   ============================================================ */
.lp-announce {
    background: linear-gradient(90deg, #064e3b 0%, #047857 50%, #064e3b 100%);
    color: #fff;
    text-align: center;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 16px;
}
.lp-announce i { color: var(--gold-2); margin-right: 6px; }
.lp-announce a { color: var(--gold-2); font-weight: 800; margin-left: 6px; }
.lp-announce a:hover { color: #fff; }

.lp-brand__grid--stats .lp-brand__item {
    flex-direction: column;
    gap: 2px;
    height: auto;
    padding: 16px 10px;
    filter: none;
    opacity: 1;
}
.lp-brand__grid--stats .lp-brand__item strong {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--brand-deep);
}
.lp-brand__grid--stats .lp-brand__item span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--muted);
}

.lp-price-card__feat li.off { color: var(--muted-2); }
.lp-price-card__feat li.off i {
    background: #eef2f0;
    color: #9db0a6;
}
.lp-price-card--featured .lp-price-card__feat li.off { color: rgba(255,255,255,0.5); }
.lp-price-card--featured .lp-price-card__feat li.off i {
    background: rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.6);
}

.lp-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .lp-reveal { opacity: 1; transform: none; transition: none; }
}

/* End of monolith */
