/* ===========================================================
   Uygun Hesapçı 2026 — Landing Page
   v2-cache-bust 2026-06-23T19:45:00
   Kurumsal landing — piyasa kıyaslaması generic etiketlerle,
   mobil-first dönüşüm odaklı düzen.
   =========================================================== */

:root {
    /* Mevcut tasarım sistemi ile uyumlu */
    --lp-primary: #1e3a5f;
    --lp-primary-2: #2d5a8e;
    --lp-accent: #3b82f6;
    --lp-accent-2: #8b5cf6;
    --lp-success: #10b981;
    --lp-warning: #f59e0b;
    --lp-danger: #ef4444;

    /* Yeni 2026 paleti */
    --lp-bg: #ffffff;
    --lp-bg-soft: #f8fafc;
    --lp-bg-cool: #f1f5f9;
    --lp-text: #0f172a;
    --lp-text-2: #334155;
    --lp-text-mute: #64748b;
    --lp-border: #e2e8f0;
    --lp-border-2: #cbd5e1;

    /* Gradientler */
    --lp-grad-hero: linear-gradient(135deg, #1e3a5f 0%, #2d5a8e 50%, #3b82f6 100%);
    --lp-grad-warm: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    --lp-grad-cool: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    --lp-grad-fresh: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    --lp-grad-text: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    --lp-grad-text-2: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    --lp-grad-text-3: linear-gradient(135deg, #06b6d4 0%, #10b981 100%);

    --lp-radius: 14px;
    --lp-radius-lg: 22px;
    --lp-radius-xl: 32px;

    --lp-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
    --lp-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.05);
    --lp-shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.05);
    --lp-shadow-xl: 0 25px 50px -12px rgba(15, 23, 42, 0.20);
}

/* ============ GENEL ============ */
.lp2026 {
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: 'Segoe UI', system-ui, -apple-system, 'Inter', sans-serif;
    margin: 0;
    line-height: 1.55;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

.lp-only-mobile,
.lp-mobile-tabs,
.lp-hero-mobile-card,
.lp-cmp-mobile { display: none; }

.lp-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.lp-eyebrow {
    display: inline-block;
    color: var(--lp-accent);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.lp-eyebrow-light { color: #a5b4fc; }

.lp-grad {
    background: var(--lp-grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.lp-grad-2 {
    background: var(--lp-grad-text-2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.lp-grad-3 {
    background: var(--lp-grad-text-3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.lp-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 3.5rem;
}
.lp-section-head h2 {
    font-size: clamp(1.8rem, 3.6vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 0.8rem;
    color: var(--lp-text);
}
.lp-section-head p {
    color: var(--lp-text-mute);
    font-size: 1.05rem;
}

/* ============ UTILITY BAR ============ */
.lp-util {
    background: var(--lp-primary);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    padding: 0.45rem 0;
}
.lp-util-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.lp-util-left { display: flex; align-items: center; gap: 0.5rem; }
.lp-util-right { display: flex; gap: 1.25rem; }
.lp-util a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.15s;
}
.lp-util a:hover { color: #fff; }
.lp-flag { font-size: 1rem; }

/* Desktop: sticky nav already has lp-nav-top — hide standalone duplicate */
@media (min-width: 1025px) {
    .lp-util { display: none; }
}

/* ============ NAV (SADE — KURUMSAL) ============ */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid var(--lp-border);
    transition: box-shadow 0.2s;
}
.lp-nav-scrolled {
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

/* Top utility row (thin) */
.lp-nav-top {
    background: var(--lp-primary);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.78rem;
    line-height: 1.2;
}
.lp-nav-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    gap: 1rem;
}
.lp-nav-top-left,
.lp-nav-top-right {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.lp-nav-top a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.lp-nav-top a:hover { color: #fff; }
.lp-nav-top-sep {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}
.lp-nav-flag {
    font-size: 0.95rem;
    margin-right: 0.25rem;
}

/* Main nav row — YATAY TEK SATIR */
.lp-nav-main {
    background: #ffffff;
    border-bottom: 1px solid var(--lp-border);
}
.lp-nav-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    height: 64px;
    min-height: 64px;
}

/* Brand */
.lp-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--lp-text);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.015em;
    flex-shrink: 0;
    white-space: nowrap;
}
.lp-brand img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.lp-brand-text {
    white-space: nowrap;
}
.lp-brand-badge {
    background: var(--lp-grad-text);
    color: white;
    font-size: 0.6rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.35);
}

/* Menu container — YATAY */
.lp-nav-menu {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.15rem;
    flex: 1;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Nav item (wraps trigger + drop) */
.lp-nav-item {
    position: relative;
    display: inline-block;
}

/* Trigger (both button and link) */
.lp-nav-trigger,
.lp-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: 0;
    padding: 0.55rem 0.85rem;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lp-text-2);
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
    letter-spacing: -0.005em;
    line-height: 1.2;
}
.lp-nav-trigger:hover,
.lp-nav-item:hover > .lp-nav-trigger,
.lp-nav-trigger:focus-visible,
.lp-nav-link:hover,
.lp-nav-link:focus-visible {
    color: var(--lp-primary);
    background: var(--lp-bg-soft);
}
.lp-nav-trigger:focus,
.lp-nav-link:focus { outline: none; }
.lp-nav-caret {
    transition: transform 0.18s;
    color: var(--lp-text-mute);
    flex-shrink: 0;
    display: inline-block;
}
.lp-nav-item:hover > .lp-nav-trigger .lp-nav-caret,
.lp-nav-item:focus-within > .lp-nav-trigger .lp-nav-caret {
    transform: rotate(180deg);
    color: var(--lp-primary);
}

/* Dropdown panel — SADE & KOMPAKT */
.lp-drop {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    min-width: 320px;
    max-width: 380px;
    background: #ffffff;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.14), 0 2px 6px rgba(15, 23, 42, 0.06);
    padding: 0.4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    z-index: 200;
}
.lp-nav-item:hover > .lp-drop,
.lp-nav-item:focus-within > .lp-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}

.lp-drop-link {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--lp-text);
    transition: background 0.15s;
}
.lp-drop-link:hover {
    background: var(--lp-bg-soft);
}
.lp-drop-ico {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: color-mix(in srgb, var(--mc, var(--lp-accent)) 12%, transparent);
    color: var(--mc, var(--lp-accent));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background 0.15s;
}
.lp-drop-link:hover .lp-drop-ico {
    background: color-mix(in srgb, var(--mc, var(--lp-accent)) 22%, transparent);
}
.lp-drop-link strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
}
.lp-drop-link span {
    display: block;
    color: var(--lp-text-mute);
    font-size: 0.75rem;
    line-height: 1.35;
    margin-top: 0.1rem;
}

/* Right CTA cluster */
.lp-nav-cta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}
.lp-nav-login {
    color: var(--lp-text-2);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.55rem 0.85rem;
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
}
.lp-nav-login:hover {
    color: var(--lp-primary);
    background: var(--lp-bg-soft);
}
.lp-nav-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.1rem;
    background: var(--lp-primary);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 12px -3px rgba(30, 58, 95, 0.5);
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
    white-space: nowrap;
    letter-spacing: -0.005em;
}
.lp-nav-cta-btn:hover {
    background: var(--lp-primary-2);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px -4px rgba(30, 58, 95, 0.55);
}

/* Mobile burger placeholder (we hide full menu < 960px, real mobile menu could be added later) */
.lp-nav-burger {
    display: none;
    background: none;
    border: 0;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--lp-text);
}

/* Responsive — keep menu horizontal as long as possible */
@media (max-width: 1180px) {
    .lp-nav-trigger,
    .lp-nav-link { padding: 0.5rem 0.65rem; font-size: 0.85rem; }
    .lp-nav-menu { gap: 0.1rem; }
}
@media (max-width: 1024px) {
    .lp-nav-top { display: none; }
    .lp-nav-main-inner { height: 60px; }
    .lp-brand-text { display: none; }
}
@media (max-width: 720px) {
    .lp-nav-menu { display: none !important; }
    .lp-nav-burger { display: inline-flex; }
    .lp-nav-cta-btn { padding: 0.5rem 0.85rem; font-size: 0.85rem; }
    .lp-nav-cta-btn svg { display: none; }
    .lp-nav-login { display: none; }
}

/* ============ BUTONLAR ============ */
.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.2rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
    line-height: 1.2;
}
.lp-btn-lg {
    padding: 0.95rem 1.7rem;
    font-size: 1.05rem;
    border-radius: 12px;
}
.lp-btn-block { display: flex; width: 100%; justify-content: center; }

.lp-btn-primary {
    background: var(--lp-primary);
    color: #fff !important;
    border-color: var(--lp-primary);
    box-shadow: 0 6px 14px -4px rgba(30, 58, 95, 0.5);
}
.lp-btn-primary:hover {
    background: var(--lp-primary-2);
    border-color: var(--lp-primary-2);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -6px rgba(30, 58, 95, 0.55);
}
.lp-btn-outline {
    background: transparent;
    color: var(--lp-primary) !important;
    border-color: var(--lp-border-2);
}
.lp-btn-outline:hover {
    border-color: var(--lp-primary);
    background: var(--lp-bg-soft);
}
.lp-btn-ghost {
    background: transparent;
    color: var(--lp-text-2) !important;
    border-color: transparent;
}
.lp-btn-ghost:hover {
    background: var(--lp-bg-cool);
    color: var(--lp-primary) !important;
}
.lp-btn-white {
    background: #fff;
    color: var(--lp-primary) !important;
    border-color: #fff;
}
.lp-btn-white:hover {
    background: #f0f4f8;
    transform: translateY(-1px);
}
.lp-btn-ghost-white {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.4);
}
.lp-btn-ghost-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.lp-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--lp-accent);
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
}

/* ============ HERO ============ */
.lp-hero {
    position: relative;
    padding: 4.5rem 0 5rem;
    overflow: hidden;
    background:
        radial-gradient(ellipse at top left, rgba(59, 130, 246, 0.10) 0%, transparent 50%),
        radial-gradient(ellipse at top right, rgba(139, 92, 246, 0.10) 0%, transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.lp-hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(30, 58, 95, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 95, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    z-index: 0;
}
.lp-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    z-index: 0;
    pointer-events: none;
}
.lp-hero-orb-1 {
    width: 480px; height: 480px;
    top: -120px; left: -120px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
}
.lp-hero-orb-2 {
    width: 520px; height: 520px;
    bottom: -200px; right: -180px;
    background: radial-gradient(circle, #8b5cf6 0%, transparent 70%);
}
.lp-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
    z-index: 0;
}

.lp-hero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lp-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(59, 130, 246, 0.10);
    color: var(--lp-accent);
    border: 1px solid rgba(59, 130, 246, 0.25);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.lp-pulse {
    width: 8px; height: 8px;
    background: var(--lp-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.6);
    animation: lpPulse 1.8s infinite;
}
@keyframes lpPulse {
    0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
    100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}

.lp-hero-title {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 1.25rem;
    color: var(--lp-text);
}
.lp-hero-sub {
    font-size: 1.1rem;
    color: var(--lp-text-mute);
    line-height: 1.65;
    margin-bottom: 2rem;
    max-width: 540px;
}
.lp-hero-cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.lp-hero-trust {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.lp-trust-item { display: flex; flex-direction: column; }
.lp-trust-item strong {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lp-text);
    line-height: 1.1;
}
.lp-trust-item span {
    font-size: 0.82rem;
    color: var(--lp-text-mute);
    margin-top: 0.2rem;
}

/* ============ HERO MOCKUP ============ */
.lp-hero-visual {
    position: relative;
    perspective: 1500px;
}
.lp-mockup {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-xl);
    overflow: hidden;
    transform: rotateY(-4deg) rotateX(2deg);
    border: 1px solid var(--lp-border);
}
.lp-mockup-bar {
    background: #f1f5f9;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border-bottom: 1px solid var(--lp-border);
}
.lp-mockup-bar span {
    width: 11px; height: 11px;
    border-radius: 50%;
    background: #cbd5e1;
}
.lp-mockup-bar span:nth-child(1) { background: #ef4444; }
.lp-mockup-bar span:nth-child(2) { background: #f59e0b; }
.lp-mockup-bar span:nth-child(3) { background: #10b981; }
.lp-mockup-url {
    margin-left: 0.8rem;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 6px;
    padding: 0.25rem 0.8rem;
    font-size: 0.78rem;
    color: var(--lp-text-mute);
    flex: 1;
    max-width: 280px;
}
.lp-mockup-body {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 360px;
}
.lp-mockup-side {
    background: var(--lp-primary);
    color: white;
    padding: 1rem 0.5rem;
    font-size: 0.82rem;
}
.lp-mockup-logo {
    text-align: center;
    font-weight: 800;
    padding: 0.5rem 0 1rem;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0.6rem;
}
.lp-mockup-menu {
    padding: 0.45rem 0.7rem;
    border-radius: 6px;
    margin-bottom: 0.15rem;
    opacity: 0.75;
}
.lp-mockup-menu.active {
    background: rgba(255,255,255,0.15);
    opacity: 1;
}
.lp-mockup-main {
    padding: 1.25rem 1.5rem;
    background: var(--lp-bg-soft);
}
.lp-mockup-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.lp-mockup-head h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text);
    margin: 0;
}
.lp-mockup-date {
    font-size: 0.78rem;
    color: var(--lp-text-mute);
    background: #fff;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    border: 1px solid var(--lp-border);
}
.lp-mockup-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-bottom: 1rem;
}
.lp-mc {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.lp-mc-label {
    font-size: 0.72rem;
    color: var(--lp-text-mute);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lp-mc strong {
    font-size: 1.1rem;
    color: var(--lp-text);
    font-weight: 800;
}
.lp-mc-up {
    font-size: 0.72rem;
    color: var(--lp-success);
    font-weight: 600;
}
.lp-mc-warn {
    font-size: 0.72rem;
    color: var(--lp-warning);
    font-weight: 600;
}
.lp-mockup-table {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.lp-mockup-tr {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 0.5fr;
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    border-bottom: 1px solid var(--lp-border);
    align-items: center;
}
.lp-mockup-thead {
    background: var(--lp-bg-cool);
    font-weight: 600;
    color: var(--lp-text-mute);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lp-mockup-tr:last-child { border-bottom: none; }
.lp-pill {
    width: 24px; height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
}
.lp-pill-ok { background: #d1fae5; color: #047857; }
.lp-pill-warn { background: #fef3c7; color: #b45309; }
.lp-mockup-ai {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, rgba(59,130,246,0.10), rgba(139,92,246,0.10));
    border: 1px solid rgba(139,92,246,0.25);
    border-radius: 10px;
    padding: 0.6rem 0.8rem;
    font-size: 0.78rem;
    color: var(--lp-text-2);
}
.lp-mockup-ai-dot {
    width: 8px; height: 8px;
    background: var(--lp-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--lp-accent);
}

/* Floating cards */
.lp-floating {
    position: absolute;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lp-text);
    box-shadow: var(--lp-shadow-lg);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
    animation: lpFloat 4s ease-in-out infinite;
}
.lp-floating-1 {
    top: -8%;
    right: -6%;
    animation-delay: 0s;
}
.lp-floating-2 {
    bottom: 20%;
    left: -8%;
    animation-delay: 1.2s;
}
.lp-floating-3 {
    bottom: -5%;
    right: 10%;
    animation-delay: 2.4s;
}
.lp-floating span {
    font-size: 1.1rem;
}
@keyframes lpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ============ NAVBAR PANELS (5 trigger → 5 panel) ============ */
.lp-panels {
    position: relative;
    z-index: 50;
}
.lp-panel-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1;
}
.lp-panels[data-active="cozumler"] .lp-panel-backdrop,
.lp-panels[data-active="musteriler"] .lp-panel-backdrop,
.lp-panels[data-active="fiyat"] .lp-panel-backdrop,
.lp-panels[data-active="karsilastir"] .lp-panel-backdrop,
.lp-panels[data-active="kaynaklar"] .lp-panel-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.lp-panel {
    position: relative;
    background: var(--lp-bg);
    border-top: 1px solid var(--lp-border);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    z-index: 2;
}
.lp-panels[data-active="cozumler"] .lp-panel[data-panel="cozumler"],
.lp-panels[data-active="musteriler"] .lp-panel[data-panel="musteriler"],
.lp-panels[data-active="fiyat"] .lp-panel[data-panel="fiyat"],
.lp-panels[data-active="karsilastir"] .lp-panel[data-panel="karsilastir"],
.lp-panels[data-active="kaynaklar"] .lp-panel[data-panel="kaynaklar"] {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    opacity: 1;
}
.lp-panel[aria-hidden="true"] {
    pointer-events: none;
}
.lp-panels[data-active="cozumler"] .lp-panel[data-panel="cozumler"],
.lp-panels[data-active="musteriler"] .lp-panel[data-panel="musteriler"],
.lp-panels[data-active="fiyat"] .lp-panel[data-panel="fiyat"],
.lp-panels[data-active="karsilastir"] .lp-panel[data-panel="karsilastir"],
.lp-panels[data-active="kaynaklar"] .lp-panel[data-panel="kaynaklar"] {
    pointer-events: auto;
}

.lp-panel-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 24px 4rem;
    position: relative;
}

.lp-panel-close {
    position: fixed;
    top: 110px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: 50%;
    color: var(--lp-text-2);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s, transform 0.15s;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}
.lp-panel-close:hover {
    background: var(--lp-text);
    color: #fff;
    border-color: var(--lp-text);
    transform: rotate(90deg);
}

.lp-panel-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}
.lp-panel-head h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0.5rem 0 0.85rem;
    color: var(--lp-text);
}
.lp-panel-head p {
    color: var(--lp-text-mute);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* 4-card grid */
.lp-panel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}
.lp-panel-card {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-top: 4px solid var(--pc, var(--lp-accent));
    border-radius: 14px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    position: relative;
    min-height: 100%;
}
.lp-panel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--pc, var(--lp-accent)) 8%, transparent) 0%,
        transparent 60%);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 0;
}
.lp-panel-card > * {
    position: relative;
    z-index: 1;
}
.lp-panel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -10px rgba(15, 23, 42, 0.12), 0 4px 10px rgba(15, 23, 42, 0.05);
    border-color: color-mix(in srgb, var(--pc, var(--lp-accent)) 35%, var(--lp-border));
}
.lp-panel-card:hover::before { opacity: 1; }
.lp-panel-card-hot {
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 50%);
    border-top-color: var(--pc);
    box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--pc) 40%, transparent);
}

.lp-panel-card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
.lp-panel-ico {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--pc, var(--lp-accent)) 14%, transparent);
    color: var(--pc, var(--lp-accent));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.lp-panel-card:hover .lp-panel-ico {
    transform: scale(1.05) rotate(-3deg);
}
.lp-panel-card-head h3 {
    font-size: 1.1rem;
    color: var(--lp-text);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 0.2rem;
    letter-spacing: -0.01em;
}
.lp-panel-card-head span {
    color: var(--lp-text-mute);
    font-size: 0.82rem;
    line-height: 1.4;
}
.lp-panel-card > p {
    color: var(--lp-text-2);
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0 0 1.1rem;
    position: relative;
    z-index: 1;
}
.lp-panel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
    position: relative;
    z-index: 1;
}
.lp-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.42rem 0;
    color: var(--lp-text-2);
    font-size: 0.88rem;
    line-height: 1.45;
    border-bottom: 1px dashed var(--lp-border);
}
.lp-panel-list li:last-child { border-bottom: none; }
.lp-panel-list li span {
    width: 20px;
    height: 20px;
    background: color-mix(in srgb, var(--pc, var(--lp-accent)) 14%, transparent);
    color: var(--pc, var(--lp-accent));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}
.lp-panel-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: auto;
    padding: 0.7rem 1rem;
    background: var(--lp-bg-soft);
    color: var(--pc, var(--lp-accent));
    border: 1.5px solid color-mix(in srgb, var(--pc, var(--lp-accent)) 30%, var(--lp-border));
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.18s;
    position: relative;
    z-index: 1;
}
.lp-panel-cta:hover {
    background: var(--pc, var(--lp-accent));
    color: #fff;
    border-color: var(--pc, var(--lp-accent));
    transform: translateX(2px);
}

/* Panel footer (stats + CTA) */
.lp-panel-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-2) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 1.5rem 2rem;
}
.lp-panel-foot-stat {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.lp-panel-foot-stat strong {
    font-size: 1.4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.lp-panel-foot-stat span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
}
.lp-panel-foot .lp-btn-primary {
    background: #fff;
    color: var(--lp-primary) !important;
    border-color: #fff;
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.25);
}
.lp-panel-foot .lp-btn-primary:hover {
    background: #f0f4f8;
    color: var(--lp-primary) !important;
}

/* Placeholder (other 4 panels) */
.lp-panel-placeholder {
    text-align: center;
    padding: 4rem 1rem;
    max-width: 560px;
    margin: 0 auto;
}
.lp-panel-placeholder-ico {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.85;
}
.lp-panel-placeholder h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--lp-text);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}
.lp-panel-placeholder p {
    color: var(--lp-text-mute);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}
.lp-panel-placeholder-tag {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    background: var(--lp-bg-cool);
    color: var(--lp-text-2);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ============ PANEL MOCKUPS (MÜŞTERİLERİNİZ) ============ */

/* WhatsApp mini mockup */
.lp-mini-wa {
    background: #ECE5DD;
    border-radius: 12px;
    padding: 0.85rem;
    margin-bottom: 1.1rem;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(0,0,0,0.02) 8px, rgba(0,0,0,0.02) 16px);
    max-height: 260px;
    overflow: hidden;
}
.lp-mini-wa-msg {
    background: white;
    border-radius: 8px;
    padding: 0.45rem 0.6rem;
    margin-bottom: 0.35rem;
    max-width: 88%;
    font-size: 0.75rem;
    line-height: 1.4;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.lp-mini-wa-msg strong { color: var(--lp-primary); font-size: 0.7rem; }
.lp-mini-wa-msg p { margin: 0.15rem 0; color: #303030; }
.lp-mini-wa-in {
    background: white;
    border-radius: 8px 8px 8px 2px;
}
.lp-mini-wa-out {
    background: #DCF8C6;
    margin-left: auto;
    border-radius: 8px 8px 2px 8px;
}
.lp-mini-wa-success {
    background: linear-gradient(135deg, #DCF8C6, #b8e6a0);
    text-align: center;
    font-weight: 600;
}
.lp-mini-wa-success p { font-size: 0.78rem; }
.lp-mini-wa-time {
    display: block;
    text-align: right;
    font-size: 0.6rem;
    color: #999;
    margin-top: 0.15rem;
}

/* QR mini mockup */
.lp-mini-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
    padding: 0.85rem;
    background: white;
    border: 1px dashed color-mix(in srgb, var(--pc, var(--lp-accent)) 35%, var(--lp-border));
    border-radius: 12px;
}
.lp-mini-qr-card {
    background: white;
    border: 2px solid var(--lp-text);
    border-radius: 10px;
    padding: 0.7rem;
    text-align: center;
}
.lp-mini-qr-box {
    width: 80px;
    height: 80px;
    background: white;
    border: 1px solid var(--lp-border);
    margin: 0 auto 0.4rem;
    padding: 5px;
}
.lp-mini-qr-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1px;
}
.lp-mini-qr-grid span {
    background: var(--lp-text);
    border-radius: 1px;
}
.lp-mini-qr-grid span.lp-mini-qr-on {
    background: var(--lp-text);
}
.lp-mini-qr-grid span:not(.lp-mini-qr-on) {
    background: white;
}
.lp-mini-qr-info strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.82rem;
    font-weight: 800;
}
.lp-mini-qr-info span {
    color: var(--lp-text-mute);
    font-size: 0.66rem;
}
.lp-mini-qr-tag {
    color: var(--lp-text-mute);
    font-size: 0.7rem;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

/* B2B Portal mini mockup */
.lp-mini-portal {
    background: #f8fafc;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.1rem;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
}
.lp-mini-portal-bar {
    background: #e2e8f0;
    padding: 0.45rem 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--lp-border);
}
.lp-mini-portal-dots {
    display: flex;
    gap: 0.25rem;
}
.lp-mini-portal-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}
.lp-mini-portal-dots span:nth-child(1) { background: #ef4444; }
.lp-mini-portal-dots span:nth-child(2) { background: #f59e0b; }
.lp-mini-portal-dots span:nth-child(3) { background: #10b981; }
.lp-mini-portal-url {
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 5px;
    padding: 0.2rem 0.6rem;
    font-size: 0.72rem;
    color: var(--lp-text-mute);
    flex: 1;
    max-width: 220px;
    text-align: center;
}
.lp-mini-portal-body {
    padding: 0.65rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.lp-mini-portal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.55rem;
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 6px;
    font-size: 0.78rem;
}
.lp-mini-portal-label {
    color: var(--lp-text-mute);
}
.lp-mini-portal-val {
    color: var(--lp-text);
    font-weight: 700;
}
.lp-mini-portal-row-hot {
    background: color-mix(in srgb, var(--pc, var(--lp-accent)) 8%, white);
    border-color: color-mix(in srgb, var(--pc, var(--lp-accent)) 30%, var(--lp-border));
}

/* E-posta mini mockup */
.lp-mini-email {
    background: #f8fafc;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    padding: 0.75rem 0.85rem;
    margin-bottom: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.78rem;
}
.lp-mini-email-head {
    display: flex;
    gap: 0.4rem;
    align-items: baseline;
}
.lp-mini-email-from {
    color: var(--lp-text-mute);
    font-size: 0.72rem;
    min-width: 50px;
}
.lp-mini-email-head strong {
    color: var(--lp-text);
    font-weight: 600;
    font-size: 0.78rem;
    word-break: break-all;
}
.lp-mini-email-att {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    margin-top: 0.15rem;
}
.lp-mini-email-att span { font-size: 1rem; }
.lp-mini-email-att strong { color: var(--lp-text); font-size: 0.78rem; }
.lp-mini-email-att em {
    color: var(--lp-text-mute);
    font-size: 0.7rem;
    font-style: normal;
    margin-left: auto;
}
.lp-mini-email-result {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    background: color-mix(in srgb, #10b981 10%, white);
    border: 1px solid color-mix(in srgb, #10b981 30%, var(--lp-border));
    border-radius: 6px;
    padding: 0.45rem 0.6rem;
    margin-top: 0.15rem;
}
.lp-mini-email-ok {
    width: 22px;
    height: 22px;
    background: #10b981;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    flex-shrink: 0;
}
.lp-mini-email-result strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.78rem;
    font-weight: 700;
}
.lp-mini-email-result span {
    color: var(--lp-text-mute);
    font-size: 0.7rem;
}

/* Trigger active state */
.lp-nav-trigger[aria-expanded="true"],
.lp-nav-link[aria-expanded="true"] {
    color: var(--lp-primary);
    background: var(--lp-bg-soft);
}
.lp-nav-trigger[aria-expanded="true"] .lp-nav-caret {
    transform: rotate(180deg);
    color: var(--lp-primary);
}

/* Responsive */
@media (max-width: 720px) {
    .lp-panel-inner { padding: 2.5rem 16px 3rem; }
    .lp-panel-close { top: 0.75rem; right: 0.75rem; width: 38px; height: 38px; }
    .lp-panel-foot { flex-direction: column; text-align: center; }
    .lp-panel-foot-stat { align-items: center; }
    .lp-panel-card { padding: 1.35rem; }
}

/* ============ PANEL: FİYATLANDIRMA ============ */

/* Aylık / Yıllık toggle */
.lp-billing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    background: var(--lp-bg-cool);
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    padding: 0.3rem;
    margin: 0 auto 2.5rem;
    width: fit-content;
}
.lp-billing-opt {
    background: transparent;
    border: 0;
    padding: 0.55rem 1.1rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--lp-text-2);
    cursor: pointer;
    border-radius: 999px;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.lp-billing-opt:hover { color: var(--lp-text); }
.lp-billing-opt.is-active {
    background: white;
    color: var(--lp-primary);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}
.lp-billing-save {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Price card (variant) */
.lp-price-card {
    text-align: left;
    align-items: stretch;
}
.lp-price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lp-grad-text);
    color: white;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
    box-shadow: 0 6px 14px -3px rgba(59, 130, 246, 0.45);
    z-index: 2;
}

.lp-price-amount {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
    margin: 0.5rem 0 0.4rem;
    color: var(--lp-text);
}
.lp-price-try {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--lp-text-2);
    align-self: flex-start;
    margin-top: 0.5rem;
}
.lp-price-amount > strong {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--lp-text);
    font-variant-numeric: tabular-nums;
}
.lp-price-period {
    color: var(--lp-text-mute);
    font-size: 0.92rem;
    margin-left: 0.15rem;
}
.lp-price-note {
    color: var(--lp-text-mute);
    font-size: 0.78rem;
    margin: 0 0 1rem;
    line-height: 1.4;
}
.lp-price-note strong {
    color: #047857;
    font-weight: 700;
}
.lp-price-list {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--lp-border);
}
.lp-price-list li {
    padding: 0.4rem 0;
    font-size: 0.88rem;
    border-bottom: none;
}
.lp-price-list li:last-child { margin-bottom: 0; }

/* Trust badges row */
.lp-trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
    margin: 2rem 0;
}
.lp-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    transition: all 0.2s;
}
.lp-trust-badge:hover {
    border-color: var(--lp-accent);
    transform: translateY(-1px);
}
.lp-trust-badge-ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--lp-bg-cool), var(--lp-bg-soft));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.lp-trust-badge strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
}
.lp-trust-badge span {
    color: var(--lp-text-mute);
    font-size: 0.78rem;
}

@media (max-width: 720px) {
    .lp-price-amount > strong { font-size: 2.1rem; }
    .lp-billing-opt { padding: 0.45rem 0.85rem; font-size: 0.82rem; }
    .lp-billing-save { font-size: 0.6rem; padding: 0.12rem 0.4rem; }
}

/* ============ PANEL: KARŞILAŞTIR ============ */
.lp-compare-wrap {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid var(--lp-border);
    box-shadow: 0 8px 24px -10px rgba(15, 23, 42, 0.12);
    background: white;
    margin-bottom: 1.5rem;
}
.lp-compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.82rem;
    min-width: 760px;
}
.lp-compare th,
.lp-compare td {
    padding: 0.7rem 0.65rem;
    text-align: center;
    border-bottom: 1px solid var(--lp-border);
    border-right: 1px solid var(--lp-border);
    vertical-align: middle;
    white-space: nowrap;
}
.lp-compare th:last-child,
.lp-compare td:last-child { border-right: none; }
.lp-compare tbody tr:last-child td { border-bottom: none; }
.lp-compare thead th {
    background: var(--lp-bg-cool);
    color: var(--lp-text);
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.85rem 0.5rem 0.6rem;
    border-bottom: 2px solid var(--lp-border);
    position: sticky;
    top: 0;
    z-index: 1;
}
.lp-compare th.lp-cmp-us {
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-accent) 100%);
    color: white;
    border-right-color: rgba(255, 255, 255, 0.15);
}
.lp-cmp-badge {
    display: inline-block;
    background: white;
    color: var(--lp-primary);
    font-size: 0.62rem;
    font-weight: 800;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.lp-compare th strong {
    display: block;
    font-size: 0.85rem;
    line-height: 1.2;
    font-weight: 700;
}
.lp-cmp-feature {
    text-align: left !important;
    font-weight: 600;
    color: var(--lp-text);
    background: var(--lp-bg-soft) !important;
    font-size: 0.82rem;
    position: sticky;
    left: 0;
    z-index: 1;
    border-right: 2px solid var(--lp-border);
    min-width: 180px;
    white-space: normal;
}
.lp-compare tbody tr:nth-child(even) td:not(.lp-cmp-feature):not(.lp-cmp-yes):not(.lp-cmp-no):not(.lp-cmp-price) {
    background: var(--lp-bg-soft);
}
.lp-cmp-yes {
    background: rgba(16, 185, 129, 0.08) !important;
    color: var(--lp-text);
    font-weight: 600;
}
.lp-cmp-no {
    color: var(--lp-text-mute);
    font-weight: 500;
    opacity: 0.85;
}
.lp-compare tbody td.lp-cmp-yes {
    background: rgba(16, 185, 129, 0.10) !important;
    border-left: 2px solid rgba(16, 185, 129, 0.25);
    border-right: 2px solid rgba(16, 185, 129, 0.25);
}
.lp-compare tbody td.lp-cmp-yes:first-of-type,
.lp-compare thead th.lp-cmp-us {
    border-left: 2px solid rgba(16, 185, 129, 0.25);
}
.lp-cmp-yes.lp-cmp-feature-cell { /* placeholder */ }
.lp-cmp-ico-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
}
.lp-cmp-tag {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    letter-spacing: 0.04em;
}
.lp-cmp-tag-free {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.lp-cmp-price {
    font-weight: 700;
    color: var(--lp-text);
}
.lp-cmp-price strong {
    display: block;
    color: var(--lp-primary);
    font-size: 1rem;
    font-weight: 800;
}
.lp-compare tbody td.lp-cmp-price:not(.lp-cmp-yes) {
    background: var(--lp-bg-soft);
}
.lp-compare tbody tr:hover td:not(.lp-cmp-feature) {
    background-color: rgba(59, 130, 246, 0.06);
    transition: background-color 0.15s;
}
.lp-compare-footnote {
    text-align: center;
    color: var(--lp-text-mute);
    font-size: 0.78rem;
    margin: 0 0 2rem;
    line-height: 1.5;
}
.lp-compare-footnote a {
    color: var(--lp-accent);
    text-decoration: none;
    font-weight: 600;
}

.lp-compare-summary {
    margin: 2rem 0;
}
.lp-compare-summary h3 {
    font-size: 1.1rem;
    color: var(--lp-text);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.lp-compare-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.lp-compare-sum {
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-accent) 100%);
    color: white;
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    text-align: center;
}
.lp-compare-sum-num {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #fff 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}
.lp-compare-sum strong {
    display: block;
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.lp-compare-sum span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.78rem;
}

@media (max-width: 720px) {
    .lp-compare-summary-grid { grid-template-columns: 1fr; }
    .lp-compare-sum-num { font-size: 1.8rem; }
}

/* ============ PANEL: KAYNAKLAR (mini) ============ */
.lp-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.lp-mini-card {
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    padding: 1.25rem;
    text-decoration: none;
    color: var(--lp-text);
    display: flex;
    flex-direction: column;
    transition: all 0.2s;
    position: relative;
}
.lp-mini-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--mc, var(--lp-accent)) 8%, transparent) 0%,
        transparent 70%);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.lp-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -10px rgba(15, 23, 42, 0.12);
    border-color: color-mix(in srgb, var(--mc, var(--lp-accent)) 40%, var(--lp-border));
}
.lp-mini-card:hover::before { opacity: 1; }
.lp-mini-card > * { position: relative; z-index: 1; }

.lp-mini-card-ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--mc, var(--lp-accent)) 14%, transparent);
    color: var(--mc, var(--lp-accent));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    transition: transform 0.2s;
}
.lp-mini-card:hover .lp-mini-card-ico {
    transform: scale(1.08) rotate(-4deg);
}
.lp-mini-card h4 {
    font-size: 0.98rem;
    color: var(--lp-text);
    font-weight: 800;
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
    line-height: 1.25;
}
.lp-mini-card p {
    color: var(--lp-text-mute);
    font-size: 0.82rem;
    line-height: 1.5;
    margin: 0 0 0.85rem;
    flex: 1;
}
.lp-mini-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--mc, var(--lp-accent));
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: auto;
    transition: gap 0.15s;
}
.lp-mini-card:hover .lp-mini-card-link {
    gap: 0.5rem;
}

/* Kaynaklar — extra items */
.lp-mini-extra {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 1.25rem;
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}
.lp-mini-extra-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    padding: 0.5rem;
    border-radius: 10px;
    transition: background 0.15s;
}

a.lp-mini-extra-item:hover {
    background: rgba(59, 130, 246, 0.06);
}
.lp-mini-extra-ico {
    width: 32px;
    height: 32px;
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}
.lp-mini-extra-item strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.15rem;
}
.lp-mini-extra-item span {
    color: var(--lp-text-mute);
    font-size: 0.75rem;
    line-height: 1.4;
}

@media (max-width: 720px) {
    .lp-mini-extra { grid-template-columns: 1fr; }
}

/* ============ TRUST BAR ============ */
.lp-trustbar {
    padding: 2.5rem 0;
    background: var(--lp-bg-soft);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
}
.lp-trustbar p {
    text-align: center;
    color: var(--lp-text-mute);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
.lp-trustbar-grid {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.lp-trustbar-grid > div {
    color: var(--lp-text-mute);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.01em;
    opacity: 0.7;
    transition: opacity 0.2s, color 0.2s;
}
.lp-trustbar-grid > div:hover {
    opacity: 1;
    color: var(--lp-text);
}

/* ============ DIFFERENT SECTION ============ */
.lp-different {
    padding: 5rem 0;
    background: var(--lp-bg);
}
.lp-diff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.lp-diff-card {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 2rem 1.75rem;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}
.lp-diff-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--lp-grad-text);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.lp-diff-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-xl);
    border-color: rgba(59,130,246,0.2);
}
.lp-diff-card:hover::before { transform: scaleX(1); }
.lp-diff-1::before { background: var(--lp-grad-warm); }
.lp-diff-2::before { background: var(--lp-grad-cool); }
.lp-diff-3::before { background: var(--lp-grad-fresh); }
.lp-diff-4::before { background: var(--lp-grad-text); }

.lp-diff-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(59,130,246,0.10), rgba(139,92,246,0.10));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}
.lp-diff-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--lp-text);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}
.lp-diff-card p {
    color: var(--lp-text-2);
    font-size: 0.95rem;
    line-height: 1.6;
}
.lp-diff-card strong {
    color: var(--lp-primary);
    background: rgba(59,130,246,0.10);
    padding: 0.05rem 0.4rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85em;
}
.lp-diff-card em {
    color: var(--lp-text);
    font-style: italic;
    background: rgba(245,158,11,0.15);
    padding: 0.05rem 0.3rem;
    border-radius: 4px;
}
.lp-diff-tag {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.25rem 0.7rem;
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-accent));
    color: white;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ============ SECTORS ============ */
.lp-sectors {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--lp-bg-soft) 0%, var(--lp-bg) 100%);
}
.lp-sector-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}
.lp-sector {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem;
    transition: all 0.2s;
    position: relative;
}
.lp-sector:hover {
    transform: translateY(-3px);
    box-shadow: var(--lp-shadow-lg);
    border-color: rgba(59,130,246,0.2);
}
.lp-sector-hot {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: #fde68a;
}
.lp-sector-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--c1, var(--lp-accent)), var(--c2, var(--lp-primary)));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    box-shadow: 0 6px 14px -3px rgba(0,0,0,0.15);
}
.lp-sector h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--lp-text);
    margin-bottom: 0.85rem;
}
.lp-sector ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lp-sector li {
    padding: 0.4rem 0;
    color: var(--lp-text-2);
    font-size: 0.92rem;
    line-height: 1.5;
}

/* ============ MODULES ============ */
.lp-modules {
    padding: 5rem 0;
    background: var(--lp-bg);
}
.lp-mod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.lp-mod {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.5rem;
    transition: all 0.2s;
}
.lp-mod:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
    transform: translateY(-2px);
}
.lp-mod-ico {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: var(--lp-bg-soft);
    border-radius: 12px;
    margin-bottom: 0.85rem;
}
.lp-mod h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text);
    margin-bottom: 0.4rem;
}
.lp-mod p {
    color: var(--lp-text-mute);
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
}

/* ============ AI SECTION ============ */
.lp-ai {
    padding: 5rem 0;
    background: var(--lp-primary);
    color: white;
    position: relative;
    overflow: hidden;
}
.lp-ai::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top right, rgba(139, 92, 246, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(59, 130, 246, 0.4) 0%, transparent 50%);
    z-index: 0;
}
.lp-ai-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.lp-ai-text h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.lp-ai-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}
.lp-ai-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}
.lp-ai-list li {
    padding: 0.55rem 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-ai-list li:last-child { border-bottom: none; }

.lp-ai-chat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--lp-radius-lg);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4);
}
.lp-chat-msg {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    font-size: 0.95rem;
    line-height: 1.5;
}
.lp-chat-msg > span {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}
.lp-chat-msg strong { color: #fff; font-weight: 700; }
.lp-chat-ai {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.95);
}
.lp-chat-user {
    background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
    color: #fff;
    margin-left: 2rem;
    justify-content: flex-end;
}

/* ============ INTEGRATION ============ */
.lp-integration {
    padding: 5rem 0;
    background: var(--lp-bg-soft);
}
.lp-int-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}
.lp-int-cat {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.5rem;
}
.lp-int-cat h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--lp-text);
    margin-bottom: 0.85rem;
}
.lp-int-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.lp-int-tags span {
    background: var(--lp-bg-cool);
    color: var(--lp-text-2);
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 500;
    border: 1px solid var(--lp-border);
    transition: all 0.15s;
}
.lp-int-tags span:hover {
    background: var(--lp-primary);
    color: white;
    border-color: var(--lp-primary);
}

/* ============ TESTIMONIALS ============ */
.lp-testimonials {
    padding: 5rem 0;
    background: var(--lp-bg);
}
.lp-test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.lp-test {
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem;
    position: relative;
    transition: all 0.2s;
}
.lp-test:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
}
.lp-test-stars {
    color: #fbbf24;
    font-size: 0.95rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.05em;
}
.lp-test p {
    color: var(--lp-text-2);
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    font-style: italic;
}
.lp-test-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.lp-test-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}
.lp-test-author strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.95rem;
    font-weight: 700;
}
.lp-test-author span {
    color: var(--lp-text-mute);
    font-size: 0.82rem;
}

.lp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    background: var(--lp-primary);
    color: white;
    border-radius: var(--lp-radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
}
.lp-stat strong {
    display: block;
    font-size: clamp(1.8rem, 3.6vw, 2.6rem);
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: -0.02em;
}
.lp-stat span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin-top: 0.3rem;
    display: block;
}

/* ============ PRICING ============ */
.lp-pricing {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--lp-bg-soft) 0%, var(--lp-bg) 100%);
}
.lp-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}
.lp-plan {
    background: #fff;
    border: 2px solid var(--lp-border);
    border-radius: var(--lp-radius-xl);
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s;
}
.lp-plan:hover {
    border-color: var(--lp-primary);
    transform: translateY(-3px);
    box-shadow: var(--lp-shadow-lg);
}
.lp-plan-hot {
    border-color: var(--lp-primary);
    box-shadow: 0 20px 50px -12px rgba(30, 58, 95, 0.25);
    transform: scale(1.03);
}
.lp-plan-hot:hover { transform: scale(1.03) translateY(-3px); }
.lp-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lp-grad-text);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}
.lp-plan h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--lp-text);
    margin-bottom: 0.4rem;
}
.lp-plan-sub {
    color: var(--lp-text-mute);
    font-size: 0.88rem;
    margin-bottom: 1.5rem;
}
.lp-plan-price {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}
.lp-plan-amount {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--lp-text);
    letter-spacing: -0.03em;
    line-height: 1;
}
.lp-plan-period {
    color: var(--lp-text-mute);
    font-size: 0.95rem;
}
.lp-plan ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    flex: 1;
}
.lp-plan li {
    padding: 0.55rem 0 0.55rem 1.6rem;
    color: var(--lp-text-2);
    font-size: 0.93rem;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid var(--lp-border);
}
.lp-plan li:last-child { border-bottom: none; }
.lp-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.55rem;
    color: var(--lp-success);
    font-weight: 800;
}
.lp-plan li strong { color: var(--lp-text); font-weight: 700; }

/* ============ FAQ ============ */
.lp-faq {
    padding: 5rem 0;
    background: var(--lp-bg);
}
.lp-faq-list {
    max-width: 820px;
    margin: 0 auto;
}
.lp-faq-list details {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: all 0.2s;
}
.lp-faq-list details:hover { border-color: var(--lp-border-2); }
.lp-faq-list details[open] {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
}
.lp-faq-list summary {
    cursor: pointer;
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    color: var(--lp-text);
    font-size: 1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.lp-faq-list summary::-webkit-details-marker { display: none; }
.lp-faq-list summary::after {
    content: "+";
    color: var(--lp-accent);
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.2s;
    line-height: 1;
}
.lp-faq-list details[open] summary::after {
    transform: rotate(45deg);
}
.lp-faq-list details > p {
    padding: 0 1.5rem 1.25rem;
    color: var(--lp-text-2);
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

/* ============ FINAL CTA ============ */
.lp-final {
    padding: 4rem 0 5rem;
    background: var(--lp-bg);
}
.lp-final-card {
    background: var(--lp-grad-hero);
    color: white;
    border-radius: var(--lp-radius-xl);
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.lp-final-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top right, rgba(139, 92, 246, 0.4) 0%, transparent 60%);
    z-index: 0;
}
.lp-final-card > * { position: relative; z-index: 1; }
.lp-final-card h2 {
    font-size: clamp(1.8rem, 3.8vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 0.85rem;
}
.lp-final-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.lp-final-cta {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.lp-final-card small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
}

/* ============ FOOTER ============ */
.lp-foot {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.7);
    padding: 4rem 0 1.5rem;
}
.lp-foot-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}
.lp-foot-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: white;
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}
.lp-foot-logo img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.lp-foot-tag {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    max-width: 320px;
}
.lp-foot-social {
    display: flex;
    gap: 0.6rem;
}
.lp-foot-social a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.15s;
}
.lp-foot-social a:hover {
    background: var(--lp-accent);
    border-color: var(--lp-accent);
    color: white;
    transform: translateY(-2px);
}
.lp-foot-col h5 {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.lp-foot-col a {
    display: block;
    padding: 0.35rem 0;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s;
}
.lp-foot-col a:hover { color: white; }

.lp-foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}
.lp-foot-legal {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.lp-foot-legal a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.lp-foot-legal a:hover { color: white; }

/* ============ PATRON GÜNÜ (TIMELINE) ============ */
.lp-day {
    padding: 5rem 0;
    background: var(--lp-bg);
    position: relative;
}
.lp-timeline {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    padding-left: 2.5rem;
}
.lp-timeline::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: linear-gradient(180deg, var(--lp-accent), var(--lp-accent-2), var(--lp-warning), var(--lp-success));
}
.lp-tl-item {
    position: relative;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
}
.lp-tl-item:last-child { padding-bottom: 0; }
.lp-tl-time {
    display: inline-block;
    background: var(--lp-primary);
    color: white;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.7rem;
    letter-spacing: 0.02em;
}
.lp-tl-dot {
    position: absolute;
    left: -2.05rem;
    top: 0.3rem;
    width: 18px;
    height: 18px;
    background: var(--lp-accent);
    border-radius: 50%;
    border: 4px solid var(--lp-bg);
    box-shadow: 0 0 0 2px var(--lp-accent);
}
.lp-tl-dot-blue { background: var(--lp-accent); box-shadow: 0 0 0 2px var(--lp-accent); }
.lp-tl-dot-green { background: var(--lp-success); box-shadow: 0 0 0 2px var(--lp-success); }
.lp-tl-content {
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.25rem 1.5rem;
    transition: all 0.2s;
}
.lp-tl-content:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
}
.lp-tl-content strong {
    display: block;
    font-size: 1.05rem;
    color: var(--lp-text);
    margin-bottom: 0.5rem;
}
.lp-tl-content p {
    color: var(--lp-text-2);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
.lp-tl-content em {
    background: rgba(59, 130, 246, 0.10);
    color: var(--lp-primary);
    padding: 0.05rem 0.4rem;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
}
.lp-tl-content strong em { color: inherit; background: none; padding: 0; }

/* ============ 20 PATRON İSTEĞİ ============ */
.lp-wishlist {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-bg-soft) 100%);
}
.lp-wish-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}
.lp-wish-col {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.5rem;
    transition: all 0.2s;
}
.lp-wish-col:hover {
    border-color: var(--lp-success);
    transform: translateY(-2px);
    box-shadow: var(--lp-shadow);
}
.lp-wish-col h4 {
    font-size: 1.05rem;
    color: var(--lp-text);
    font-weight: 800;
    margin-bottom: 0.85rem;
    padding-bottom: 0.7rem;
    border-bottom: 2px solid var(--lp-bg-cool);
}
.lp-wish-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lp-wish-col li {
    padding: 0.5rem 0;
    color: var(--lp-text-2);
    font-size: 0.9rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.lp-wish-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, var(--lp-success), #059669);
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}
.lp-wish-bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    background: var(--lp-primary);
    color: white;
    border-radius: var(--lp-radius-xl);
    padding: 2rem;
    text-align: center;
}
.lp-wish-stat strong {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: -0.02em;
}
.lp-wish-stat span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin-top: 0.3rem;
    display: block;
}

/* ============ MÜŞTERİLERİNİZ 7/24 ============ */
.lp-customer {
    padding: 5rem 0;
    background: var(--lp-bg);
}
.lp-cust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.lp-cust-channel {
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem;
    transition: all 0.2s;
}
.lp-cust-channel:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
    transform: translateY(-2px);
}
.lp-cust-ico {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
    color: white;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.lp-cust-channel h3 {
    font-size: 1.2rem;
    color: var(--lp-text);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.lp-cust-channel > p {
    color: var(--lp-text-mute);
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
}

.lp-cust-demo {
    background: #ECE5DD;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
}
.lp-wa-msg {
    background: white;
    border-radius: 8px;
    padding: 0.5rem 0.7rem;
    margin-bottom: 0.4rem;
    max-width: 85%;
    font-size: 0.82rem;
    line-height: 1.4;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.lp-wa-in { background: white; border-radius: 8px 8px 8px 2px; }
.lp-wa-out {
    background: #DCF8C6;
    margin-left: auto;
    border-radius: 8px 8px 2px 8px;
}
.lp-wa-msg strong { color: var(--lp-primary); font-size: 0.78rem; }
.lp-wa-msg p { margin: 0.2rem 0; color: #303030; }
.lp-wa-time {
    display: block;
    text-align: right;
    font-size: 0.65rem;
    color: #999;
    margin-top: 0.2rem;
}

.lp-qr-demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: white;
}
.lp-qr-card {
    background: white;
    border: 2px solid var(--lp-text);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    box-shadow: var(--lp-shadow);
}
.lp-qr-box {
    width: 120px;
    height: 120px;
    background: white;
    border: 1px solid var(--lp-border);
    margin: 0 auto 0.5rem;
    padding: 8px;
}
.lp-qr-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
}
.lp-qr-grid span {
    background: var(--lp-text);
    border-radius: 1px;
}
.lp-qr-grid span.lp-qr-on {
    background: var(--lp-text);
}
.lp-qr-grid span:not(.lp-qr-on) {
    background: white;
}
.lp-qr-info strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.95rem;
    font-weight: 800;
}
.lp-qr-info span {
    color: var(--lp-text-mute);
    font-size: 0.75rem;
}
.lp-qr-tag {
    color: var(--lp-text-mute);
    font-size: 0.78rem;
    text-align: center;
    margin: 0;
}

.lp-cust-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lp-cust-features li {
    padding: 0.5rem 0;
    color: var(--lp-text-2);
    font-size: 0.92rem;
    border-bottom: 1px solid var(--lp-border);
}
.lp-cust-features li:last-child { border-bottom: none; }

.lp-cust-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-accent));
    color: white;
    border-radius: var(--lp-radius-xl);
    text-align: center;
}
.lp-cust-stats > div { display: flex; flex-direction: column; }
.lp-cust-stats strong {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: white;
    letter-spacing: -0.02em;
}
.lp-cust-stats span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    margin-top: 0.3rem;
    display: block;
}

/* ============ SAHADA PATRON (MOBİL) ============ */
.lp-mobile {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--lp-bg-soft) 0%, var(--lp-bg) 100%);
    overflow: hidden;
}
.lp-mobile-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.lp-mobile-text h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: var(--lp-text);
}
.lp-mobile-text > p {
    color: var(--lp-text-mute);
    font-size: 1.05rem;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}
.lp-mobile-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.lp-mobile-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.lp-mob-ico {
    width: 38px;
    height: 38px;
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.lp-mobile-list strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.lp-mobile-list p {
    color: var(--lp-text-mute);
    font-size: 0.85rem;
    line-height: 1.45;
    margin: 0;
}

.lp-mobile-phone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-phone {
    width: 320px;
    background: #1a1a2e;
    border-radius: 36px;
    padding: 12px;
    box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4), 0 0 0 2px #2d2d44;
    transform: rotate(-2deg);
    transition: transform 0.3s;
}
.lp-phone:hover { transform: rotate(0deg) scale(1.02); }
.lp-phone-bar {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 0.7rem;
    padding: 0.4rem 1rem 0.6rem;
    font-weight: 600;
}
.lp-phone-app {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 24px;
    padding: 1.25rem;
    min-height: 480px;
}
.lp-phone-head {
    margin-bottom: 1rem;
}
.lp-phone-head strong {
    display: block;
    color: var(--lp-text-mute);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lp-phone-greet {
    display: block;
    color: var(--lp-text);
    font-size: 1.4rem;
    font-weight: 800;
    margin-top: 0.2rem;
}
.lp-phone-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.lp-phone-card {
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    padding: 0.6rem 0.7rem;
}
.lp-phone-card-warn {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-color: #fcd34d;
}
.lp-phone-card span {
    display: block;
    color: var(--lp-text-mute);
    font-size: 0.7rem;
}
.lp-phone-card strong {
    display: block;
    color: var(--lp-text);
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0.2rem 0;
}
.lp-phone-card em {
    color: var(--lp-success);
    font-size: 0.7rem;
    font-weight: 600;
    font-style: normal;
}
.lp-phone-card-warn em { color: #b45309; }
.lp-phone-list {
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}
.lp-phone-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid var(--lp-border);
}
.lp-phone-item:last-child { border-bottom: none; }
.lp-phone-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-phone-info { flex: 1; min-width: 0; }
.lp-phone-info strong {
    display: block;
    color: var(--lp-text);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lp-phone-info span {
    color: var(--lp-text-mute);
    font-size: 0.7rem;
}
.lp-phone-ok {
    width: 28px;
    height: 28px;
    background: var(--lp-success);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
}
.lp-phone-voice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
    color: white;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}
.lp-phone-mic {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

/* ============ BİZ VS ONLAR ============ */
.lp-compare {
    padding: 5rem 0;
    background: var(--lp-bg);
}
.lp-compare-table-wrap {
    overflow-x: auto;
    border-radius: var(--lp-radius-lg);
    border: 1px solid var(--lp-border);
    box-shadow: var(--lp-shadow);
    background: white;
}
.lp-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    min-width: 800px;
}
.lp-compare-table th,
.lp-compare-table td {
    padding: 0.85rem 0.9rem;
    text-align: center;
    border-bottom: 1px solid var(--lp-border);
    border-right: 1px solid var(--lp-border);
    vertical-align: middle;
}
.lp-compare-table th:last-child,
.lp-compare-table td:last-child { border-right: none; }
.lp-compare-table tbody tr:last-child td { border-bottom: none; }
.lp-compare-table thead th {
    background: var(--lp-bg-cool);
    color: var(--lp-text);
    font-weight: 800;
    font-size: 0.85rem;
    padding: 1rem 0.5rem;
    position: relative;
}
.lp-compare-table th.lp-cmp-us {
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-accent));
    color: white;
    border-right-color: rgba(255,255,255,0.15);
}
.lp-cmp-badge {
    display: inline-block;
    background: white;
    color: var(--lp-primary);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 0.3rem;
    letter-spacing: 0.05em;
}
.lp-cmp-feature {
    text-align: left !important;
    font-weight: 700;
    color: var(--lp-text);
    background: var(--lp-bg-soft) !important;
    min-width: 200px;
}
.lp-cmp-yes {
    color: var(--lp-success);
    font-weight: 800;
    background: rgba(16, 185, 129, 0.06);
    font-size: 0.95rem;
}
.lp-cmp-no {
    color: var(--lp-text-mute);
    font-weight: 600;
    opacity: 0.6;
}
.lp-cmp-price {
    font-weight: 700;
    color: var(--lp-text);
}
.lp-cmp-price strong {
    display: block;
    font-size: 1.1rem;
    color: var(--lp-primary);
}
.lp-compare-table tbody tr:hover { background: var(--lp-bg-soft); }
.lp-compare-foot {
    text-align: center;
    color: var(--lp-text-mute);
    font-size: 0.82rem;
    margin-top: 1.25rem;
}
.lp-compare-foot a {
    color: var(--lp-accent);
    text-decoration: none;
    font-weight: 600;
}

/* ============ ROI HESABI ============ */
.lp-roi {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-bg-soft) 100%);
}
.lp-roi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}
.lp-roi-card {
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem;
    text-align: center;
    transition: all 0.2s;
}
.lp-roi-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--lp-shadow-lg);
    border-color: var(--lp-accent);
}
.lp-roi-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.lp-roi-num {
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    font-weight: 800;
    background: var(--lp-grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1.1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
}
.lp-roi-num span {
    display: block;
    font-size: 0.78rem;
    color: var(--lp-text-mute);
    font-weight: 500;
    margin-top: 0.2rem;
    -webkit-text-fill-color: var(--lp-text-mute);
    background: none;
    letter-spacing: 0;
}
.lp-roi-card h4 {
    color: var(--lp-text);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.lp-roi-card p {
    color: var(--lp-text-mute);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}
.lp-roi-bar {
    height: 6px;
    background: var(--lp-bg-cool);
    border-radius: 3px;
    overflow: hidden;
}
.lp-roi-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--lp-accent), var(--lp-accent-2));
    border-radius: 3px;
    transition: width 1s ease;
}

.lp-roi-formula {
    max-width: 620px;
    margin: 0 auto;
    background: white;
    border: 2px solid var(--lp-primary);
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    box-shadow: var(--lp-shadow-lg);
}
.lp-roi-formula-head {
    background: var(--lp-primary);
    color: white;
    padding: 0.85rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
}
.lp-roi-formula-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1.25rem;
    border-bottom: 1px solid var(--lp-border);
    font-size: 0.92rem;
}
.lp-roi-formula-row:last-of-type { border-bottom: none; }
.lp-roi-formula-row span { color: var(--lp-text-2); }
.lp-roi-formula-row strong { color: var(--lp-text); font-weight: 700; }
.lp-roi-good { color: var(--lp-success) !important; }
.lp-roi-total {
    background: var(--lp-bg-cool);
    font-size: 1rem !important;
}
.lp-roi-total strong { color: var(--lp-primary) !important; font-size: 1.05rem; }

/* ============ SÖZÜMÜZ (6 TAAHHÜT) ============ */
.lp-promise {
    padding: 5rem 0;
    background: var(--lp-primary);
    color: white;
    position: relative;
    overflow: hidden;
}
.lp-promise::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top left, rgba(139, 92, 246, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(59, 130, 246, 0.25) 0%, transparent 50%);
    z-index: 0;
}
.lp-promise .lp-container { position: relative; z-index: 1; }
.lp-promise .lp-section-head h2 { color: white; }
.lp-promise .lp-section-head p { color: rgba(255, 255, 255, 0.85); }
.lp-promise .lp-eyebrow { color: #a5b4fc; }

.lp-promise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.lp-promise-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--lp-radius);
    padding: 1.5rem;
    transition: all 0.2s;
    position: relative;
}
.lp-promise-item:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}
.lp-promise-num {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.lp-promise-item h4 {
    color: white;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}
.lp-promise-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}
.lp-promise-foot {
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}
.lp-promise-foot a {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
}
.lp-promise-foot a:hover { color: #fff; text-decoration: underline; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .lp-hero-inner { grid-template-columns: 1fr; }
    .lp-hero-visual { margin-top: 2rem; }
    .lp-mockup { transform: none; }
    .lp-floating { display: none; }
    .lp-ai-wrap { grid-template-columns: 1fr; }
    .lp-mobile-wrap { grid-template-columns: 1fr; }
    .lp-mobile-phone { margin-top: 2rem; }
    .lp-foot-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 768px) {
    .lp-mobile-list { grid-template-columns: 1fr; }
    .lp-phone { transform: none; width: 280px; }
    .lp-timeline { padding-left: 2rem; }
    .lp-tl-dot { left: -1.55rem; }
}

@media (max-width: 768px) {
    .lp-nav-links { display: none; }
    .lp-util-right a:not(:last-child) { display: none; }
    .lp-util-right { gap: 0.5rem; }
    .lp-hero { padding: 3rem 0 3.5rem; }
    .lp-hero-title { font-size: 2rem; }
    .lp-hero-sub { font-size: 1rem; }
    .lp-hero-trust { gap: 1.5rem; }
    .lp-trust-item strong { font-size: 1.2rem; }
    .lp-different, .lp-sectors, .lp-modules, .lp-ai, .lp-integration,
    .lp-testimonials, .lp-pricing, .lp-faq { padding: 3rem 0; }
    .lp-section-head { margin-bottom: 2rem; }
    .lp-mockup-body { grid-template-columns: 1fr; }
    .lp-mockup-side { display: none; }
    .lp-plan-hot { transform: none; }
    .lp-plan-hot:hover { transform: translateY(-3px); }
    .lp-foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .lp-foot-brand { grid-column: 1 / -1; }
    .lp-foot-bottom { flex-direction: column; text-align: center; }
    .lp-trustbar-grid { gap: 1rem; }
}

@media (max-width: 480px) {
    .lp-container { padding: 0 16px; }
    .lp-hero-cta { flex-direction: column; }
    .lp-hero-cta .lp-btn { width: 100%; justify-content: center; }
    .lp-final-card { padding: 2.5rem 1.5rem; }
    .lp-foot-grid { grid-template-columns: 1fr; }
}

/* ============ 90 SANİYE TUR ============ */
.lp-tour-preview {
    padding: 4rem 0;
    background: var(--lp-bg-soft);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
}

.lp-tour-preview-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.lp-tour-preview-text h2 {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--lp-text);
    margin: 0.5rem 0 1rem;
    line-height: 1.25;
}

.lp-tour-preview-text p {
    color: var(--lp-text-mute);
    margin-bottom: 1.5rem;
    max-width: 480px;
}

.lp-tour-thumb {
    aspect-ratio: 16 / 10;
    background: var(--lp-grad-hero);
    border-radius: var(--lp-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    box-shadow: var(--lp-shadow-lg);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-tour-thumb:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-xl);
}

.lp-tour-thumb-play {
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--lp-accent);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.lp-tour-thumb-label {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
}

.lp-tour-modal[hidden] { display: none !important; }

.lp-tour-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.lp-tour-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(4px);
}

.lp-tour-dialog {
    position: relative;
    width: min(640px, 100%);
    background: white;
    border-radius: var(--lp-radius-xl);
    box-shadow: var(--lp-shadow-xl);
    overflow: hidden;
    animation: lpTourIn 0.25s ease;
}

@keyframes lpTourIn {
    from { opacity: 0; transform: scale(0.96) translateY(12px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.lp-tour-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem 0.75rem;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.lp-tour-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lp-accent);
    margin-bottom: 0.25rem;
}

.lp-tour-header h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--lp-text);
}

.lp-tour-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: var(--lp-text-mute);
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    line-height: 1;
}

.lp-tour-close:hover {
    background: rgba(0, 0, 0, 0.06);
    color: var(--lp-text);
}

.lp-tour-progress {
    height: 4px;
    background: var(--lp-border);
}

.lp-tour-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--lp-grad-cool);
    transition: width 0.05s linear;
}

.lp-tour-stage {
    min-height: 280px;
    padding: 2rem 2rem 1.5rem;
    position: relative;
}

.lp-tour-slide {
    display: none;
    text-align: center;
    animation: lpSlideIn 0.35s ease;
}

.lp-tour-slide.is-active { display: block; }

@keyframes lpSlideIn {
    from { opacity: 0; transform: translateX(16px); }
    to { opacity: 1; transform: translateX(0); }
}

.lp-tour-slide-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.lp-tour-slide h4 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--lp-text);
    margin: 0 0 0.75rem;
}

.lp-tour-slide p {
    color: var(--lp-text-2);
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 auto;
}

.lp-tour-slide kbd {
    display: inline-block;
    background: var(--lp-bg-cool);
    border: 1px solid var(--lp-border);
    border-radius: 5px;
    padding: 0.1rem 0.4rem;
    font-size: 0.82rem;
    font-family: inherit;
}

.lp-tour-cta {
    margin-top: 1.25rem;
    display: inline-flex;
}

.lp-tour-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid var(--lp-border);
    background: var(--lp-bg-soft);
}

.lp-tour-nav,
.lp-tour-pause {
    width: 40px;
    height: 40px;
    border: 1.5px solid var(--lp-border);
    background: white;
    border-radius: 10px;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--lp-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, background 0.15s;
}

.lp-tour-nav:hover,
.lp-tour-pause:hover {
    border-color: var(--lp-accent);
    background: #eff6ff;
}

.lp-tour-counter {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--lp-text-mute);
    min-width: 4rem;
    text-align: center;
}

/* ============ YASAL / PAZARLAMA SAYFALARI ============ */
.lp-legal-page {
    min-height: 100vh;
    background: var(--lp-bg-soft);
    color: var(--lp-text);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.lp-legal-header {
    background: white;
    border-bottom: 1px solid var(--lp-border);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.lp-legal-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-legal-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: var(--lp-primary);
    font-weight: 800;
    font-size: 1.1rem;
}

.lp-legal-brand img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.lp-legal-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.lp-legal-nav a {
    text-decoration: none;
    color: var(--lp-text-2);
    font-weight: 600;
    font-size: 0.92rem;
}

.lp-legal-nav a:hover { color: var(--lp-accent); }

.lp-legal-cta {
    background: var(--lp-primary) !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 10px !important;
}

.lp-legal-main {
    padding: 2.5rem 0 3rem;
}

.lp-legal-content {
    max-width: 820px;
}

.lp-legal-content h1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--lp-primary);
    margin-bottom: 0.5rem;
}

.lp-legal-intro {
    color: var(--lp-text-mute);
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.lp-legal-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--lp-border);
}

.lp-legal-tab {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: white;
    border: 1.5px solid var(--lp-border);
    color: var(--lp-text-2);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.15s;
}

.lp-legal-tab:hover {
    border-color: var(--lp-accent);
    color: var(--lp-accent);
    background: #eff6ff;
}

.lp-legal-section {
    background: white;
    border-radius: var(--lp-radius-lg);
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--lp-shadow-sm);
    border: 1px solid var(--lp-border);
    scroll-margin-top: 5rem;
}

.lp-legal-section h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--lp-primary);
    margin: 0 0 1rem;
    padding-top: 0.5rem;
}

.lp-legal-section h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--lp-text);
    margin: 1.5rem 0 0.65rem;
}

.lp-legal-section p,
.lp-legal-section li {
    color: var(--lp-text-2);
    font-size: 0.95rem;
}

.lp-legal-section ul,
.lp-legal-section ol {
    padding-left: 1.35rem;
    margin: 0.5rem 0 1rem;
}

.lp-legal-section a {
    color: var(--lp-accent);
}

.lp-legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    margin: 1rem 0;
}

.lp-legal-table th,
.lp-legal-table td {
    border: 1px solid var(--lp-border);
    padding: 0.65rem 0.85rem;
    text-align: left;
}

.lp-legal-table th {
    background: var(--lp-bg-cool);
    font-weight: 700;
    color: var(--lp-text);
}

.lp-legal-cta-box {
    background: var(--lp-grad-hero);
    color: white;
    border-radius: var(--lp-radius-lg);
    padding: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.lp-legal-cta-box h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.lp-legal-cta-box p {
    opacity: 0.9;
    margin-bottom: 1.25rem;
}

.lp-legal-cta-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.lp-legal-cta-box .lp-btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.lp-legal-footer {
    background: var(--lp-primary);
    color: rgba(255, 255, 255, 0.85);
    padding: 2rem 0;
    text-align: center;
    font-size: 0.88rem;
}

.lp-legal-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.lp-legal-footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.lp-legal-footer-links a:hover { color: white; }

.lp-legal-muted {
    color: var(--lp-text-mute);
    font-size: 0.9rem;
}

/* Hakkımızda */
.lp-about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.lp-about-stat {
    background: var(--lp-bg-soft);
    border-radius: var(--lp-radius);
    padding: 1.25rem;
    text-align: center;
    border: 1px solid var(--lp-border);
}

.lp-about-stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--lp-accent);
}

.lp-about-stat span {
    font-size: 0.82rem;
    color: var(--lp-text-mute);
}

.lp-blog-preview {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.lp-blog-card {
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.25rem;
}

.lp-blog-date {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--lp-accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.lp-blog-card h3 {
    font-size: 1rem;
    margin: 0.35rem 0 0.5rem;
    color: var(--lp-text);
}

/* İletişim */
.lp-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.lp-contact-card {
    background: white;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.5rem;
    box-shadow: var(--lp-shadow-sm);
}

.lp-contact-icon {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.5rem;
}

.lp-contact-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
}

.lp-contact-card a {
    color: var(--lp-accent);
    font-weight: 600;
    text-decoration: none;
}

.lp-contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-contact-social a {
    padding: 0.5rem 1rem;
    background: white;
    border: 1.5px solid var(--lp-border);
    border-radius: 10px;
    text-decoration: none;
    color: var(--lp-text-2);
    font-weight: 600;
    font-size: 0.9rem;
}

.lp-contact-social a:hover {
    border-color: var(--lp-accent);
    color: var(--lp-accent);
}

/* Kılavuz */
.lp-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.lp-guide-card {
    background: white;
    border: 1.5px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
    display: block;
}

.lp-guide-card:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
}

.lp-guide-featured {
    border-color: var(--lp-accent);
    background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
}

.lp-guide-icon {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.5rem;
}

.lp-guide-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--lp-primary);
}

.lp-guide-card p {
    font-size: 0.88rem;
    color: var(--lp-text-mute);
    margin: 0 0 0.75rem;
}

.lp-guide-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--lp-accent);
}

.lp-guide-steps {
    padding-left: 1.25rem;
}

.lp-guide-steps li {
    margin-bottom: 1.25rem;
}

.lp-guide-steps strong {
    display: block;
    color: var(--lp-text);
    margin-bottom: 0.25rem;
}

.lp-guide-videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.lp-guide-video {
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1rem;
    text-align: center;
}

.lp-guide-video-thumb {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.lp-guide-video h4 {
    font-size: 0.92rem;
    margin: 0 0 0.25rem;
}

.lp-guide-video p {
    font-size: 0.8rem;
    color: var(--lp-text-mute);
    margin: 0;
}

@media (max-width: 768px) {
    .lp-tour-preview-inner { grid-template-columns: 1fr; }
    .lp-about-stats { grid-template-columns: repeat(2, 1fr); }
    .lp-contact-grid { grid-template-columns: 1fr; }
    .lp-guide-grid { grid-template-columns: 1fr; }
    .lp-guide-videos { grid-template-columns: 1fr 1fr; }
    .lp-legal-section { padding: 1.25rem; }
}

/* ============ DÖNÜŞÜM + MOBİL MENÜ (2026-06) ============ */
.lp-hero-urgency {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.45rem 0.85rem;
    margin-bottom: 0.85rem;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 999px;
    font-size: 0.82rem;
    color: #065f46;
}
.lp-hero-urgency strong { color: #047857; }
.lp-hero-urgency-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    animation: lp-pulse-dot 1.8s infinite;
}
@keyframes lp-pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}
.lp-hero-risk {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--lp-text-mute);
}

.lp-mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 10060;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.lp-mobile-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}
.lp-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    z-index: 10061;
    background: #fff;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.18);
    transform: translateX(105%);
    transition: transform 0.25s ease;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.lp-mobile-drawer.is-open { transform: translateX(0); }
body.lp-drawer-open { overflow: hidden; }
.lp-mobile-drawer-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--lp-border);
}
.lp-mobile-drawer-head strong { flex: 1; font-size: 0.95rem; }
.lp-mobile-drawer-close {
    border: none;
    background: var(--lp-bg-soft);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
}
.lp-mobile-drawer-links {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
    overflow-y: auto;
}
.lp-mobile-drawer-links button,
.lp-mobile-drawer-links a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.7rem 0.75rem;
    border: none;
    background: transparent;
    border-radius: 8px;
    color: var(--lp-text);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}
.lp-mobile-drawer-links button:hover,
.lp-mobile-drawer-links a:hover { background: var(--lp-bg-soft); }
.lp-mobile-drawer-phone {
    text-align: center;
    padding: 0.65rem;
    background: var(--lp-bg-soft);
    border-radius: 10px;
    color: var(--lp-primary) !important;
    font-weight: 700;
    text-decoration: none;
}

.lp-switch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.lp-switch-card {
    background: var(--lp-bg-soft);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 1.25rem;
}
.lp-switch-card h4 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    color: var(--lp-text);
}
.lp-switch-card p {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    color: var(--lp-text-mute);
    line-height: 1.5;
}
.lp-switch-link {
    color: var(--lp-primary);
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
}
.lp-switch-card-hot {
    border-color: rgba(59, 130, 246, 0.45);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.08), #fff);
}

.lp-pricing-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1.25rem;
    margin-top: 0.75rem;
    font-size: 0.88rem;
    color: var(--lp-text-mute);
}
.lp-pricing-trust span { white-space: nowrap; }

.lp-mobile-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.lp-mobile-pwa-note {
    margin-top: 0.65rem;
    font-size: 0.82rem;
    color: var(--lp-text-mute);
}

@media (max-width: 900px) {
    .lp-switch-grid { grid-template-columns: 1fr; }
    .lp-mobile-wrap { grid-template-columns: 1fr; }
    .lp-mobile-list { grid-template-columns: 1fr; }
}

/* Mobil stiller → landing-mobile.css */
