/* Tüm landing + destek sayfalarında Inter (değişken ağırlık); HTML'de link unutulan sayfalar da kapsanır */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            /* Mobil dokunmada mavi vurgu (webkit-tap-highlight) kaldır */
            -webkit-tap-highlight-color: transparent;
        }

        :root {
            --black: #0c0c10;
            --dark-900: #12121a;
            --dark-800: #18181f;
            --dark-700: #1e1e26;
            --dark-600: #26262f;
            --dark-500: #32323c;
            --gray-500: #52525b;
            --gray-400: #949494;
            --gray-300: #9b9b9b;
            --gray-200: #a3a3a3;
            --white: #ffffff;
            --accent: #ec0972;
            --accent-light: #ff6bb3;
            --accent-glow: rgba(236, 9, 114, 0.4);
            --landing-on-dark-06: rgba(255, 255, 255, 0.06);
            --landing-border-subtle: var(--landing-on-dark-06);
            --landing-plan-feature-border: var(--landing-border-subtle);
            --landing-on-dark-05: rgba(255, 255, 255, 0.05);
            --landing-on-dark-08: rgba(255, 255, 255, 0.08);
            --landing-on-dark-1: rgba(255, 255, 255, 0.1);
            --landing-on-dark-12: rgba(255, 255, 255, 0.12);
            --landing-on-dark-15: rgba(255, 255, 255, 0.15);
            --landing-on-dark-24: rgba(255, 255, 255, 0.24);
            --landing-on-dark-3: rgba(255, 255, 255, 0.3);
            --landing-on-dark-4: rgba(255, 255, 255, 0.4);
            --landing-on-dark-5: rgba(255, 255, 255, 0.5);
            --landing-on-dark-7: rgba(255, 255, 255, 0.7);
            --landing-on-dark-9: rgba(255, 255, 255, 0.9);
            --landing-header-bg: rgba(12, 12, 16, 0.9);
            --landing-header-bg-scrolled: rgba(12, 12, 16, 0.98);
            --landing-light-surface: #f8fafc;
            --landing-light-surface-90: rgba(248, 250, 252, 0.9);
            --landing-light-surface-98: rgba(248, 250, 252, 0.98);
            --landing-light-border: #e2e8f0;
            --landing-light-border-hover: #cbd5e1;
            --landing-light-muted: #475569;
            --landing-light-text: #2e3237;
            --landing-accent-shadow: rgba(236, 9, 114, 0.3);
            --landing-accent-ring: rgba(236, 9, 114, 0.75);
            --landing-accent-ring-soft: rgba(236, 9, 114, 0.45);
            --green: #22c55e;
            --yellow: #facc15;
            --blue: #3b82f6;
            --landing-slate-100: #f1f5f9;
            --landing-footer-tint: #f2f6f9;
            --landing-slate-800: #1e293b;
            --landing-slate-500: #64748b;
            --landing-amber-500: #f59e0b;
            --landing-gray-200-ui: #e5e7eb;
            --landing-pink-border-ui: #f3cadd;
            --landing-orange-500: #f97316;
            --landing-orange-400: #fb923c;
            --landing-purple-500: #8b5cf6;
            --landing-purple-400: #a78bfa;
            --landing-blue-400: #60a5fa;
            --landing-green-400: #4ade80;
            --landing-traffic-red: #ff5f57;
            --landing-traffic-yellow: #febc2e;
            --landing-traffic-green: #28c840;
            --landing-whatsapp-from: #25d366;
            --landing-whatsapp-to: #128c7e;
            --landing-tag-yellow: #fef3c7;
            --landing-tag-blue: #dbeafe;
            --landing-tag-green: #d1fae5;
            --landing-tag-pink: #fce7f3;
            --landing-panel-wrap-bg: var(--landing-on-dark-06);
            --landing-panel-media-bg: var(--white);
            /* landing-pages / dahili sayfalar / login ile ortak (sadece landing-styles yüklenen sayfalar için) */
            --floovon-pink: #ec0972;
            --floovon-pink-dark: #c7075f;
            --bg-light: #f8fafc;
            --bg-light-secondary: #f1f5f9;
            --bg-white: #ffffff;
            --text-dark: #2e3237;
            --text-secondary: #475569;
            --text-muted: #94a3b8;
            --help-article-body-p-color: var(--text-secondary);
            --border-light: #e2e8f0;
            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
            --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
            --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
            --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);
            --shadow-pink: 0 4px 14px rgba(236, 9, 114, 0.3);
            --shadow-pink-lg: 0 10px 30px rgba(236, 9, 114, 0.25);
        }

        html {
            scroll-behavior: smooth;
            -webkit-tap-highlight-color: transparent;
        }

        /* landing-theme-head.js: ilk frame zemin (sayfa geçişlerinde body sınıfı henüz açık tema olabilir) */
        html.floovon-landing-doc-dark,
        html.floovon-landing-doc-dark body {
            background-color: #12121a !important;
            color-scheme: dark;
        }

        html.floovon-landing-doc-light,
        html.floovon-landing-doc-light body {
            background-color: #f8fafc !important;
            color-scheme: light;
        }

        /* Light sayfalarda route geçişi sırasında header'ın anlık dark görünmesini engelle */
        html.floovon-landing-doc-light .landing-header {
            background: var(--landing-light-surface-90) !important;
            border-bottom: 1px solid var(--landing-light-border) !important;
        }

        html.floovon-landing-doc-light .landing-header.scrolled {
            background: var(--landing-light-surface-98) !important;
        }

        /* İlk boyamada .light-header sınıfı henüz eklenmeden nav linklerinin
           dark stile düşmesini engelle. */
        html.floovon-landing-doc-light .landing-header .landing-nav a,
        body.theme-light .landing-header .landing-nav a {
            color: var(--landing-light-text-secondary);
        }

        html.floovon-landing-doc-light .landing-header .landing-nav a:not(.landing-nav-support-link):hover,
        body.theme-light .landing-header .landing-nav a:not(.landing-nav-support-link):hover {
            color: var(--accent);
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--black);
            color: var(--white);
            line-height: 1.5;
            overflow-x: hidden;
        }

        .landing-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 48px;
        }

        /* HEADER */
        .landing-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 16px 0;
            background: var(--landing-header-bg);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid var(--landing-on-dark-06);
            transition: all 0.4s ease;
        }

        .landing-header.scrolled {
            padding: 16px 0;
            background: var(--landing-header-bg-scrolled);
        }

        /* Sadece landing ana sayfada scroll ile header incelsin. */
        .landing-home-page .landing-header.scrolled {
            padding: 12px 0;
        }

        /* LIGHT HEADER (landing.html hariç diğer sayfalar için) */
        .landing-header.light-header {
            background: var(--landing-light-surface-90);
            border-bottom: 1px solid var(--landing-light-border);
        }

        .landing-header.light-header.scrolled {
            background: var(--landing-light-surface-98);
        }

        .landing-header.light-header .landing-nav a {
            color: var(--landing-light-muted);
        }

        .landing-header.light-header .landing-nav a:not(.landing-nav-support-link):hover,
        .landing-header.light-header .landing-nav a:not(.landing-nav-support-link):focus-visible {
            color: var(--accent);
        }

        .landing-header.light-header .landing-btn-ghost {
            color: var(--landing-light-muted);
            border-color: var(--landing-light-border);
        }

        .landing-header.light-header .landing-btn-ghost:hover {
            color: var(--landing-light-text);
            border-color: var(--landing-light-border-hover);
        }

        .landing-header.light-header .landing-btn-primary {
            background: var(--accent);
            color: var(--white);
        }

        .landing-header.light-header .landing-btn-primary:hover {
            background: var(--accent-light);
            box-shadow: 0 10px 30px var(--landing-accent-shadow);
        }

        .landing-header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 43px;
        }

        .landing-logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .landing-logo img {
            height: 32px;
            width: auto;
        }

        .landing-nav {
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .landing-nav a {
            color: var(--gray-200);
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: color 0.2s ease;
        }

        .landing-nav a:not(.landing-nav-support-link):hover,
        .landing-nav a:not(.landing-nav-support-link):focus-visible {
            color: var(--white);
        }

        .landing-header .landing-nav-support-link {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            font-weight: 700;
            text-decoration: none;
            transition: filter 0.2s ease, opacity 0.2s ease;
        }

        .landing-nav .landing-nav-support-link {
            margin-left: 18px;
        }

        .landing-header .landing-nav-support-link:hover,
        .landing-header .landing-nav-support-link:focus-visible {
            filter: brightness(1.1);
            opacity: 0.92;
        }

        .landing-header-cta {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        /* Header CTA: Giriş Yap / Hesabım / Çıkış Yap — tüm sayfalarda aynı ölçü */
        .landing-header-cta .login-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            box-sizing: border-box;
            min-height: 43px;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.25;
            border-radius: 8px;
            text-decoration: none;
            cursor: pointer;
            font-family: inherit;
            color: var(--text-dark);
            transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        }

        button.login-button {
            appearance: none;
            -webkit-appearance: none;
        }

        .landing-header-cta .login-button svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }

        /* Header Giriş Yap / Hesabım: Lucide user silüeti — web ve mobilde aynı (::before) */
        .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button),
        .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button),
        .support-header .login-button:not(.logout-button):not(.dashboard-logout-button) {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            position: relative;
        }

        .landing-header-cta .login-button.landing-account-button .login-button-label {
            white-space: nowrap;
        }

        .landing-header:not(.light-header) .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button)::before {
            content: "";
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            display: block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: static;
            left: auto;
            top: auto;
            transform: none;
        }

        .landing-header.light-header .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button)::before,
        .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button)::before,
        .support-header .login-button:not(.logout-button):not(.dashboard-logout-button)::before {
            content: "";
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            display: block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: static;
            left: auto;
            top: auto;
            transform: none;
        }

        /* Hamburger: yalnızca mobil; Giriş Yap’ın sağında */
        .landing-header-menu-wrap {
            display: none;
            position: relative;
            flex-shrink: 0;
        }

        .landing-nav-toggle {
            display: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            width: 36px;
            height: 36px;
            padding: 0;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(15, 23, 42, 0.42);
            color: rgba(248, 250, 252, 0.92);
            cursor: pointer;
            transition:
                border-color 0.2s ease,
                background-color 0.2s ease;
        }

        .landing-nav-toggle:hover {
            border-color: rgba(255, 255, 255, 0.38);
            background: rgba(15, 23, 42, 0.58);
        }

        .landing-nav-toggle:focus {
            outline: none;
        }

        .landing-nav-toggle:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }

        .landing-header.light-header .landing-nav-toggle {
            border-color: var(--landing-light-border);
            background: var(--landing-light-surface-90);
            color: var(--landing-light-text);
        }

        .landing-header.light-header .landing-nav-toggle:hover {
            border-color: var(--landing-light-border-hover);
            background: var(--landing-light-surface-98);
        }

        .landing-nav-toggle-bar {
            display: block;
            width: 18px;
            height: 2px;
            border-radius: 1px;
            background: currentColor;
            transition:
                transform 0.2s ease,
                opacity 0.2s ease;
        }

        .landing-nav-toggle.is-open .landing-nav-toggle-bar:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .landing-nav-toggle.is-open .landing-nav-toggle-bar:nth-child(2) {
            opacity: 0;
        }

        .landing-nav-toggle.is-open .landing-nav-toggle-bar:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        .landing-header-menu-panel {
            position: absolute;
            top: calc(100% + 10px);
            right: 0;
            width: min(300px, calc(100vw - 32px));
            max-height: min(420px, 70vh);
            overflow-y: auto;
            padding: 16px;
            border-radius: 14px;
            border: 1px solid var(--landing-on-dark-06);
            background: rgba(15, 23, 42, 0.97);
            backdrop-filter: blur(16px);
            box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
            z-index: 1002;
        }

        .landing-header.light-header .landing-header-menu-panel {
            border-color: var(--landing-light-border);
            background: var(--landing-light-surface-98);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
        }

        .landing-header-menu-nav {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .landing-header-menu-group {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .landing-header-menu-heading {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(148, 163, 184, 0.95);
            margin-bottom: 2px;
        }

        .landing-header.light-header .landing-header-menu-heading {
            color: var(--landing-light-muted);
        }

        .landing-header-menu-group a {
            display: block;
            padding: 8px 10px;
            margin: 0 -6px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            color: var(--gray-200);
            text-decoration: none;
            transition:
                background-color 0.15s ease,
                color 0.15s ease;
        }

        .landing-header-menu-group a:hover {
            color: var(--white);
            background: rgba(255, 255, 255, 0.06);
        }

        .landing-header.light-header .landing-header-menu-group a {
            color: var(--landing-light-muted);
        }

        .landing-header.light-header .landing-header-menu-group a:hover {
            color: var(--landing-light-text);
            background: rgba(15, 23, 42, 0.06);
        }

        /* HEADER TEMA — tek ikon butonu: mevcut temaya göre güneş/ay */
        .landing-theme-toggle {
            position: relative;
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(15, 23, 42, 0.42);
            box-shadow: none;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            cursor: pointer;
            overflow: visible;
            color: rgba(248, 250, 252, 0.92);
            transition:
                border-color 0.2s ease,
                background-color 0.2s ease,
                color 0.2s ease;
        }

        .landing-theme-toggle:hover {
            border-color: rgba(255, 255, 255, 0.38);
            background: rgba(15, 23, 42, 0.58);
        }

        .landing-theme-toggle:focus {
            outline: none;
        }

        .landing-theme-toggle:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }

        .landing-theme-toggle-symbol {
            position: relative;
            width: 22px;
            height: 22px;
            flex-shrink: 0;
            pointer-events: none;
        }

        .landing-theme-toggle-svg {
            position: absolute;
            inset: 0;
            display: block;
            width: 22px;
            height: 22px;
            transition:
                opacity 0.22s ease,
                transform 0.22s ease;
        }

        body.theme-light .landing-theme-toggle-svg--sun {
            opacity: 1;
            transform: rotate(0deg) scale(1);
        }

        body.theme-light .landing-theme-toggle-svg--moon {
            opacity: 0;
            transform: rotate(-28deg) scale(0.82);
        }

        body.theme-dark .landing-theme-toggle-svg--sun {
            opacity: 0;
            transform: rotate(28deg) scale(0.82);
        }

        body.theme-dark .landing-theme-toggle-svg--moon {
            opacity: 1;
            transform: rotate(0deg) scale(1);
        }

        body.theme-light .landing-theme-toggle {
            border-color: rgba(203, 213, 225, 0.9);
            background: #ffffff;
            color: var(--landing-slate-600);
            box-shadow: none;
        }

        body.theme-light .landing-theme-toggle:hover {
            border-color: var(--landing-amber-500);
            color: var(--landing-slate-700);
            box-shadow: none;
        }

        body.theme-light .landing-theme-toggle:hover .landing-theme-toggle-svg--sun {
            color: var(--landing-amber-500);
        }

        body.theme-light .landing-theme-toggle-svg--sun {
            color: var(--landing-amber-500);
        }

        body.theme-light .landing-theme-toggle-svg--moon {
            color: #64748b;
        }

        body.theme-dark .landing-theme-toggle-svg--sun {
            color: #fde047;
        }

        body.theme-dark .landing-theme-toggle-svg--moon {
            color: #e2e8f0;
        }

        /* Eski sürüm: kaydırma başparmağı (varsa JS hâlâ destekler) */
        .landing-theme-toggle-thumb {
            display: none;
        }

        /* Tablet (1024) ve mobil: linkler sığmaz — hamburger menü; Şimdi Başla header’dan kalkar */
        @media (max-width: 1024px) {
            .landing-nav {
                display: none;
            }

            .landing-header-menu-wrap {
                display: block;
            }

            .landing-nav-toggle {
                display: flex;
            }

            .landing-header-cta .cta-button {
                display: none !important;
            }

            .landing-header-cta .landing-theme-toggle {
                width: 36px;
                height: 36px;
                border-radius: 10px;
            }

            .landing-header-cta .landing-theme-toggle-symbol {
                width: 18px;
                height: 18px;
            }

            .landing-header-cta .landing-theme-toggle-svg {
                width: 18px;
                height: 18px;
            }

            /* Light tema: mobilde tema butonu çerçevesi = Giriş Yap (var(--border-light)) */
            body.theme-light .landing-header-cta .landing-theme-toggle {
                border-color: var(--border-light);
            }

            /* Giriş Yap / Hesabım: tema butonu ile aynı kare — mobilde yalnızca user ikonu */
            .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button),
            .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button),
            .support-header .login-button:not(.logout-button):not(.dashboard-logout-button) {
                box-sizing: border-box;
                width: 36px;
                height: 36px;
                min-width: 36px;
                max-width: 36px;
                min-height: 36px;
                padding: 0;
                gap: 0;
                border-radius: 10px;
                font-size: 0 !important;
                line-height: 0;
                text-indent: -9999px;
                overflow: hidden;
                justify-content: center;
            }

            .landing-header-cta .login-button.landing-account-button .login-button-label {
                display: none !important;
            }

            .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button)::before,
            .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button)::before,
            .support-header .login-button:not(.logout-button):not(.dashboard-logout-button)::before {
                position: absolute !important;
                left: 50% !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                width: 18px !important;
                height: 18px !important;
            }

            .landing-header-cta {
                gap: 8px;
            }
            
            .landing-header-cta .cta-button {
                padding: 8px 14px;
                font-size: 13px;
                white-space: nowrap;
                border-radius: 8px !important;
            }
        }
        
        @media (max-width: 480px) {
            .landing-header-cta {
                gap: 6px;
            }
            
            .landing-header-cta .cta-button {
                padding: 8px 14px;
                font-size: 12px;
                min-height: 36px;
                height: 36px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            
            .landing-header-cta .login-button:not(.dashboard-logout-button):not(.logout-button),
            .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button),
            .support-header .login-button:not(.logout-button):not(.dashboard-logout-button) {
                position: relative;
            }

            .landing-header-cta .logout-button,
            .landing-header-cta .dashboard-logout-button {
                font-size: 0 !important;
                line-height: 0;
                box-sizing: border-box;
                width: 40px;
                height: 40px;
                min-width: 40px;
                max-width: 40px;
                padding: 0;
                border-radius: 50%;
                position: relative;
            }

            .landing-header-cta .logout-button .logout-text,
            .landing-header-cta .dashboard-logout-button .logout-text {
                display: none;
            }

            .landing-header-cta .logout-button::before,
            .landing-header-cta .dashboard-logout-button::before {
                display: none !important;
                content: none !important;
            }
            
        }
        
        /* Geniş ekran: ikon + metin (Giriş Yap / Hesabım) */
        @media (min-width: 1025px) {
            .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button),
            .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button),
            .support-header .login-button:not(.logout-button):not(.dashboard-logout-button) {
                width: auto;
                height: auto;
                min-width: 0;
                max-width: none;
                min-height: 43px;
                padding: 10px 20px;
                font-size: 14px !important;
                line-height: 1.25;
                text-indent: 0;
                overflow: visible;
                border-radius: 8px;
                gap: 6px;
            }

            .landing-header-cta .login-button.landing-account-button .login-button-label {
                display: inline !important;
                font-size: 14px;
                line-height: 1.25;
                text-indent: 0;
            }

            .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button)::before,
            .purchase-header .login-button:not(.logout-button):not(.dashboard-logout-button)::before,
            .support-header .login-button:not(.logout-button):not(.dashboard-logout-button)::before {
                position: static !important;
                left: auto !important;
                top: auto !important;
                transform: none !important;
                width: 16px !important;
                height: 16px !important;
                display: block !important;
            }
            
            .landing-header-cta .cta-button {
                font-size: 12px;
                padding: 8px 14px;
            }
        }

        /* Light header'da Giriş Yap butonu: tema butonu gibi beyaz zemin */
        .landing-header.light-header .login-button,
        .purchase-header .login-button,
        .support-header .login-button {
            background: var(--white);
            color: var(--text-dark);
            border: 1px solid rgba(203, 213, 225, 0.9);
        }

        .landing-header.light-header .login-button:hover,
        .purchase-header .login-button:hover,
        .support-header .login-button:hover {
            background: #f8fafc;
            color: var(--text-dark);
            border-color: #cbd5e1;
        }

        /* Dark header'da beyaz patlamasını engelle */
        .landing-header:not(.light-header) .login-button {
            background: rgba(255, 255, 255, 0.08);
            color: var(--white);
            border: 1px solid rgba(255, 255, 255, 0.22);
        }

        .landing-header:not(.light-header) .login-button:hover {
            background: rgba(255, 255, 255, 0.14);
            color: var(--white);
            border-color: rgba(255, 255, 255, 0.28);
        }

        .landing-btn-ghost {
            color: var(--gray-200);
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            padding: 10px 20px;
        }

        .landing-btn-primary {
            background: var(--white);
            color: var(--black);
            padding: 12px 24px;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

        .landing-btn-primary:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        /* HERO */
        .landing-hero {
            padding: 180px 0 120px;
            text-align: center;
            position: relative;
            background: var(--black);
            overflow: hidden;
        }

        .landing-hero-bg-gradient {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150%;
            height: 100%;
            background: radial-gradient(ellipse at center top, rgba(236, 9, 114, 0.15) 0%, transparent 60%);
            pointer-events: none;
        }

        .landing-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--landing-on-dark-06);
            border: 1px solid var(--landing-on-dark-1);
            padding: 8px 20px;
            border-radius: 100px;
            font-size: 14px;
            color: var(--gray-200);
            margin-bottom: 32px;
            opacity: 0;
            transform: translateY(20px);
        }

        .landing-hero-badge-dot {
            width: 8px;
            height: 8px;
            background: var(--green);
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        /* Light temada hero rozetinin pembe çerçeve ile görünür olması için */
        body.theme-light .landing-hero-badge {
            background: rgba(248, 250, 252, 0.9);
            border-color: var(--landing-pink-border-ui);
            color: var(--text-secondary);
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: 0.5;
                transform: scale(0.9);
            }
        }

        .landing-hero-title {
            font-size: clamp(56px, 9vw, 130px);
            font-weight: 800;
            line-height: 1.05;
            letter-spacing: -0.03em;
            margin-bottom: 28px;
            opacity: 0;
            transform: translateY(40px);
        }

        .landing-hero-title span {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .landing-hero-desc {
            font-size: 20px;
            color: var(--gray-300);
            max-width: 530px;
            margin: 0 auto 48px;
            line-height: 1.7;
            opacity: 0;
            transform: translateY(30px);
        }

        .landing-hero-buttons {
            display: flex;
            justify-content: center;
            gap: 16px;
            opacity: 0;
            transform: translateY(30px);
        }

        .landing-btn-hero {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--white);
            padding: 18px 40px;
            border-radius: 100px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            width: fit-content;
            box-shadow: 0 0 40px var(--accent-glow);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .landing-btn-hero:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 10px 60px var(--accent-glow);
        }

        .landing-btn-secondary {
            background: var(--landing-on-dark-06);
            color: var(--white);
            padding: 18px 40px;
            border-radius: 100px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border: 1px solid var(--landing-on-dark-1);
            transition: all 0.3s;
        }

        .landing-btn-secondary:hover {
            background: var(--landing-on-dark-12);
            transform: translateY(-2px);
        }

        /* STATS */
        .landing-stats-section {
            scroll-margin-top: 90px; /* Header için scroll offset */
            padding: 100px 0;
            background: var(--black);
        }

        .landing-stats-grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .landing-stat-card-clean {
            position: relative;
            top: 0;
            background: var(--dark-800);
            border: 1px solid var(--landing-on-dark-06);
            border-radius: 24px;
            padding: 40px;
            transition:
                top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                border-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            min-height: 300px;
            opacity: 0;
            transform: translateY(60px);
            will-change: opacity, transform;
        }
        
        /* Fallback: Sadece JavaScript yoksa çalışsın, GSAP varsa çalışmasın */
        .landing-stat-card-clean:not(.gsap-animated) {
            animation: landing-stat-fade-in 0.8s ease-out 0.5s forwards;
        }
        
        /* GSAP animasyonu başladığında fallback animasyonu durdur */
        .landing-stat-card-clean.gsap-animated {
            animation: none;
        }
        
        @keyframes landing-stat-fade-in {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Hover: top kullanıyoruz; GSAP transform'u inline bırakır, translateY hover'da uygulanmazdı */
        .landing-stat-card-clean:hover {
            border-color: var(--landing-on-dark-15);
            top: -8px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
        }

        .landing-stat-card-featured {
            background: linear-gradient(135deg, rgba(236, 9, 114, 0.08), rgba(139, 92, 246, 0.05));
            border-color: rgba(236, 9, 114, 0.2);
        }

        .landing-stat-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--dark-600);
            padding: 10px 14px;
            border-radius: 16px;
            font-size: 13px;
            font-weight: 500;
            color: var(--gray-200);
            margin-bottom: 24px;
            width: fit-content;
        }

        .landing-stat-badge-icon {
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg, var(--landing-orange-500), var(--landing-orange-400));
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: scale(0) rotate(-180deg);
        }

        .landing-stat-badge-icon svg {
            width: 22px;
            height: 22px;
            fill: white;
        }

        .landing-florist-badges {
            display: flex;
            gap: 10px;
        }

        .landing-florist-badge {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: scale(0);
        }

        .landing-florist-badge svg {
            width: 28px;
            height: 28px;
        }

        .landing-florist-badge-1 {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--white);
        }

        .landing-florist-badge-2 {
            background: linear-gradient(135deg, var(--landing-purple-500), var(--landing-purple-400));
            color: var(--white);
        }

        .landing-florist-badge-3 {
            background: linear-gradient(135deg, var(--green), var(--landing-green-400));
            color: var(--white);
        }

        .landing-florist-badge-more {
            background: var(--dark-500);
            color: var(--gray-300);
            font-size: 14px;
            font-weight: 700;
            padding: 0 16px;
            width: auto;
            min-width: 52px;
            height: 52px;
        }

        .landing-stat-mini-widget {
            display: flex;
            align-items: center;
            gap: 12px;
            background: var(--dark-600);
            padding: 12px 18px;
            border-radius: 16px;
            margin-bottom: 24px;
            width: fit-content;
        }

        .landing-widget-emoji {
            font-size: 22px;
            opacity: 0;
            transform: scale(0);
        }

        .landing-widget-badge {
            display: flex;
            align-items: center;
            gap: 4px;
            background: rgba(34, 197, 94, 0.15);
            color: var(--green);
            font-size: 13px;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 100px;
            opacity: 0;
            transform: translateX(-20px);
        }

        .landing-widget-chart {
            display: flex;
            align-items: flex-end;
            gap: 4px;
            height: 28px;
        }

        .landing-chart-bar-mini {
            width: 6px;
            background: var(--gray-400);
            border-radius: 3px;
            transform: scaleY(0);
            transform-origin: bottom;
        }

        .landing-stat-value {
            font-size: clamp(52px, 6vw, 72px);
            font-weight: 800;
            line-height: 1;
            letter-spacing: -0.04em;
            margin-bottom: 16px;
            opacity: 0;
            transform: translateY(30px);
            color: var(--white);
        }

        .landing-stat-value-gradient {
            font-size: clamp(52px, 6vw, 72px);
            font-weight: 800;
            line-height: 1;
            letter-spacing: -0.04em;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .landing-stat-label {
            font-size: 16px;
            color: var(--gray-400);
            line-height: 1.5;
            margin-top: auto;
            opacity: 0;
            transform: translateY(20px);
            display: block;
            text-transform: none;
            letter-spacing: normal;
            font-weight: 400;
        }
        
        /* Fallback: Eğer animasyon çalışmazsa stat label'ı göster */
        .landing-stat-card-clean:not([style*="opacity"]) .landing-stat-label {
            animation: landing-stat-label-fade-in 0.5s ease-out 0.5s forwards;
        }
        
        @keyframes landing-stat-label-fade-in {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* FEATURES */
        .landing-feature-section {
            scroll-margin-top: 90px; /* Header için scroll offset */
            padding: 120px 0;
            background: var(--black);
        }

        .landing-section-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(40px);
        }

        .landing-section-label {
            font-size: 13px;
            font-weight: 600;
            color: var(--accent);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .landing-section-title {
            font-size: clamp(40px, 5vw, 64px);
            font-weight: 700;
            letter-spacing: -0.03em;
            line-height: normal;
        }

        .landing-section-title span {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Ürün ekranları vb.: ikinci satır vurgu (tek ekranda) */
        .landing-section-title--stacked .landing-section-title-line2 {
            display: block;
            margin-top: 0.15em;
            line-height: 1.15;
        }

        /* Asymmetric Grid - Outcrowd Style */
        .landing-feature-grid {
            display: grid;
            grid-template-columns: 1.6fr 1fr;
            gap: 20px;
        }

        .landing-feature-grid-row-2 {
            display: grid;
            grid-template-columns: 1fr 1.6fr;
            gap: 20px;
            margin-top: 20px;
        }

        .landing-showcase-card {
            background: var(--dark-800);
            border: 1px solid var(--landing-on-dark-06);
            border-radius: 28px;
            padding: 48px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            opacity: 0;
            transform: translateY(60px) scale(0.95);
            min-height: 420px;
        }

        .landing-showcase-card:hover {
            border-color: var(--landing-on-dark-12);
            transform: translateY(-8px) scale(1);
        }

        .landing-showcase-card-wide {
            min-height: 420px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 48px;
        }

        .landing-showcase-card-wide .landing-showcase-card-content {
            flex: 1;
        }

        .landing-showcase-card-wide .landing-showcase-visual {
            flex: 1.2;
            margin-top: 0;
        }

        .landing-showcase-card-narrow {
            min-height: 420px;
        }

        .landing-showcase-card-title {
            font-size: 32px;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 16px;
        }

        .landing-showcase-card-text {
            font-size: 16px;
            color: var(--gray-200);
            line-height: 1.7;
        }

        .landing-showcase-visual {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 32px;
        }

        /* Flow Diagram */
        .landing-flow-infographic {
            position: relative;
            width: 320px;
            height: 320px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .landing-flow-center {
            position: absolute;
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
            z-index: 3;
            box-shadow: 0 0 60px rgba(236, 9, 114, 0.4);
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        .landing-flow-center-icon {
            width: 32px;
            height: 32px;
        }

        .landing-flow-center-icon svg {
            width: 100%;
            height: 100%;
            fill: white;
        }

        .landing-flow-center span {
            font-size: 12px;
            font-weight: 700;
            color: var(--white);
        }

        .landing-flow-items {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .landing-flow-item {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            opacity: 0;
            transform: scale(0.5);
        }

        .landing-flow-item-icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .landing-flow-item-icon svg {
            width: 32px;
            height: 32px;
        }

        .landing-flow-item span {
            font-size: 12px;
            font-weight: 600;
            color: var(--gray-300);
        }

        .landing-flow-item-1 {
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .landing-flow-item-1 .landing-flow-item-icon {
            background: linear-gradient(135deg, var(--blue), var(--landing-blue-400));
            color: var(--white);
        }

        .landing-flow-item-2 {
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .landing-flow-item-2 .landing-flow-item-icon {
            background: linear-gradient(135deg, var(--green), var(--landing-green-400));
            color: var(--white);
        }

        .landing-flow-item-3 {
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .landing-flow-item-3 .landing-flow-item-icon {
            background: linear-gradient(135deg, var(--landing-orange-500), var(--landing-orange-400));
            color: var(--white);
        }

        .landing-flow-item-4 {
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .landing-flow-item-4 .landing-flow-item-icon {
            background: linear-gradient(135deg, var(--landing-purple-500), var(--landing-purple-400));
            color: var(--white);
        }

        .landing-flow-connections {
            position: absolute;
            width: 200px;
            height: 200px;
            border: 2px dashed var(--landing-on-dark-1);
            border-radius: 50%;
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        /* App Icons - Larger */
        .landing-app-icons-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            width: 100%;
            max-width: 280px;
        }

        .landing-app-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: scale(0) rotate(-180deg);
        }

        .landing-app-icon svg {
            width: 36px;
            height: 36px;
        }

        .landing-app-icon-dark {
            background: var(--dark-600);
            color: var(--gray-200);
        }

        .landing-app-icon-whatsapp {
            background: linear-gradient(135deg, var(--landing-whatsapp-from), var(--landing-whatsapp-to));
            color: var(--white);
        }

        .landing-app-icon-purple {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--white);
        }

        /* Mini Dashboard - Larger */
        .landing-mini-dashboard {
            width: 100%;
            max-width: 340px;
            height: 220px;
            background: var(--dark-700);
            border-radius: 18px;
            display: flex;
            overflow: hidden;
            border: 1px solid var(--landing-on-dark-1);
            opacity: 0;
            transform: scale(0.9);
        }

        .landing-mini-sidebar {
            width: 52px;
            background: var(--dark-800);
            padding: 12px 8px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .landing-mini-nav-item {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: var(--dark-600);
            opacity: 0;
            transform: translateX(-20px);
        }

        .landing-mini-nav-item.active {
            background: var(--accent);
        }

        .landing-mini-content {
            flex: 1;
            padding: 12px;
        }

        .landing-mini-header {
            height: 24px;
            background: var(--dark-600);
            border-radius: 6px;
            margin-bottom: 12px;
            opacity: 0;
            transform: scaleX(0);
            transform-origin: left;
        }

        .landing-mini-cards {
            display: flex;
            gap: 8px;
            margin-bottom: 12px;
        }

        .landing-mini-card {
            flex: 1;
            height: 44px;
            background: var(--dark-600);
            border-radius: 8px;
            opacity: 0;
            transform: translateY(10px);
        }

        .landing-mini-table {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .landing-mini-row {
            height: 16px;
            background: var(--dark-600);
            border-radius: 4px;
            opacity: 0;
            transform: scaleX(0);
            transform-origin: left;
        }

        /* Chart - Larger */
        .landing-chart-bars {
            display: flex;
            align-items: flex-end;
            gap: 12px;
            height: 180px;
            width: 100%;
            justify-content: center;
        }

        .landing-chart-bar {
            width: 32px;
            background: var(--dark-600);
            border-radius: 8px;
            opacity: 0;
            transform: scaleY(0);
            transform-origin: bottom;
        }

        .landing-chart-bar-accent {
            background: linear-gradient(to top, var(--accent), var(--accent-light));
        }

        /* SHOWCASE MOCKUP */
        .landing-showcase-section {
            scroll-margin-top: 90px; /* Header için scroll offset */
            padding: 120px 0;
            background: var(--black);
        }

        /* PNG köşelerinde anti-alias / şeffaflık: zemin showcase ile aynı + radius + overflow köşe sızmasını keser */
        .landing-showcase-mockup {
            border-radius: 14px;
            overflow: hidden;
            background: var(--black);
            border: none;
            box-shadow:
                0 32px 64px rgba(0, 0, 0, 0.36),
                0 22px 52px rgba(139, 92, 246, 0.2),
                0 10px 36px rgba(167, 139, 250, 0.14);
            opacity: 1;
            transform: translateZ(0) scale(1);
            transform-origin: center;
            transition:
                box-shadow 450ms cubic-bezier(0.2, 0.8, 0.2, 1),
                transform 550ms cubic-bezier(0.2, 0.8, 0.2, 1);
            will-change: transform, box-shadow;
        }

        .landing-showcase-mockup:hover {
            transform: translateZ(0) scale(1.03);
            box-shadow:
                0 38px 76px rgba(0, 0, 0, 0.43),
                0 26px 60px rgba(139, 92, 246, 0.25),
                0 14px 44px rgba(167, 139, 250, 0.18);
        }

        .landing-showcase-panel {
            margin: 0;
            padding: 0;
            background: transparent;
            line-height: 0;
            transition: filter 550ms ease;
            will-change: filter;
        }

        .landing-showcase-panel .landing-showcase-picture {
            margin: 0;
            padding: 0;
        }

        /* Aynı panel içinde iki <picture>; display tek sınıfla verilince .landing-showcase-panel … özgüllüğü none’u ezerdi */
        .landing-showcase-panel .landing-showcase-picture--light {
            display: none;
        }

        body.theme-light .landing-showcase-panel .landing-showcase-picture--light {
            display: block;
        }

        .landing-showcase-panel .landing-showcase-picture--dark {
            display: block;
        }

        body.theme-light .landing-showcase-panel .landing-showcase-picture--dark {
            display: none;
        }

        .landing-showcase-panel img {
            display: block;
            width: 100%;
            height: auto;
        }



        /* TESTIMONIALS - WHITE */
        .landing-testimonials-section {
            scroll-margin-top: 90px; /* Header için scroll offset */
            padding: 110px 0;
            background: var(--dark-900);
        }

        .landing-testimonials-section .landing-section-label {
            color: var(--accent);
        }

        .landing-testimonials-section .landing-section-title {
            color: var(--white);
        }

        .landing-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .landing-testimonial-card {
            background: var(--landing-on-dark-05);
            border-radius: 24px;
            padding: 32px;
            border: 1px solid var(--landing-on-dark-1);
            transition: all 0.5s;
            opacity: 0;
            transform: translateY(40px);
        }

        .landing-testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            background: var(--landing-on-dark-08);
        }

        .landing-testimonial-stars {
            display: flex;
            gap: 4px;
            margin-bottom: 20px;
        }

        .landing-star {
            width: 20px;
            height: 20px;
            fill: var(--yellow);
        }

        .landing-testimonial-text {
            font-size: 16px;
            line-height: 1.7;
            color: var(--gray-200);
            margin-bottom: 24px;
        }

        .landing-testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .landing-author-avatar {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: var(--white);
            font-size: 14px;
        }

        .landing-author-name {
            font-weight: 600;
            color: var(--white);
        }

        .landing-author-role {
            font-size: 13px;
            color: var(--gray-300);
        }

        /* PRICING */
        .landing-pricing-section {
            scroll-margin-top: 150px; /* Header için scroll offset */
            padding: 120px 0;
            background: var(--black);
        }

        /* Purchase sayfası için light tema toggle (varsayılan) */
        .landing-pricing-toggle {
            display: flex;
            justify-content: center;
            gap: 4px;
            background: var(--landing-slate-100);
            padding: 4px;
            border-radius: 100px;
            margin-bottom: 40px;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        /* Landing sayfası için dark tema toggle */
        .landing-pricing-section .landing-pricing-toggle {
            background: var(--landing-on-dark-1);
            backdrop-filter: blur(10px);
        }

        .landing-toggle-btn {
            padding: 12px 24px;
            border-radius: 100px;
            border: none;
            background: transparent;
            color: var(--gray-400);
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Purchase sayfası için light tema toggle buton (varsayılan) */
        .landing-toggle-btn.active {
            background: var(--white);
            color: var(--black);
        }

        /* Landing sayfası için dark tema toggle buton */
        .landing-pricing-section .landing-toggle-btn {
            color: var(--landing-on-dark-7);
        }

        .landing-pricing-section .landing-toggle-btn.active {
            background: var(--white);
            color: var(--black);
        }

        .landing-toggle-discount {
            background: var(--green);
            color: var(--white);
            font-size: 11px;
            padding: 4px 8px;
            border-radius: 100px;
        }

        .landing-pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            align-items: start; /* Kartlar aynı satırda eşit uzamasın; içeriğe göre yükseklik */
        }
        
        .landing-pricing-loading {
            grid-column: 1 / -1;
            text-align: center;
            padding: 60px 20px;
            color: var(--gray-400);
            font-size: 16px;
        }

        .landing-pricing-card {
            background: var(--dark-800);
            border: 1px solid var(--landing-on-dark-06);
            border-radius: 24px;
            padding: 40px;
            position: relative;
            overflow: visible; /* En Popüler halkaları üstte kesilmesin */
            transition: all 0.5s;
            opacity: 0;
            transform: translateY(40px);
            height: fit-content;
            align-self: start;
        }
        
        /* Fallback: Eğer animasyon çalışmazsa pricing kartlarını göster */
        .landing-pricing-card:not([style*="opacity"]) {
            animation: landing-pricing-fade-in 0.8s ease-out forwards;
        }

        /* Light temada pricing toggle'ı da full light görünüm yap */
        body.theme-light .landing-pricing-section {
            background: var(--bg-light);
        }

        body.theme-light .landing-pricing-section .landing-pricing-toggle {
            background: var(--landing-slate-100);
            backdrop-filter: none;
        }

        body.theme-light .landing-pricing-section .landing-toggle-btn {
            color: var(--text-secondary);
        }

        body.theme-light .landing-pricing-section .landing-toggle-btn.active {
            background: var(--bg-white);
            color: var(--text-dark);
        }
        
        @keyframes landing-pricing-fade-in {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .landing-pricing-card:hover {
            transform: translateY(-8px);
            border-color: var(--landing-on-dark-12);
        }

        .landing-pricing-card.featured {
            background: linear-gradient(135deg, rgba(236, 9, 114, 0.1), rgba(139, 92, 246, 0.05));
            border-color: rgba(236, 9, 114, 0.3);
        }

        .landing-pricing-card.featured:hover {
            border-color: rgba(236, 9, 114, 0.5);
            box-shadow: 0 0 60px rgba(236, 9, 114, 0.2);
        }

        /* Rozet kabuğu: kart köşesinde konum + dışarı taşan halkalar */
        .landing-pricing-popular-shell {
            position: absolute;
            top: -22px;
            right: 0;
            transform: translateX(-50%);
            display: inline-block;
            z-index: 2;
        }

        .landing-pricing-popular-ring {
            position: absolute;
            inset: -5px;
            border-radius: 100px;
            border: 2px solid var(--landing-accent-ring);
            pointer-events: none;
            z-index: 0;
            transform-origin: center center;
            animation: landing-popular-ring-stroke 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
        }

        .landing-pricing-popular-ring--delayed {
            animation-delay: 1.25s;
            border-color: var(--landing-accent-ring-soft);
        }

        @keyframes landing-popular-ring-stroke {
            0% {
                transform: scale(1);
                opacity: 0.95;
            }
            55% {
                opacity: 0.35;
            }
            100% {
                transform: scale(1.65);
                opacity: 0;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .landing-pricing-popular-ring {
                animation: none;
                display: none;
            }
        }

        .landing-pricing-popular {
            position: relative;
            z-index: 1;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--white);
            font-size: 20px;
            font-weight: 600;
            padding: 6px 16px;
            border-radius: 100px;
        }

        .landing-pricing-popular-pulse {
            display: inline-block;
            will-change: transform;
        }

        .landing-plan-name {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .landing-plan-desc {
            font-size: 14px;
            line-height: 1.5;
            color: var(--gray-400);
            margin-bottom: 24px;
            max-width: 48ch;
            letter-spacing: 0.01em;
        }

        .landing-plan-price {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4px 8px;
            margin-bottom: 20px;
            position: relative;
        }

        /* ₺ + rakam bitişik (grid’de alt satır sütun genişliği boşluk yaratıyordu) */
        .landing-plan-price-line-main {
            display: inline-flex;
            align-items: baseline;
            flex-wrap: wrap;
            gap: 0;
            column-gap: 0;
            row-gap: 0;
        }

        .landing-price-tl-amount {
            display: inline-flex;
            align-items: baseline;
            gap: 0;
            margin: 0;
            padding: 0;
        }
        
        .landing-plan-original-price {
            text-decoration: line-through;
            color: var(--gray-400);
            font-size: 24px;
            font-weight: 600;
            margin-right: 8px;
            margin-left: 8px;
            display: none;
        }
        
        .landing-plan-discount {
            background: var(--green);
            color: var(--white);
            font-size: 11px;
            font-weight: 600;
            padding: 4px 8px;
            border-radius: 100px;
            display: none;
        }
        
        .landing-feature-badge {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--white);
            font-size: 9px;
            font-weight: 600;
            padding: 7px;
            border-radius: 100px;
            margin-left: auto;
            flex-shrink: 0;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            white-space: nowrap;
            line-height: 1.2;
        }

        .landing-price-currency {
            font-size: 24px;
            font-weight: 600;
            color: var(--gray-300);
        }

        .landing-price-amount {
            font-size: 48px;
            font-weight: 800;
            letter-spacing: -0.03em;
        }

        .landing-price-period {
            font-size: 16px;
            color: var(--gray-400);
            margin-left: 0.2em;
            flex-shrink: 0;
        }

        .landing-plan-features {
            list-style: none;
            margin-bottom: 32px;
        }

        .landing-plan-feature {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
            border-bottom: 1px solid var(--landing-plan-feature-border);
            font-size: 14px;
            /* color: var(--gray-200); */
            min-width: 0;
        }

        /* Uzun özellik metni kırılsın; badge tek satır kalsın */
        .landing-plan-feature > span:not(.landing-feature-badge) {
            flex: 1;
            min-width: 0;
            cursor: default;
        }
/* 
        .landing-plan-feature:hover {
            background: var(--landing-on-dark-06);
        } */

        .landing-plan-feature:last-child {
            border-bottom: none;
        }

        .landing-feature-check {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            background: rgba(34, 197, 94, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .landing-feature-check svg {
            width: 12px;
            height: 12px;
            stroke: var(--green);
            stroke-width: 3;
        }

        .landing-btn-plan {
            display: block;
            width: 100%;
            padding: 16px;
            border-radius: 100px;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s;
        }

        .landing-btn-plan-primary {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--white);
            box-shadow: 0 0 30px var(--accent-glow);
        }

        .landing-btn-plan-primary:hover {
            transform: scale(1.02);
            box-shadow: 0 0 50px var(--accent-glow);
        }

        .landing-btn-plan-secondary {
            background: var(--dark-600);
            color: var(--white);
        }

        .landing-btn-plan-secondary:hover {
            background: var(--dark-500);
        }

        /* Light temada ikincil plan butonu açık tema ile uyumlu olsun */
        body.theme-light .landing-btn-plan-secondary {
            background: var(--bg-light-secondary);
            color: var(--text-dark);
            border: 1px solid var(--border-light);
        }

        body.theme-light .landing-btn-plan-secondary:hover {
            background: var(--bg-light);
        }

        /* SCREENSHOTS GALLERY - MODERN LANDING PAGE STYLE */
        .landing-screenshots-section {
            scroll-margin-top: 100px; /* Header için scroll offset */
            padding: 96px 0 120px;
            background: linear-gradient(180deg, var(--black) 0%, var(--dark-900) 100%);
            overflow: hidden;
        }

        .landing-screenshots-showcase {
            display: flex;
            flex-direction: column;
            gap: 120px;
            margin: 80px 0 0;
        }

        .landing-screenshot-item {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 60px;
            align-items: center;
            opacity: 0;
            /* transform: translateY(40px); */
        }

        .landing-screenshot-item:nth-child(even) {
            grid-template-columns: 1.5fr 1fr;
        }

        .landing-screenshot-item:nth-child(even) .landing-screenshot-content {
            order: 2;
        }

        .landing-screenshot-item:nth-child(even) .landing-screenshot-visual {
            order: 1;
        }

        .landing-screenshot-content {
            padding: 40px 0;
        }

        .landing-screenshot-label {
            font-size: 13px;
            font-weight: 600;
            color: var(--accent);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .landing-screenshot-title {
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 600;
            color: var(--white);
            margin-bottom: 20px;
            line-height: 1.2;
            letter-spacing: -2px !important;
        }

        .landing-screenshot-desc {
            font-size: 18px;
            color: var(--gray-300);
            line-height: 1.7;
            max-width: 480px;
        }

        .landing-screenshot-desc--tight {
            margin-top: 0;
            margin-bottom: 0;
        }

        .landing-screenshot-subtitle {
            font-size: clamp(20px, 2.2vw, 26px);
            font-weight: 700;
            color: var(--white);
            margin: 28px 0 14px;
            line-height: 1.3;
            letter-spacing: -0.02em;
        }

        .landing-screenshot-frame--tutorial {
            /* box-shadow:
                0 32px 64px -24px rgba(0, 0, 0, 0.45),
                0 18px 40px -20px rgba(236, 9, 114, 0.15); */
        }

        /* .landing-screenshot-frame--tutorial:hover {
            transform: none;
            box-shadow:
                0 36px 72px -24px rgba(0, 0, 0, 0.5),
                0 20px 44px -20px rgba(236, 9, 114, 0.2);
        } */

        .landing-screenshot-video-tutorial {
            width: 100%;
            height: auto;
            display: block;
            vertical-align: middle;
            background: var(--dark-900);
        }

        .landing-screenshot-visual {
            position: relative;
            perspective: 1000px;
        }

        .landing-screenshot-frame {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            /* box-shadow: 
                0 50px 100px -20px rgba(0, 0, 0, 0.5),
                0 30px 60px -30px rgba(236, 9, 114, 0.2); */
            /* transform: rotateY(-5deg) rotateX(2deg); */
            /* transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
            /* border: 1px solid var(--landing-on-dark-1); */
        }

        /* .landing-screenshot-item:nth-child(even) .landing-screenshot-frame {
            transform: rotateY(5deg) rotateX(2deg);
        } */

        /* .landing-screenshot-frame:hover {
            transform: rotateY(0deg) rotateX(0deg) scale(1.02);
            box-shadow:
                0 60px 120px -20px rgba(0, 0, 0, 0.6),
                0 40px 80px -30px rgba(236, 9, 114, 0.3);
        } */

        .landing-screenshot-glow {
            position: absolute;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(236, 9, 114, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(60px);
            z-index: -1;
        }

        .landing-screenshot-item:nth-child(1) .landing-screenshot-glow {
            top: -50px;
            right: -100px;
            display: none;
        }

        .landing-screenshot-item:nth-child(2) .landing-screenshot-glow {
            bottom: -50px;
            left: -100px;
        }

        .landing-screenshot-item:nth-child(3) .landing-screenshot-glow {
            top: 50%;
            right: -80px;
            transform: translateY(-50%);
        }

        /* ORDER CHANNELS CAROUSEL */
        .landing-order-channels {
            margin-top: 120px;
            padding-top: 80px;
            border-top: 1px solid var(--landing-on-dark-1);
        }

        .landing-order-channels-header {
            margin-bottom: 0;
        }

        .landing-order-channels-tabs {
            margin-top: 44px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
        }

        .landing-order-channels-tab {
            height: 48px;
            border: 1px solid var(--landing-on-dark-1);
            border-radius: 12px;
            background: var(--landing-on-dark-06);
            color: var(--gray-200);
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition:
                background 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .landing-order-channels-tab:hover {
            color: var(--white);
            border-color: var(--landing-on-dark-24);
        }

        .landing-order-channels-tab.is-active {
            background: var(--accent) !important;
            color: var(--white);
            border-color: transparent;
        }

        .landing-order-channels-panels {
            margin-top: 28px;
            display: grid;
            grid-template-areas: "stack";
            touch-action: pan-y;
            cursor: grab;
            user-select: none;
            -webkit-user-select: none;
        }

        .landing-order-channels-panels.is-dragging {
            cursor: grabbing;
        }

        .landing-order-channel-panel.is-dragging {
            transition: none !important;
            z-index: 2;
        }

        .landing-order-channel-panel {
            grid-area: stack;
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 48px;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(14px);
            transition:
                opacity 0.48s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.48s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0.48s;
        }

        .landing-order-channel-panel.is-active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0);
            z-index: 1;
            transition:
                opacity 0.48s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.48s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s;
        }

        .landing-order-channel-panel.is-active .landing-order-channel-content > * {
            animation: landing-order-channel-reveal 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
        }

        .landing-order-channel-panel.is-active .landing-order-channel-content > *:nth-child(1) { animation-delay: 0.04s; }
        .landing-order-channel-panel.is-active .landing-order-channel-content > *:nth-child(2) { animation-delay: 0.1s; }
        .landing-order-channel-panel.is-active .landing-order-channel-content > *:nth-child(3) { animation-delay: 0.16s; }
        .landing-order-channel-panel.is-active .landing-order-channel-content > *:nth-child(4) { animation-delay: 0.22s; }

        .landing-order-channel-panel.is-active .landing-order-channel-visual {
            animation: landing-order-channel-reveal 0.56s cubic-bezier(0.22, 1, 0.36, 1) 0.12s backwards;
        }

        @keyframes landing-order-channel-reveal {
            from {
                opacity: 0;
                transform: translateY(12px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .landing-order-channel-panel {
                transform: none;
                transition: opacity 0.15s ease, visibility 0s linear 0.15s;
            }

            .landing-order-channel-panel.is-active {
                transform: none;
                transition: opacity 0.15s ease, visibility 0s;
            }

            .landing-order-channel-panel.is-active .landing-order-channel-content > *,
            .landing-order-channel-panel.is-active .landing-order-channel-visual {
                animation: none;
            }
        }

        .landing-order-channel-content {
            padding: 12px 0;
        }

        .landing-order-channel-heading {
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 600;
            color: var(--white);
            margin-bottom: 20px;
            line-height: 1.2;
            letter-spacing: -1.5px !important;
        }

        .landing-order-channel-content .landing-order-channel-heading {
            font-size: clamp(28px, 3.2vw, 40px);
        }

        .landing-order-channel-points {
            margin: 28px 0 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .landing-order-channel-points li {
            position: relative;
            padding-left: 22px;
            font-size: 16px;
            line-height: 1.6;
            color: var(--gray-300);
        }

        .landing-order-channel-points li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.62em;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent);
            transform: translateY(-50%);
        }

        .landing-order-channel-points strong {
            color: var(--white);
            font-weight: 600;
        }

        .landing-order-channel-visual {
            position: relative;
        }

        .landing-order-channel-illustration-frame {
            position: relative;
            width: 100%;
            max-width: 560px;
            margin: 0 auto;
            aspect-ratio: 4 / 3;
            overflow: hidden;
        }

        .landing-order-channel-illustration {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
        }

        .landing-order-channels-controls {
            margin-top: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .landing-order-channels-dots {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .landing-order-channels-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: none;
            padding: 0;
            background: var(--landing-on-dark-24);
            cursor: pointer;
            transition:
                transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .landing-order-channels-dot.is-active {
            background: var(--accent);
            transform: scale(1.15);
        }

        body.theme-light .landing-order-channels {
            border-top-color: var(--border-light);
        }

        body.theme-light .landing-order-channels-tab {
            background: var(--bg-light-secondary);
            border-color: var(--border-light);
            color: var(--text-secondary);
        }

        body.theme-light .landing-order-channels-tab.is-active {
            background: var(--accent) !important;
            color: var(--white);
        }

        body.theme-light .landing-order-channel-points li {
            color: var(--text-secondary);
        }

        body.theme-light .landing-order-channel-points strong {
            color: var(--text-dark);
        }

        body.theme-light .landing-order-channels-dot {
            background: var(--landing-light-border);
        }

        body.theme-light .landing-order-channels-dot.is-active {
            background: var(--accent);
        }

        @media (max-width: 991px) {
            .landing-order-channel-panel {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .landing-order-channel-visual {
                order: -1;
            }
        }

        @media (max-width: 767px) {
            .landing-order-channels {
                margin-top: 72px;
                padding-top: 56px;
            }

            .landing-order-channels-tabs {
                grid-template-columns: 1fr;
                gap: 10px;
                margin-top: 32px;
            }

            .landing-order-channels-tab {
                height: 44px;
                font-size: 14px;
            }

            .landing-order-channels-panels {
                display: block;
                position: relative;
            }

            /* Yalnızca aktif panel yüksekliği saysın — gizli sekmeler boşluk bırakmasın */
            .landing-order-channel-panel {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                gap: 12px;
                align-items: start;
                z-index: 0;
            }

            .landing-order-channel-panel.is-active {
                position: relative;
                z-index: 1;
            }

            .landing-order-channel-visual {
                order: -1;
                margin: 0;
            }

            .landing-order-channel-visual .landing-screenshot-glow {
                display: none;
            }

            .landing-order-channel-illustration-frame {
                width: 100%;
                max-width: 100%;
                height: 240px;
                min-height: 240px;
                max-height: 240px;
                aspect-ratio: auto;
                display: flex;
                align-items: flex-end;
                justify-content: center;
            }

            .landing-order-channel-illustration {
                width: auto;
                max-width: 100%;
                height: auto;
                max-height: 100%;
                object-fit: contain;
                object-position: center bottom;
            }

            .landing-order-channel-content {
                padding: 0;
            }

            .landing-order-channel-content .landing-screenshot-label {
                margin-bottom: 8px;
            }

            .landing-order-channel-content .landing-order-channel-heading {
                margin-bottom: 10px;
            }

            .landing-order-channel-content .landing-screenshot-desc {
                font-size: 16px;
                line-height: 1.55;
            }

            .landing-order-channel-points {
                margin-top: 14px;
                gap: 10px;
            }

            .landing-order-channel-points li {
                font-size: 15px;
                line-height: 1.5;
            }
        }

        /* PANEL MODULES SECTION */
        .landing-panel-modules-section {
            padding: 120px 0;
            background: var(--black);
        }

        .landing-panel-tabs {
            margin-top: 44px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
        }

        .landing-panel-tab {
            height: 48px;
            border: 1px solid var(--landing-on-dark-1);
            border-radius: 12px;
            background: var(--landing-on-dark-06);
            color: var(--gray-200);
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s ease;
        }

        .landing-panel-tab:hover {
            color: var(--white);
            border-color: var(--landing-on-dark-24);
        }

        .landing-panel-tab.is-active {
            background: var(--accent) !important;
            color: var(--white);
            border-color: transparent;
        }

        .landing-panel-content-wrap {
            margin-top: 24px;
            border: 1px solid var(--landing-on-dark-1);
            border-radius: 20px;
            padding: 28px;
            background: var(--dark-900);
            overflow: visible;
        }

        /* display:none ile gizlenen sekmede img yüklenmeyebilir; layout yine de yer ayırsın */
        .landing-panel-content {
            display: none;
            grid-template-columns: 1.15fr 1fr;
            gap: 28px;
            align-items: center;
            background: var(--dark-900);
            border-radius: 14px;
            width: 100%;
            box-sizing: border-box;
        }

        .landing-panel-content.is-active {
            display: grid;
        }

        .landing-panel-visual {
            min-width: 0;
            width: 100%;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            align-self: start;
        }

        .landing-panel-visual-frame {
            border-radius: 16px;
            overflow: hidden;
            background: var(--dark-800);
            width: 100%;
            max-width: 100%;
            display: block;
            position: relative;
            /* img altında boş çizgi oluşmasın */
            line-height: 0;
        }

        /* Video varsa ayrı; görseller doğal en-boy ile sütuna oturur */
        .landing-panel-video,
        .landing-panel-image {
            display: block;
        }

        .landing-panel-image {
            width: 100%;
            max-width: 100%;
            height: auto;
            object-fit: contain;
            object-position: center top;
        }

        .landing-panel-video {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .landing-panel-details {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            text-align: left;
            gap: 64px;
            min-width: 0;
            width: 100%;
            max-width: 100%;
            background: var(--dark-900);
        }

        .landing-panel-point {
            border-left: 0;
            padding-left: 0;
            width: 100%;
            max-width: 40rem;
        }

        .landing-panel-point h3 {
            margin: 0 0 8px;
            color: var(--white);
            font-size: 20px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: -0.02em;
            position: relative;
            padding-bottom: 14px;
            margin-bottom: 14px;
        }

        .landing-panel-point h3::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 30px;
            height: 3px;
            border-radius: 999px;
            background: var(--accent);
        }

        .landing-panel-point p {
            margin: 0;
            color: var(--gray-300);
            font-size: 14px;
            line-height: 1.65;
        }

        @media (max-width: 1024px) {
            .landing-panel-tabs {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .landing-panel-content {
                grid-template-columns: 1fr;
            }

        }

        @media (max-width: 767px) {
            /* Mobilde ana section aralıklarını tek standarda çek */
            .landing-stats-section,
            .landing-feature-section,
            .landing-showcase-section,
            .landing-testimonials-section,
            .landing-pricing-section,
            .landing-screenshots-section,
            .landing-panel-modules-section,
            .landing-florist-hero-section,
            .landing-faq-section,
            .landing-cta-section {
                padding: 72px 0;
            }

            .landing-panel-modules-section {
                padding: 72px 0;
            }

            .landing-panel-tabs {
                gap: 10px;
                margin-top: 32px;
            }

            .landing-panel-tab {
                height: 44px;
                font-size: 14px;
            }

            .landing-panel-content-wrap {
                padding: 18px;
                border-radius: 14px;
            }

            .landing-panel-details {
                gap: 18px;
            }

            .landing-panel-point h3 {
                font-size: 20px;
            }

            .landing-panel-point p {
                font-size: 15px;
                line-height: 1.6;
            }
        }

        .landing-screenshot-img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* İsteğe bağlı kısa demo videosu (üstte PNG poster + altta img yedek) */
        .landing-screenshot-frame--with-video {
            position: relative;
        }

        .landing-screenshot-frame--with-video .landing-screenshot-video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            display: block;
            opacity: 0;
            transition: opacity 0.45s ease;
            pointer-events: none;
        }

        .landing-screenshot-frame--with-video .landing-screenshot-video.landing-screenshot-video--ready {
            opacity: 1;
        }

        @media (prefers-reduced-motion: reduce) {
            .landing-screenshot-frame--with-video .landing-screenshot-video {
                display: none !important;
            }
        }

        /* Sipariş kutusu: yalnızca video (poster / PNG yok) */
        .landing-screenshot-frame--video-primary {
            position: relative;
            background: var(--dark-900);
        }

        .landing-screenshot-frame--video-primary .landing-screenshot-video {
            position: relative;
            inset: auto;
            width: 100%;
            height: auto;
            object-fit: cover;
            object-position: top center;
            display: block;
            opacity: 1;
            pointer-events: none;
        }

        /* SCREENSHOT SKELETON STYLES */
        .landing-screenshot-skeleton {
            background: var(--landing-light-surface);
        }

        .landing-ss-header {
            background: var(--dark-700);
            padding: 12px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid var(--landing-on-dark-06);
        }

        .landing-ss-dots {
            display: flex;
            gap: 6px;
        }

        .landing-ss-dots span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--dark-500);
        }

        .landing-ss-dots span:nth-child(1) { background: var(--landing-traffic-red); }
        .landing-ss-dots span:nth-child(2) { background: var(--landing-traffic-yellow); }
        .landing-ss-dots span:nth-child(3) { background: var(--landing-traffic-green); }

        .landing-ss-url {
            flex: 1;
            height: 24px;
            background: var(--dark-600);
            border-radius: 6px;
        }

        .landing-ss-body {
            display: flex;
            min-height: 280px;
        }

        .landing-ss-sidebar {
            width: 50px;
            background: var(--white);
            border-right: 1px solid var(--landing-light-border);
            padding: 14px 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .landing-ss-logo {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            border-radius: 6px;
            margin-bottom: 8px;
        }

        .landing-ss-nav {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .landing-ss-nav span {
            width: 28px;
            height: 28px;
            background: var(--landing-light-border);
            border-radius: 6px;
        }

        .landing-ss-nav span.landing-active {
            background: rgba(236, 9, 114, 0.15);
        }

        .landing-ss-main {
            flex: 1;
            padding: 14px;
            background: var(--landing-slate-100);
        }

        .landing-ss-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 14px;
            padding: 10px 12px;
            background: var(--white);
            border-radius: 8px;
        }

        .landing-ss-tabs {
            display: flex;
            gap: 6px;
        }

        .landing-ss-tabs span {
            width: 60px;
            height: 24px;
            background: var(--landing-light-border);
            border-radius: 4px;
        }

        .landing-ss-tabs span.landing-active {
            background: var(--landing-slate-800);
        }

        .landing-ss-btn {
            width: 80px;
            height: 28px;
            background: var(--accent);
            border-radius: 6px;
        }

        .landing-ss-cards-grid {
            display: flex;
            gap: 10px;
        }

        .landing-ss-card {
            flex: 1;
            padding: 12px;
            background: var(--white);
            border-radius: 8px;
            border-left: 3px solid var(--accent);
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .landing-ss-card-pink { border-left-color: var(--accent); }
        .landing-ss-card-blue { border-left-color: var(--blue); }
        .landing-ss-card-green { border-left-color: var(--green); }

        .landing-ss-card-tag {
            width: 40px;
            height: 14px;
            border-radius: 3px;
        }

        .landing-ss-tag-yellow { background: var(--landing-tag-yellow); }
        .landing-ss-tag-blue { background: var(--landing-tag-blue); }
        .landing-ss-tag-green { background: var(--landing-tag-green); }
        .landing-ss-tag-pink { background: var(--landing-tag-pink); }

        .landing-ss-line {
            background: var(--landing-light-border);
            border-radius: 3px;
        }

        .landing-ss-line-lg { width: 80%; height: 14px; }
        .landing-ss-line-md { width: 65%; height: 10px; }
        .landing-ss-line-sm { width: 45%; height: 8px; }

        .landing-ss-price {
            width: 40px;
            height: 12px;
            background: var(--landing-tag-green);
            border-radius: 3px;
            margin-top: 4px;
        }

        /* Customer Layout */
        .landing-ss-customer-layout {
            display: flex;
            gap: 12px;
            height: 100%;
        }

        .landing-ss-customer-list {
            width: 40%;
            background: var(--white);
            border-radius: 8px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .landing-ss-customer-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            border-radius: 6px;
            background: var(--landing-light-surface);
        }

        .landing-ss-customer-item.active {
            background: rgba(236, 9, 114, 0.08);
            border-left: 2px solid var(--accent);
        }

        .landing-ss-avatar {
            width: 32px;
            height: 32px;
            background: var(--landing-light-border);
            border-radius: 50%;
        }

        .landing-ss-customer-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .landing-ss-customer-detail {
            flex: 1;
            background: var(--white);
            border-radius: 8px;
            padding: 14px;
        }

        .landing-ss-detail-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--landing-slate-100);
        }

        .landing-ss-avatar-lg {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--landing-light-border), var(--landing-light-border-hover));
            border-radius: 50%;
        }

        .landing-ss-detail-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .landing-ss-detail-stats {
            display: flex;
            gap: 10px;
        }

        .landing-ss-stat-card {
            flex: 1;
            padding: 12px;
            background: var(--landing-light-surface);
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }

        .landing-ss-stat-num {
            width: 30px;
            height: 18px;
            background: var(--landing-light-border);
            border-radius: 4px;
        }

        .landing-ss-stat-label {
            width: 50px;
            height: 8px;
            background: var(--landing-light-border);
            border-radius: 3px;
        }

        /* Report Layout */
        .landing-ss-report-layout {
            display: flex;
            flex-direction: column;
            gap: 12px;
            height: 100%;
        }

        .landing-ss-chart-area {
            flex: 1;
            background: var(--white);
            border-radius: 8px;
            padding: 14px;
        }

        .landing-ss-chart-header {
            width: 100px;
            height: 14px;
            background: var(--landing-light-border);
            border-radius: 4px;
            margin-bottom: 16px;
        }

        .landing-ss-chart-bars {
            display: flex;
            align-items: flex-end;
            gap: 12px;
            height: 120px;
        }

        .landing-ss-bar {
            flex: 1;
            background: var(--landing-light-border);
            border-radius: 4px 4px 0 0;
        }

        .landing-ss-bar-accent {
            background: linear-gradient(to top, var(--accent), var(--accent-light));
        }

        .landing-ss-report-stats {
            display: flex;
            gap: 10px;
        }

        .landing-ss-report-stat {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px;
            background: var(--white);
            border-radius: 8px;
        }

        .landing-ss-stat-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
        }

        .landing-ss-icon-green { background: var(--landing-tag-green); }
        .landing-ss-icon-pink { background: var(--landing-tag-pink); }
        .landing-ss-icon-blue { background: var(--landing-tag-blue); }

        .landing-ss-stat-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        @media (max-width: 1024px) {
            .landing-screenshot-item,
            .landing-screenshot-item:nth-child(even) {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .landing-screenshot-item:nth-child(even) .landing-screenshot-content,
            .landing-screenshot-item:nth-child(even) .landing-screenshot-visual {
                order: unset;
            }

            .landing-screenshot-frame {
                transform: none;
            }

            .landing-screenshot-item:nth-child(even) .landing-screenshot-frame {
                transform: none;
            }

            .landing-screenshots-showcase {
                gap: 80px;
            }

            .landing-ss-cards-grid {
                flex-direction: column;
            }

            .landing-ss-customer-layout {
                flex-direction: column;
            }

            .landing-ss-customer-list {
                width: 100%;
            }
        }

        /* FLORIST HERO SECTION */
        .landing-florist-hero-section {
            display: none !important;
            padding: 120px 0;
            background: linear-gradient(135deg, var(--dark-900) 0%, var(--dark-800) 100%);
            position: relative;
            overflow: hidden;
        }

        .landing-florist-hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(236, 9, 114, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .landing-florist-hero-content {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .landing-florist-hero-image {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            max-width: 500px;
            margin-left: auto;
        }

        .landing-florist-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .landing-florist-hero-text {
            display: flex;
            flex-direction: column;
            gap: 28px;
            max-width: 600px;
        }

        .landing-florist-hero-title {
            font-size: clamp(42px, 5vw, 64px);
            font-weight: 900;
            line-height: 1.1;
            color: var(--white);
            margin: 0;
            letter-spacing: -0.02em;
        }

        .landing-florist-hero-title span {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: block;
            margin-top: 8px;
        }

        .landing-florist-hero-desc {
            font-size: 19px;
            line-height: 1.8;
            color: var(--gray-200);
            margin: 0;
        }

        @media (max-width: 968px) {
            .landing-florist-hero-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .landing-florist-hero-image {
                max-width: 100%;
                margin-left: 0;
            }

            .landing-florist-hero-text {
                max-width: 100%;
            }

            .landing-florist-hero-title {
                font-size: clamp(36px, 8vw, 48px);
            }

            .landing-florist-hero-desc {
                font-size: 16px;
            }
        }

        @media (max-width: 640px) {
            .landing-florist-hero-section {
                padding: 80px 0;
            }

            .landing-florist-hero-title {
                font-size: 48px;
            }

            .landing-hero {
                padding: 140px 0 100px 0;
            }

            .landing-stats-section {
                padding: 56px 0;
            }
            .landing-showcase-section {
                padding: 0;
            }
            .landing-screenshot-content {
                padding: 40px 0 0 0;
            }

            .landing-footer-brand {
                align-items: center !important;
            }

            .landing-footer-col a {
                justify-content: center;
                width: 100%;
            }

            .landing-footer-col h4 {
                font-size: 16px !important;
                margin-bottom: 20px !important;
            }

            .landing-form-field-row {
            grid-template-columns:  1fr !important;
            }



        }

        /* FAQ SECTION */
        .landing-faq-section {
            scroll-margin-top: 90px;
            padding: 120px 0;
            background: var(--dark-900);
            position: relative;
        }

        .landing-faq-container {
            max-width: 900px;
            margin: 60px auto 0;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .landing-faq-item {
            background: var(--dark-800);
            border: 1px solid var(--dark-700);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .landing-faq-item:hover {
            border-color: var(--primary-500);
        }

        .landing-faq-question {
            padding: 24px 28px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
        }

        .landing-faq-question:hover {
            background: var(--dark-750);
        }

        .landing-faq-question span {
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            line-height: 1.4;
        }

        .landing-faq-question svg {
            width: 20px;
            height: 20px;
            color: var(--primary-500);
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 16px;
        }

        .landing-faq-item.active .landing-faq-question svg {
            transform: rotate(180deg);
        }

        .landing-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 28px;
        }

        .landing-faq-item.active .landing-faq-answer {
            max-height: 500px;
            padding: 0 28px 24px;
        }

        .landing-faq-answer p {
            font-size: 16px;
            line-height: 1.7;
            color: var(--gray-200);
            margin: 0;
        }

        @media (max-width: 768px) {
            .landing-faq-section {
                padding: 80px 0;
            }

            .landing-faq-container {
                margin-top: 40px;
                gap: 12px;
            }

            .landing-faq-question {
                padding: 20px;
            }

            .landing-faq-question span {
                font-size: 16px;
            }

            .landing-faq-answer {
                padding: 0 20px;
            }

            .landing-faq-item.active .landing-faq-answer {
                padding: 0 20px 20px;
            }

            .landing-faq-answer p {
                font-size: 15px;
            }
        }

        /* CTA - NEW DESIGN WITH SCREENSHOTS */
        .landing-cta-section {
            padding: 120px 0 0;
            background: var(--dark-900);
            position: relative;
            overflow: hidden;
        }

        .landing-cta-content {
            text-align: center;
            margin-bottom: 80px;
        }

        .landing-cta-title {
            font-size: clamp(40px, 5vw, 64px);
            font-weight: 800;
            letter-spacing: -0.03em;
            line-height: 1.1;
            margin-bottom: 24px;
            opacity: 0;
            transform: translateY(40px);
        }

        .landing-cta-title span {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .landing-cta-desc {
            font-size: 18px;
            color: var(--gray-300);
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(30px);
        }

        .landing-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 16px;
            opacity: 0;
            transform: translateY(30px);
            margin-bottom: 80px;
        }

        /* CTA Screenshots - New Style */
        .landing-cta-screenshots-new {
            display: flex;
            justify-content: center;
            gap: 24px;
            padding: 0 48px;
            perspective: 1000px;
        }

        .landing-cta-screen {
            flex: 1;
            max-width: 380px;
            border-radius: 20px 20px 0 0;
            overflow: hidden;
            box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.5);
            opacity: 0;
            transform: translateY(100px);
            background: var(--dark-800);
            border: 1px solid var(--landing-on-dark-1);
            border-bottom: none;
        }

        .landing-cta-screen-1 {
            transform: translateY(100px) rotateY(5deg);
        }

        .landing-cta-screen-2 {
            transform: translateY(60px) scale(1.05);
            z-index: 2;
            box-shadow: 0 -40px 100px rgba(236, 9, 114, 0.2);
        }

        .landing-cta-screen-3 {
            transform: translateY(100px) rotateY(-5deg);
        }

        .landing-cta-screen-header {
            background: var(--dark-700);
            padding: 12px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            border-bottom: 1px solid var(--landing-on-dark-06);
        }

        .landing-cta-screen-body {
            min-height: 280px;
            position: relative;
        }

        .landing-cta-screen-body img {
            width: 100%;
            height: auto;
            display: block;
        }

        .landing-cta-upload-area {
            width: 100%;
            height: 280px;
            background: linear-gradient(135deg, var(--dark-700) 0%, var(--dark-800) 100%);
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px dashed var(--landing-on-dark-1);
        }

        .landing-cta-upload-area span {
            font-size: 12px;
            color: var(--gray-400);
            font-family: monospace;
        }

        /* FOOTER - OUTCROWD STYLE (MULTI-COLUMN) */
        .landing-footer {
            padding: 100px 0 28px;
            background: var(--black);
        }

        .landing-footer-main {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            padding-bottom: 56px;
        }

        .landing-footer-col h4 {
            color: var(--white);
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 32px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            opacity: 0.9;
        }

        .landing-footer-col a {
            display: flex;
            color: var(--landing-on-dark-4);
            text-decoration: none;
            font-size: 15px;
            padding: 10px 0;
            transition: all 0.3s;
        }

        .landing-footer-col a:hover {
            color: var(--white);
            transform: translateX(4px);
        }

        .landing-footer-contact {
            text-align: right;
            grid-column: span 1;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .landing-footer-email {
            font-size: 34px !important;
            font-weight: 500;
            color: var(--white) !important;
            text-decoration: none;
            display: block;
            margin-bottom: 32px;
            transition: all 0.3s !important;
            letter-spacing: -0.02em;
            padding: 0 !important;
        }

        .landing-footer-email:hover {
            opacity: 0.7;
        }

        .landing-footer-social {
            display: flex;
            gap: 16px;
            justify-content: flex-end;
        }

        .landing-footer-social-icon {
            width: 54px;
            height: 54px;
            border-radius: 50%;
            border: 1px solid var(--landing-on-dark-12);
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-decoration: none;
            color: var(--landing-on-dark-5);
            padding: 0;
            line-height: 0;
        }

        .landing-footer-social-icon:hover {
            background: var(--landing-on-dark-05);
            border-color: var(--landing-on-dark-3);
            transform: translateY(-4px) scale(1.05);
            color: var(--white);
        }

        .landing-footer-social-icon svg {
            width: 24px;
            height: 24px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
            display: block;
        }

        .landing-footer-payments {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px 28px;
            padding: 36px 0;
            margin: 0;
            border-top: 1px solid var(--landing-on-dark-05);
        }

        .landing-footer-payments-label {
            margin: 0;
            color: var(--gray-400);
            font-size: 12px;
            font-weight: 700;
            line-height: 1.4;
            white-space: nowrap;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            flex: 0 0 auto;
        }

        .landing-footer-payments .landing-footer-card-band {
            display: block;
            height: auto;
            width: auto;
            max-width: min(100%, 360px);
            max-height: 40px;
            object-fit: contain;
            flex: 0 0 auto;
        }

        body.theme-light .landing-footer-payments {
            border-top-color: var(--border-light);
        }

        body.theme-light .landing-footer-payments-label {
            color: var(--text-muted);
        }

        .landing-footer-bottom-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 24px;
            padding: 32px 0 0;
            margin-top: 0;
            border-top: 1px solid var(--landing-on-dark-05);
        }

        .landing-footer-copyright {
            color: var(--gray-400);
            font-size: 14px;
        }

        .landing-footer-location {
            color: var(--gray-400);
            font-size: 14px;
        }

        .landing-footer-legal {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 12px 24px;
            font-size: 13px;
            max-width: 100%;
        }

        .landing-footer-bottom-bar .landing-footer-legal-link {
            font-size: 13px;
            color: var(--gray-400);
            text-decoration: none;
            transition: color 0.2s;
            padding: 0;
            display: inline;
        }

        .landing-footer-bottom-bar .landing-footer-legal-link:hover {
            color: var(--white);
            transform: none;
        }

        .landing-footer-brand {
            display: flex;
            align-items: flex-end;
            flex-direction: column;
            gap: 16px;
        }

        .landing-footer-logo {
            display: flex;
            align-items: center;
        }

        .landing-footer-logo img {
            height: 32px;
            width: auto;
        }

        .landing-footer-tagline {
            font-size: 14px;
            color: var(--gray-400);
            line-height: 1.6;
            max-width: 300px;
        }

        /* ============================================
           LANDING.TML LIGHT TEMA OVERRIDES
           body.theme-light sınıfı ile aktif olur
           ============================================ */

        /* Dahili sayfalar, iletişim, satın al, login, panel — koyu tema (token override) */
        body.theme-dark {
            --bg-light: var(--dark-900);
            --bg-light-secondary: var(--dark-800);
            --bg-white: var(--dark-700);
            --text-dark: #f1f5f9;
            --text-secondary: #c1cfe1;
            --text-muted: #7a8a9f;
            --help-article-body-p-color: #cad1db;
            --text-white: #ffffff;
            --border-light: rgba(148, 163, 184, 0.24);
            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.45);
            --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
            --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.5);
            --shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.55);
            --landing-plan-feature-border: rgba(255, 255, 255, 0.08);
            --landing-purchase-highlight-bg: rgba(236, 9, 114, 0.14);
            --landing-plan-option-selected-bg: #2a1520;
            --landing-purchase-info-bg: var(--bg-light-secondary);
            --landing-purchase-accent-text: var(--floovon-pink);
            --landing-purchase-success-bg: rgba(16, 185, 129, 0.18);
            background: var(--dark-900);
            color: var(--text-dark);
        }

        body.theme-light {
            background: var(--bg-light);
            color: var(--text-dark);
            --landing-plan-feature-border: rgba(15, 23, 42, 0.08);
            --landing-purchase-highlight-bg: rgba(236, 9, 114, 0.06);
            --landing-plan-option-selected-bg: #fff8fb;
            --landing-purchase-info-bg: var(--bg-light-secondary);
            --landing-purchase-accent-text: var(--floovon-pink);
            --landing-purchase-success-bg: rgba(16, 185, 129, 0.12);
        }

        body.theme-light .landing-hero {
            background: var(--bg-white);
        }

        body.theme-light .landing-hero-bg-gradient {
            opacity: 0.4;
        }

        body.theme-light .landing-section-title {
            color: var(--text-dark);
        }

        body.theme-light .landing-section-title span {
            color: var(--floovon-pink, var(--accent));
        }

        body.theme-light .landing-stat-card-clean,
        body.theme-light .landing-showcase-card,
        body.theme-light .landing-testimonial-card,
        body.theme-light .landing-pricing-card,
        body.theme-light .landing-faq-item,
        body.theme-light .landing-screenshot-frame,
        body.theme-light .landing-mini-dashboard {
            background: var(--bg-white);
            border-color: var(--border-light);
            cursor: default;
        }

        body.theme-light .landing-showcase-mockup {
            background: var(--bg-light);
            border: none;
            box-shadow:
                0 28px 56px rgba(15, 23, 42, 0.1),
                0 22px 52px rgba(139, 92, 246, 0.18),
                0 10px 36px rgba(167, 139, 250, 0.12);
        }

        body.theme-light .landing-showcase-mockup:hover {
            box-shadow:
                0 34px 68px rgba(15, 23, 42, 0.14),
                0 26px 60px rgba(139, 92, 246, 0.24),
                0 14px 44px rgba(167, 139, 250, 0.16);
        }

        body.theme-light .landing-stat-label,
        body.theme-light .landing-showcase-card-text,
        body.theme-light .landing-testimonial-text,
        body.theme-light .landing-florist-hero-desc,
        body.theme-light .landing-faq-answer p {
            color: var(--text-secondary);
        }

        @media (prefers-reduced-motion: reduce) {
            .landing-stat-card-clean:not(.gsap-animated) {
                opacity: 1;
                transform: none;
                animation: none;
            }

            .landing-stat-card-clean:not(.gsap-animated) .landing-stat-badge-icon,
            .landing-stat-card-clean:not(.gsap-animated) .landing-florist-badge,
            .landing-stat-card-clean:not(.gsap-animated) .landing-widget-emoji,
            .landing-stat-card-clean:not(.gsap-animated) .landing-widget-badge,
            .landing-stat-card-clean:not(.gsap-animated) .landing-stat-value,
            .landing-stat-card-clean:not(.gsap-animated) .landing-stat-label {
                opacity: 1;
                transform: none;
            }

            .landing-stat-card-clean:not(.gsap-animated) .landing-chart-bar-mini {
                transform: scaleY(1);
            }

            .landing-stat-card-clean:hover {
                top: 0;
            }

            .landing-showcase-mockup {
                transition: box-shadow 260ms ease, transform 260ms ease;
                transform: translateZ(0) scale(1);
            }

            .landing-showcase-panel {
                transition: none;
            }

            .landing-showcase-mockup:hover {
                box-shadow:
                    0 38px 76px rgba(0, 0, 0, 0.43),
                    0 26px 60px rgba(139, 92, 246, 0.25),
                    0 14px 44px rgba(167, 139, 250, 0.18);
                transform: translateZ(0) scale(1.03);
            }

            .landing-showcase-mockup:hover .landing-showcase-panel {
                filter: none;
            }

            body.theme-light .landing-showcase-mockup:hover {
                box-shadow:
                    0 28px 56px rgba(15, 23, 42, 0.1),
                    0 22px 52px rgba(139, 92, 246, 0.18),
                    0 10px 36px rgba(167, 139, 250, 0.12);
            }
        }

        body.theme-light .landing-stats-section,
        body.theme-light .landing-feature-section,
        body.theme-light .landing-showcase-section,
        body.theme-light .landing-testimonials-section,
        body.theme-light .landing-pricing-section,
        body.theme-light .landing-screenshots-section,
        body.theme-light .landing-panel-modules-section,
        body.theme-light .landing-florist-hero-section,
        body.theme-light .landing-faq-section,
        body.theme-light .landing-cta-section {
            background: var(--bg-light);
            color: var(--text-dark);
        }

        body.theme-light .landing-panel-tab {
            background: var(--bg-light-secondary);
            border-color: var(--border-light);
            color: var(--text-secondary);
        }

        body.theme-light .landing-panel-tab:hover {
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        body.theme-light .landing-panel-tab.is-active {
            background: var(--accent) !important;
            color: var(--white);
        }

        body.theme-light .landing-panel-content-wrap {
            background: #f6f8ff;
            /* border-color: var(--landing-on-light-2); */
        }

        body.theme-light .landing-panel-content {
            background: transparent;
        }

        body.theme-light .landing-panel-visual-frame {
            background: var(--bg-light-secondary);
        }

        body.theme-light {
            --landing-panel-wrap-bg: #f6f8ff;
            --landing-panel-media-bg: var(--white);
        }

        body.theme-light .landing-panel-point h3 {
            color: var(--text-dark);
        }

        body.theme-light .landing-panel-point p {
            color: var(--text-secondary);
        }

        body.theme-light .landing-panel-details {
            background: transparent;
        }

        body.theme-light .landing-pricing-card.featured {
            box-shadow: var(--shadow-lg, 0 20px 45px rgba(15, 23, 42, 0.16));
        }

        body.theme-light .landing-footer {
            /* background: var(--bg-light); */
            background: var(--landing-footer-tint);
        }

        body.theme-light .landing-footer .landing-footer-col h4 {
            color: var(--text-dark);
            opacity: 1;
        }

        body.theme-light .landing-footer .landing-footer-col a {
            color: var(--text-secondary);
        }

        body.theme-light .landing-footer .landing-footer-col a:hover {
            color: var(--text-dark);
        }

        body.theme-light .landing-footer-bottom-bar {
            border-top-color: var(--border-light);
        }

        body.theme-light .landing-footer-payments + .landing-footer-bottom-bar {
            border-top-color: var(--border-light);
        }

        body.theme-light .landing-footer-bottom-bar .landing-footer-legal-link {
            color: var(--text-secondary);
        }

        body.theme-light .landing-footer-bottom-bar .landing-footer-legal-link:hover {
            color: var(--text-dark);
        }

        body.theme-light .landing-footer-tagline {
            color: var(--text-secondary);
        }

        body.theme-light .landing-footer-social-icon {
            border-color: var(--border-light);
            color: var(--text-secondary);
        }

        body.theme-light .landing-footer-social-icon:hover {
            background: rgba(15, 23, 42, 0.05);
            border-color: var(--landing-light-border-hover);
            color: var(--text-dark);
        }

        /* Light temada bazı başlık ve buton renkleri */
        body.theme-light .landing-showcase-card-title,
        body.theme-light .landing-screenshot-title,
        body.theme-light .landing-screenshot-subtitle,
        body.theme-light .landing-order-channel-heading,
        body.theme-light .landing-florist-hero-title,
        body.theme-light .landing-testimonials-section .landing-section-title,
        body.theme-light .landing-author-name {
            color: var(--text-dark);
            line-height: normal;
        }

        /* Light temada istatistik alanı ve ikonlar */
        body.theme-light .landing-stat-value {
            color: var(--text-dark);
            -webkit-text-fill-color: initial;
        }

        /* 200+ kartındaki gradient değer light temada da pembe kalsın */
        body.theme-light .landing-stat-value-gradient {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: inherit;
        }

        body.theme-light .landing-stat-badge {
            background: var(--bg-light-secondary);
            color: var(--text-secondary);
        }

        body.theme-light .landing-stat-badge-icon {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
        }

        body.theme-light .landing-chart-bar-mini {
            background: var(--text-secondary);
        }

        body.theme-light .landing-chart-bar {
            background: var(--bg-light-secondary);
        }

        body.theme-light .landing-flow-center {
            box-shadow: 0 15px 35px rgba(15, 23, 42, 0.18);
        }

        body.theme-light .landing-flow-item span {
            color: var(--text-secondary);
        }

        body.theme-light .landing-app-icon-dark {
            background: var(--bg-light-secondary);
            color: var(--text-secondary);
        }

        /* Light temada dark yüzey kullanan mini widget ve skeleton alanları */
        body.theme-light .landing-stat-mini-widget {
            background: var(--bg-light-secondary);
        }

        body.theme-light .landing-florist-badge-more {
            background: var(--bg-white);
            color: var(--text-secondary);
        }

        /* Mini dashboard (Tek Panel, Tüm Kontrol) için daha gerçekçi light varyant */
        body.theme-light .landing-mini-dashboard {
            background: var(--bg-white);
            border-color: var(--border-light);
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
        }

        body.theme-light .landing-mini-sidebar {
            background: var(--bg-light);
        }

        body.theme-light .landing-mini-header,
        body.theme-light .landing-mini-row {
            background: var(--bg-light-secondary);
        }

        body.theme-light .landing-mini-nav-item {
            background: var(--bg-light-secondary);
        }

        body.theme-light .landing-mini-nav-item.active {
            background: var(--accent);
        }

        body.theme-light .landing-mini-card {
            background: var(--bg-light-secondary);
        }

        body.theme-light .landing-mini-table {
            background: transparent;
        }

        body.theme-light .landing-showcase-panel {
            background: transparent;
        }

        body.theme-light .landing-mini-nav-item.active {
            background: var(--accent);
        }

        body.theme-light .landing-flow-connections {
            border-color: rgba(15, 23, 42, 0.06);
        }

        /* Light temada chart accent bar rengini koru */
        body.theme-light .landing-chart-bar-accent {
            background: linear-gradient(to top, var(--accent), var(--accent-light));
        }

        body.theme-light .landing-btn-secondary {
            background: var(--bg-light-secondary);
            color: var(--text-dark);
        }

        body.theme-light .landing-btn-secondary:hover {
            background: var(--bg-light);
            color: var(--text-dark);
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .landing-container {
                padding: 0 24px;
            }

            .landing-stats-grid-3,
            .landing-feature-grid,
            .landing-feature-grid-row-2,
            .landing-testimonials-grid,
            .landing-pricing-grid {
                grid-template-columns: 1fr;
            }

            .landing-showcase-card-wide {
                flex-direction: column;
                gap: 24px;
            }

            .landing-showcase-card-wide .landing-showcase-visual {
                margin-top: 24px;
                width: 100%;
            }

            .landing-mockup-stats-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .landing-cta-screenshots {
                flex-direction: column;
                align-items: center;
            }

            .landing-cta-screenshot {
                max-width: 100%;
            }

            /* Footer: 2 sütun Destek’i alta düşürüyordu — 3 link sütunu + marka satırı */
            .landing-footer {
                padding: 72px 0 28px;
            }

            .landing-footer-main {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 28px 32px;
                padding-bottom: 36px;
            }

            .landing-footer-col h4 {
                margin-bottom: 18px;
                font-size: 12px;
            }

            .landing-footer-col a {
                font-size: 14px;
                padding: 7px 0;
            }

            .landing-footer-contact {
                grid-column: 1 / -1;
                text-align: left;
                align-items: stretch;
                padding-top: 32px;
                margin-top: 4px;
                border-top: 1px solid var(--landing-on-dark-05);
            }

            body.theme-light .landing-footer-contact {
                border-top-color: var(--border-light);
            }

            .landing-footer-brand {
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                gap: 24px;
            }

            .landing-footer-logo {
                flex-shrink: 0;
            }

            .landing-footer-tagline {
                flex: 1;
                max-width: 420px;
                margin: 0;
            }

            .landing-footer-social {
                justify-content: flex-end;
                flex-shrink: 0;
                flex-wrap: wrap;
            }

            .landing-footer-payments {
                padding: 28px 0;
                gap: 14px 20px;
            }

            .landing-footer-payments .landing-footer-card-band {
                max-width: min(100%, 340px);
            }

            .landing-footer-bottom-bar {
                flex-direction: column;
                align-items: flex-start;
                gap: 14px;
                padding-top: 24px;
            }

            .landing-footer-legal {
                justify-content: flex-start;
                gap: 10px 18px;
            }
        }

        @media (max-width: 768px) {
            .landing-header-cta {
                gap: 8px;
            }
            
            .landing-header-cta .cta-button {
                padding: 8px 14px;
                font-size: 13px;
                white-space: nowrap;
            }

            .landing-hero-title {
                font-size: clamp(40px, 14vw, 56px);
            }

            /* Mobilde istatistik sayı değerleri daha büyük görünsün (1M+, 200+, %80) */
            .landing-stat-value,
            .landing-stat-value-gradient {
                font-size: clamp(58px, 16vw, 82px);
            }

            .landing-hero-buttons,
            .landing-cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .landing-flow-infographic {
                width: 280px;
                height: 280px;
            }

            .landing-app-icons-grid {
                max-width: 240px;
                gap: 12px;
            }

            .landing-app-icon {
                width: 52px;
                height: 52px;
            }

            .landing-chart-bars {
                height: 140px;
                gap: 8px;
            }

            .landing-chart-bar {
                width: 24px;
            }

            .landing-footer-main {
                grid-template-columns: 1fr;
                justify-items: center;
                text-align: center;
            }

            .landing-footer-col {
                text-align: center;
                align-items: center;
            }

            .landing-footer-contact {
                grid-column: span 1;
                align-items: center;
                text-align: center;
            }

            .landing-footer {
                padding: 60px 0 28px;
            }

            .landing-footer-main {
                padding-bottom: 40px;
            }

            .landing-footer-payments {
                padding: 28px 16px;
                gap: 12px 16px;
                justify-content: center;
            }

            .landing-footer-payments .landing-footer-card-band {
                max-width: min(100%, 280px);
                max-height: 36px;
            }

            .landing-footer-bottom-bar {
                flex-direction: column-reverse;
                align-items: center;
                gap: 20px;
                text-align: center;
                padding-top: 28px;
            }

            .landing-footer-legal {
                justify-content: center;
                gap: 10px 16px;
            }

            /* Fiyat: ana satır tam genişlik; üstü çizili + rozet alt satırda yan yana */
            .landing-plan-price {
                align-items: flex-start;
                gap: 8px;
            }

            .landing-plan-price-line-main {
                flex: 1 0 100%;
                min-width: 0;
            }

            .landing-price-amount {
                min-width: 0;
                font-size: clamp(28px, 10vw, 48px);
            }

            .landing-plan-original-price {
                margin-top: 0 !important;
                margin-left: 0 !important;
                margin-right: 10px !important;
                font-size: clamp(16px, 4.5vw, 22px);
            }

            .landing-plan-discount {
                align-self: center;
            }
        }
        
        @media (max-width: 480px) {
            .landing-header-cta {
                gap: 6px;
            }
            
            .landing-header-cta .cta-button {
                padding: 6px 12px;
                font-size: 12px;
            }

            .landing-header-cta .login-button:not(.logout-button):not(.dashboard-logout-button) {
                width: 36px;
                height: 36px;
                min-width: 36px;
                max-width: 36px;
                min-height: 36px;
                padding: 0;
                gap: 0;
                font-size: 0 !important;
            }

            .landing-stat-value,
            .landing-stat-value-gradient {
                font-size: clamp(56px, 18vw, 74px);
            }

            .profile-header-card {
                padding: 14px !important;
            }

            .credit-card {
                height: 190px !important;
            }
        }

        /* Final mobile spacing lock: diğer mobil breakpoint override'larını tek değerde sabitle */
        @media (max-width: 768px) {
            .landing-stats-section,
            .landing-feature-section,
            .landing-showcase-section,
            .landing-testimonials-section,
            .landing-pricing-section,
            .landing-screenshots-section,
            .landing-panel-modules-section,
            .landing-florist-hero-section,
            .landing-faq-section,
            .landing-cta-section {
                padding: 72px 0 !important;
            }
        }

/* Dekoratif rozetler — tıklanabilir görünmesin */
[class*="-badge"] {
  cursor: default;
}

/* Satın al + dashboard — ortak sade footer */
.landing-compact-page-footer {
  flex-shrink: 0;
  margin-top: auto;
  border-top: 1px solid var(--border-light);
  background: var(--bg-white);
}

.landing-compact-page-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

.landing-compact-footer-payments-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 28px;
  padding: 20px 0 16px;
}

.landing-compact-footer-payments-label {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex: 0 0 auto;
}

.landing-compact-footer-payments-band {
  display: block;
  height: auto;
  width: auto;
  max-width: min(100%, 320px);
  max-height: 32px;
  object-fit: contain;
  opacity: 0.9;
  flex: 0 0 auto;
}

.landing-compact-footer-bottom-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.landing-compact-page-footer .landing-footer-copyright {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.landing-compact-page-footer .landing-footer-legal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 6px 16px;
}

.landing-compact-page-footer .landing-footer-legal-link {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color var(--transition-fast, 0.15s ease);
}

.landing-compact-page-footer .landing-footer-legal-link:hover {
  color: var(--text-dark);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .landing-compact-page-footer-inner {
    padding: 0 32px 32px;
  }
}

@media (max-width: 768px) {
  .landing-compact-page-footer-inner {
    padding: 0 16px 20px;
    text-align: center;
  }

  .landing-compact-footer-payments-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0 14px;
    gap: 8px;
  }

  .landing-compact-footer-payments-band {
    max-width: min(100%, 280px);
    max-height: 28px;
  }

  .landing-compact-footer-bottom-bar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 24px;
  }

  .landing-compact-page-footer .landing-footer-legal {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 1;
  }

  .landing-compact-page-footer .landing-footer-copyright {
    order: 2;
  }
}