        :root {
            --primary: #2563eb;
            --primary-dark: #1d4ed8;
            --primary-light: #3b82f6;
            --secondary: #0f172a;
            --accent: #10b981;
            --accent-dark: #059669;
            --surface: #f8fafc;
            --surface-2: #f1f5f9;
            --text: #1e293b;
            --text-muted: #64748b;
            --border: #e2e8f0;
            --white: #ffffff;
            --gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #1e3a5f 70%, #2563eb 100%);
            --gradient-primary: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            --gradient-accent: linear-gradient(135deg, #10b981 0%, #059669 100%);
            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
            --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
            --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
            --radius: 12px;
            --radius-lg: 16px;
            --radius-xl: 24px;
        }

        [data-theme="dark"] {
            --secondary: #e2e8f0;
            --surface: #1e293b;
            --surface-2: #334155;
            --text: #e2e8f0;
            --text-muted: #94a3b8;
            --border: #334155;
            --white: #0f172a;
            --shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
            --shadow: 0 4px 6px rgba(0,0,0,0.3);
            --shadow-lg: 0 10px 15px rgba(0,0,0,0.3);
            --shadow-xl: 0 20px 25px rgba(0,0,0,0.3);
        }
        [data-theme="dark"] body { background: #0f172a; }

        /* Navbar */
        [data-theme="dark"] .navbar-main.scrolled { background: rgba(15,23,42,0.95) !important; border-color: #334155 !important; backdrop-filter: blur(12px); }
        [data-theme="dark"] .navbar-main.scrolled .nav-link { color: #e2e8f0 !important; }
        [data-theme="dark"] .navbar-main.scrolled .nav-link:hover { color: #3b82f6 !important; }
        [data-theme="dark"] .navbar-main.scrolled .brand-secondary { color: #e2e8f0 !important; }
        [data-theme="dark"] .navbar-main.scrolled .lang-switcher { border-color: #475569 !important; color: #94a3b8 !important; }
        [data-theme="dark"] .btn-nav-trial { border-color: #3b82f6 !important; color: #3b82f6 !important; }
        [data-theme="dark"] .navbar-main.scrolled .btn-nav-trial { border-color: #3b82f6 !important; color: #3b82f6 !important; }

        /* Hero - keep dark gradient, fix CTA text */
        [data-theme="dark"] .hero-section { background: linear-gradient(135deg, #020617 0%, #0f172a 40%, #1e293b 100%); }
        [data-theme="dark"] .cta-section { background: linear-gradient(135deg, #020617 0%, #0f172a 50%, #1e3a5f 100%); }
        [data-theme="dark"] .cta-title { color: #fff !important; }
        [data-theme="dark"] .cta-subtitle { color: rgba(255,255,255,0.7) !important; }

        /* Sections */
        [data-theme="dark"] .section-white { background: #0f172a; }
        [data-theme="dark"] .section-light { background: #1e293b; }

        /* Stats bar */
        [data-theme="dark"] .stats-bar { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .stat-number { color: #e2e8f0; }

        /* Cards */
        [data-theme="dark"] .feature-card,
        [data-theme="dark"] .module-card,
        [data-theme="dark"] .step-card { background: #1e293b; border-color: #334155; color: #e2e8f0; }
        [data-theme="dark"] .feature-card h3, [data-theme="dark"] .module-card h4, [data-theme="dark"] .step-card h3 { color: #e2e8f0; }
        [data-theme="dark"] .feature-card p, [data-theme="dark"] .module-card p, [data-theme="dark"] .step-card p { color: #94a3b8; }

        /* Pricing */
        [data-theme="dark"] .pricing-card { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .pricing-card.popular { border-color: #2563eb; background: #1e293b; }
        [data-theme="dark"] .pricing-name { color: #e2e8f0; }
        [data-theme="dark"] .pricing-desc { color: #94a3b8; }
        [data-theme="dark"] .pricing-price { color: #e2e8f0; }
        [data-theme="dark"] .pricing-features li { color: #cbd5e1; border-color: #334155; }

        /* Testimonials */
        [data-theme="dark"] .testimonial-card { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .testimonial-text { color: #cbd5e1; }
        [data-theme="dark"] .testimonial-name { color: #e2e8f0; }

        /* FAQs */
        [data-theme="dark"] .faq-item { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .faq-item .accordion-button { background: #1e293b; color: #e2e8f0; }
        [data-theme="dark"] .faq-item .accordion-button:not(.collapsed) { background: #1e293b; color: #3b82f6; }
        [data-theme="dark"] .accordion-body { background: #1e293b; color: #94a3b8; }

        /* Feature detail cards */
        [data-theme="dark"] .feature-detail-card { border-color: #334155; }
        [data-theme="dark"] .feature-screenshot { background: #1e293b; border-color: #334155; }

        /* Footer */
        [data-theme="dark"] .footer { background: #020617; border-top: 1px solid #1e293b; }
        [data-theme="dark"] .footer-desc { color: #94a3b8; }
        [data-theme="dark"] .footer h5 { color: #e2e8f0; }
        [data-theme="dark"] .footer-links a { color: #94a3b8; }
        [data-theme="dark"] .footer-links a:hover { color: #3b82f6; }
        [data-theme="dark"] .footer-bottom { border-color: #1e293b; }

        /* Page headers (features, about, contact) */
        [data-theme="dark"] .page-header-section { background: linear-gradient(135deg, #020617, #0f172a, #1e3a5f); }

        /* Forms in dark mode */
        [data-theme="dark"] .form-control, [data-theme="dark"] .form-select { background: #1e293b; border-color: #475569; color: #e2e8f0; }
        [data-theme="dark"] .form-control:focus, [data-theme="dark"] .form-select:focus { background: #1e293b; border-color: #3b82f6; color: #e2e8f0; }
        [data-theme="dark"] .form-control::placeholder { color: #64748b; }
        [data-theme="dark"] .form-label { color: #cbd5e1; }
        [data-theme="dark"] .form-check-label { color: #cbd5e1; }

        /* Alerts & badges in dark mode */
        [data-theme="dark"] .alert-danger { background: rgba(239,68,68,0.1); border-color: #7f1d1d; }
        [data-theme="dark"] .badge.bg-light { background: #334155 !important; color: #e2e8f0 !important; }

        /* Register card */
        [data-theme="dark"] .register-card { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .register-divider span { background: #1e293b; }
        [data-theme="dark"] .btn-login-link { background: #0f172a; border-color: #334155; color: #3b82f6; }

        /* Contact */
        [data-theme="dark"] .contact-info-card { background: #1e293b; border-color: #334155; }

        /* Find workspace */
        [data-theme="dark"] .find-tenant-card { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .find-tenant-card h3 { color: #e2e8f0; }
        [data-theme="dark"] .find-tenant-divider span { background: #1e293b; }

        /* Mockup windows */
        [data-theme="dark"] .mockup-window { background: #1e293b; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
        [data-theme="dark"] .mockup-titlebar { background: #334155; border-color: #475569; }
        [data-theme="dark"] .mockup-url { background: #1e293b; color: #64748b; }
        [data-theme="dark"] .dropdown-menu { background: #1e293b; border-color: #334155; }
        [data-theme="dark"] .dropdown-item { color: #e2e8f0; }
        [data-theme="dark"] .dropdown-item:hover { background: #334155; color: #fff; }
        [data-theme="dark"] .dropdown-item.active { background: #2563eb; }

        * { box-sizing: border-box; }

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

        [dir="rtl"] body {
            font-family: 'Cairo', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* ===== NAVBAR ===== */
        .navbar-main {
            padding: 16px 0;
            transition: all 0.3s ease;
            background: transparent;
            border-bottom: 1px solid transparent;
        }
        .navbar-main.scrolled {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            padding: 10px 0;
            border-bottom: 1px solid var(--border);
            box-shadow: var(--shadow-sm);
        }
        .navbar-main .navbar-brand {
            font-family: 'Cairo', sans-serif;
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.5px;
        }
        .navbar-main .navbar-brand .brand-primary { color: var(--primary); }
        .navbar-main .navbar-brand .brand-secondary { color: var(--secondary); }
        .navbar-main.scrolled .navbar-brand .brand-secondary { color: var(--secondary); }
        .navbar-main:not(.scrolled) .navbar-brand .brand-secondary { color: var(--white); }

        .navbar-main .nav-link {
            font-weight: 500;
            font-size: 0.95rem;
            color: rgba(255,255,255,0.85);
            padding: 8px 16px !important;
            transition: color 0.2s;
        }
        .navbar-main.scrolled .nav-link { color: var(--text); }
        .navbar-main .nav-link:hover { color: var(--primary); }
        .navbar-main:not(.scrolled) .nav-link:hover { color: var(--white); }

        .btn-nav-login {
            background: var(--primary);
            color: var(--white) !important;
            border: none;
            padding: 8px 24px !important;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s;
        }
        .btn-nav-login:hover {
            background: var(--primary-dark);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(37,99,235,0.4);
        }

        .btn-nav-trial {
            padding: 8px 20px !important;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.85rem;
            transition: all 0.3s;
            border: 2px solid rgba(255,255,255,0.8);
            color: var(--white) !important;
            background: transparent;
        }
        .btn-nav-trial:hover {
            background: var(--white);
            color: var(--primary) !important;
            border-color: var(--white);
        }
        .navbar-main.scrolled .btn-nav-trial {
            border-color: var(--primary);
            color: var(--primary) !important;
        }
        .navbar-main.scrolled .btn-nav-trial:hover {
            background: var(--primary);
            color: var(--white) !important;
        }

        .lang-switcher {
            font-size: 0.85rem;
            padding: 4px 12px !important;
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 6px;
            color: rgba(255,255,255,0.9) !important;
            transition: all 0.2s;
        }
        .navbar-main.scrolled .lang-switcher {
            border-color: var(--border);
            color: var(--text) !important;
        }
        .lang-switcher:hover { border-color: var(--primary) !important; color: var(--primary) !important; }

        .navbar-toggler {
            border: none;
            padding: 4px 8px;
        }
        .navbar-toggler:focus { box-shadow: none; }
        .navbar-toggler-icon { filter: invert(1); }
        .navbar-main.scrolled .navbar-toggler-icon { filter: none; }

        @media (max-width: 991.98px) {
            .navbar-main {
                background: rgba(15,23,42,0.98);
                backdrop-filter: blur(20px);
            }
            .navbar-main.scrolled {
                background: rgba(255,255,255,0.98);
            }
            .navbar-collapse {
                padding: 16px 0;
            }
        }

        /* ===== HERO ===== */
        .hero-section {
            background: var(--gradient-hero);
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }
        .hero-section > .container {
            position: relative;
            z-index: 2;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(16,185,129,0.1) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 50px;
            padding: 6px 20px;
            font-size: 0.875rem;
            color: rgba(255,255,255,0.9);
            margin-bottom: 24px;
            backdrop-filter: blur(10px);
        }
        .hero-badge i { color: var(--accent); }
        .hero-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 800;
            color: #ffffff;
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -1px;
        }
        .hero-title .text-gradient {
            background: linear-gradient(135deg, #60a5fa, #34d399);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-subtitle {
            font-size: 1.2rem;
            color: rgba(255,255,255,0.7);
            max-width: 540px;
            margin-bottom: 40px;
            line-height: 1.7;
        }
        .hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
        .btn-hero-primary {
            background: var(--gradient-primary);
            color: var(--white);
            padding: 14px 32px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 1rem;
            border: none;
            text-decoration: none;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-hero-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(37,99,235,0.4);
            color: var(--white);
        }
        .btn-hero-outline {
            background: transparent;
            color: #ffffff;
            padding: 14px 32px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 1rem;
            border: 2px solid rgba(255,255,255,0.3);
            text-decoration: none;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-hero-outline:hover {
            border-color: #ffffff;
            background: rgba(255,255,255,0.1);
            color: #ffffff;
            transform: translateY(-2px);
        }
        .hero-trust {
            display: flex;
            align-items: center;
            gap: 16px;
            color: rgba(255,255,255,0.5);
            font-size: 0.875rem;
        }
        .hero-trust-logos {
            display: flex;
            gap: 12px;
            align-items: center;
        }
        .hero-trust-logo {
            width: 80px;
            height: 28px;
            background: rgba(255,255,255,0.1);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
            color: rgba(255,255,255,0.4);
        }
        .hero-mockup {
            position: relative;
            z-index: 1;
        }
        .hero-mockup-img {
            width: 100%;
            border-radius: var(--radius-lg);
            box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.1);
            background: linear-gradient(135deg, #0f172a, #1e293b);
            aspect-ratio: 16/10;
            display: flex;
            flex-direction: column;
            color: rgba(255,255,255,0.3);
            font-size: 1rem;
            border: 1px solid rgba(255,255,255,0.1);
            overflow: hidden;
            position: relative;
        }
        .hero-mockup-img::before { display: none; }
        .mockup-dots {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 8px 12px;
            background: rgba(0,0,0,0.4);
            border-bottom: 1px solid rgba(255,255,255,0.06);
        }
        .mockup-dots span {
            width: 10px; height: 10px;
            border-radius: 50%;
        }
        .mockup-dots span:nth-child(1) { background: #ef4444; }
        .mockup-dots span:nth-child(2) { background: #eab308; }
        .mockup-dots span:nth-child(3) { background: #22c55e; }
        .mockup-content {
            padding: 48px 24px 24px;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .mockup-bar {
            height: 8px;
            border-radius: 4px;
            background: rgba(255,255,255,0.08);
        }
        .mockup-row {
            display: flex;
            gap: 12px;
            flex: 1;
        }
        .mockup-card {
            flex: 1;
            background: rgba(255,255,255,0.05);
            border-radius: 8px;
            border: 1px solid rgba(255,255,255,0.08);
        }

        /* ===== STATS BAR ===== */
        .stats-bar {
            background: var(--white);
            padding: 48px 0;
            border-bottom: 1px solid var(--border);
            position: relative;
            z-index: 2;
        }
        .stat-item {
            text-align: center;
            padding: 16px;
        }
        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
            margin-bottom: 4px;
        }
        .stat-label {
            font-size: 0.95rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        /* ===== SECTIONS ===== */
        .section { padding: 100px 0; }
        .section-light { background: var(--surface); }
        .section-white { background: var(--white); }
        .section-dark { background: var(--secondary); color: var(--white); }

        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(37,99,235,0.08);
            color: var(--primary);
            font-size: 0.85rem;
            font-weight: 600;
            padding: 6px 16px;
            border-radius: 50px;
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .section-dark .section-badge {
            background: rgba(255,255,255,0.1);
            color: var(--accent);
        }
        .section-title {
            font-size: clamp(2rem, 3.5vw, 2.75rem);
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        .section-dark .section-title { color: var(--white); }
        .section-subtitle {
            font-size: 1.1rem;
            color: var(--text-muted);
            max-width: 640px;
            margin: 0 auto 60px;
        }
        .section-dark .section-subtitle { color: rgba(255,255,255,0.6); }

        /* ===== FEATURE CARDS ===== */
        .feature-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            padding: 36px 28px;
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: var(--gradient-primary);
            transform: scaleX(0);
            transition: transform 0.3s;
        }
        .feature-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-xl);
            border-color: transparent;
        }
        .feature-card:hover::before { transform: scaleX(1); }
        .feature-icon {
            width: 56px;
            height: 56px;
            border-radius: var(--radius);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
            background: rgba(37,99,235,0.08);
            color: var(--primary);
        }
        .feature-card:nth-child(even) .feature-icon {
            background: rgba(16,185,129,0.08);
            color: var(--accent);
        }
        .feature-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--secondary);
        }
        .feature-card p {
            color: var(--text-muted);
            font-size: 0.95rem;
            margin-bottom: 0;
            line-height: 1.7;
        }

        /* ===== MODULE CARDS ===== */
        .module-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 28px 24px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
        }
        .module-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-lg);
            border-color: var(--primary);
        }
        .module-icon {
            width: 60px;
            height: 60px;
            border-radius: var(--radius);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin: 0 auto 16px;
            background: var(--gradient-primary);
            color: var(--white);
        }
        .module-card h4 {
            font-size: 1.05rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--secondary);
        }
        .module-card p {
            font-size: 0.875rem;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.6;
        }

        /* ===== HOW IT WORKS ===== */
        .step-card {
            text-align: center;
            position: relative;
            padding: 0 20px;
        }
        .step-number {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: var(--gradient-primary);
            color: var(--white);
            font-size: 1.5rem;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            position: relative;
            z-index: 1;
        }
        .step-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--secondary);
        }
        .step-card p {
            color: var(--text-muted);
            font-size: 0.95rem;
        }
        .step-connector {
            position: absolute;
            top: 32px;
            width: 100%;
            height: 2px;
            background: var(--border);
        }
        [dir="ltr"] .step-connector { left: 50%; }
        [dir="rtl"] .step-connector { right: 50%; }

        /* ===== PRICING ===== */
        .pricing-card {
            background: var(--white);
            border: 2px solid var(--border);
            border-radius: var(--radius-xl);
            padding: 40px 32px;
            transition: all 0.3s;
            height: 100%;
            position: relative;
        }
        .pricing-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-xl);
        }
        .pricing-card.popular {
            border-color: var(--primary);
            box-shadow: 0 8px 30px rgba(37,99,235,0.15);
        }
        .pricing-popular-badge {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--gradient-primary);
            color: var(--white);
            padding: 4px 24px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .pricing-name {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        .pricing-desc {
            font-size: 0.9rem;
            color: var(--text-muted);
            margin-bottom: 24px;
        }
        .pricing-price {
            font-size: 3rem;
            font-weight: 800;
            color: var(--secondary);
            line-height: 1;
            margin-bottom: 4px;
        }
        .pricing-price .currency { font-size: 1.5rem; vertical-align: super; }
        .pricing-price .period { font-size: 1rem; font-weight: 400; color: var(--text-muted); }
        .pricing-features {
            list-style: none;
            padding: 0;
            margin: 32px 0;
        }
        .pricing-features li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.95rem;
            color: var(--text);
        }
        .pricing-features li i {
            color: var(--accent);
            font-size: 1rem;
            flex-shrink: 0;
        }
        .btn-pricing {
            display: block;
            width: 100%;
            padding: 14px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s;
            border: 2px solid var(--primary);
            color: var(--primary);
            background: transparent;
        }
        .btn-pricing:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-1px);
        }
        .btn-pricing-primary {
            background: var(--gradient-primary);
            color: var(--white);
            border-color: transparent;
        }
        .btn-pricing-primary:hover {
            box-shadow: 0 8px 25px rgba(37,99,235,0.4);
            color: var(--white);
        }

        /* ===== TESTIMONIALS ===== */
        .testimonial-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            padding: 32px;
            height: 100%;
            transition: all 0.3s;
        }
        .testimonial-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-lg);
        }
        .testimonial-stars { margin-bottom: 16px; color: #f59e0b; font-size: 1rem; }
        .testimonial-text {
            font-size: 1rem;
            color: var(--text);
            line-height: 1.8;
            margin-bottom: 24px;
            font-style: italic;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .testimonial-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-weight: 700;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
        .testimonial-name {
            font-weight: 700;
            color: var(--secondary);
            font-size: 0.95rem;
        }
        .testimonial-role {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: var(--gradient-hero);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        .cta-section::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(37,99,235,0.2), transparent 70%);
            border-radius: 50%;
        }
        .cta-title {
            font-size: clamp(2rem, 4vw, 2.75rem);
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 16px;
        }
        .cta-subtitle {
            color: rgba(255,255,255,0.7);
            font-size: 1.1rem;
            margin-bottom: 40px;
        }
        .cta-form {
            display: flex;
            gap: 12px;
            max-width: 480px;
            margin: 0 auto;
        }
        .cta-form input {
            flex: 1;
            padding: 14px 20px;
            border: 2px solid rgba(255,255,255,0.2);
            background: rgba(255,255,255,0.1);
            border-radius: 10px;
            color: var(--white);
            font-size: 1rem;
            backdrop-filter: blur(10px);
        }
        .cta-form input::placeholder { color: rgba(255,255,255,0.5); }
        .cta-form input:focus { outline: none; border-color: var(--primary-light); background: rgba(255,255,255,0.15); }
        .cta-form button {
            background: var(--accent);
            color: var(--white);
            border: none;
            padding: 14px 28px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 1rem;
            white-space: nowrap;
            transition: all 0.3s;
        }
        .cta-form button:hover {
            background: var(--accent-dark);
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(16,185,129,0.4);
        }
        @media (max-width: 575.98px) {
            .cta-form { flex-direction: column; }
        }

        /* ===== FAQ ===== */
        .faq-item {
            border: 1px solid var(--border);
            border-radius: var(--radius);
            margin-bottom: 12px;
            overflow: hidden;
            background: var(--white);
            transition: all 0.3s;
        }
        .faq-item:hover { border-color: var(--primary); }
        .faq-item .accordion-button {
            font-weight: 600;
            font-size: 1.05rem;
            color: var(--secondary);
            background: transparent;
            padding: 20px 24px;
            box-shadow: none;
        }
        .faq-item .accordion-button:not(.collapsed) {
            color: var(--primary);
            background: rgba(37,99,235,0.03);
        }
        .faq-item .accordion-button:focus { box-shadow: none; }
        .faq-item .accordion-body {
            padding: 0 24px 20px;
            color: var(--text-muted);
            line-height: 1.8;
        }

        /* ===== FOOTER ===== */
        .footer {
            background: var(--secondary);
            padding: 80px 0 0;
            color: rgba(255,255,255,0.7);
        }
        .footer-brand {
            font-family: 'Cairo', sans-serif;
            font-size: 2rem;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 16px;
        }
        .footer-brand .brand-primary { color: var(--primary-light); }
        .footer-desc {
            font-size: 0.95rem;
            color: rgba(255,255,255,0.5);
            margin-bottom: 20px;
            line-height: 1.7;
        }
        .footer-social {
            display: flex;
            gap: 12px;
        }
        .footer-social a {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(255,255,255,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            transition: all 0.3s;
        }
        .footer-social a:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-2px);
        }
        .footer h5 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 20px;
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a {
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.2s;
        }
        .footer-links a:hover { color: var(--white); }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.08);
            padding: 24px 0;
            margin-top: 60px;
        }
        .footer-bottom-text {
            font-size: 0.875rem;
            color: rgba(255,255,255,0.4);
        }
        .footer-bottom-links {
            display: flex;
            gap: 24px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-bottom-links a {
            color: rgba(255,255,255,0.4);
            text-decoration: none;
            font-size: 0.875rem;
            transition: color 0.2s;
        }
        .footer-bottom-links a:hover { color: var(--white); }

        /* ===== SCROLL ANIMATIONS ===== */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .fade-up-delay-1 { transition-delay: 0.1s; }
        .fade-up-delay-2 { transition-delay: 0.2s; }
        .fade-up-delay-3 { transition-delay: 0.3s; }
        .fade-up-delay-4 { transition-delay: 0.4s; }
        .fade-up-delay-5 { transition-delay: 0.5s; }

        /* ===== UTILITIES ===== */
        .glass {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255,255,255,0.1);
        }
        .text-gradient {
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* ===== CONTACT PAGE ===== */
        .contact-form .form-control,
        .contact-form .form-select {
            padding: 12px 16px;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            font-size: 0.95rem;
            transition: all 0.2s;
        }
        .contact-form .form-control:focus,
        .contact-form .form-select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
        }
        .contact-form label {
            font-weight: 600;
            font-size: 0.9rem;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        .contact-info-card {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 20px;
            background: var(--surface);
            border-radius: var(--radius);
            margin-bottom: 16px;
        }
        .contact-info-icon {
            width: 48px;
            height: 48px;
            border-radius: 10px;
            background: rgba(37,99,235,0.08);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        /* ===== PAGE HEADER (inner pages) ===== */
        .page-header-section {
            background: var(--gradient-hero);
            padding: 160px 0 80px;
            text-align: center;
        }
        .page-header-section h1 {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 16px;
        }
        .page-header-section p {
            color: rgba(255,255,255,0.7);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        /* ===== ABOUT PAGE ===== */
        .value-card {
            text-align: center;
            padding: 32px 24px;
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            transition: all 0.3s;
            height: 100%;
        }
        .value-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-lg);
        }
        .value-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: rgba(37,99,235,0.08);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin: 0 auto 16px;
        }
        .team-card {
            text-align: center;
            padding: 32px;
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            transition: all 0.3s;
        }
        .team-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-lg);
        }
        .team-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 2rem;
            font-weight: 700;
            margin: 0 auto 16px;
        }

        /* ===== FEATURES PAGE ===== */
        .feature-detail-card {
            padding: 48px 0;
            border-bottom: 1px solid var(--border);
        }
        .feature-detail-card:last-child { border-bottom: none; }
        .feature-screenshot {
            width: 100%;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 767.98px) {
            .section { padding: 64px 0; }
            .hero-section { padding: 100px 0 60px; min-height: auto; }
            .hero-mockup { margin-top: 48px; }
            .stat-number { font-size: 2rem; }
            .pricing-card { margin-bottom: 24px; }
            .footer { padding: 48px 0 0; }
            .footer-bottom { margin-top: 32px; }
        }
