﻿        /* ============================================
           QUANTIX - SaaS Landing Page Template
           Design: TemplateMo
           https://templatemo.com
        ============================================ */

        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            /* Ø§Ù„Ø®Ù„ÙÙŠØ§Øª Ø§Ù„Ù…Ø³ØªÙˆØ­Ø§Ø© Ù…Ù† Ø³ÙˆØ§Ø¯ Ø§Ù„ÙˆØ§Ø¬Ù‡Ø© ÙÙŠ Ø§Ù„ØµÙˆØ±Ø© */
            --deep-space: #0B0E11;
            /* Ø§Ù„Ø®Ù„ÙÙŠØ© Ø§Ù„Ø±Ø¦ÙŠØ³ÙŠØ© Ø§Ù„Ø¹Ù…ÙŠÙ‚Ø© */
            --surface-1: #15191C;
            /* Ø§Ù„Ù‚ÙˆØ§Ø¦Ù… ÙˆØ§Ù„Ø¨Ø·Ø§Ù‚Ø§Øª */
            --surface-2: #1E2328;
            /* Ø§Ù„Ø¹Ù†Ø§ØµØ± Ø§Ù„Ù…Ø±ÙÙˆØ¹Ø© Ù‚Ù„ÙŠÙ„Ø§Ù‹ */
            --surface-3: #2A3036;
            /* Ø¹Ù†Ø¯ Ù…Ø±ÙˆØ± Ø§Ù„Ù…Ø§ÙˆØ³ */

            /* Ø§Ù„Ù„ÙˆÙ† Ø§Ù„ÙÙŠØ±ÙˆØ²ÙŠ (Cyan) Ø§Ù„Ù…Ù‡ÙŠÙ…Ù† ÙÙŠ Ø§Ù„ØµÙˆØ±Ø© */
            --accent: #5952c0;
            /* Ø§Ù„Ù„ÙˆÙ† Ø§Ù„ÙÙŠØ±ÙˆØ²ÙŠ Ø§Ù„Ø£Ø³Ø§Ø³ÙŠ */
            --accent-light: #2DD4BF;
            /* Ø¯Ø±Ø¬Ø© Ø£ÙØªØ­ Ù„Ù„Ø¥Ø¶Ø§Ø¡Ø© */
            --accent-glow: rgba(5, 243, 215, 0.527);
            /* ØªÙˆÙ‡Ø¬ ÙÙŠØ±ÙˆØ²ÙŠ */

            /* Ø£Ù„ÙˆØ§Ù† Ø§Ù„Ù†ØµÙˆØµ ÙƒÙ…Ø§ ØªØ¸Ù‡Ø± ÙÙŠ Ø§Ù„Ø¬Ø¯ÙˆÙ„ ÙˆØ§Ù„ÙˆØ§Ø¬Ù‡Ø© */
            --text-primary: #FFFFFF;
            /* Ø£Ø¨ÙŠØ¶ Ù†Ø§ØµØ¹ Ù„Ù„Ø¹Ù†Ø§ÙˆÙŠÙ† */
            --text-secondary: #94A3B8;
            /* Ø±Ù…Ø§Ø¯ÙŠ Ù…Ø²Ø±Ù‚ Ù„Ù„Ù†ØµÙˆØµ Ø§Ù„ÙØ±Ø¹ÙŠØ© */
            --text-muted: #64748B;
            /* Ù†ØµÙˆØµ Ø®Ø§ÙØªØ© Ø¬Ø¯Ø§Ù‹ */

            /* Ø§Ù„Ø­Ø¯ÙˆØ¯ ÙˆØ§Ù„Ø¸Ù„Ø§Ù„ Ù†Ø§Ø¹Ù…Ø© Ø¬Ø¯Ø§Ù‹ */
            --border-subtle: rgba(255, 255, 255, 0.08);
            --accent-border: rgba(20, 184, 166, 0.4);

            /* Ø£Ù„ÙˆØ§Ù† Ø§Ù„Ø­Ø§Ù„Ø© (Ù†Ø¬Ø§Ø­ØŒ ØªÙ†Ø¨ÙŠÙ‡ØŒ Ø®Ø·Ø£) */
            --green: #10B981;
            --amber: #eb9a10;
            --rose: #EF4444;

            /* Ø§Ù„Ø­ÙˆØ§Ù (ÙƒÙ…Ø§ ÙÙŠ Ø£Ø²Ø±Ø§Ø± ÙˆØ§Ø¬Ù‡Ø© Ø§Ù„Ø¨Ø±Ù†Ø§Ù…Ø¬) */
            --radius: 12px;
            --radius-sm: 8px;
            --radius-xs: 4px;
            --radius-pill: 100px;
        }

        html {
            scroll-behavior: auto;
            /* Lenis handles smooth scroll */
        }

        body {
            font-family: 'Cairo', 'Plus Jakarta Sans', -apple-system, sans-serif;
            background-color: var(--deep-space);
            color: var(--text-primary);
            line-height: 1.6;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            position: relative;
        }

        /* ===== ANIMATED NEON BACKGROUND ===== */
        .bg-glow {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
            filter: blur(80px);
            opacity: 0.15;
            z-index: -2;
            pointer-events: none;
            border-radius: 50%;
            animation: moveGlow 15s infinite alternate ease-in-out;
        }

        .bg-glass-overlay {
            position: fixed;
            inset: 0;
            backdrop-filter: blur(5px);
            /* ØªÙ‚Ù„ÙŠÙ„ Ø§Ù„ØªÙ…ÙˆÙŠÙ‡ Ø¨Ø´Ø¯Ø© Ù„Ø±Ø¤ÙŠØ© Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
            -webkit-backdrop-filter: blur(5px);
            z-index: -2;
            pointer-events: none;
            background: rgba(11, 14, 17, 0.2);
            /* ØªÙ‚Ù„ÙŠÙ„ Ø§Ù„ØªØ¹ØªÙŠÙ… Ù„Ø²ÙŠØ§Ø¯Ø© Ø§Ù„ÙˆØ¶ÙˆØ­ */
        }

        @keyframes moveGlow {
            0% {
                transform: translate(-50%, -50%) scale(1);
            }

            100% {
                transform: translate(-40%, -60%) scale(1.2);
            }
        }

        /* ===== VIDEO BACKGROUND STYLE ===== */
        .video-background {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 100vw;
            height: 100vh;
            transform: translate(-50%, -50%);
            /* Ù„Ø¶Ù…Ø§Ù† Ø§Ù„ØªÙˆØ³ÙŠØ· Ø§Ù„ØªØ§Ù… ÙÙŠ Ø§Ù„Ø´Ø§Ø´Ø© */
            z-index: -3;
            overflow: hidden;
        }

        .video-background video {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1.7);
            /* ØªÙƒØ¨ÙŠØ± Ø­Ø¬Ù… Ø§Ù„ÙÙŠØ¯ÙŠÙˆ Ø¨Ù†Ø³Ø¨Ø© 50% */
            object-fit: cover;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(11, 14, 17, 0);
            /* Ø·Ø¨Ù‚Ø© Ø´ÙØ§ÙØ© Ø¯Ø§ÙƒÙ†Ø© */
            z-index: 1;
        }

        /* Grain overlay */
        body::after {
            content: '';
            position: fixed;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
            pointer-events: none;
            z-index: 9999;
            opacity: 0.5;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .mono {
            font-family: 'JetBrains Mono', monospace;
        }

        /* ===== NAVBAR ===== */

        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            padding: 20px 0;
            transition: all 0.4s ease;
        }

        .navbar.scrolled {
            background: rgba(30, 30, 36, 0.8);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            padding: 14px 0;
            border-bottom: 1px solid var(--border-subtle);
        }

        .navbar .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .nav-brand {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: -0.04em;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .brand-icon {
            width: 30px;
            height: 30px;
            background: var(--accent);
            border-radius: 8px;
            display: grid;
            place-items: center;
            font-size: 14px;
            font-weight: 800;
            color: #fff;
            box-shadow: 0 0 24px var(--accent-glow);
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 32px;
            list-style: none;
        }

        .nav-links a {
            font-size: 13.5px;
            font-weight: 500;
            color: var(--text-muted);
            transition: color 0.3s;
            letter-spacing: -0.01em;
        }

        .nav-links a:hover {
            color: var(--text-primary);
        }

        .nav-mobile-actions {
            display: none;
        }

        .nav-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 22px;
            border-radius: var(--radius-pill);
            font-family: inherit;
            font-size: 13.5px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: all 0.3s ease;
            letter-spacing: -0.01em;
        }

        .btn-ghost {
            background: transparent;
            color: var(--text-secondary);
        }

        .btn-ghost:hover {
            color: var(--text-primary);
        }

        .btn-primary {
            background: var(--accent);
            color: #fff;
            box-shadow: 0 0 24px var(--accent-glow),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
        }

        .btn-primary:hover {
            background: #3b24be;
            box-shadow: 0 0 36px var(--accent-glow),
                0 1px 0 rgba(74, 15, 235, 0.15) inset;
            transform: translateY(-1px);
        }

        .btn-secondary {
            background: rgba(255, 255, 255, 0.05);
            color: var(--text-primary);
            border: 1px solid var(--border-subtle);
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .btn-lg {
            padding: 14px 32px;
            font-size: 14.5px;
        }

        .btn-primary .btn-arrow {
            transition: transform 0.3s;
        }

        .btn-primary:hover .btn-arrow {
            transform: translateX(3px);
        }

        .nav-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 4px;
            z-index: 1001;
        }

        .nav-toggle span {
            width: 20px;
            height: 2px;
            background: var(--text-primary);
            border-radius: 2px;
            transition: all 0.3s;
        }

        .nav-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .nav-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .nav-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }

        /* ===== HERO ===== */

        .hero {
            position: relative;
            padding: 180px 24px 120px;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 10%;
            left: 50%;
            transform: translateX(-50%);
            width: 1000px;
            height: 700px;
            background: radial-gradient(circle at center,
                    rgba(255, 107, 107, 0.12) 0%,
                    rgba(255, 107, 107, 0.04) 35%,
                    transparent 55%);
            pointer-events: none;
        }

        .hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image: none;
            /* Ø¥Ø²Ø§Ù„Ø© Ø§Ù„Ù…Ø±Ø¨Ø¹Ø§Øª (Ø§Ù„Ø´Ø¨ÙƒØ©) Ù„Ù„Ø³Ù…Ø§Ø­ Ø¨Ø±Ø¤ÙŠØ© Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
            background-size: 80px 80px;
            mask-image: radial-gradient(ellipse at 50% 30%, black 30%, transparent 75%);
            -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 30%, transparent 75%);
            pointer-events: none;
        }

        .hero-inner {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            gap: 60px;
            align-items: center;
            text-align: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .hero-content {
            max-width: 800px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 5px 16px 5px 7px;
            background: var(--accent-soft);
            border: 1px solid rgba(255, 107, 107, 0.2);
            border-radius: var(--radius-pill);
            font-size: 12.5px;
            font-weight: 600;
            color: var(--accent-light);
            margin-bottom: 28px;
        }

        .badge-dot {
            width: 7px;
            height: 7px;
            background: var(--green);
            border-radius: 50%;
            box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
            animation: dotPulse 2s ease-in-out infinite;
        }

        @keyframes dotPulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.3;
            }
        }

        .hero h1 {
            font-size: clamp(40px, 6vw, 72px);
            font-weight: 800;
            letter-spacing: -0.04em;
            line-height: 1.05;
            margin-bottom: 24px;
        }

        .gradient-text {
            background: linear-gradient(135deg, #FFD4D4 0%, var(--accent) 60%, #FF9B9B 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-desc {
            font-size: 18px;
            color: var(--text-secondary);
            line-height: 1.7;
            margin-bottom: 40px;
            max-width: 600px;
        }

        .hero-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-bottom: 60px;
            width: 100%;
        }

        .trusted-row {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 14px;
        }

        .trusted-label {
            font-size: 11.5px;
            font-weight: 500;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .trusted-logos {
            display: flex;
            align-items: center;
            gap: 28px;
            flex-wrap: wrap;
        }

        .trusted-logo {
            opacity: 0.25;
            transition: opacity 0.3s;
            font-size: 14px;
            font-weight: 700;
            color: var(--text-secondary);
            letter-spacing: -0.02em;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .trusted-logo:hover {
            opacity: 0.5;
        }

        .trusted-logo .t-icon {
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.15);
        }

        /* Hero mockup */
        .hero-mockup {
            position: relative;
        }

        .mockup-window {
            background: var(--surface-1);
            border: 1px solid var(--border-subtle);
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.03) inset;
            transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
            transition: transform 0.5s ease;
        }

        .mockup-window:hover {
            transform: perspective(1200px) rotateY(-1deg) rotateX(1deg);
        }

        .mockup-toolbar {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 12px 16px;
            border-bottom: 1px solid var(--border-subtle);
        }

        .mockup-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .mockup-dot:nth-child(1) {
            background: var(--rose);
            opacity: 0.7;
        }

        .mockup-dot:nth-child(2) {
            background: var(--amber);
            opacity: 0.7;
        }

        .mockup-dot:nth-child(3) {
            background: var(--green);
            opacity: 0.7;
        }

        .mockup-body {
            padding: 20px;
        }

        .mockup-metric-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-bottom: 16px;
        }

        .mockup-metric {
            background: var(--surface-2);
            border-radius: 10px;
            padding: 14px;
            border: 1px solid var(--border-subtle);
        }

        .mockup-metric .mm-label {
            font-size: 10px;
            color: var(--text-muted);
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }

        .mockup-metric .mm-value {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: -0.04em;
        }

        .mockup-metric .mm-change {
            font-size: 10px;
            font-weight: 600;
            color: var(--green);
            margin-top: 4px;
        }

        .mockup-chart {
            background: var(--surface-2);
            border-radius: 10px;
            padding: 16px;
            border: 1px solid var(--border-subtle);
            height: 120px;
            position: relative;
            overflow: hidden;
        }

        .mockup-chart-label {
            font-size: 10px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }

        .chart-line {
            position: absolute;
            bottom: 16px;
            left: 16px;
            right: 16px;
            height: 60px;
        }

        .chart-line svg {
            width: 100%;
            height: 100%;
        }

        /* ===== SECTIONS ===== */

        .section {
            padding: 120px 0;
            position: relative;
        }

        .section-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 600;
            color: var(--accent);
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 14px;
            font-family: 'JetBrains Mono', monospace;
        }

        .section-label::before {
            content: '';
            width: 18px;
            height: 2px;
            background: var(--accent);
            border-radius: 2px;
        }

        .section-title {
            font-size: clamp(30px, 4vw, 46px);
            font-weight: 800;
            letter-spacing: -0.04em;
            line-height: 1.1;
            margin-bottom: 14px;
        }

        .brand-highlight {
            font-size: 1.2em;
            color: var(--text-primary);
            font-weight: 900;
            display: inline-block;
            margin-bottom: 5px;
            letter-spacing: -0.02em;
            position: relative;
        }

        /* Image Zoom Lightbox */
        .hero-main-image {
            width: 100%;
            max-width: 800px;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45),
                0 0 70px rgba(0, 149, 255, 0.22);
            transform: rotateX(5deg) rotateY(-5deg);
            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: zoom-in;
            display: block;
            image-rendering: -webkit-optimize-contrast;
            backface-visibility: hidden;
            position: relative;
            /* ÙŠØ¶Ù…Ù† Ø¨Ù‚Ø§Ø¡ Ø§Ù„ØµÙˆØ±Ø© ÙÙˆÙ‚ Ø·Ø¨Ù‚Ø© Ø§Ù„Ù†ÙŠÙˆÙ† */
            z-index: 1;
        }

        /* ===== SUNSET NEON WRAPPER ===== */
        .hero-neon-wrapper {
            position: relative;
            display: inline-block;
            border-radius: 22px;
            width: 100%;
            isolation: isolate;
            /* ÙŠØ­Ø¨Ø³ Ø·Ø¨Ù‚Ø§Øª z-index Ø¯Ø§Ø®Ù„ Ø§Ù„ØºÙ„Ø§Ù */
        }

        /* Ø§Ù„Ø¥Ø·Ø§Ø± Ø§Ù„Ù…ØªÙˆÙ‡Ø¬ Ø¨Ø£Ù„ÙˆØ§Ù† ØºØ±ÙˆØ¨ Ø§Ù„Ø´Ù…Ø³ â€” Ø®Ù„Ù Ø§Ù„ØµÙˆØ±Ø© Ø¨Ø­ÙˆØ§Ù Ù…Ù†Ø­Ù†ÙŠØ© Ù…Ø·Ø§Ø¨Ù‚Ø© */
        .hero-neon-wrapper::before {
            content: '';
            position: absolute;
            inset: -4px;
            /* ÙŠØ­ÙŠØ· Ø¨Ø§Ù„ØµÙˆØ±Ø© Ù…Ù† ÙƒÙ„ Ø§Ù„Ø¬Ù‡Ø§Øª */
            border-radius: 24px;
            /* = border-radius Ø§Ù„ØµÙˆØ±Ø© (20px) + 4px */
            background: conic-gradient(from 90deg at 50% 50%,
                    #6B21A8 0%,
                    #C026D3 12%,
                    #F43F5E 25%,
                    #FB923C 40%,
                    #FBBF24 50%,
                    #FB923C 60%,
                    #F43F5E 75%,
                    #C026D3 88%,
                    #6B21A8 100%);
            z-index: -1;
            /* Ø®Ù„Ù Ø§Ù„ØµÙˆØ±Ø© Ø¯Ø§Ø¦Ù…Ø§Ù‹ */
            filter: blur(8px);
            opacity: 0.75;
            animation: sunsetEmanate 4s ease-in-out infinite;
            pointer-events: none;
        }

        /* Ø§Ù„ØªÙˆÙ‡Ø¬ Ø§Ù„Ø®Ø§Ø±Ø¬ÙŠ Ø§Ù„Ø°ÙŠ ÙŠÙ†Ø¨Ø¹ Ù…Ù† Ø§Ù„Ù…Ø±ÙƒØ² Ù„Ù„Ø®Ø§Ø±Ø¬ */
        .hero-neon-wrapper::after {
            content: '';
            position: absolute;
            inset: -22px;
            border-radius: 40px;
            background: radial-gradient(ellipse at 50% 50%,
                    rgba(251, 146, 60, 0.5) 0%,
                    rgba(244, 63, 94, 0.35) 30%,
                    rgba(192, 38, 211, 0.18) 60%,
                    transparent 80%);
            z-index: -2;
            filter: blur(28px);
            animation: sunsetPulse 4s ease-in-out infinite;
            pointer-events: none;
        }

        /* Ø¥Ø®ÙØ§Ø¡ Ø§Ù„Ø®Ø·ÙˆØ· Ø§Ù„Ø¬Ø§Ù†Ø¨ÙŠØ© Ø§Ù„Ù‚Ø¯ÙŠÙ…Ø© */
        .hero-neon-wrapper .neon-side-left,
        .hero-neon-wrapper .neon-side-right {
            display: none;
        }

        /* Ù†Ø¨Ø¶Ø© Ø§Ù„Ø¥Ø·Ø§Ø±: ØªØªØ£Ù„Ù‚ Ù…Ù† Ø§Ù„Ù…Ø±ÙƒØ² Ù„Ù„Ø®Ø§Ø±Ø¬ */
        @keyframes sunsetEmanate {

            0%,
            100% {
                filter: blur(10px) brightness(0.65);
                opacity: 0.5;
            }

            50% {
                filter: blur(4px) brightness(1.7);
                opacity: 1;
            }
        }

        /* Ù†Ø¨Ø¶Ø© Ø§Ù„ØªÙˆÙ‡Ø¬ Ø§Ù„Ø®Ø§Ø±Ø¬ÙŠ */
        @keyframes sunsetPulse {

            0%,
            100% {
                transform: scale(0.91);
                opacity: 0.45;
            }

            50% {
                transform: scale(1.09);
                opacity: 1;
            }
        }

        /* ===== LIGHTBOX ===== */
        .lightbox-overlay {
            position: fixed;
            inset: 0;
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
        }

        .lightbox-overlay.open {
            opacity: 1;
            pointer-events: all;
        }

        .lightbox-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(5, 7, 10, 0.88);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            cursor: zoom-out;
        }

        .lightbox-frame {
            position: relative;
            z-index: 1;
            border-radius: 20px;
            overflow: hidden;
            transform: scale(0.82);
            transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
            box-shadow:
                0 0 0 1px rgba(251, 146, 60, 0.25),
                0 0 60px rgba(251, 146, 60, 0.35),
                0 0 120px rgba(244, 63, 94, 0.2),
                0 30px 80px rgba(0, 0, 0, 0.7);
        }

        .lightbox-overlay.open .lightbox-frame {
            transform: scale(1);
        }

        .lightbox-full-img {
            display: block;
            max-width: 88vw;
            max-height: 86vh;
            width: auto;
            height: auto;
            image-rendering: -webkit-optimize-contrast;
            backface-visibility: hidden;
        }

        .lightbox-close-btn {
            position: absolute;
            top: 20px;
            right: 24px;
            z-index: 2;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.18);
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.2s, transform 0.2s;
            transform: scale(0.85);
            opacity: 0;
        }

        .lightbox-overlay.open .lightbox-close-btn {
            opacity: 1;
            transform: scale(1);
            transition: background 0.2s, transform 0.35s 0.25s, opacity 0.3s 0.25s;
        }

        .lightbox-close-btn:hover {
            background: rgba(255, 255, 255, 0.18);
            transform: scale(1.1) !important;
        }

        /* Ø­Ø§Ù„Ø© Ø§Ù„Ù€ zoom Ø§Ù„Ù‚Ø¯ÙŠÙ…Ø© - ØªÙ… Ø§Ø³ØªØ¨Ø¯Ø§Ù„Ù‡Ø§ Ø¨Ù€ lightbox */
        .hero-main-image.zoomed {
            display: none;
        }

        .animated-title {
            font-size: clamp(24px, 3.5vw, 38px);
            font-weight: 700;
            margin: 8px auto 18px;
            letter-spacing: 0.01em;
            color: var(--accent);
            animation: typing 5s steps(40, end), blink-caret .75s step-end infinite;
            white-space: nowrap;
            overflow: hidden;
            border-right: 3px solid var(--accent);
            display: inline-block;
            text-shadow: 0 0 18px rgba(20, 184, 166, 0.35);
            max-width: 100%;
            width: max-content;
        }

        @keyframes typing {
            from {
                width: 0;
            }

            to {
                width: 100%;
            }
        }

        @keyframes blink-caret {

            from,
            to {
                border-color: transparent;
            }

            50% {
                border-color: var(--accent);
            }
        }

        .section-desc {
            font-size: 16px;
            color: var(--text-secondary);
            max-width: 480px;
            line-height: 1.7;
        }

        .section-header {
            text-align: center;
            margin-bottom: 64px;
        }

        .section-header .section-desc {
            margin: 0 auto;
        }

        /* ===== TABBED FEATURES ===== */

        .features-section {
            border-top: 1px solid var(--border-subtle);
        }

        .feature-tabs {
            display: flex;
            justify-content: center;
            gap: 4px;
            margin-bottom: 56px;
            background: var(--surface-1);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-pill);
            padding: 4px;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        .feature-tab {
            padding: 10px 24px;
            border-radius: var(--radius-pill);
            font-family: inherit;
            font-size: 13.5px;
            font-weight: 600;
            color: var(--text-muted);
            background: transparent;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            letter-spacing: -0.01em;
        }

        .feature-tab:hover {
            color: var(--text-secondary);
        }

        .feature-tab.active {
            background: var(--accent);
            color: #fff;
            box-shadow: 0 0 20px var(--accent-glow);
        }

        .feature-panels {
            position: relative;
        }

        .feature-panel {
            display: none;
            grid-template-columns: 1fr 1.2fr;
            gap: 64px;
            align-items: center;
            animation: panelIn 0.45s ease forwards;
        }

        .feature-panel.active {
            display: grid;
        }

        @keyframes panelIn {
            from {
                opacity: 0;
                transform: translateY(16px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .feature-text {
            max-width: 440px;
        }

        .feature-text .feat-icon {
            width: 48px;
            height: 48px;
            background: var(--accent-soft);
            border: 1px solid rgba(255, 107, 107, 0.10);
            border-radius: 12px;
            display: grid;
            place-items: center;
            margin-bottom: 24px;
            color: var(--accent);
        }

        .feature-text h3 {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -0.04em;
            margin-bottom: 14px;
            line-height: 1.15;
        }

        .feature-text p {
            font-size: 15px;
            color: var(--text-secondary);
            line-height: 1.75;
            margin-bottom: 28px;
        }

        .feature-bullets {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .feature-bullets li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13.5px;
            color: var(--text-secondary);
        }

        .feature-bullets li svg {
            color: var(--accent);
            flex-shrink: 0;
        }

        /* Feature panel embedded UIs */
        .feature-visual {
            background: var(--surface-1);
            border: 1px solid var(--border-subtle);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        .fv-toolbar {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 11px 16px;
            border-bottom: 1px solid var(--border-subtle);
            background: rgba(255, 255, 255, 0.02);
        }

        .fv-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }

        .fv-dot:nth-child(1) {
            background: var(--rose);
            opacity: 0.6;
        }

        .fv-dot:nth-child(2) {
            background: var(--amber);
            opacity: 0.6;
        }

        .fv-dot:nth-child(3) {
            background: var(--green);
            opacity: 0.6;
        }

        .fv-body {
            padding: 24px;
        }

        /* â€” Panel 1: Dashboard mini-UI â€” */
        .dash-metrics {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-bottom: 16px;
        }

        .dash-metric {
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            padding: 14px;
        }

        .dash-metric .dm-label {
            font-size: 9.5px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 6px;
            font-family: 'JetBrains Mono', monospace;
        }

        .dash-metric .dm-val {
            font-size: 22px;
            font-weight: 800;
            letter-spacing: -0.04em;
            margin-bottom: 4px;
        }

        .dash-metric .dm-change {
            font-size: 10px;
            font-weight: 600;
        }

        .dm-change.up {
            color: var(--green);
        }

        .dm-change.down {
            color: var(--rose);
        }

        .dash-chart-area {
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            padding: 16px;
            height: 140px;
            position: relative;
        }

        .dash-chart-area .dca-title {
            font-size: 10px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-family: 'JetBrains Mono', monospace;
            margin-bottom: 8px;
        }

        .dash-chart-area svg {
            width: 100%;
            height: 80px;
        }

        /* â€” Panel 2: Funnel visual â€” */
        .funnel-stages {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .funnel-stage {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 10px 14px;
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-xs);
        }

        .funnel-bar-wrap {
            flex: 1;
        }

        .funnel-bar-label {
            display: flex;
            justify-content: space-between;
            font-size: 11px;
            margin-bottom: 5px;
        }

        .funnel-bar-label span:first-child {
            color: var(--text-secondary);
        }

        .funnel-bar-label span:last-child {
            font-family: 'JetBrains Mono', monospace;
            color: var(--text-muted);
            font-size: 10.5px;
        }

        .funnel-track {
            height: 6px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 6px;
            overflow: hidden;
        }

        .funnel-fill {
            height: 100%;
            border-radius: 6px;
            background: var(--accent);
            transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .funnel-fill.green {
            background: var(--green);
        }

        .funnel-fill.amber {
            background: var(--amber);
        }

        .funnel-drop {
            font-size: 10px;
            font-weight: 600;
            color: var(--rose);
            font-family: 'JetBrains Mono', monospace;
            width: 44px;
            text-align: right;
            flex-shrink: 0;
        }

        /* â€” Panel 3: Code snippet â€” */
        .code-block {
            background: var(--deep-space);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            padding: 20px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 12px;
            line-height: 1.8;
            color: var(--text-secondary);
            overflow-x: auto;
        }

        .code-block .c-key {
            color: var(--accent-light);
        }

        .code-block .c-str {
            color: var(--green);
        }

        .code-block .c-fn {
            color: var(--amber);
        }

        .code-block .c-comment {
            color: var(--text-muted);
        }

        .code-block .c-num {
            color: var(--rose);
        }

        .code-output {
            margin-top: 12px;
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            padding: 14px 16px;
        }

        .code-output .co-label {
            font-size: 9.5px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-family: 'JetBrains Mono', monospace;
            margin-bottom: 8px;
        }

        .code-output .co-result {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: var(--green);
            font-family: 'JetBrains Mono', monospace;
        }

        .co-result .pulse-ring {
            width: 8px;
            height: 8px;
            background: var(--green);
            border-radius: 50%;
            box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
        }

        /* â€” Panel 4: Session replay â€” */
        .replay-ui {
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            overflow: hidden;
        }

        .replay-header {
            padding: 10px 14px;
            border-bottom: 1px solid var(--border-subtle);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .replay-header .rh-left {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 11px;
            color: var(--text-secondary);
        }

        .replay-header .rh-left .live-dot {
            width: 6px;
            height: 6px;
            background: var(--rose);
            border-radius: 50%;
            box-shadow: 0 0 6px rgba(244, 63, 94, 0.5);
            animation: dotPulse 1.5s ease-in-out infinite;
        }

        .replay-header .rh-time {
            font-size: 10px;
            color: var(--text-muted);
            font-family: 'JetBrains Mono', monospace;
        }

        .replay-viewport {
            padding: 20px;
            min-height: 160px;
            position: relative;
        }

        /* Fake mini-page inside replay */
        .replay-page {
            background: #28282f;
            border-radius: 6px;
            padding: 14px;
            border: 1px solid var(--border-subtle);
        }

        .rp-nav {
            height: 6px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 3px;
            margin-bottom: 12px;
            width: 60%;
        }

        .rp-hero-block {
            height: 10px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 3px;
            margin-bottom: 6px;
            width: 80%;
        }

        .rp-hero-block:nth-child(3) {
            width: 50%;
            margin-bottom: 12px;
        }

        .rp-btn-block {
            display: inline-block;
            height: 8px;
            width: 48px;
            background: var(--accent);
            opacity: 0.6;
            border-radius: 4px;
            margin-bottom: 16px;
        }

        .rp-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 6px;
        }

        .rp-card {
            height: 28px;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 4px;
            border: 1px solid var(--border-subtle);
        }

        /* Cursor animation */
        .replay-cursor {
            position: absolute;
            width: 12px;
            height: 12px;
            border-left: 2px solid var(--accent);
            border-top: 2px solid var(--accent);
            transform: rotate(-45deg);
            filter: drop-shadow(0 0 6px rgba(255, 107, 107, 0.4));
            animation: cursorMove 4s ease-in-out infinite;
        }

        @keyframes cursorMove {
            0% {
                top: 60px;
                left: 40px;
            }

            25% {
                top: 80px;
                left: 140px;
            }

            50% {
                top: 110px;
                left: 100px;
            }

            75% {
                top: 70px;
                left: 180px;
            }

            100% {
                top: 60px;
                left: 40px;
            }
        }

        .replay-timeline {
            padding: 10px 14px;
            border-top: 1px solid var(--border-subtle);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .replay-timeline .rt-play {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--accent);
            display: grid;
            place-items: center;
            flex-shrink: 0;
        }

        .rt-track {
            flex: 1;
            height: 3px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 3px;
            overflow: hidden;
        }

        .rt-progress {
            height: 100%;
            width: 45%;
            background: var(--accent);
            border-radius: 3px;
        }

        .replay-events {
            margin-top: 12px;
            display: flex;
            gap: 8px;
        }

        .replay-event-tag {
            padding: 4px 10px;
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-xs);
            font-size: 10px;
            color: var(--text-muted);
            font-family: 'JetBrains Mono', monospace;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .replay-event-tag .re-dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
        }

        /* â€” Panel 5: Privacy â€” */
        .privacy-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        .privacy-card {
            background: var(--surface-2);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            padding: 18px;
        }

        .privacy-card .pc-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            background: rgba(34, 197, 94, 0.1);
            border: 1px solid rgba(34, 197, 94, 0.15);
            display: grid;
            place-items: center;
            margin-bottom: 12px;
            color: var(--green);
        }

        .privacy-card h4 {
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 4px;
            letter-spacing: -0.02em;
        }

        .privacy-card p {
            font-size: 11.5px;
            color: var(--text-muted);
            line-height: 1.55;
        }

        /* ===== STATS ===== */

        .stats-strip {
            padding: 80px 0;
            border-top: 1px solid var(--border-subtle);
            border-bottom: 1px solid var(--border-subtle);
        }

        .stats-grid {
            display: flex;
            justify-content: space-between;
        }

        .stat-item {
            text-align: left;
            flex: 1;
        }

        .stat-item+.stat-item {
            border-left: 1px solid var(--border-subtle);
            padding-left: 40px;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 800;
            letter-spacing: -0.04em;
            line-height: 1;
            margin-bottom: 6px;
        }

        .stat-label {
            font-size: 13px;
            color: var(--text-muted);
            font-weight: 500;
        }

        /* ===== PRICING ===== */

        .pricing-section {
            background: linear-gradient(180deg,
                    var(--deep-space) 0%,
                    rgba(255, 107, 107, 0.02) 50%,
                    var(--deep-space) 100%);
        }

        .pricing-toggle-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin-bottom: 56px;
        }

        .pricing-toggle-label {
            font-size: 14px;
            font-weight: 500;
            color: var(--text-muted);
            transition: color 0.3s;
        }

        .pricing-toggle-label.active {
            color: var(--text-primary);
        }

        .pricing-toggle {
            position: relative;
            width: 48px;
            height: 26px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 100px;
            cursor: pointer;
            border: 1px solid var(--border-subtle);
        }

        .pricing-toggle::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 18px;
            height: 18px;
            background: var(--accent);
            border-radius: 50%;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 0 12px var(--accent-glow);
        }

        .pricing-toggle.annual::after {
            transform: translateX(22px);
        }

        .pricing-save {
            font-size: 11px;
            font-weight: 700;
            color: var(--green);
            background: rgba(34, 197, 94, 0.1);
            padding: 3px 10px;
            border-radius: var(--radius-pill);
            border: 1px solid rgba(34, 197, 94, 0.2);
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            align-items: center;
        }

        .pricing-card {
            background: var(--surface-1);
            border: 1px solid var(--border-subtle);
            border-radius: 20px;
            padding: 40px 32px;
            position: relative;
            transition: all 0.4s;
        }

        .pricing-card:hover {
            border-color: rgba(255, 255, 255, 0.08);
        }

        .pricing-card.featured {
            transform: scale(1.05);
            border-color: var(--accent-border);
            z-index: 2;
            box-shadow: 0 0 80px rgba(255, 107, 107, 0.06),
                0 24px 48px rgba(0, 0, 0, 0.4);
        }

        .pricing-card.featured::before {
            content: '';
            position: absolute;
            top: 0;
            left: 20%;
            right: 20%;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--accent), transparent);
        }

        .pricing-popular {
            position: absolute;
            top: -11px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--accent);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 14px;
            border-radius: var(--radius-pill);
            text-transform: uppercase;
            letter-spacing: 0.06em;
            box-shadow: 0 0 20px var(--accent-glow);
        }

        .pricing-plan-name {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-secondary);
            margin-bottom: 20px;
        }

        .pricing-amount {
            display: flex;
            align-items: flex-start;
            gap: 2px;
            margin-bottom: 4px;
            min-height: 56px;
        }

        .pricing-currency {
            font-size: 18px;
            font-weight: 700;
            color: var(--text-muted);
            margin-top: 8px;
        }

        .pricing-value {
            font-size: 52px;
            font-weight: 800;
            letter-spacing: -0.04em;
            line-height: 1;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .pricing-value.free-label {
            font-size: 44px;
            letter-spacing: -0.03em;
        }

        .pricing-value.changing {
            opacity: 0;
            transform: translateY(-6px);
        }

        .pricing-period {
            font-size: 13px;
            color: var(--text-muted);
            margin-bottom: 28px;
        }

        .period-yearly {
            color: var(--text-primary);
        }

        .pricing-features {
            list-style: none;
            margin-bottom: 32px;
        }

        .pricing-features li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13.5px;
            color: var(--text-secondary);
            padding: 7px 0;
        }

        .pricing-features li svg {
            flex-shrink: 0;
            color: var(--accent);
        }

        .pricing-card .btn {
            width: 100%;
        }

        .pricing-divider {
            height: 1px;
            background: var(--border-subtle);
            margin: 24px 0;
        }

        /* ===== SUBSCRIBE ===== */

        .subscribe-section {
            padding: 100px 0 120px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .subscribe-section::before {
            content: '';
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 400px;
            background: radial-gradient(ellipse at center,
                    rgba(255, 107, 107, 0.06) 0%, transparent 60%);
            pointer-events: none;
        }

        .subscribe-section::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
            background-size: 80px 80px;
            mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
            -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
            pointer-events: none;
        }

        .subscribe-inner {
            position: relative;
            z-index: 1;
            max-width: 520px;
            margin: 0 auto;
        }

        .subscribe-inner .section-title {
            font-size: clamp(24px, 3.5vw, 36px);
            margin-bottom: 12px;
        }

        .subscribe-inner .section-desc {
            max-width: 380px;
            margin: 0 auto 32px;
            font-size: 15px;
        }

        .subscribe-input-group {
            display: flex;
            gap: 0;
            background: var(--surface-1);
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius);
            padding: 5px;
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        .subscribe-input-group:focus-within {
            border-color: var(--accent-border);
            box-shadow: 0 0 0 3px var(--accent-soft);
        }

        .subscribe-input-group input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 14px 18px;
            font-family: inherit;
            font-size: 15px;
            color: var(--text-primary);
            outline: none;
            min-width: 0;
        }

        .subscribe-input-group input::placeholder {
            color: var(--text-muted);
        }

        .subscribe-input-group .btn {
            border-radius: 12px;
            padding: 12px 28px;
        }

        .subscribe-meta {
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .subscribe-meta span {
            font-size: 12px;
            color: var(--text-muted);
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .subscribe-meta svg {
            color: var(--accent);
            flex-shrink: 0;
        }

        /* ===== FOOTER ===== */

        .footer {
            border-top: 1px solid var(--border-subtle);
            padding: 0;
        }

        /* Row 1: Links */
        .footer-row-links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
            padding: 28px 0;
            flex-wrap: wrap;
            border-bottom: 1px solid var(--border-subtle);
        }

        .footer-row-links a {
            font-size: 13px;
            color: var(--text-muted);
            transition: color 0.3s;
            letter-spacing: -0.01em;
        }

        .footer-row-links a:hover {
            color: var(--text-primary);
        }

        .footer-link-dot {
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.12);
            flex-shrink: 0;
        }

        /* Row 2: Copyright + socials */
        .footer-row-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 24px 0 28px;
        }

        .footer-copy {
            font-size: 12.5px;
            color: var(--text-muted);
        }

        .footer-copy a {
            color: var(--accent);
            transition: color 0.3s;
        }

        .footer-copy a:hover {
            color: var(--accent-light);
        }

        .footer-right {
            display: flex;
            align-items: center;
            gap: 24px;
        }

        .footer-legal {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .footer-legal a {
            font-size: 12.5px;
            color: var(--text-muted);
            transition: color 0.3s;
        }

        .footer-legal a:hover {
            color: var(--text-primary);
        }

        .footer-right .separator {
            width: 1px;
            height: 16px;
            background: var(--border-subtle);
        }

        .footer-socials {
            display: flex;
            gap: 4px;
        }

        .footer-socials a {
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            border-radius: 8px;
            color: var(--text-muted);
            transition: all 0.3s;
        }

        .footer-socials a:hover {
            color: var(--text-primary);
            background: rgba(255, 255, 255, 0.04);
        }

        /* ===== SCROLL ANIMATIONS ===== */

        .fade-up {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===== RESPONSIVE ===== */

        @media (max-width: 1024px) {
            .hero-inner {
                grid-template-columns: 1fr;
                gap: 48px;
            }

            .hero-mockup {
                max-width: 500px;
                margin: 0 auto;
            }

            .mockup-window,
            .mockup-window:hover {
                transform: none;
            }

            .feature-panel,
            .feature-panel.active {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .feature-text {
                max-width: none;
            }

            .pricing-card.featured {
                transform: scale(1.02);
            }

            .footer-row-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .footer-right {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                width: 280px;
                height: 100dvh;
                background: rgba(30, 30, 36, 0.98);
                backdrop-filter: blur(24px);
                -webkit-backdrop-filter: blur(24px);
                flex-direction: column;
                align-items: flex-start;
                padding: 80px 28px 80px;
                gap: 0;
                border-left: 1px solid var(--border-subtle);
                transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
                overflow-y: auto;
                z-index: 999;
            }

            .nav-links.open {
                right: 0;
            }

            .nav-links li {
                width: 100%;
            }

            .nav-links a {
                display: block;
                padding: 14px 0;
                font-size: 16px;
                border-bottom: 1px solid var(--border-subtle);
            }

            .nav-toggle {
                display: flex;
            }

            .nav-actions {
                display: none;
            }

            .nav-mobile-actions {
                display: flex;
                flex-direction: column;
                gap: 10px;
                padding-top: 24px;
                margin-top: 8px;
            }

            .nav-mobile-actions .btn {
                width: 100%;
                text-align: center;
                border-radius: var(--radius-pill);
                color: var(--text-primary);
            }

            .nav-mobile-actions .btn-primary {
                color: #fff;
            }

            .nav-mobile-actions a {
                border-bottom: none !important;
                padding: 10px 22px !important;
                font-size: 14px !important;
            }

            .hero {
                padding: 140px 24px 80px;
            }

            .hero-cta {
                flex-direction: column;
                align-items: stretch;
            }

            .feature-tabs {
                overflow-x: auto;
                justify-content: flex-start;
                width: 100%;
                border-radius: var(--radius-sm);
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .feature-tabs::-webkit-scrollbar {
                display: none;
            }

            .feature-tab {
                padding: 10px 18px;
                font-size: 12.5px;
            }

            .dash-metrics {
                grid-template-columns: 1fr;
            }

            .privacy-grid {
                grid-template-columns: 1fr;
            }

            .stats-grid {
                flex-wrap: wrap;
                gap: 32px;
            }

            .stat-item {
                flex: 1 1 40%;
                min-width: 140px;
            }

            .stat-item+.stat-item {
                border-left: none;
                padding-left: 0;
            }

            .stat-number {
                font-size: 36px;
            }

            .pricing-grid {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin: 0 auto;
            }

            .pricing-card.featured {
                transform: scale(1);
            }

            .subscribe-input-group {
                flex-direction: column;
                border-radius: var(--radius-sm);
            }

            .subscribe-input-group .btn {
                width: 100%;
                border-radius: var(--radius-sm);
            }

            .subscribe-meta {
                flex-direction: column;
                gap: 8px;
            }

            .footer-row-links {
                gap: 20px;
            }

            .section {
                padding: 80px 0;
            }
        }

        @media (max-width: 480px) {
            .trusted-logos {
                gap: 18px;
            }

            .mockup-metric-row {
                grid-template-columns: 1fr;
            }

            .replay-events {
                flex-wrap: wrap;
            }
        }

        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .badge-dot {
            animation: none;
        }

        .pricing-value.changing {
            opacity: 1;
            transform: none;
        }

        .mockup-window {
            transform: none;
        }

        .replay-cursor {
            animation: none;
            top: 70px;
            left: 100px;
        }

        @keyframes panelIn {
            from {
                opacity: 1;
                transform: none;
            }
        }
        }

        .hero-image-container {
            perspective: 1000px;
            /* ÙŠØ¹Ø·ÙŠ Ø´Ø¹ÙˆØ±Ø§Ù‹ Ø¨Ø§Ù„Ø¹Ù…Ù‚ */
            text-align: center;
            width: 100%;
            max-width: 1000px;
            margin-top: 40px;
        }

        .hero-main-image {
            width: 100%;
            max-width: 800px;
            /* ÙŠÙ…ÙƒÙ†Ùƒ Ø§Ù„ØªØ­ÙƒÙ… ÙÙŠ Ø§Ù„Ø­Ø¬Ù… Ù…Ù† Ù‡Ù†Ø§ */
            height: auto;
            border-radius: 20px;
            box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45),
                0 0 70px rgba(255, 255, 255, 0.22);
            /* Ø¸Ù„ Ø£Ù‚ÙˆÙ‰ + ØªÙˆÙ‡Ø¬ Ø®Ù„ÙÙŠ Ø£Ø²Ø±Ù‚ */
            transform: rotateX(5deg) rotateY(-5deg);
            /* Ø¥Ù…Ø§Ù„Ø© Ø¨Ø³ÙŠØ·Ø© Ù„Ø¥Ø¹Ø·Ø§Ø¡ Ø·Ø§Ø¨Ø¹ Ø¹ØµØ±ÙŠ */
            transition: transform 0.5s ease;
        }

        .hero-main-image:hover {
            transform: rotateX(0deg) rotateY(0deg) scale(1.02);
            /* ØªØ¹ÙˆØ¯ Ø§Ù„ØµÙˆØ±Ø© Ù„ÙˆØ¶Ø¹Ù‡Ø§ Ø§Ù„Ø·Ø¨ÙŠØ¹ÙŠ Ø¹Ù†Ø¯ Ù…Ø±ÙˆØ± Ø§Ù„Ù…Ø§ÙˆØ³ */
        }

        .hero-main-image {
            image-rendering: -webkit-optimize-contrast;
            /* Ù„ØªØ­Ø³ÙŠÙ† Ø­Ø¯Ø© Ø§Ù„ØµÙˆØ± ÙÙŠ ÙƒØ±ÙˆÙ… ÙˆØ¥ÙŠØ¯Ø¬ */
            image-rendering: crisp-edges;
            transform: translateZ(0);
            /* ØªÙØ¹ÙŠÙ„ ØªØ³Ø±ÙŠØ¹ Ø§Ù„Ù‡Ø§Ø±Ø¯ÙˆÙŠØ± Ù„Ù„ØµÙˆØ±Ø© */
            backface-visibility: hidden;
        }

        .hero-image-container {
            position: relative;
            z-index: 1;
        }

        /* Ø¥Ø¶Ø§ÙØ© Ù‡Ø§Ù„Ø© Ø¶ÙˆØ¦ÙŠØ© Ø®Ù„Ù Ø§Ù„ØµÙˆØ±Ø© */
        .hero-image-container::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80%;
            height: 80%;
            background: radial-gradient(circle, rgba(0, 212, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
            transform: translate(-50%, -50%);
            z-index: -1;
            filter: blur(40px);
        }

        /* Ø¸Ù„ Ø®Ù„ÙÙŠ Ø£Ø¹Ù…Ù‚ Ù„Ù„ØµÙˆØ±Ø© Ø§Ù„Ø£ÙˆÙ„Ù‰ */
        .hero-image-container::after {
            content: "";
            position: absolute;
            inset: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -2;
            background: radial-gradient(circle at 50% 60%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
            filter: blur(26px);
            transform: translateY(8px) scale(1.02);
        }



        /* ═══════════════════════════════════════════════════════════════════
           DEPTH SCROLL v3 — Two-Phase 3D Zoom Engine
           Phase 1: scroll within section (all content visible)
           Phase 2: 3D zoom transition to next section
        ═══════════════════════════════════════════════════════════════════ */

        /* ── تعطيل السكرول الافتراضي (المحرك يتحكم بكل شيء) ── */
        html,
        body {
            overflow: hidden !important;
            height: 100% !important;
        }

        /* ── المشهد 3D الثابت  ── */
        #ds-stage {
            position: fixed;
            inset: 0;
            perspective: 1100px;
            perspective-origin: 50% 42%;
            overflow: hidden;
            z-index: 1;
            /* شفاف لإظهار الفيديو/خلفية */
            background: transparent;
        }

        /* ── كل slide: تملأ الشاشة، تحتوي على سكرول داخلي ── */
        .ds-slide {
            position: absolute;
            inset: 0;
            /* السكرول الداخلي لرؤية المحتوى الطويل */
            overflow-y: auto;
            overflow-x: hidden;
            overscroll-behavior: none;
            -webkit-overflow-scrolling: touch;
            /* scrollbar رفيعة وأنيقة */
            scrollbar-width: thin;
            scrollbar-color: rgba(89, 82, 192, 0.35) transparent;
            /* وضع البداية: عميقة في النفق */
            transform: translateZ(-1000px);
            opacity: 0;
            pointer-events: none;
        }

        .ds-slide::-webkit-scrollbar {
            width: 3px;
        }

        .ds-slide::-webkit-scrollbar-thumb {
            background: rgba(89, 82, 192, 0.4);
            border-radius: 2px;
        }

        .ds-slide::-webkit-scrollbar-track {
            background: transparent;
        }

        /* ── fade-up داخل الـ slides: تُفعَّل بـ JS ── */
        .ds-slide .fade-up {
            opacity: 0;
            transform: translateY(18px);
            transition: opacity 0.55s ease, transform 0.55s ease;
        }

        .ds-slide .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* ── عناصر الخلفية تبقى خلف المشهد ── */
        .video-background,
        .bg-glow,
        .bg-glass-overlay {
            z-index: 0;
        }

        /* ── Navbar فوق كل شيء ── */
        .navbar {
            z-index: 1100 !important;
        }

        /* ── Footer: مخفي في وضع depth-scroll ── */
        .footer {
            display: none;
        }

        /* ════════════════════════════════════════════════════════════
           SIDE NAV DOTS + PROGRESS BAR
        ════════════════════════════════════════════════════════════ */

        #szs-nav {
            position: fixed;
            left: 28px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1200;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            pointer-events: auto;
        }

        [dir="rtl"] #szs-nav {
            left: auto;
            right: 28px;
        }

        #szs-dots {
            list-style: none;
            padding: 0;
            margin: 0 0 14px 0;
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .szs-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.18);
            cursor: pointer;
            position: relative;
            transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
            outline: none;
            display: block;
        }

        .szs-dot:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
        }

        /* Tooltip */
        .szs-dot::after {
            content: attr(title);
            position: absolute;
            left: calc(100% + 14px);
            top: 50%;
            transform: translateY(-50%) translateX(-6px);
            font-family: 'JetBrains Mono', 'Cairo', monospace;
            font-size: 10px;
            color: var(--text-secondary);
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
            background: rgba(11, 14, 17, 0.92);
            padding: 3px 10px;
            border-radius: 4px;
            border: 1px solid var(--border-subtle);
        }

        [dir="rtl"] .szs-dot::after {
            left: auto;
            right: calc(100% + 14px);
            transform: translateY(-50%) translateX(6px);
        }

        .szs-dot:hover::after,
        .szs-dot.active::after {
            opacity: 1;
            transform: translateY(-50%) translateX(0);
        }

        [dir="rtl"] .szs-dot:hover::after,
        [dir="rtl"] .szs-dot.active::after {
            transform: translateY(-50%) translateX(0);
        }

        .szs-dot.active {
            background: var(--accent);
            transform: scale(2.1);
            box-shadow: 0 0 14px rgba(89, 82, 192, 0.75);
        }

        .szs-dot:hover:not(.active) {
            background: rgba(255, 255, 255, 0.5);
            transform: scale(1.6);
        }

        /* ── شريط التقدم العمودي ── */
        #szs-progress-track {
            width: 1px;
            height: 80px;
            background: rgba(255, 255, 255, 0.07);
            position: relative;
            overflow: hidden;
            border-radius: 1px;
        }

        #szs-progress-fill {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: var(--accent);
            transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* ── Navbar active link ── */
        .nav-links a.ds-nav-active {
            color: var(--text-primary) !important;
        }

        /* ════════════════════════════════════════════════════════════
           RESPONSIVE
        ════════════════════════════════════════════════════════════ */

        @media (max-width: 768px) {
            #szs-nav {
                left: 12px;
            }

            [dir="rtl"] #szs-nav {
                left: auto;
                right: 12px;
            }

            .szs-dot::after {
                display: none;
            }

            #szs-dots {
                gap: 18px;
            }
        }

        @media (max-width: 480px) {
            #szs-nav {
                left: 8px;
            }

            [dir="rtl"] #szs-nav {
                left: auto;
                right: 8px;
            }
        }


        /* ════════════════════════════════════════════════════════════
           SHOWCASE SECTION — Scroll-Driven Dark/Light Comparison
        ════════════════════════════════════════════════════════════ */

        /* القسم يكون طويلاً ليسمح بسكرول داخلي */
        #showcase .sc-outer {
            min-height: 310vh;
            position: relative;
        }

        /* الويدجيت يبقى مثبتاً في الأعلى أثناء السكرول */
        #showcase .sc-sticky-widget {
            position: sticky;
            top: 0;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .sc-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.6rem;
            padding-top: 74px;
            width: 100%;
        }

        /* ── عنوان ── */
        .sc-headline {
            text-align: center;
        }

        .sc-headline .section-title {
            font-size: clamp(1.9rem, 3.5vw, 2.9rem);
            margin-top: 0.4rem;
            line-height: 1.25;
        }

        .sc-sub {
            color: var(--text-secondary);
            margin-top: 0.6rem;
            font-size: 0.95rem;
        }

        /* ── إطار المتصفح ── */
        .sc-frame-wrap {
            width: min(860px, 88vw);
        }

        .sc-browser {
            background: #0d1018;
            border-radius: 12px 12px 8px 8px;
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.07),
                0 32px 70px rgba(0, 0, 0, 0.65),
                0 0 80px rgba(89, 82, 192, 0.08);
            overflow: hidden;
        }

        .sc-browser-top {
            background: #161925;
            padding: 9px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .sc-win-btns {
            display: flex;
            gap: 6px;
            flex-shrink: 0;
        }

        .sc-win-btns span {
            width: 11px;
            height: 11px;
            border-radius: 50%;
            display: block;
        }

        .sc-win-btns span:nth-child(1) {
            background: #ff5f57;
        }

        .sc-win-btns span:nth-child(2) {
            background: #febc2e;
        }

        .sc-win-btns span:nth-child(3) {
            background: #28c840;
        }

        .sc-address-bar {
            flex: 1;
            background: rgba(255, 255, 255, 0.045);
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 6px;
            padding: 4px 14px;
            font-size: 11px;
            color: var(--text-muted);
            text-align: center;
            font-family: 'JetBrains Mono', monospace;
            direction: ltr;
        }

        /* ── منطقة المقارنة ── */
        .sc-viewport {
            position: relative;
            overflow: hidden;
            display: block;
            /* لا aspect-ratio ثابت: الصورة الأساسية تحدد الارتفاع طبيعياً */
            background: transparent;
        }

        /* الصورة الأساسية: تحدد حجم الحاوية */
        .sc-img-base {
            display: block;
            width: 100%;
            height: auto;
            position: relative;
            z-index: 0;
            user-select: none;
            pointer-events: none;
            -webkit-user-drag: none;
        }

        /* الصورة الفاتحة: تغطي بالضبط فوق الصورة الداكنة */
        .sc-img-over {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            user-select: none;
            pointer-events: none;
            -webkit-user-drag: none;
            z-index: 1;
            clip-path: inset(0 100% 0 0);
        }

        /* ── خط الفاصل ── */
        .sc-divider {
            position: absolute;
            top: 0;
            left: 50%;
            /* JS يُحدّث هذا */
            height: 100%;
            width: 2px;
            background: rgba(255, 255, 255, 0.55);
            z-index: 3;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateX(-50%);
        }

        .sc-divider-pill {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
            color: #111;
            flex-shrink: 0;
        }

        .sc-divider-pill svg {
            width: 16px;
            height: 16px;
        }

        /* ── صفات الوضع (داكن / فاتح) ── */
        .sc-label {
            position: absolute;
            top: 12px;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 11px;
            border-radius: 20px;
            pointer-events: none;
            z-index: 4;
            transition: opacity 0.25s ease;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            letter-spacing: 0.03em;
        }

        .sc-label-dark {
            right: 14px;
            color: #c8b8ff;
            background: rgba(89, 82, 192, 0.3);
            border: 1px solid rgba(89, 82, 192, 0.4);
        }

        .sc-label-light {
            left: 14px;
            color: #1a1a2e;
            background: rgba(255, 255, 255, 0.88);
            border: 1px solid rgba(0, 0, 0, 0.1);
            opacity: 0;
            /* JS يُظهرها */
        }

        /* ── تلميح السكرول ── */
        .sc-hint {
            color: var(--text-muted);
            font-size: 12px;
            letter-spacing: 0.06em;
            text-align: center;
            margin-top: -0.4rem;
            transition: opacity 0.3s ease;
        }

        /* ════════════════════════════════════════════════════════════
           RESPONSIVE — Showcase
        ════════════════════════════════════════════════════════════ */

        @media (max-width: 768px) {
            .sc-frame-wrap {
                width: min(98vw, 520px);
            }

            .sc-headline .section-title {
                font-size: 1.65rem;
            }

            .sc-sub {
                font-size: 0.82rem;
            }

            #showcase .sc-outer {
                min-height: 280vh;
            }
        }

        @media (max-width: 480px) {
            .sc-win-btns span {
                width: 9px;
                height: 9px;
            }

            .sc-divider-pill {
                width: 26px;
                height: 26px;
            }

            .sc-divider-pill svg {
                width: 13px;
                height: 13px;
            }

            .sc-label {
                font-size: 10px;
                padding: 3px 8px;
            }
        }


        /* ════════════════════════════════════════════════════════════
           GALLERY SECTION — 13 Feature Panels (scroll-stacked)
        ════════════════════════════════════════════════════════════ */

        /* Snap between panels for page-like feel */
        #gallery {
            /* scroll-snap handled by JS panel snap */
        }

        .gallery-panels {
            display: block;
        }

        .fp-panel {
            height: 100vh;
            /* exact viewport height — JS snaps panel-by-panel */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 90px 0 70px;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
            position: relative;
        }

        .fp-panel:first-child {
            border-top: none;
        }

        /* Two-column grid layout — image column gets 60% */
        .fp-layout {
            display: grid;
            gap: 3rem;
            align-items: center;
            width: 100%;
        }

        /* Odd: text left (40%), image right (60%) */
        .fp-odd .fp-layout {
            grid-template-columns: 40% 60%;
        }

        /* Even: image left (60%), text right (40%) */
        .fp-even .fp-layout {
            grid-template-columns: 60% 40%;
        }

        /* ── Text column ── */
        .fp-text-col {
            display: flex;
            flex-direction: column;
            gap: 1.3rem;
        }

        /* ── Badges ── */
        .fp-badge {
            display: inline-flex;
            align-items: center;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.1em;
            padding: 5px 14px;
            border-radius: 20px;
            width: fit-content;
            text-transform: uppercase;
            font-family: 'JetBrains Mono', monospace;
        }

        .fp-badge--purple {
            background: rgba(89, 82, 192, 0.18);
            color: #a99dff;
            border: 1px solid rgba(89, 82, 192, 0.35);
        }

        .fp-badge--green {
            background: rgba(34, 197, 94, 0.12);
            color: #4ade80;
            border: 1px solid rgba(34, 197, 94, 0.3);
        }

        .fp-badge--orange {
            background: rgba(251, 146, 60, 0.12);
            color: #fb923c;
            border: 1px solid rgba(251, 146, 60, 0.3);
        }

        .fp-badge--teal {
            background: rgba(20, 184, 166, 0.12);
            color: #2dd4bf;
            border: 1px solid rgba(20, 184, 166, 0.3);
        }

        .fp-badge--yellow {
            background: rgba(234, 179, 8, 0.12);
            color: #facc15;
            border: 1px solid rgba(234, 179, 8, 0.3);
        }

        .fp-badge--red {
            background: rgba(239, 68, 68, 0.12);
            color: #f87171;
            border: 1px solid rgba(239, 68, 68, 0.3);
        }

        .fp-badge--cyan {
            background: rgba(6, 182, 212, 0.12);
            color: #22d3ee;
            border: 1px solid rgba(6, 182, 212, 0.3);
        }

        .fp-badge--pink {
            background: rgba(236, 72, 153, 0.12);
            color: #f472b6;
            border: 1px solid rgba(236, 72, 153, 0.3);
        }

        .fp-badge--gray {
            background: rgba(148, 163, 184, 0.1);
            color: #94a3b8;
            border: 1px solid rgba(148, 163, 184, 0.25);
        }

        .fp-badge--gold {
            background: rgba(245, 158, 11, 0.12);
            color: #fbbf24;
            border: 1px solid rgba(245, 158, 11, 0.3);
        }

        /* ── Title ── */
        .fp-title {
            font-size: clamp(1.7rem, 3vw, 2.5rem);
            font-weight: 800;
            line-height: 1.25;
            color: var(--text-primary);
            letter-spacing: -0.02em;
            margin: 0;
        }

        /* ── Description ── */
        .fp-desc {
            font-size: 1.05rem;
            color: var(--text-secondary);
            line-height: 1.8;
            margin: 0;
        }

        /* ── Feature list ── */
        .fp-list {
            list-style: none;
            padding: 0;
            margin: 0.2rem 0 0;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .fp-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 0.95rem;
            color: var(--text-secondary);
            line-height: 1.6;
        }

        .fp-bullet {
            color: var(--accent);
            font-size: 6px;
            margin-top: 7px;
            flex-shrink: 0;
        }

        /* ── Image column ── */
        .fp-img-col {
            position: relative;
        }

        .fp-img-frame {
            border-radius: 14px;
            overflow: hidden;
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.07),
                0 28px 70px rgba(0, 0, 0, 0.55),
                0 0 100px rgba(89, 82, 192, 0.07);
            position: relative;
        }

        .fp-img-frame::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 14px;
            background: linear-gradient(135deg, rgba(89, 82, 192, 0.05) 0%, transparent 50%);
            pointer-events: none;
            z-index: 1;
        }

        .fp-img-frame img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 14px;
        }

        /* ════════════════════════════════════════════════════════════
           ANIMATIONS
        ════════════════════════════════════════════════════════════ */

        .fp-panel .fp-badge,
        .fp-panel .fp-title,
        .fp-panel .fp-desc,
        .fp-panel .fp-list {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .fp-panel .fp-badge {
            transition-delay: 0s;
        }

        .fp-panel .fp-title {
            transition-delay: 0.1s;
        }

        .fp-panel .fp-desc {
            transition-delay: 0.18s;
        }

        .fp-panel .fp-list {
            transition-delay: 0.26s;
        }

        /* Odd panels: image slides in from right (RTL: from left) */
        .fp-odd .fp-img-col {
            opacity: 0;
            transform: translateX(44px);
            transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
                transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
        }

        /* Even panels: image slides in from left (RTL: from right) */
        .fp-even .fp-img-col {
            opacity: 0;
            transform: translateX(-44px);
            transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
                transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
        }

        /* Active state (class added by IntersectionObserver) */
        .fp-panel.in-view .fp-badge,
        .fp-panel.in-view .fp-title,
        .fp-panel.in-view .fp-desc,
        .fp-panel.in-view .fp-list {
            opacity: 1;
            transform: translateY(0);
        }

        .fp-panel.in-view .fp-img-col {
            opacity: 1;
            transform: translateX(0);
        }

        /* ── Panel counter (sticky bottom) ── */
        .fp-counter {
            position: sticky;
            bottom: 26px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 11px;
            color: var(--text-muted);
            background: rgba(11, 14, 17, 0.88);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid var(--border-subtle);
            pointer-events: none;
            z-index: 10;
            width: fit-content;
            justify-content: center;
        }

        #fpCurrent {
            color: var(--accent);
            font-weight: 700;
        }

        .fp-counter-sep,
        .fp-counter-total {
            color: var(--text-muted);
        }

        /* ════════════════════════════════════════════════════════════
           RESPONSIVE — Gallery Panels
        ════════════════════════════════════════════════════════════ */

        @media (max-width: 900px) {

            .fp-odd .fp-layout,
            .fp-even .fp-layout {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            /* على الجوال: نص دائماً أولاً ثم الصورة */
            .fp-even .fp-layout {
                display: flex;
                flex-direction: column;
            }

            .fp-even .fp-img-col {
                order: 2;
            }

            .fp-even .fp-text-col {
                order: 1;
            }

            /* Reset horizontal slide-in to vertical for smaller screens */
            .fp-odd .fp-img-col,
            .fp-even .fp-img-col {
                transform: translateY(28px);
                transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
                    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
            }

            .fp-panel.in-view .fp-img-col {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 640px) {
            .fp-panel {
                height: 100svh;
                padding: 74px 0 54px;
            }

            .fp-title {
                font-size: 1.4rem;
            }

            .fp-desc {
                font-size: 0.86rem;
            }

            .fp-list li {
                font-size: 0.86rem;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
   PLUGIN ACCORDION (fp-15) — based on CodePen bbx/Jxoqdg style
═══════════════════════════════════════════════════════════════ */

        /* ── Full-panel layout ── */
        .fp-acc-panel {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        /* ── Header (badge + title + desc) ── */
        .pl-acc-header {
            flex-shrink: 0;
            padding: 48px min(6vw, 80px) 18px;
            text-align: center;
        }

        .pl-acc-header .fp-badge {
            margin-bottom: 10px;
        }

        .pl-acc-header .fp-title {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .pl-acc-header .fp-desc {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.95rem;
            max-width: 600px;
            margin: 8px auto 0;
        }

        .in-view .pl-acc-header .fp-title,
        .in-view .pl-acc-header .fp-desc {
            opacity: 1;
            transform: translateY(0);
        }

        /* ── Accordion wrap ── */
        .pl-acc-wrap {
            flex: 1;
            display: flex;
            align-items: stretch;
            min-height: 0;
            padding: 0 min(4vw, 40px) 40px;
        }

        /* ── Row: the skewed flex container (CodePen style) ── */
        .pl-acc-row {
            display: flex;
            justify-content: center;
            align-items: stretch;
            width: 100%;
            overflow: hidden;
            transform: skewX(5deg);
            gap: 0.8em;
        }

        /* ── Individual card ── */
        .pl-acc-card {
            flex: 1;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition: flex 0.9s ease-in-out;
            min-width: 0;
        }

        .pl-acc-card:hover,
        .pl-acc-card.pl-active {
            flex: 10;
        }

        .pl-acc-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top left;
            display: block;
            transition: filter 0.9s ease-in-out;
            filter: grayscale(100%) brightness(0.7);
            transform: skewX(-5deg) scale(1.08);
            transform-origin: center center;
        }

        .pl-acc-card:hover img,
        .pl-acc-card.pl-active img {
            filter: grayscale(0%) brightness(1);
        }

        /* ── Collapsed label: rotated sideways ── */
        .pl-acc-label {
            position: absolute;
            bottom: 0;
            left: 0;
            min-width: 100%;
            padding: 0.45em 0.6em;
            background: rgba(251, 146, 60, 0.82);
            color: #000;
            font-size: 0.85em;
            font-weight: 700;
            white-space: nowrap;
            text-align: center;
            transform: rotate(-90deg);
            transform-origin: 0% 0%;
            transition: all 0.55s ease-in-out;
            pointer-events: none;
        }

        /* ── Expanded label: horizontal at bottom ── */
        .pl-acc-card:hover .pl-acc-label,
        .pl-acc-card.pl-active .pl-acc-label {
            top: auto;
            bottom: 0;
            font-size: 1.4em;
            color: #fff;
            background: rgba(0, 0, 0, 0.62);
            padding: 0.6em 1em;
            transform: rotate(0deg) skewX(-5deg);
        }

        /* ── Responsive: stack vertically on small screens ── */
        @media (max-width: 700px) {
            .pl-acc-row {
                flex-direction: column;
                transform: none;
                gap: 4px;
            }

            .pl-acc-card {
                flex: 1;
                min-height: 80px;
                transition: flex 0.7s ease-in-out;
            }

            .pl-acc-card:hover,
            .pl-acc-card.pl-active {
                flex: 5;
            }

            .pl-acc-card img {
                transform: none;
            }

            .pl-acc-label {
                transform: none;
                position: absolute;
                top: 50%;
                left: 50%;
                bottom: auto;
                transform: translate(-50%, -50%);
                width: auto;
                min-width: 0;
                white-space: nowrap;
            }

            .pl-acc-card:hover .pl-acc-label,
            .pl-acc-card.pl-active .pl-acc-label {
                top: auto;
                left: 0;
                bottom: 0;
                transform: none;
                width: 100%;
                font-size: 1.1em;
            }

            .pl-acc-header {
                padding: 30px 24px 12px;
            }

            .pl-acc-wrap {
                padding: 0 12px 20px;
            }
        }